:root {
  --ink: #f7fbff;
  --ink-soft: #dbe7f2;
  --muted: #b6c4d3;
  --muted-2: #92a4b8;
  --night: #02060b;
  --night-2: #07111d;
  --night-3: #0d1825;
  --panel: rgba(10, 22, 35, 0.84);
  --panel-strong: rgba(13, 27, 43, 0.95);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(190, 217, 238, 0.18);
  --line-strong: rgba(103, 211, 255, 0.42);
  --cyan: #67d3ff;
  --blue: #2f8fd6;
  --gold: #dcc17c;
  --green: #77d89b;
  --danger: #ff6d7c;
  --radius: 8px;
  --radius-lg: 14px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --container: 1180px;
  color-scheme: dark;
}

/* Company page */
.company-page {
  --company-bg-0: #060b14;
  --company-bg-1: #0b1323;
  --company-bg-2: #101d31;
  --company-surface: rgba(14, 23, 39, 0.8);
  --company-surface-strong: #111e31;
  --company-line: #22324a;
  --company-text: #f5f7fb;
  --company-muted: #b7c2d4;
  --company-subtle: #8d99ad;
  --company-brand: #4f7cff;
  --company-brand-2: #7bd8ff;
  --company-accent: #f0b457;
  --company-focus: #c9f36a;
  background:
    radial-gradient(circle at 12% 8%, rgba(79, 124, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(123, 216, 255, 0.11), transparent 24rem),
    linear-gradient(180deg, var(--company-bg-0), var(--company-bg-1) 45%, #07101d 100%);
  color: var(--company-text);
}

.company-page .site-header {
  background: rgba(2, 6, 12, 0.78);
  border-bottom-color: rgba(123, 216, 255, 0.1);
  backdrop-filter: blur(18px) saturate(1.1);
}

.company-page .primary-nav a:focus-visible,
.company-page a:focus-visible,
.company-page button:focus-visible,
.company-page summary:focus-visible {
  outline: 3px solid var(--company-focus);
  outline-offset: 4px;
  border-radius: 8px;
}

.company-hero {
  position: relative;
  min-height: clamp(620px, 78vh, 840px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(123, 216, 255, 0.16);
}

.company-hero-bg,
.company-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.company-hero-bg img,
.company-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.94) 0%, rgba(6, 11, 20, 0.76) 42%, rgba(6, 11, 20, 0.42) 70%, rgba(6, 11, 20, 0.86) 100%),
    linear-gradient(180deg, rgba(6, 11, 20, 0.22), rgba(6, 11, 20, 0.92));
}

.company-hero::after,
.company-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.32;
  mask-image: linear-gradient(180deg, #000, transparent 90%);
}

.company-hero-grid {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 440px);
  gap: clamp(32px, 6vw, 84px);
  align-items: end;
  padding: clamp(122px, 16vh, 184px) 0 clamp(46px, 8vh, 78px);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 3vw, 34px);
  color: rgba(245, 247, 251, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.breadcrumb a {
  color: inherit;
}

.company-hero h1 {
  max-width: 9em;
  margin: 0 0 22px;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.company-hero .lead {
  max-width: 760px;
  color: var(--company-text);
  font-size: clamp(1.03rem, 1.6vw, 1.28rem);
  line-height: 1.95;
  font-weight: 800;
}

.company-phase {
  max-width: 780px;
  margin: 18px 0 28px;
  color: var(--company-muted);
  line-height: 1.9;
  font-weight: 700;
}

.company-mission-card,
.company-card,
.company-guide-card,
.faq-item {
  border: 1px solid rgba(123, 216, 255, 0.17);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--company-surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.08);
}

.company-mission-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 16px;
}

.company-status-card {
  display: grid;
  gap: 22px;
}

.company-mission-card > .ui-icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  color: var(--company-brand-2);
  border: 1px solid rgba(123, 216, 255, 0.28);
  border-radius: 50%;
  background: rgba(79, 124, 255, 0.16);
}

.company-mission-card span,
.company-section-head .eyebrow {
  color: var(--company-brand-2);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.company-mission-card h2 {
  margin: 18px 0 14px;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.35;
}

.company-mission-card p {
  color: var(--company-muted);
  line-height: 1.85;
  font-weight: 700;
}

.status-stack {
  display: grid;
  gap: 18px;
}

.status-stack article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.status-stack .ui-icon {
  width: 54px;
  height: 54px;
  padding: 13px;
  color: var(--company-brand-2);
  border: 1px solid rgba(123, 216, 255, 0.28);
  border-radius: 50%;
  background: rgba(79, 124, 255, 0.16);
  box-shadow: 0 0 24px rgba(79, 124, 255, 0.18);
}

.status-stack h2 {
  margin: 0 0 6px;
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.38;
}

.status-stack p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
}

.status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.status-chips span {
  min-width: 0;
  padding: 8px 10px;
  color: var(--company-text);
  font-size: 0.78rem;
  line-height: 1.25;
  border: 1px solid rgba(245, 247, 251, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.company-section {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0;
}

.company-facts-section {
  padding-top: clamp(34px, 5vw, 58px);
}

.company-section-head {
  max-width: 780px;
  margin-bottom: clamp(24px, 4vw, 36px);
}

.company-section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.company-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.75rem, 3.5vw, 3.1rem);
  line-height: 1.16;
  text-wrap: balance;
}

.company-section-head .lead {
  color: var(--company-muted);
  line-height: 1.9;
  font-weight: 750;
}

.company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(123, 216, 255, 0.18);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(10, 19, 33, 0.68);
}

.company-facts div {
  display: grid;
  grid-template-columns: minmax(126px, 0.34fr) minmax(0, 1fr);
  min-width: 0;
  border-bottom: 1px solid rgba(123, 216, 255, 0.14);
}

.company-facts div:nth-child(odd) {
  border-right: 1px solid rgba(123, 216, 255, 0.14);
}

.company-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.company-facts dt,
.company-facts dd {
  min-width: 0;
  margin: 0;
  padding: 17px 18px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.company-facts dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--company-text);
  font-weight: 900;
  border-right: 1px solid rgba(123, 216, 255, 0.12);
}

.company-facts dt .ui-icon {
  width: 20px;
  height: 20px;
  color: var(--company-brand-2);
  flex: 0 0 auto;
}

.company-facts dd {
  color: var(--company-muted);
  font-weight: 750;
}

.company-facts dd a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--company-brand-2);
  font-weight: 950;
}

.company-facts-note {
  margin: 14px 0 0;
  color: var(--company-subtle);
  font-size: 0.92rem;
  line-height: 1.75;
  font-weight: 780;
}

.company-offering-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.company-disclosure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.company-disclosure-card {
  display: grid;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(79, 124, 255, 0.18), rgba(123, 216, 255, 0.04)),
    rgba(14, 23, 39, 0.72);
}

.company-disclosure-card.is-muted {
  background:
    linear-gradient(135deg, rgba(240, 180, 87, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(14, 23, 39, 0.68);
}

.company-disclosure-card span {
  color: var(--company-brand-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-disclosure-card.is-muted span {
  color: var(--company-accent);
}

.company-disclosure-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.45;
}

.company-disclosure-card p {
  margin: 0;
  color: var(--company-muted);
  line-height: 1.85;
  font-weight: 750;
}

.company-disclosure-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.15em;
  color: var(--company-muted);
  line-height: 1.85;
  font-weight: 750;
}

.company-card {
  min-width: 0;
  border-radius: 14px;
  padding: clamp(20px, 2.4vw, 30px);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.company-card:hover {
  border-color: rgba(123, 216, 255, 0.38);
  box-shadow: 0 24px 80px rgba(79, 124, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.offering-card .ui-icon,
.business-flow .ui-icon {
  width: 56px;
  height: 56px;
  padding: 12px;
  color: var(--company-brand-2);
  border: 1px solid rgba(123, 216, 255, 0.26);
  border-radius: 14px;
  background: rgba(79, 124, 255, 0.12);
}

.offering-card h3,
.business-flow h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.offering-card p,
.business-flow p {
  margin: 0;
  color: var(--company-muted);
  line-height: 1.8;
  font-weight: 700;
}

.business-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 58px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.business-flow li {
  position: relative;
}

.business-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(clamp(20px, 4vw, 58px) * -0.73);
  width: clamp(24px, 3.2vw, 42px);
  height: 42px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, transparent 44%, var(--company-brand) 45% 55%, transparent 56%), linear-gradient(45deg, transparent 44%, var(--company-brand-2) 45% 55%, transparent 56%);
  filter: drop-shadow(0 0 12px rgba(79, 124, 255, 0.56));
  opacity: 0.82;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--company-text);
  font-weight: 950;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, var(--company-brand-2), var(--company-brand) 52%, rgba(79, 124, 255, 0.42));
  box-shadow: 0 0 28px rgba(79, 124, 255, 0.4);
}

.structure-section {
  padding-block: clamp(58px, 8vw, 104px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(79, 124, 255, 0.22), transparent 25rem),
    radial-gradient(circle at 82% 16%, rgba(123, 216, 255, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.company-structure-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3.8vw, 42px);
  align-items: start;
}

.company-structure-layout::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  width: min(1040px, 92vw);
  aspect-ratio: 1.95;
  transform: translate(-50%, -50%);
  z-index: 0;
  background:
    radial-gradient(ellipse at center, rgba(123, 216, 255, 0.18), transparent 35%),
    linear-gradient(90deg, transparent, rgba(79, 124, 255, 0.16), transparent);
  filter: blur(14px);
  opacity: 0.9;
  pointer-events: none;
}

.company-structure-layout .company-section-head {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.ecosystem-diagram {
  position: relative;
  z-index: 1;
  min-height: clamp(500px, 50vw, 640px);
  display: grid;
  place-items: center;
  width: min(1220px, 100%);
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(123, 216, 255, 0.13), transparent 21rem),
    radial-gradient(ellipse at 50% 64%, rgba(240, 180, 87, 0.08), transparent 27rem),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 64px 64px;
  mask-image: radial-gradient(ellipse at center, #000 58%, transparent 91%);
}

.ecosystem-diagram::before,
.ecosystem-diagram::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(900px, 82%);
  height: 1px;
  background:
    linear-gradient(90deg, rgba(123, 216, 255, 0), rgba(123, 216, 255, 0.72), rgba(79, 124, 255, 0.72), rgba(123, 216, 255, 0));
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(79, 124, 255, 0.35);
}

.ecosystem-diagram::before {
  transform: translateX(-50%) rotate(24deg);
}

.ecosystem-diagram::after {
  transform: translateX(-50%) rotate(-24deg);
}

.ecosystem-core {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(158px, 17vw, 218px);
  aspect-ratio: 1;
  color: var(--company-text);
  text-align: center;
  font-size: clamp(1.22rem, 1.85vw, 1.72rem);
  line-height: 1.1;
  font-weight: 950;
  border: 1px solid rgba(123, 216, 255, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(123, 216, 255, 0.28), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(79, 124, 255, 0.2), transparent 64%),
    linear-gradient(145deg, rgba(17, 30, 49, 0.98), rgba(8, 15, 26, 0.98));
  box-shadow:
    0 0 0 18px rgba(79, 124, 255, 0.06),
    0 0 0 54px rgba(123, 216, 255, 0.035),
    0 0 72px rgba(79, 124, 255, 0.44),
    inset 0 0 42px rgba(123, 216, 255, 0.16);
}

.ecosystem-core::before,
.ecosystem-core::after {
  content: "";
  position: absolute;
  inset: -82px;
  z-index: -1;
  border: 1px solid rgba(123, 216, 255, 0.17);
  border-radius: 50%;
}

.ecosystem-core::after {
  inset: -132px;
  border-color: rgba(240, 180, 87, 0.09);
}

.ecosystem-node {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  width: min(330px, 32%);
  min-width: 0;
  padding: clamp(18px, 2.2vw, 24px);
  color: var(--company-text);
  text-decoration: none;
  border: 1px solid rgba(123, 216, 255, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(123, 216, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 28, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(1.1);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.ecosystem-node:hover,
.ecosystem-node:focus-visible {
  border-color: rgba(123, 216, 255, 0.52);
  box-shadow: 0 32px 100px rgba(79, 124, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(79, 124, 255, 0.16), rgba(123, 216, 255, 0.055)),
    rgba(8, 18, 31, 0.82);
}

.ecosystem-node .ui-icon {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  padding: 8px;
  color: var(--company-brand-2);
  border: 1px solid rgba(123, 216, 255, 0.24);
  border-radius: 14px;
  background: rgba(79, 124, 255, 0.1);
}

.ecosystem-node strong {
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
}

.ecosystem-node span {
  color: var(--company-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  font-weight: 700;
}

.node-media { left: 0; top: 10%; }
.node-partner { left: 0; bottom: 10%; }
.node-noritomo { right: 0; top: 10%; }
.node-community { right: 0; bottom: 10%; }

.company-guide-card {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 14px;
}

.company-guide-card h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.company-guide-card a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px 0;
  color: var(--company-muted);
  font-weight: 850;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.company-guide-card .ui-icon {
  width: 28px;
  height: 28px;
  color: var(--company-brand-2);
}

.company-note-card {
  gap: 0;
}

.company-note-card p {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 34px;
  color: var(--company-muted);
  font-weight: 780;
  line-height: 1.75;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.company-note-card p::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(123, 216, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(79, 124, 255, 0.34);
}

.roadmap-table {
  overflow: hidden;
  border: 1px solid rgba(123, 216, 255, 0.18);
  border-radius: 14px;
  background: rgba(6, 13, 24, 0.58);
}

.roadmap-table [role="row"] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-table [role="columnheader"],
.roadmap-table [role="cell"] {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid rgba(123, 216, 255, 0.14);
}

.roadmap-table [role="columnheader"]:last-child,
.roadmap-table [role="cell"]:last-child {
  border-right: 0;
}

.roadmap-table [role="columnheader"] {
  color: var(--company-text);
  font-weight: 950;
  text-align: center;
  background: linear-gradient(90deg, rgba(79, 124, 255, 0.38), rgba(123, 216, 255, 0.12));
}

.roadmap-table [role="cell"] {
  color: var(--company-muted);
  line-height: 1.8;
  font-weight: 750;
}

.roadmap-table ul {
  margin: 0;
  padding-left: 1.1em;
}

.roadmap-lanes {
  display: grid;
  gap: 14px;
}

.roadmap-lane {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: clamp(20px, 2.8vw, 28px);
  border: 1px solid rgba(123, 216, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(6, 13, 24, 0.68);
  overflow: hidden;
}

.roadmap-lane::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--company-brand-2);
  box-shadow: 0 0 26px rgba(123, 216, 255, 0.42);
}

.roadmap-lane.is-current {
  border-color: rgba(126, 207, 164, 0.28);
  background:
    linear-gradient(135deg, rgba(126, 207, 164, 0.15), rgba(255, 255, 255, 0.02)),
    rgba(6, 13, 24, 0.7);
}

.roadmap-lane.is-current::before {
  background: var(--green);
}

.roadmap-lane.is-future {
  border-color: rgba(240, 180, 87, 0.26);
  background:
    linear-gradient(135deg, rgba(240, 180, 87, 0.13), rgba(255, 255, 255, 0.02)),
    rgba(6, 13, 24, 0.7);
}

.roadmap-lane.is-future::before {
  background: var(--company-accent);
}

.roadmap-lane span {
  color: var(--company-text);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  font-weight: 950;
  line-height: 1.5;
}

.roadmap-lane ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 1.1em;
  color: var(--company-muted);
  font-weight: 820;
  line-height: 1.72;
}

.roadmap-lane p {
  margin: 0;
  color: var(--company-muted);
  font-weight: 780;
  line-height: 1.8;
}

.roadmap-note {
  margin: 16px 0 0;
  color: var(--company-subtle);
  text-align: center;
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 920px;
  margin-inline: auto;
}

.faq-item {
  border-radius: 12px;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 16px 20px;
  color: var(--company-text);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--company-brand-2);
  font-size: 1.45rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--company-muted);
  line-height: 1.8;
  font-weight: 700;
}

.company-cta {
  position: relative;
  min-height: 440px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid rgba(123, 216, 255, 0.14);
  border-bottom: 1px solid rgba(123, 216, 255, 0.14);
}

.company-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.92), rgba(6, 11, 20, 0.58), rgba(6, 11, 20, 0.9)),
    linear-gradient(180deg, rgba(6, 11, 20, 0.16), rgba(6, 11, 20, 0.92));
}

.company-cta-inner {
  position: relative;
  z-index: 3;
  padding: clamp(58px, 9vw, 110px) 0;
}

.company-cta h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5.2vw, 5.4rem);
  line-height: 1.08;
}

.company-cta p:not(.eyebrow) {
  max-width: 720px;
  color: var(--company-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.85;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .company-hero-grid,
  .company-structure-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-mission-card {
    max-width: 620px;
  }

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

  .company-guide-card {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-note-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-guide-card h3 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .company-hero {
    min-height: auto;
  }

  .company-hero::before {
    background:
      linear-gradient(180deg, rgba(6, 11, 20, 0.74), rgba(6, 11, 20, 0.94)),
      linear-gradient(90deg, rgba(6, 11, 20, 0.86), rgba(6, 11, 20, 0.56));
  }

  .company-hero-grid {
    padding-top: 108px;
  }

  .company-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .company-facts,
  .company-facts div,
  .business-flow,
  .roadmap-table [role="row"],
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-facts div,
  .company-facts div:nth-child(odd),
  .company-facts div:nth-last-child(-n + 2) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(123, 216, 255, 0.14);
  }

  .company-facts div:last-child {
    border-bottom: 0;
  }

  .business-flow li:not(:last-child)::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -42px;
    transform: translateX(-50%) rotate(90deg);
  }

  .ecosystem-diagram {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
    mask-image: none;
  }

  .ecosystem-diagram::before,
  .ecosystem-diagram::after {
    display: none;
  }

  .ecosystem-core,
  .ecosystem-node {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .ecosystem-core {
    width: 150px;
    justify-self: center;
    margin: 8px 0 16px;
    box-shadow:
      0 0 0 12px rgba(79, 124, 255, 0.06),
      0 0 42px rgba(79, 124, 255, 0.34),
      inset 0 0 30px rgba(123, 216, 255, 0.12);
  }

  .ecosystem-core::before,
  .ecosystem-core::after {
    display: none;
  }

  .ecosystem-node {
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(123, 216, 255, 0.08), rgba(255, 255, 255, 0.02)),
      rgba(7, 16, 28, 0.82);
  }

  .roadmap-table {
    overflow-x: auto;
  }

  .roadmap-table [role="columnheader"],
  .roadmap-table [role="cell"] {
    border-right: 0;
    border-bottom: 1px solid rgba(123, 216, 255, 0.12);
  }

  .roadmap-lane {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .company-section {
    padding: 42px 0;
  }

  .breadcrumb {
    margin-bottom: 18px;
  }

  .company-hero-grid {
    gap: 24px;
    padding-bottom: 40px;
  }

  .company-hero .actions,
  .company-cta .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .company-mission-card {
    padding: 20px;
  }

  .status-chips {
    display: grid;
  }

  .status-stack article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .status-stack .ui-icon {
    width: 46px;
    height: 46px;
    padding: 11px;
  }

  .company-facts div {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-facts dt {
    border-right: 0;
    border-bottom: 1px solid rgba(123, 216, 255, 0.1);
    padding-bottom: 10px;
  }

  .company-facts dd {
    padding-top: 12px;
  }

  .company-facts dd a {
    display: flex;
    width: max-content;
    margin: 8px 0 0;
  }

  .company-offering-grid,
  .company-disclosure-grid,
  .company-guide-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-card {
    padding: 20px;
  }

  .business-flow {
    gap: 46px;
  }

  .ecosystem-node {
    grid-template-columns: minmax(0, 1fr);
  }

  .ecosystem-node .ui-icon {
    grid-row: auto;
  }

  .company-cta {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-card,
  .ecosystem-node,
  .faq-item summary::after {
    transition: none;
  }

  .ecosystem-node:hover,
  .ecosystem-node:focus-visible {
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(103, 211, 255, 0.11), transparent 26rem),
    radial-gradient(circle at 10% 62%, rgba(220, 193, 124, 0.08), transparent 30rem),
    linear-gradient(145deg, var(--night), var(--night-2) 45%, #03080f);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  line-break: strict;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(103, 211, 255, 0.95);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  transform: translateY(-140%);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(2, 6, 11, 0.96);
  font-weight: 900;
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 11, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 172px;
}

.brand img {
  width: 210px;
  max-height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  color: var(--muted);
  font-weight: 800;
}

.primary-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-current {
  color: var(--cyan);
}

.nav-contact {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(103, 211, 255, 0.08);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.45rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 1.9vw, 1.62rem);
  line-height: 1.25;
  text-wrap: balance;
}

p,
li,
small,
a,
span,
button {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
  line-break: strict;
}

p,
li {
  text-wrap: pretty;
}

code,
pre,
.text-anywhere,
.url-text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.line {
  display: block;
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 600;
}

.section {
  padding: clamp(72px, 9vw, 124px) 0;
}

.section-compact {
  padding: clamp(48px, 7vw, 86px) 0;
}

.section-paper {
  background: rgba(255, 255, 255, 0.035);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.dark {
  background: linear-gradient(135deg, rgba(7, 17, 29, 0.95), rgba(3, 8, 15, 0.92));
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.section-head .lead {
  margin-bottom: 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0 20px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: rgba(103, 211, 255, 0.75);
  color: #021018;
  background: linear-gradient(135deg, var(--cyan), #bfeeff);
}

.button-ghost,
.button-light {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.button-text {
  border-color: transparent;
  color: var(--cyan);
  background: transparent;
  padding-inline: 6px;
}

.button i {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.status-row,
.meta-row,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status-row {
  margin-top: 26px;
}

.status-row span,
.meta-row span,
.tag-row span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  padding: clamp(66px, 9vw, 118px) 0 54px;
  overflow: hidden;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--night));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-grid > *,
.top-hero-grid > *,
.page-hero .container,
.split-panel > * {
  min-width: 0;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .lead {
  max-width: 650px;
}

.hero.is-compressed .orbit-shell {
  transform: scale(0.94);
}

.orbit-shell {
  position: relative;
  min-height: 570px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(103, 211, 255, 0.11), transparent 36%),
    rgba(8, 18, 30, 0.55);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 240ms ease;
}

.orbit-shell::before,
.orbit-shell::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(103, 211, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-12deg) scaleY(0.58);
}

.orbit-shell::after {
  inset: 25%;
  border-color: rgba(220, 193, 124, 0.2);
  transform: rotate(22deg) scaleY(0.72);
}

.route-line {
  position: absolute;
  inset: 18% 12%;
  pointer-events: none;
  opacity: 0.52;
  background:
    linear-gradient(100deg, transparent 3%, rgba(103, 211, 255, 0.5) 18%, transparent 34%),
    linear-gradient(26deg, transparent 18%, rgba(220, 193, 124, 0.4) 44%, transparent 60%),
    linear-gradient(148deg, transparent 30%, rgba(103, 211, 255, 0.36) 54%, transparent 72%);
  filter: blur(0.2px);
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 168px;
  min-height: 168px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(103, 211, 255, 0.48);
  border-radius: 50%;
  padding: 22px;
  transform: translate(-50%, -50%);
  background: rgba(2, 10, 17, 0.92);
  box-shadow: 0 0 42px rgba(103, 211, 255, 0.16);
}

.orbit-core strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.25;
}

.orbit-core span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.orbit-node {
  position: absolute;
  z-index: 4;
  min-width: 112px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--ink);
  background: rgba(8, 18, 30, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.orbit-node:hover,
.orbit-node:focus-visible,
.orbit-node[aria-pressed="true"] {
  transform: translateY(-2px);
  border-color: rgba(103, 211, 255, 0.78);
  background: rgba(15, 38, 58, 0.96);
}

.orbit-node[data-node="media"] { left: 11%; top: 18%; }
.orbit-node[data-node="spot"] { right: 14%; top: 15%; }
.orbit-node[data-node="route"] { right: 6%; top: 45%; }
.orbit-node[data-node="event"] { right: 18%; bottom: 15%; }
.orbit-node[data-node="community"] { left: 22%; bottom: 13%; }
.orbit-node[data-node="region"] { left: 5%; top: 48%; }
.orbit-node[data-node="partner"] { left: 38%; top: 7%; }

.orbit-pin {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(220, 193, 124, 0.12);
}

.orbit-pin:nth-of-type(1) { left: 31%; top: 37%; }
.orbit-pin:nth-of-type(2) { left: 67%; top: 32%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(103, 211, 255, 0.11); }
.orbit-pin:nth-of-type(3) { left: 61%; top: 67%; }

.orbit-detail {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 5;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(2, 8, 14, 0.86);
}

.orbit-detail strong {
  color: var(--cyan);
  font-size: 0.92rem;
}

.orbit-detail span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: clamp(72px, 12vw, 142px) 0 clamp(56px, 8vw, 86px);
  overflow: hidden;
}

.page-hero.has-image .hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.34;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero.has-image::before,
.page-hero.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2, 6, 11, 0.95), rgba(2, 6, 11, 0.66));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.feature-grid,
.article-grid,
.compact-grid,
.price-grid,
.intent-grid {
  display: grid;
  gap: 16px;
}

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

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

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

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

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

.feature-card,
.plain-card,
.story-card,
.relation-card,
.price-card,
.contact-card,
.metric-card,
.intent-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 14px 46px rgba(0, 0, 0, 0.22);
}

.feature-card,
.plain-card,
.metric-card,
.intent-card {
  padding: clamp(20px, 2.4vw, 28px);
}

.feature-card span,
.plain-card span,
.metric-card span,
.price-card > span,
.story-card .type,
.relation-card .type {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card p,
.plain-card p,
.metric-card p,
.price-card li,
.contact-card p,
.story-card p,
.relation-card p {
  color: var(--muted);
}

.story-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.story-card:hover,
.story-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(103, 211, 255, 0.52);
  background: var(--panel-strong);
}

.story-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.story-card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.story-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
}

.story-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.meta-row {
  gap: 6px;
}

.meta-row span {
  min-height: 26px;
  padding: 3px 8px;
  font-size: 0.7rem;
}

.filter-bar {
  position: sticky;
  top: 74px;
  z-index: 50;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 11, 0.9);
  backdrop-filter: blur(16px);
}

.filter-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-block: 14px;
}

.filter-row button {
  min-height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink-soft);
  font-weight: 900;
  cursor: pointer;
}

.filter-row button.is-active {
  border-color: rgba(103, 211, 255, 0.7);
  color: var(--cyan);
  background: rgba(103, 211, 255, 0.1);
}

.rail-wrap {
  position: relative;
}

.rail-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.rail-controls {
  display: flex;
  gap: 10px;
}

.rail-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.rail-controls button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.rail-controls [data-rail-prev]::before {
  transform: rotate(-135deg);
}

.rail-controls [data-rail-next]::before {
  transform: rotate(45deg);
}

.horizontal-rail,
.relation-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31%);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 4px 4px 18px;
}

.horizontal-rail > *,
.relation-rail > * {
  scroll-snap-align: start;
}

.cycle-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  counter-reset: cycle;
}

.cycle-list li {
  list-style: none;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink-soft);
  font-weight: 850;
  counter-increment: cycle;
}

.cycle-list li::before {
  content: "0" counter(cycle);
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.split-panel,
.contact-grid,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.46fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.article-body {
  max-width: 780px;
}

.article-body p {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.article-body h2 {
  margin-top: 46px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.side-box {
  position: sticky;
  top: 110px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--panel);
}

.relation-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.relation-card:hover,
.relation-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(103, 211, 255, 0.52);
}

.price-card {
  padding: 22px;
}

.price-card.is-featured {
  border-color: rgba(103, 211, 255, 0.58);
  background: linear-gradient(180deg, rgba(103, 211, 255, 0.11), rgba(10, 22, 35, 0.86));
}

.price-card ul {
  margin: 18px 0;
  padding-left: 18px;
}

.price-card strong {
  display: block;
  color: var(--ink);
}

.price-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.metric-card {
  min-height: 138px;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.045);
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.contact-card,
.mock-form {
  padding: clamp(20px, 2.8vw, 30px);
}

.intent-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.intent-card.is-selected {
  border-color: rgba(103, 211, 255, 0.7);
  background: rgba(103, 211, 255, 0.1);
}

.mock-form {
  display: grid;
  gap: 14px;
}

.mock-form label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-weight: 850;
}

.mock-form input,
.mock-form textarea,
.mock-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--ink);
}

.mock-form textarea {
  min-height: 150px;
  resize: vertical;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 11, 0.92);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  padding: 48px 0;
}

.footer strong {
  display: block;
  margin-bottom: 12px;
}

.footer p,
.footer a {
  color: var(--muted);
}

.footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  color: var(--muted);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.company-page [data-reveal] {
  opacity: 1;
  transform: none;
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .page-hero-layout,
  .section-head,
  .split-panel,
  .contact-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .orbit-shell {
    min-height: 480px;
  }

  .feature-grid,
  .article-grid,
  .price-grid,
  .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .side-box {
    position: static;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 176px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 74px;
    display: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    background: rgba(2, 6, 11, 0.96);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    min-height: 48px;
  }

  h1 {
    font-size: clamp(2.48rem, 14vw, 4.3rem);
  }

  h2 {
    font-size: clamp(1.86rem, 10vw, 3rem);
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-grid {
    gap: 32px;
  }

  .orbit-shell {
    min-height: 420px;
  }

  .orbit-shell::before,
  .orbit-shell::after {
    inset: 20%;
  }

  .orbit-core {
    width: 132px;
    min-height: 132px;
    padding: 16px;
  }

  .orbit-node {
    min-width: auto;
    min-height: 40px;
    padding: 7px 10px;
    font-size: 0.75rem;
  }

  .orbit-node[data-node="partner"],
  .orbit-node[data-node="region"],
  .orbit-node[data-node="community"] {
    display: none;
  }

  .orbit-node[data-node="media"] { left: 6%; top: 16%; }
  .orbit-node[data-node="spot"] { right: 6%; top: 18%; }
  .orbit-node[data-node="route"] { left: 7%; top: 55%; }
  .orbit-node[data-node="event"] { right: 7%; top: 55%; bottom: auto; }

  .orbit-detail {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .feature-grid,
  .article-grid,
  .price-grid,
  .compact-grid,
  .intent-grid,
  .before-after,
  .metrics {
    grid-template-columns: 1fr;
  }

  .cycle-list {
    grid-template-columns: 1fr;
  }

  .horizontal-rail,
  .relation-rail {
    grid-auto-columns: minmax(248px, 86%);
  }

  .filter-bar {
    top: 66px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }
}

/* Removed-panel layout cleanup. */
.top-hero-grid {
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.company-hero-grid,
.contact-hero-grid {
  grid-template-columns: minmax(0, 860px);
}

.company-hero .hero-copy,
.company-hero-copy,
.contact-hero-copy {
  max-width: 860px;
}

.media-tabs-inner {
  justify-content: start;
}

/* Media finishing: stable Japanese tabs and event page layout. */
.media-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.media-tabs::-webkit-scrollbar {
  display: none;
}

.media-tabs a,
.media-tabs button {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 clamp(12px, 1.8vw, 20px);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  flex: 0 0 auto;
}

.media-tabs a + a::before,
.media-tabs button + button::before,
.media-tabs a + button::before,
.media-tabs button + a::before {
  content: "/";
  position: absolute;
  left: 0;
  color: rgba(181, 195, 210, 0.48);
  pointer-events: none;
}

.media-tabs a::after,
.media-tabs button::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.media-tabs a.is-active,
.media-tabs a:hover,
.media-tabs button.is-active,
.media-tabs button:hover {
  color: var(--ink);
}

.media-tabs a.is-active::after,
.media-tabs a:hover::after,
.media-tabs button.is-active::after,
.media-tabs button:hover::after {
  transform: scaleX(1);
}

.events-layout,
.lsn-events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.event-list-large,
.lsn-event-list-large {
  display: grid;
  gap: 14px;
}

.event-list-card,
.lsn-event-list-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(6, 17, 30, 0.74);
  padding: clamp(18px, 2.4vw, 26px);
  color: var(--ink);
  text-decoration: none;
}

.event-list-card:hover,
.lsn-event-list-card:hover {
  border-color: rgba(103, 211, 255, 0.42);
}

.event-list-card time,
.lsn-event-list-card time {
  display: grid;
  justify-items: center;
  padding-right: 16px;
  border-right: 1px solid var(--line);
  color: var(--cyan);
  font-weight: 950;
  font-size: 1.35rem;
  line-height: 1.1;
}

.event-list-card time small,
.lsn-event-list-card time small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
}

.event-list-card strong,
.lsn-event-list-card strong {
  display: block;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.35;
}

.event-list-card span small,
.lsn-event-list-card span small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.6;
}

.event-list-card b,
.lsn-event-list-card b {
  color: var(--cyan);
  font-size: 0.92rem;
  white-space: nowrap;
}

.event-note {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .events-layout,
  .lsn-events-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-list-card,
  .lsn-event-list-card {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .event-list-card b,
  .lsn-event-list-card b {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .top-hero-grid,
  .company-hero-grid,
  .contact-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Final authority: article cards show title, date, category and tags only. */
.story-tile .story-overlay > p,
.media-story-tile > p,
.feature-story-large .story-overlay > p,
.article-card-link > p,
.theme-card > p,
.relation-card > p {
  display: none !important;
}

body.media-page .media-primary .feature-story-large p,
body.media-page .media-primary .media-story-tile > p,
body.media-page .media-primary .article-card .article-card-link > p,
body.media-page .media-primary .story-tile .story-overlay > p,
body.top-page .featured-stories .story-tile .story-overlay > p,
body.article-page .relation-card p {
  display: none !important;
}

/* Absolute card-content rule: article cards show title, date, category and tags only. */
.story-tile .story-overlay > p,
.media-story-tile > p,
.feature-story-large .story-overlay > p,
.article-card-link > p,
.theme-card > p,
.relation-card > p {
  display: none !important;
}

/* Final operation guard: article cards and bottom CTAs must survive WordPress-like content. */
.media-page .article-card .type,
.media-page .media-story-tile .type,
.media-page .feature-story-large .type,
.story-tile .story-label,
.relation-card .type {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 0 !important;
  margin: 0 0 8px !important;
  padding: 0 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(103, 211, 255, 0.5) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.media-page .card-tags,
.story-chips,
.article-tags,
.relation-card .card-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  max-width: 100% !important;
}

.media-page .card-tags span,
.story-chips span,
.article-tags a,
.relation-card .card-tags span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cyan) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.media-page .card-tags span + span::before,
.story-chips span + span::before,
.article-tags a + a::before,
.relation-card .card-tags span + span::before {
  content: " / ";
  margin: 0 6px;
  color: var(--muted);
}

.media-page .feature-story-large h3,
.media-page .media-story-tile h3,
.media-page .article-card h3,
.story-tile h3,
.relation-card h3 {
  display: -webkit-box !important;
  max-width: 15em !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p,
.story-tile p,
.relation-card p {
  display: none !important;
}

.media-page .article-card time,
.media-page .media-story-tile time,
.media-page .feature-story-large time,
.story-meta,
.relation-card time {
  font-size: 0.72rem !important;
  font-weight: 900 !important;
}

.media-tabs,
.media-tabs-row,
.media-shell,
.media-primary,
.media-sidebar,
.article-grid,
.article-card,
.article-card-link,
.popular-articles,
.upcoming-events,
.contact-final-cta .container,
.contact-final-cta .actions {
  min-width: 0 !important;
}

.media-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
}

.media-primary {
  display: grid;
  gap: clamp(44px, 6vw, 72px);
}

.media-primary .all-articles {
  order: 1;
}

.media-primary .media-featured {
  order: 2;
}

.media-primary .theme-feature {
  order: 3;
}

.contact-final-cta.media-cta,
.contact-final-cta.noritomo-cta,
.contact-final-cta.partner-cta,
.contact-final-cta.company-cta {
  min-height: clamp(292px, 24vw, 360px) !important;
}

.contact-final-cta.media-cta .media-cta-inner,
.contact-final-cta.noritomo-cta .noritomo-cta-inner,
.contact-final-cta.partner-cta .partner-cta-inner,
.contact-final-cta.company-cta .company-cta-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 430px) !important;
  gap: clamp(22px, 4.6vw, 68px) !important;
  align-items: center !important;
  padding: clamp(40px, 4.4vw, 58px) 0 !important;
}

.contact-final-cta.media-cta h2,
.contact-final-cta.noritomo-cta h2,
.contact-final-cta.partner-cta h2,
.contact-final-cta.company-cta h2 {
  max-width: 680px !important;
  font-size: clamp(1.8rem, 2.55vw, 2.85rem) !important;
  line-height: 1.14 !important;
}

.contact-final-cta.media-cta .actions,
.contact-final-cta.noritomo-cta .actions,
.contact-final-cta.partner-cta .actions,
.contact-final-cta.company-cta .actions {
  justify-content: flex-end !important;
  margin-top: 0 !important;
  width: min(430px, 100%) !important;
  min-width: 0 !important;
}

@media (max-width: 900px) {
  .contact-final-cta.media-cta .media-cta-inner,
  .contact-final-cta.noritomo-cta .noritomo-cta-inner,
  .contact-final-cta.partner-cta .partner-cta-inner,
  .contact-final-cta.company-cta .company-cta-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .contact-final-cta.media-cta .actions,
  .contact-final-cta.noritomo-cta .actions,
  .contact-final-cta.partner-cta .actions,
  .contact-final-cta.company-cta .actions {
    justify-content: flex-start !important;
    width: 100% !important;
  }
}

/* Absolute final overrides for the Media IA: all articles first, no body copy in cards. */
.media-page .media-primary {
  display: grid !important;
  gap: clamp(44px, 6vw, 72px) !important;
}

.media-page .media-primary .all-articles {
  order: 1 !important;
}

.media-page .media-primary .media-featured {
  order: 2 !important;
}

.media-page .media-primary .theme-feature {
  order: 3 !important;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p,
.top-page .story-tile p,
.relation-card p {
  display: none !important;
}

/* Top page PWA / PoC sections: copy first, table second, no arrow glyphs. */
.top-page .noritomo-layout,
.top-page .partner-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(34px, 5vw, 58px) !important;
  align-items: start !important;
}

.top-page .noritomo-layout > div:first-child,
.top-page .partner-layout > div:first-child {
  max-width: 920px;
}

.top-page .experience-flow,
.top-page .poc-flow-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: min(980px, 100%) !important;
  margin-top: 0 !important;
  border: 1px solid rgba(158, 195, 225, 0.16) !important;
  border-radius: 0 !important;
  background: rgba(4, 13, 22, 0.44) !important;
  overflow: hidden !important;
}

.top-page .experience-flow span,
.top-page .poc-flow-list span {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 54px minmax(150px, 0.42fr) minmax(0, 1fr) !important;
  gap: clamp(14px, 3vw, 36px) !important;
  align-items: center !important;
  min-height: 70px !important;
  padding: 14px clamp(16px, 3vw, 34px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(158, 195, 225, 0.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.top-page .experience-flow span:last-child,
.top-page .poc-flow-list span:last-child {
  border-bottom: 0 !important;
}

.top-page .experience-flow span::after,
.top-page .poc-flow-list span::after,
.top-page .poc-flow-list span:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 -40% !important;
  width: 34% !important;
  height: auto !important;
  border: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(103, 211, 255, 0.13), transparent) !important;
  transform: none !important;
  animation: table-scan 5.8s ease-in-out infinite !important;
  animation-delay: calc(var(--scan-index, 0) * 0.42s) !important;
  pointer-events: none !important;
}

.top-page .experience-flow span:nth-child(1),
.top-page .poc-flow-list span:nth-child(1) { --scan-index: 0; }
.top-page .experience-flow span:nth-child(2),
.top-page .poc-flow-list span:nth-child(2) { --scan-index: 1; }
.top-page .experience-flow span:nth-child(3),
.top-page .poc-flow-list span:nth-child(3) { --scan-index: 2; }
.top-page .experience-flow span:nth-child(4),
.top-page .poc-flow-list span:nth-child(4) { --scan-index: 3; }
.top-page .experience-flow span:nth-child(5),
.top-page .poc-flow-list span:nth-child(5) { --scan-index: 4; }

.top-page .experience-flow i,
.top-page .poc-flow-list i {
  color: var(--cyan);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.top-page .experience-flow strong,
.top-page .poc-flow-list strong {
  font-size: 0.98rem !important;
  color: var(--ink);
  font-weight: 900;
}

.top-page .poc-flow-list small,
.top-page .experience-flow small {
  color: rgba(220, 230, 242, 0.84) !important;
  font-weight: 850 !important;
  line-height: 1.65;
}

@keyframes table-scan {
  0%, 62% { transform: translateX(0); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(420%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .top-page .experience-flow span::after,
  .top-page .poc-flow-list span::after {
    animation: none !important;
  }
}

@media (max-width: 720px) {
  .top-page .experience-flow span,
  .top-page .poc-flow-list span {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 10px 14px !important;
  }

  .top-page .experience-flow i,
  .top-page .poc-flow-list i {
    grid-row: 1 / span 2;
  }

  .top-page .experience-flow small,
  .top-page .poc-flow-list small {
    grid-column: 2;
  }
}

/* Production collapse guard: keep Japanese headings readable and CTA bands uncrushed. */
.main-content h1,
.main-content h2,
.main-content h3,
main h1,
main h2,
main h3 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  line-break: strict;
  text-wrap: balance;
}

main p,
main li,
main small,
main a,
main button,
main strong,
main span {
  min-width: 0;
}

.container,
.story-panel,
.article-grid,
.media-layout,
.contact-final-cta .container,
.company-cta-inner,
.media-cta-inner,
.noritomo-cta-inner,
.partner-cta-inner,
.article-card,
.story-card,
.relation-card,
.media-sidebar,
.article-aside,
.footer-rich {
  min-width: 0;
}

/* Partner CTA baseline: compact lower-page band, shared by final CTAs. */
.contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta),
.contact-final-cta.company-cta,
.contact-final-cta.media-cta,
.contact-final-cta.noritomo-cta,
.contact-final-cta.partner-cta {
  min-height: clamp(292px, 24vw, 360px) !important;
  align-items: center !important;
  padding: 0 !important;
}

.contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) .container,
.contact-final-cta.company-cta .company-cta-inner,
.contact-final-cta.media-cta .media-cta-inner,
.contact-final-cta.noritomo-cta .noritomo-cta-inner,
.contact-final-cta.partner-cta .partner-cta-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 430px) !important;
  gap: clamp(22px, 4.6vw, 68px);
  align-items: center;
  padding: clamp(40px, 4.4vw, 58px) 0 !important;
}

.contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) h2,
.contact-final-cta.company-cta h2,
.contact-final-cta.media-cta h2,
.contact-final-cta.noritomo-cta h2,
.contact-final-cta.partner-cta h2 {
  max-width: 680px;
  margin: 0 0 10px !important;
  font-size: clamp(1.8rem, 2.55vw, 2.85rem) !important;
  line-height: 1.14 !important;
}

.contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) p:not(.eyebrow),
.contact-final-cta.company-cta p:not(.eyebrow),
.contact-final-cta.media-cta p:not(.eyebrow),
.contact-final-cta.noritomo-cta p:not(.eyebrow),
.contact-final-cta.partner-cta p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem) !important;
  line-height: 1.8 !important;
}

.contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) .actions,
.contact-final-cta.company-cta .actions,
.contact-final-cta.media-cta .actions,
.contact-final-cta.noritomo-cta .actions,
.contact-final-cta.partner-cta .actions {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0 !important;
  width: min(430px, 100%);
  min-width: min(430px, 100%);
}

@media (max-width: 900px) {
  .contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) .container,
  .contact-final-cta.company-cta .company-cta-inner,
  .contact-final-cta.media-cta .media-cta-inner,
  .contact-final-cta.noritomo-cta .noritomo-cta-inner,
  .contact-final-cta.partner-cta .partner-cta-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px;
  }

  .contact-final-cta:not(.company-cta):not(.media-cta):not(.noritomo-cta):not(.partner-cta) .actions,
  .contact-final-cta.company-cta .actions,
  .contact-final-cta.media-cta .actions,
  .contact-final-cta.noritomo-cta .actions,
  .contact-final-cta.partner-cta .actions {
    justify-content: flex-start;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Final compact non-pill article card labels. */
.media-page .type,
.story-label,
.relation-card .type,
.media-page .feature-story-large .card-tags span,
.media-page .media-story-tile .card-tags span,
.media-page .article-card .card-tags span,
.story-chips span,
.article-tags a,
.tag-row span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(103, 211, 255, 0.92) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.media-page .type,
.story-label,
.relation-card .type {
  width: fit-content;
  border-bottom: 1px solid rgba(103, 211, 255, 0.42) !important;
  padding-bottom: 2px !important;
}

.media-page .feature-story-large h3,
.media-page .media-story-tile h3,
.media-page .article-card h3,
.story-tile h3 {
  font-size: clamp(1rem, 1.16vw, 1.28rem) !important;
  line-height: 1.28 !important;
  max-width: 14em !important;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p,
.story-tile p {
  font-size: 0.72rem !important;
  line-height: 1.5 !important;
  max-width: 13em !important;
  -webkit-line-clamp: 1 !important;
}

.card-tags,
.story-chips,
.article-tags,
.tag-row {
  gap: 10px !important;
}

.media-page .media-meta,
.media-page .media-story-tile time,
.media-page .article-card time,
.story-meta {
  font-size: 0.72rem !important;
}

.article-entry-head .article-tags {
  margin-top: 14px;
}

.article-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
  align-items: start;
}

.article-entry-head {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.article-entry-head h1 {
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.12;
}

.article-entry-head .lead {
  max-width: 760px;
  color: rgba(220, 230, 242, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.8;
}

.article-entry-head > .eyebrow,
.article-body > p,
.article-body h2 {
  color: rgba(220, 230, 242, 0.84);
}

.article-tags,
.tag-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
}

.article-tags a + a::before,
.tag-row span + span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(197, 209, 224, 0.45);
}

.article-aside {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.article-aside-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 18, 30, 0.78);
  padding: 18px;
}

.article-aside-block h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.35;
}

.spot-picks a,
.article-aside .popular-regions a,
.article-aside .upcoming-events a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
}

.article-aside .upcoming-events a {
  grid-template-columns: 52px minmax(0, 1fr);
}

.spot-picks img,
.article-aside .popular-regions img {
  width: 52px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  filter: brightness(0.82) saturate(0.95);
}

.article-back-link {
  width: 100%;
  justify-content: center;
}

.company-belief {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr) !important;
  min-height: 520px;
}

.company-belief .company-photo {
  min-height: 520px;
}

.company-belief .company-copy {
  width: 100%;
  max-width: none;
  padding-right: clamp(28px, 5vw, 72px);
}

.company-belief .company-copy h2,
.company-belief .company-copy p,
.company-belief .company-copy .button {
  max-width: 740px;
}

@media (max-width: 980px) {
  .article-layout,
  .company-belief {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .article-aside {
    position: static;
  }
}

/* Article card information architecture polish. */
.company-belief {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.company-belief .company-copy {
  max-width: 720px;
}

.story-meta,
.media-meta,
.media-page .media-story-tile time,
.media-page .article-card time,
.relation-card time {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.3;
}

.story-chips,
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.story-chips span,
.card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(103, 211, 255, 0.24);
  border-radius: 999px;
  background: rgba(103, 211, 255, 0.08);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.media-page .feature-story-large h3,
.media-page .media-story-tile h3,
.media-page .article-card h3 {
  font-size: clamp(1.32rem, 1.75vw, 1.82rem);
  line-height: 1.22;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p {
  color: rgba(220, 230, 242, 0.82);
  font-size: clamp(0.86rem, 0.88vw, 0.96rem);
  line-height: 1.72;
  -webkit-line-clamp: 3;
}

.media-page .media-story-tile small,
.media-page .article-card small {
  display: none;
}

.relation-rail--articles {
  grid-auto-columns: minmax(280px, 360px);
}

.relation-card--article {
  min-height: 100%;
  grid-template-rows: auto auto auto 1fr auto auto;
}

.relation-card--article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.78) saturate(0.95);
}

.relation-card--article h3 {
  font-size: clamp(1.15rem, 1.32vw, 1.42rem);
  line-height: 1.32;
}

.relation-card--article p {
  font-size: 0.9rem;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .company-belief {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Final sitewide polish layer. Keep this at the very end. */
.top-header .container,
.site-header.top-header .container {
  width: min(1180px, calc(100% - clamp(32px, 6vw, 56px)));
}

h1,
h2,
h3,
p,
a,
button,
li,
strong,
small,
span {
  overflow-wrap: anywhere;
  word-break: normal;
}

.section,
.contact-section,
.partner-poc-flow,
.partner-poc-reason,
.noritomo-experiences,
.why-noritomo {
  padding-block: clamp(64px, 7vw, 108px);
}

.center-heading,
.section-title-row {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.center-heading h2,
.section-title-row h2,
.contact-section-head h2,
.company-section-head h2 {
  font-size: clamp(2rem, 3.7vw, 4.25rem);
  line-height: 1.14;
}

.contact-hero-grid {
  align-items: center;
  padding-top: clamp(86px, 10vh, 132px);
  padding-bottom: clamp(40px, 6vh, 66px);
}

.contact-hero h1 {
  max-width: 9.5em;
  font-size: clamp(3.05rem, 4.8vw, 5.35rem);
  line-height: 1.08;
}

.contact-status-panel {
  align-self: end;
  max-width: 420px;
}

.contact-status-panel article + article {
  margin-top: 18px;
}

.contact-intent-card,
.experience-cycle__step,
.partner-poc-step,
.why-item,
.partner-value-card,
.feature-card,
.business-flow li {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-intent-card p,
.contact-intent-card small,
.experience-cycle__step strong,
.experience-cycle__step small,
.partner-poc-step strong,
.partner-poc-step small,
.why-item h3,
.why-item p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.why-grid {
  align-items: stretch;
}

.why-item {
  grid-template-rows: auto auto 1fr;
  align-content: start;
  min-height: 236px;
  gap: 16px;
}

.why-item h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.65vw, 1.72rem);
  line-height: 1.2;
}

.why-item p {
  position: static;
  max-width: 18em;
  margin: 0 auto;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.75;
}

.experience-icons,
.poc-indicators {
  grid-template-columns: repeat(5, minmax(112px, 1fr));
}

.experience-icons span,
.poc-indicators span {
  min-width: 0;
  padding-inline: 10px;
  font-size: clamp(0.78rem, 0.85vw, 0.92rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.media-page .emotion-tags a,
.emotion-tags a {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
}

.ecosystem-core {
  overflow: hidden;
}

.ecosystem-core span {
  display: block;
  max-width: 100%;
  white-space: normal;
}

.media-page .article-card p,
.media-page .media-story-tile p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-hero-grid,
.top-hero .hero-orbit {
  overflow: visible;
}

.top-hero-grid,
.top-hero .hero-orbit {
  overflow-x: hidden;
  overflow-y: visible;
}

.top-hero .hero-orbit {
  justify-self: end;
  width: min(620px, 100%);
}

.top-orbit-node {
  max-width: 190px;
}

.top-orbit-node[data-node="route"] {
  right: 4%;
}

.top-orbit-node[data-node="region"] {
  left: 28%;
  bottom: 6%;
}

.top-orbit-node[data-node="partner"] {
  left: 4%;
}

@media (max-width: 1500px) {
  .experience-icons,
  .poc-indicators {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .why-grid,
  .partner-value-grid,
  .partner-flow-grid,
  .experience-cycle-track,
  .contact-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .section,
  .contact-section,
  .partner-poc-flow,
  .partner-poc-reason,
  .noritomo-experiences,
  .why-noritomo {
    padding-block: 52px;
  }

  .contact-hero h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12vw, 3.55rem);
  }

  .why-grid,
  .partner-value-grid,
  .partner-flow-grid,
  .experience-cycle-track,
  .contact-intent-grid,
  .experience-icons,
  .poc-indicators {
    grid-template-columns: 1fr;
  }

  .why-item,
  .partner-value-card,
  .partner-poc-step,
  .business-flow li {
    min-height: 0;
  }
}

/* Final text resilience pass across the static mockup. */
h1,
h2,
h3,
.lead,
.line,
.button,
.article-card,
.relation-card,
.side-box,
.feature-card,
.company-card,
.media-story-tile,
.media-page .article-card {
  overflow-wrap: anywhere;
  word-break: normal;
}

.ecosystem-core span {
  display: block;
}

.article-card p,
.media-story-tile p,
.relation-card p {
  max-width: 62ch;
}

@media (max-width: 980px) {
  .nowrap,
  .top-hero h1 span,
  .company-hero h1 span,
  .noritomo-hero h1 span,
  .partner-hero h1 span,
  .contact-hero h1 span,
  .media-hero h1 span,
  .page-hero h1 span {
    white-space: normal !important;
  }
}

/* Professional polish pass: tighten oversized sections and keep all card text contained. */
.top-header .container,
.site-header.top-header .container {
  width: min(1180px, calc(100% - clamp(32px, 6vw, 56px)));
}

.section,
.contact-section,
.partner-poc-flow,
.partner-poc-reason,
.noritomo-experiences,
.why-noritomo {
  padding-block: clamp(64px, 7vw, 108px);
}

.center-heading,
.section-title-row {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.center-heading h2,
.section-title-row h2,
.contact-section-head h2,
.company-section-head h2 {
  font-size: clamp(2rem, 3.7vw, 4.25rem);
  line-height: 1.14;
}

.contact-hero-grid {
  align-items: center;
  padding-top: clamp(86px, 10vh, 132px);
  padding-bottom: clamp(40px, 6vh, 66px);
}

.contact-hero h1 {
  max-width: 9.5em;
  font-size: clamp(3.05rem, 4.8vw, 5.35rem);
  line-height: 1.08;
}

.contact-status-panel {
  align-self: end;
  max-width: 420px;
}

.contact-status-panel article + article {
  margin-top: 18px;
}

.why-grid {
  align-items: stretch;
}

.why-item {
  grid-template-rows: auto auto 1fr;
  align-content: start;
  min-height: 236px;
  gap: 16px;
}

.why-item h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.65vw, 1.72rem);
  line-height: 1.2;
}

.why-item p {
  position: static;
  max-width: 18em;
  margin: 0 auto;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.75;
}

.partner-value-card,
.partner-poc-step,
.partner-proof-card,
.partner-plan-card,
.feature-card,
.business-flow li {
  align-content: start;
}

.partner-value-card {
  min-height: 220px;
  padding: clamp(20px, 2vw, 26px);
}

.partner-poc-step {
  min-height: 198px;
  padding: 20px 14px;
}

.partner-poc-step small {
  max-width: 17em;
  margin-inline: auto;
  line-height: 1.65;
}

.business-flow {
  align-items: stretch;
}

.business-flow li {
  min-height: 250px;
}

.business-flow p,
.partner-value-card p,
.partner-proof-card p,
.feature-card p {
  line-height: 1.78;
}

.media-page .article-card p,
.media-page .media-story-tile p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ecosystem-core {
  overflow: hidden;
}

.ecosystem-core span {
  white-space: normal;
  max-width: 100%;
}

.experience-icons,
.poc-indicators {
  grid-template-columns: repeat(5, minmax(112px, 1fr));
}

.experience-icons span,
.poc-indicators span {
  min-width: 0;
  padding-inline: 10px;
  font-size: clamp(0.78rem, 0.85vw, 0.92rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-intent-card,
.experience-cycle__step,
.partner-poc-step,
.why-item {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-intent-card p,
.contact-intent-card small,
.experience-cycle__step strong,
.experience-cycle__step small,
.partner-poc-step strong,
.partner-poc-step small,
.why-item h3,
.why-item p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 1180px) {
  .why-grid,
  .partner-value-grid,
  .partner-flow-grid,
  .experience-cycle-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .section,
  .contact-section,
  .partner-poc-flow,
  .partner-poc-reason,
  .noritomo-experiences,
  .why-noritomo {
    padding-block: 52px;
  }

  .contact-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.55rem);
    max-width: 100%;
  }

  .why-grid,
  .partner-value-grid,
  .partner-flow-grid,
  .experience-cycle-track,
  .contact-intent-grid {
    grid-template-columns: 1fr;
  }

  .why-item,
  .partner-value-card,
  .partner-poc-step,
  .business-flow li {
    min-height: 0;
  }
}

/* Article detail readability pass */
.article-layout {
  grid-template-columns: minmax(0, 780px) minmax(280px, 0.38fr);
}

.article-body {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 2;
}

.article-body p {
  margin: 0 0 1.55em;
  color: rgba(216, 226, 236, 0.9);
  font-size: inherit;
  font-weight: 640;
}

.article-body h2 {
  margin: 2.2em 0 .75em;
  font-size: clamp(1.65rem, 2.6vw, 2.7rem);
  line-height: 1.24;
}

.side-box {
  background: linear-gradient(150deg, rgba(12, 25, 43, .88), rgba(6, 13, 24, .72));
}

.side-box h3 {
  margin-top: 0;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.35;
}

.relation-card h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.16rem, 1.45vw, 1.38rem);
  line-height: 1.35;
}

.relation-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
  font-weight: 760;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .side-box {
    position: static;
  }
}

/* Media page final fit pass
   These rules intentionally live at the end of the stylesheet so the editorial
   card layout stays stable after page-level normalization rules. */
.media-page .media-main-section {
  padding-top: clamp(28px, 3vw, 44px);
}

.media-page .media-shell {
  grid-template-columns: minmax(0, 1fr) clamp(280px, 22vw, 320px);
  gap: clamp(22px, 2.8vw, 34px);
}

.media-page .media-editorial-grid {
  grid-template-columns: minmax(310px, 1.05fr) repeat(2, minmax(230px, .8fr));
  grid-auto-rows: minmax(244px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.media-page .feature-story-large,
.media-page .media-story-tile,
.media-page .article-card {
  min-height: 0;
}

.media-page .feature-story-large {
  grid-row: span 2;
}

.media-page .feature-story-large > a,
.media-page .media-story-tile,
.media-page .article-card-link {
  height: 100%;
  min-height: 244px;
  align-content: end;
}

.media-page .feature-story-large > a {
  min-height: 504px;
}

.media-page .feature-story-large img,
.media-page .media-story-tile img,
.media-page .article-card img {
  height: 100%;
  filter: brightness(.6) saturate(.95);
}

.media-page .feature-story-large > a::before,
.media-page .media-story-tile::before,
.media-page .article-card-link::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 11, 0.02) 0%, rgba(2, 6, 11, 0.2) 36%, rgba(2, 6, 11, 0.96) 100%),
    linear-gradient(90deg, rgba(2, 6, 11, 0.5), transparent 64%);
}

.media-page .feature-story-large > a > div,
.media-page .media-story-tile > :not(img),
.media-page .article-card-link > :not(img) {
  max-width: 100%;
  min-width: 0;
}

.media-page .feature-story-large h3,
.media-page .media-story-tile h3,
.media-page .article-card h3 {
  margin: 9px 0 6px;
  line-height: 1.22;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.media-page .feature-story-large h3 {
  font-size: clamp(1.85rem, 2.35vw, 2.35rem);
}

.media-page .media-story-tile h3,
.media-page .article-card h3 {
  font-size: clamp(1.14rem, 1.35vw, 1.42rem);
  line-height: 1.3;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p {
  color: rgba(216, 226, 236, 0.9);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.media-page .media-meta,
.media-page .media-story-tile small,
.media-page .article-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 9px;
  color: rgba(156, 170, 188, 0.95);
  font-size: 0.74rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.media-page .media-sidebar {
  top: calc(var(--mock-header-height) + 84px);
}

.media-page .emotion-tags {
  gap: 10px;
}

.media-page .emotion-tags a {
  min-height: 72px;
  line-height: 1.35;
}

@media (max-width: 1240px) {
  .media-page .media-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-page .media-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .media-page .media-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-page .feature-story-large > a {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .media-page .media-editorial-grid,
  .media-page .media-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-page .feature-story-large {
    grid-row: auto;
  }

  .media-page .feature-story-large > a,
  .media-page .media-story-tile,
  .media-page .article-card-link {
    min-height: 282px;
  }

  .media-page .feature-story-large h3,
  .media-page .media-story-tile h3,
  .media-page .article-card h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
}

@media (max-width: 430px) {
  .actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .orbit-shell {
    min-height: 390px;
  }
}

/* Top page cinematic mockup */
.top-page {
  background:
    radial-gradient(circle at 66% 12%, rgba(103, 211, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #02060b 0%, #06131f 44%, #02060b 100%);
}

.top-header {
  position: sticky;
  background: rgba(2, 6, 11, 0.92);
}

.brand-text {
  min-width: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0;
}

.top-header .primary-nav {
  gap: clamp(18px, 2.6vw, 36px);
  font-size: 0.9rem;
}

.top-header .primary-nav a.is-current {
  color: var(--ink);
  border-bottom: 1px solid var(--cyan);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-hero {
  min-height: 720px;
  padding: 96px 0 78px;
  isolation: isolate;
}

.top-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.top-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.58);
}

.top-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 6, 11, 0.92) 0%, rgba(2, 6, 11, 0.68) 45%, rgba(2, 6, 11, 0.46) 100%),
    linear-gradient(180deg, rgba(2, 6, 11, 0.1), rgba(2, 6, 11, 0.76));
}

.top-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(560px, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.top-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 1.16;
  font-weight: 650;
}

.top-hero-copy .lead {
  max-width: 590px;
  color: rgba(247, 251, 255, 0.9);
}

.top-hero-copy .button-primary {
  color: #06111b;
  background: #f6fbff;
  border-color: #f6fbff;
}

.top-hero-copy .button-ghost {
  background: rgba(4, 13, 22, 0.58);
}

.hero-orbit {
  position: relative;
  min-height: 560px;
  margin-bottom: 88px;
  border-radius: 50%;
  overflow: visible;
}

.orbit-map-grid {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(175, 217, 241, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(103, 211, 255, 0.18), transparent 12rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  opacity: 0.85;
}

.orbit-map-grid::before,
.orbit-map-grid::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px dashed rgba(175, 217, 241, 0.2);
  border-radius: 50%;
}

.orbit-map-grid::after {
  inset: 22%;
  border-style: solid;
  border-color: rgba(103, 211, 255, 0.2);
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(190, 217, 238, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-ring-1 { width: 86%; height: 86%; }
.orbit-ring-2 { width: 66%; height: 66%; }
.orbit-ring-3 { width: 44%; height: 44%; }

.orbit-ray {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 42%;
  background: linear-gradient(to top, rgba(103, 211, 255, 0.52), transparent);
  transform-origin: 50% 0;
  pointer-events: none;
  transition: opacity 180ms ease, background 180ms ease;
}

.ray-media { transform: rotate(-46deg); }
.ray-spot { transform: rotate(44deg); }
.ray-route { transform: rotate(92deg); }
.ray-event { transform: rotate(148deg); }
.ray-region { transform: rotate(202deg); }
.ray-partner { transform: rotate(258deg); }

.top-orbit-core {
  width: 138px;
  min-height: 138px;
  padding: 18px;
  background: rgba(5, 16, 27, 0.88);
}

.top-orbit-core .icon-mark,
.metric-icon,
.cycle-icon,
.experience-icons i,
.experience-icons .ui-icon,
.poc-indicators i,
.poc-indicators .ui-icon,
.top-orbit-core .ui-icon,
.contact-card-small > .ui-icon,
.contact-card-small > span {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.ui-icon,
.media-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-orbit-core .ui-icon,
.metric-icon,
.cycle-icon,
.experience-icons .ui-icon,
.poc-indicators .ui-icon,
.contact-card-small > .ui-icon {
  color: var(--ink);
}

.top-orbit-core .icon-mark::before,
.people-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 11px 0 0 -2px transparent, 11px 0 0 0 currentColor;
}

.top-orbit-core .icon-mark::after,
.people-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 16px;
  width: 24px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 3px 3px;
}

.top-orbit-core strong {
  margin-top: 8px;
  font-size: 1.05rem;
}

.top-orbit-core small,
.top-orbit-node small,
.mini-orbit small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.top-orbit-node {
  width: auto;
  min-width: 158px;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 8px 12px;
  text-align: left;
}

.top-orbit-node img {
  width: 66px;
  height: 66px;
  border: 2px solid rgba(247, 251, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
}

.top-orbit-node span {
  display: grid;
  gap: 2px;
}

.top-orbit-node[data-node="media"] { left: 8%; right: auto; top: 6%; bottom: auto; }
.top-orbit-node[data-node="spot"] { left: auto; right: 3%; top: 7%; bottom: auto; }
.top-orbit-node[data-node="route"] { left: auto; right: -4%; top: 45%; bottom: auto; }
.top-orbit-node[data-node="event"] { left: auto; right: 11%; top: auto; bottom: 2%; }
.top-orbit-node[data-node="region"] { left: 22%; right: auto; top: auto; bottom: -3%; }
.top-orbit-node[data-node="partner"] { left: -3%; right: auto; top: 42%; bottom: auto; }

.top-orbit-detail {
  left: 50%;
  right: auto;
  bottom: -88px;
  width: min(420px, 82%);
  transform: translateX(-50%);
  text-align: center;
  border-color: rgba(103, 211, 255, 0.28);
  background: rgba(2, 8, 14, 0.94);
}

.hero-orbit[data-active] .orbit-ray {
  opacity: 0.34;
}

.hero-orbit[data-active="media"] .ray-media,
.hero-orbit[data-active="spot"] .ray-spot,
.hero-orbit[data-active="route"] .ray-route,
.hero-orbit[data-active="event"] .ray-event,
.hero-orbit[data-active="region"] .ray-region,
.hero-orbit[data-active="partner"] .ray-partner {
  opacity: 1;
  background: linear-gradient(to top, rgba(103, 211, 255, 0.78), transparent);
}

.pin-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin-icon::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.route-icon::before {
  content: "";
  position: absolute;
  inset: 5px 4px;
  border: 2px solid currentColor;
  border-style: dashed;
  border-radius: 12px;
}

.event-icon::before {
  content: "";
  position: absolute;
  inset: 5px 3px 3px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.event-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 12px;
  border-top: 2px solid currentColor;
}

.doc-icon::before {
  content: "";
  position: absolute;
  inset: 3px 6px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.doc-icon::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 9px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.shop-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.shop-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 22px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 6px 6px 2px 2px;
}

.camera-icon::before {
  content: "";
  position: absolute;
  inset: 7px 3px 4px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.camera-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.top-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.top-section-title h2,
.movement-cycle h2 {
  margin-bottom: 4px;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

.top-section-title p {
  margin-bottom: 0;
  color: var(--muted);
}

.top-section-title a,
.hub-head a {
  color: var(--cyan);
  font-weight: 850;
}

.top-section-title i,
.hub-head i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.62fr) minmax(0, 0.62fr);
  grid-auto-rows: 212px;
  gap: 12px;
}

.story-tile {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.story-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) brightness(0.74);
  transition: transform 260ms ease;
}

.story-tile:hover img {
  transform: scale(1.03);
}

.feature-story-main {
  grid-row: span 2;
}

.story-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  background: linear-gradient(to top, rgba(2, 6, 11, 0.92), rgba(2, 6, 11, 0.08));
}

.feature-story-main .story-overlay {
  padding: 24px;
}

.story-label {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--cyan);
  background: rgba(103, 211, 255, 0.12);
  font-size: 0.75rem;
  font-weight: 900;
}

.story-overlay h3 {
  margin-bottom: 6px;
}

.feature-story-main h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
}

.story-overlay p {
  margin-bottom: 10px;
  color: rgba(247, 251, 255, 0.84);
}

.story-meta,
.story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.story-chips {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.story-chips span {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.08);
}

.movement-cycle {
  text-align: center;
}

.movement-steps {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.movement-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  list-style: none;
  color: var(--ink);
}

.movement-steps strong,
.movement-steps small {
  display: block;
}

.movement-steps small {
  color: var(--muted);
  font-size: 0.78rem;
}

.cycle-arrow {
  position: absolute;
  left: -15px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--muted-2);
  border-right: 2px solid var(--muted-2);
  transform: rotate(45deg);
}

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

.hub-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(7, 18, 30, 0.84);
}

.hub-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.hub-head h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.hub-row,
.event-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-radius: var(--radius);
  padding: 7px;
}

.hub-row:hover,
.event-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

.hub-row img {
  width: 74px;
  height: 54px;
  border-radius: 4px;
  object-fit: cover;
}

.hub-row strong,
.hub-row small,
.event-row strong,
.event-row small {
  display: block;
}

.hub-row small,
.event-row small {
  color: var(--muted);
}

.event-row {
  grid-template-columns: 58px minmax(0, 1fr);
}

.event-row time {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-right: 1px solid var(--line);
  color: var(--cyan);
  font-weight: 900;
}

.event-row time small {
  color: var(--muted);
  font-size: 0.68rem;
}

.noritomo-intro,
.partner-poc {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section-bg,
.partner-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.section-bg img,
.partner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: brightness(0.38) saturate(0.86) sepia(0.16);
}

.noritomo-intro::before,
.partner-poc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 46%, rgba(220, 193, 124, 0.13), transparent 24rem),
    linear-gradient(90deg, rgba(2, 6, 11, 0.94), rgba(13, 18, 18, 0.58), rgba(2, 6, 11, 0.9));
}

.noritomo-layout,
.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.experience-icons,
.poc-indicators {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.experience-icons span,
.poc-indicators span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding: 16px 10px;
  text-align: center;
  background: rgba(3, 10, 18, 0.5);
}

.poc-indicators {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.poc-indicators strong,
.poc-indicators small {
  display: block;
}

.poc-indicators small {
  color: var(--muted);
  font-size: 0.78rem;
}

.company-belief {
  display: grid;
  grid-template-columns: 0.78fr 0.76fr 0.72fr;
  min-height: 360px;
  max-width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.09);
}

.company-belief > * {
  min-width: 0;
}

.company-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.company-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 62px);
  background: rgba(5, 16, 27, 0.92);
}

.company-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.mini-orbit {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(103, 211, 255, 0.14), transparent 54%), rgba(4, 14, 24, 0.94);
  overflow: hidden;
}

.mini-orbit::before,
.mini-orbit::after {
  content: "";
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(190, 217, 238, 0.15);
  border-radius: 50%;
}

.mini-orbit::after {
  inset: 34%;
}

.mini-orbit > strong {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(103, 211, 255, 0.35);
  border-radius: 50%;
  text-align: center;
  background: rgba(4, 14, 24, 0.9);
}

.mini-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(190, 217, 238, 0.18);
  border-radius: 50%;
  text-align: center;
  background: rgba(4, 14, 24, 0.72);
  font-weight: 900;
}

.mini-media { top: 18%; left: 50%; transform: translateX(-50%); }
.mini-noritomo { left: 13%; bottom: 15%; }
.mini-partner { right: 13%; bottom: 15%; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-card-small {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(10, 22, 35, 0.88);
}

.contact-card-small strong,
.contact-card-small small {
  display: block;
}

.contact-card-small small {
  color: var(--muted);
}

.contact-card-small i {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #02060b;
}

.footer-rich {
  display: grid;
  grid-template-columns: minmax(250px, 1.55fr) repeat(5, minmax(120px, 1fr));
  gap: clamp(22px, 4vw, 54px);
  padding: 58px 0 36px;
}

.footer-rich strong {
  display: block;
  margin-bottom: 14px;
}

.footer-rich p,
.footer-rich a {
  color: var(--muted);
}

.footer-rich nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--cyan);
  border-color: rgba(103, 211, 255, 0.45);
  background: rgba(103, 211, 255, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .story-tile:hover img,
  .button:hover,
  .story-card:hover,
  .relation-card:hover,
  .top-orbit-node:hover,
  .top-orbit-node:focus-visible {
    transform: none !important;
  }
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0 30px;
  color: var(--muted);
}

/* Noritomo page */
.noritomo-page {
  background:
    radial-gradient(circle at 74% 9%, rgba(103, 211, 255, 0.11), transparent 25rem),
    linear-gradient(145deg, #02060b, #07111d 44%, #03080f);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.noritomo-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.noritomo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.noritomo-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  filter: brightness(0.5) saturate(0.92);
}

.noritomo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 58% 50%, rgba(103, 211, 255, 0.14), transparent 24rem),
    linear-gradient(90deg, rgba(2, 6, 11, 0.94), rgba(2, 6, 11, 0.58) 52%, rgba(2, 6, 11, 0.9)),
    linear-gradient(180deg, rgba(2, 6, 11, 0.18), rgba(2, 6, 11, 0.94));
}

.noritomo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
  gap: clamp(30px, 4.8vw, 64px);
  align-items: center;
  padding: clamp(42px, 6vw, 74px) 0 clamp(30px, 4.5vw, 52px);
}

.noritomo-hero__copy {
  display: grid;
  gap: 18px;
}

.noritomo-hero__copy h1 {
  max-width: 880px;
  font-size: clamp(3rem, 3.9vw, 3.55rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.noritomo-hero__copy .lead {
  max-width: 700px;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
  font-weight: 800;
  line-height: 1.78;
}

.noritomo-hero__visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  min-width: 0;
}

.noritomo-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.noritomo-feature-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  border: 1px solid rgba(190, 217, 238, 0.18);
  border-radius: var(--radius);
  padding: 15px;
  background: rgba(3, 10, 18, 0.62);
  backdrop-filter: blur(14px);
}

.noritomo-feature-list p {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.55;
}

.noritomo-icon {
  width: 30px;
  height: 30px;
  color: #f6fbff;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.noritomo-feature-list .noritomo-icon {
  width: 36px;
  height: 36px;
  color: var(--cyan);
  stroke-width: 2;
}

.noritomo-feature-list article {
  align-items: center;
}

.noritomo-metrics {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 14, 24, 0.88);
}

.noritomo-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
}

.noritomo-metrics-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  min-height: 104px;
  padding: 22px clamp(16px, 2.6vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.noritomo-metrics-grid article:last-child {
  border-right: 0;
}

.noritomo-metrics-grid .noritomo-icon {
  grid-row: span 3;
}

.noritomo-metrics-grid small,
.noritomo-metrics-grid em {
  color: var(--muted);
  font-style: normal;
}

.noritomo-metrics-grid strong {
  font-size: clamp(1.45rem, 2.05vw, 1.85rem);
  line-height: 1.1;
  white-space: nowrap;
}

.center-heading {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.center-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.18;
}

.center-heading p {
  margin-top: 8px;
  color: var(--text-soft);
}

.experience-cycle {
  background: #06111d;
}

.experience-cycle-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  counter-reset: step;
}

.experience-cycle__step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.experience-cycle__step:not(:last-child)::after {
  display: none;
}

.experience-cycle__step .noritomo-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(190, 217, 238, 0.2);
  border-radius: 50%;
  background: rgba(3, 10, 18, 0.65);
}

.experience-cycle__step b {
  color: var(--cyan);
}

.experience-cycle__step small {
  color: var(--muted);
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.noritomo-experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.noritomo-page .experience-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(8, 18, 29, 0.84);
}

.noritomo-page .experience-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.88);
  transition: transform 220ms ease;
}

.noritomo-page .experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 11, 0.92));
}

.noritomo-page .experience-card > *:not(img) {
  position: relative;
  z-index: 2;
}

.noritomo-page .experience-card .noritomo-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(190, 217, 238, 0.18);
  border-radius: 50%;
  background: rgba(3, 10, 18, 0.68);
}

.noritomo-page .experience-card:hover img {
  transform: scale(1.04);
}

.noritomo-page .experience-card p {
  color: var(--text-soft);
}

.region-destinations {
  background: rgba(4, 14, 24, 0.92);
}

.noritomo-region-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.region-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(8, 18, 29, 0.84);
}

.region-card:hover,
.region-card:focus-visible {
  border-color: rgba(103, 211, 255, 0.44);
  background: rgba(12, 32, 50, 0.88);
}

.region-card img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.75) saturate(0.9);
}

.region-card span,
.region-card small {
  color: var(--muted);
  line-height: 1.5;
}

.region-card b {
  color: var(--cyan);
  font-size: 0.82rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.why-item {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  padding: 24px 16px;
  background: rgba(3, 10, 18, 0.54);
}

.why-item .noritomo-icon {
  color: var(--cyan);
}

.why-item p {
  color: var(--muted);
}

.beta-join-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(circle at 24% 18%, rgba(103, 211, 255, 0.12), transparent 18rem),
    rgba(8, 18, 29, 0.88);
}

.beta-join-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.beta-join-card p {
  margin-top: 12px;
  color: var(--text-soft);
  line-height: 1.85;
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  color: var(--text-soft);
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.58em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(-45deg);
}

.beta-join-card figure {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius);
}

.beta-join-card figure img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.92);
}

.beta-join-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  font-weight: 900;
  line-height: 1.55;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.first-step {
  background: #06111d;
}

.first-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.first-step-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(8, 18, 29, 0.86);
}

.first-step-card:not(:last-child)::after {
  display: none;
}

.first-step-card > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  font-weight: 900;
}

.first-step-card p,
.first-step-card small {
  color: var(--muted);
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.noritomo-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(14, 28, 43, 0.98), rgba(5, 14, 24, 0.98));
}

.noritomo-cta-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(5, minmax(120px, 0.78fr));
  align-items: stretch;
}

.noritomo-cta-grid > div,
.noritomo-cta-grid > a {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 142px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.noritomo-cta-grid > a {
  color: var(--text);
}

.noritomo-cta-grid > a:hover,
.noritomo-cta-grid > a:focus-visible {
  background: rgba(103, 211, 255, 0.08);
}

.noritomo-cta-grid small,
.noritomo-cta-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.noritomo-cta-grid .is-strong {
  background: linear-gradient(135deg, rgba(77, 111, 255, 0.35), rgba(197, 117, 75, 0.35));
}

@media (max-width: 1240px) {
  .noritomo-hero-grid,
  .noritomo-hero__visual {
    grid-template-columns: 1fr;
  }

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

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

  .why-grid,
  .noritomo-cta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .noritomo-cta-grid > div {
    grid-column: 1 / -1;
  }

  .noritomo-cta-grid > a {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 980px) {
  .noritomo-metrics-grid,
  .noritomo-experience-grid,
  .why-grid,
  .first-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noritomo-metrics-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .experience-cycle-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-cycle__step:not(:last-child)::after,
  .first-step-card:not(:last-child)::after {
    display: none;
  }

  .beta-join-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .noritomo-hero {
    min-height: auto;
  }

  .noritomo-hero-grid {
    padding: 34px 0 24px;
  }

  .noritomo-hero__copy h1 {
    font-size: clamp(1.9rem, 7.4vw, 2.75rem);
  }

  .noritomo-hero__copy .lead {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .noritomo-hero__visual {
    gap: 18px;
  }

  .noritomo-feature-list,
  .noritomo-metrics-grid,
  .noritomo-experience-grid,
  .why-grid,
  .first-step-grid,
  .noritomo-cta-grid {
    grid-template-columns: 1fr;
  }

  .noritomo-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .noritomo-feature-list article {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 116px;
    padding: 12px;
  }

  .noritomo-feature-list p {
    grid-column: auto;
  }

  .noritomo-metrics-grid {
    border-inline: 0;
  }

  .noritomo-metrics-grid article,
  .noritomo-metrics-grid article:last-child {
    border-right: 0;
  }

  .experience-cycle-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .experience-cycle__step {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    padding: 14px;
    background: rgba(3, 10, 18, 0.52);
  }

  .experience-cycle__step .noritomo-icon {
    grid-row: span 3;
  }

  .noritomo-region-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 8px;
  }

  .beta-join-card {
    border-radius: var(--radius);
    padding: 20px;
  }

  .beta-join-card figure,
  .beta-join-card figure img {
    min-height: 260px;
  }

  .first-step-card {
    padding: 20px;
  }

  .noritomo-cta-grid > div,
  .noritomo-cta-grid > a {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .noritomo-page .experience-card:hover img,
  .noritomo-cta-grid > a,
  .region-card {
    transform: none !important;
    transition: none !important;
  }
}

/* Partner page */
.partner-page {
  background:
    radial-gradient(circle at 75% 8%, rgba(103, 211, 255, 0.1), transparent 26rem),
    radial-gradient(circle at 16% 62%, rgba(220, 193, 124, 0.08), transparent 30rem),
    linear-gradient(145deg, #02060b, #07111d 45%, #03080f);
}

.partner-page .icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.partner-icon {
  width: 30px;
  height: 30px;
  color: #f6fbff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.partner-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.partner-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.partner-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: brightness(0.5) saturate(0.9) contrast(1.04);
}

.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 45%, rgba(103, 211, 255, 0.12), transparent 24rem),
    linear-gradient(90deg, rgba(2, 6, 11, 0.94), rgba(2, 6, 11, 0.58) 55%, rgba(2, 6, 11, 0.9)),
    linear-gradient(180deg, rgba(2, 6, 11, 0.16), rgba(2, 6, 11, 0.94));
}

.partner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(48px, 7vw, 88px) 0 clamp(36px, 5vw, 64px);
}

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

.partner-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.partner-hero__copy .lead {
  max-width: 760px;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.55vw, 1.24rem);
  font-weight: 800;
  line-height: 1.9;
}

.partner-note,
.partner-disclaimer {
  color: var(--muted);
  font-weight: 800;
}

.partner-can-do {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(190, 217, 238, 0.2);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 30px);
  background: rgba(3, 10, 18, 0.68);
  backdrop-filter: blur(16px);
}

.partner-can-do h2 {
  margin: 0 0 2px;
  font-size: 1.08rem;
}

.partner-can-do article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.partner-can-do .partner-icon,
.partner-value-card .partner-icon,
.why-item .partner-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(190, 217, 238, 0.16);
  border-radius: 50%;
  padding: 11px;
  color: var(--cyan);
  background: rgba(103, 211, 255, 0.08);
}

.partner-can-do p,
.partner-value-card p,
.partner-poc-step small,
.partner-usecase-card p,
.partner-voice-card cite {
  color: var(--muted);
}

.partner-status {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 14, 24, 0.9);
}

.partner-status-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-status-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 3px 14px;
  align-items: center;
  min-height: 122px;
  padding: 22px clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-status-card:first-child {
  grid-template-columns: 1fr;
}

.partner-status-card:last-child {
  border-right: 0;
}

.partner-status-card .partner-icon {
  grid-row: span 3;
}

.partner-status-card span,
.partner-status-card small {
  color: var(--muted);
  min-width: 0;
  max-width: 100%;
  font-size: 0.88rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.partner-status-card strong {
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 1.12;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.partner-status-card:first-child strong {
  font-size: clamp(1.2rem, 1.45vw, 1.48rem);
}

.partner-disclaimer {
  margin: 14px 0 0;
  padding-bottom: 18px;
  text-align: center;
  font-size: 0.82rem;
}

.partner-poc-reason {
  background:
    linear-gradient(180deg, rgba(6, 17, 29, 0.98), rgba(4, 14, 24, 0.96)),
    radial-gradient(circle at 24% 20%, rgba(103, 211, 255, 0.12), transparent 30%);
}

.partner-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.partner-proof-card,
.partner-plan-card {
  display: grid;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 18, 29, 0.82);
}

.partner-proof-card {
  gap: 14px;
  padding: 26px;
}

.partner-proof-card h3,
.partner-proof-card p {
  margin: 0;
}

.partner-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.partner-proof-list li {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(103, 211, 255, 0.2);
  border-radius: 999px;
  color: var(--text-soft);
  background: rgba(103, 211, 255, 0.08);
  font-weight: 800;
  line-height: 1.2;
}

.partner-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-value-card {
  display: grid;
  gap: 12px;
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(8, 18, 29, 0.82);
}

.partner-value-card:hover,
.partner-usecase-card:hover,
.partner-usecase-card:focus-visible {
  border-color: rgba(103, 211, 255, 0.42);
  background: rgba(12, 32, 50, 0.86);
}

.partner-poc-flow {
  background: #06111d;
}

.partner-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.partner-poc-step {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 0;
  min-height: 224px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
  background: rgba(8, 18, 29, 0.78);
}

.partner-poc-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--muted);
  border-right: 2px solid var(--muted);
  transform: translateY(-50%) rotate(45deg);
}

.partner-poc-step b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #021018;
  background: var(--cyan);
  font-weight: 900;
}

.partner-poc-step .partner-icon {
  width: 42px;
  height: 42px;
}

.partner-usecases {
  background: rgba(4, 14, 24, 0.92);
}

.partner-usecase-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.partner-usecase-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 10px 18px;
  background: rgba(8, 18, 29, 0.84);
}

.partner-usecase-card img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.72) saturate(0.9);
  transition: transform 220ms ease;
}

.partner-usecase-card:hover img {
  transform: scale(1.035);
}

.partner-usecase-card h3,
.partner-usecase-card p,
.partner-usecase-card span {
  margin-inline: 8px;
}

.partner-usecase-card span {
  color: var(--cyan);
  font-weight: 900;
}

.partner-plans {
  background:
    linear-gradient(180deg, rgba(5, 15, 25, 0.98), rgba(6, 17, 29, 0.98)),
    radial-gradient(circle at 78% 22%, rgba(207, 162, 90, 0.11), transparent 28%);
}

.partner-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-plan-card {
  gap: 10px;
  padding: 24px;
}

.partner-plan-card:hover,
.partner-plan-card:focus-visible {
  border-color: rgba(103, 211, 255, 0.44);
  background: rgba(12, 32, 50, 0.88);
}

.partner-plan-card small {
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-plan-card h3,
.partner-plan-card p {
  margin: 0;
}

.partner-plan-card strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 1.08rem;
}

.partner-plan-card span {
  margin-top: 10px;
  color: var(--cyan);
  font-weight: 900;
}

.partner-plan-note {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.88rem;
}

.partner-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-voice-card {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(8, 18, 29, 0.82);
}

.partner-voice-card::before {
  content: "“";
  display: block;
  color: var(--gold);
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 900;
}

.partner-voice-card p {
  color: var(--text-soft);
  font-weight: 800;
  line-height: 1.9;
}

.partner-voice-card cite {
  display: block;
  max-width: 100%;
  margin-top: 18px;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.partner-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-cta-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.partner-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: brightness(0.44) saturate(0.85) contrast(1.05);
}

.partner-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2, 6, 11, 0.96), rgba(2, 6, 11, 0.74), rgba(2, 6, 11, 0.92));
}

.partner-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 210px;
  padding: 34px 0;
}

.partner-cta-inner h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.partner-cta-inner p {
  color: var(--text-soft);
  font-weight: 800;
}

.partner-cta .button .partner-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 1240px) {
  .partner-cta-inner {
    grid-template-columns: 1fr;
  }

  .partner-status-grid,
  .partner-value-grid,
  .partner-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .partner-status-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

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

  .partner-poc-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .partner-hero-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .partner-hero {
    min-height: auto;
  }

  .partner-hero-grid {
    padding: 34px 0 30px;
  }

  .partner-hero__copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.75rem);
  }

  .partner-hero__copy .lead {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .partner-can-do,
  .partner-value-card,
  .partner-proof-card,
  .partner-plan-card,
  .partner-voice-card {
    padding: 20px;
  }

  .partner-can-do article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .partner-status-grid,
  .partner-value-grid,
  .partner-plan-grid,
  .partner-flow-grid,
  .partner-usecase-grid,
  .partner-voice-grid {
    grid-template-columns: 1fr;
  }

  .partner-status-grid {
    border-inline: 0;
  }

  .partner-status-card {
    border-right: 0;
  }

  .partner-poc-step {
    min-height: auto;
    justify-items: start;
    text-align: left;
  }

  .partner-usecase-card img {
    aspect-ratio: 1.72;
  }

  .partner-cta .actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-usecase-card:hover img,
  .partner-value-card,
  .partner-usecase-card {
    transform: none !important;
    transition: none !important;
  }
}

/* Media page */
.media-page {
  background:
    radial-gradient(circle at 76% 9%, rgba(103, 211, 255, 0.1), transparent 24rem),
    linear-gradient(145deg, #02060b, #07111d 42%, #03080f);
}

.media-hero {
  position: relative;
  min-height: 286px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.media-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.media-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.56) saturate(0.9);
}

.media-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 6, 11, 0.92), rgba(2, 6, 11, 0.52), rgba(2, 6, 11, 0.82)),
    linear-gradient(180deg, rgba(2, 6, 11, 0.2), rgba(2, 6, 11, 0.86));
}

.media-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 0;
  align-items: end;
  padding: 44px 0 34px;
}

.breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.media-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1;
}

.media-hero .lead {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
}

.media-hero p:not(.lead) {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.media-tabs-wrap {
  position: sticky;
  top: 74px;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 11, 0.86);
  backdrop-filter: blur(16px);
}

.media-tabs-row {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.media-tabs {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.media-tabs::-webkit-scrollbar {
  display: none;
}

.media-tabs button,
.media-tools button,
.media-tools select,
.media-tools input {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.media-tabs button {
  position: relative;
  padding: 0 13px;
}

.media-tabs button + button::before {
  content: "/";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(190, 217, 238, 0.34);
  pointer-events: none;
}

.media-tabs button::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.media-tabs button.is-active,
.media-tabs button:hover,
.media-tools button:hover {
  color: var(--cyan);
}

.media-tabs button.is-active::after {
  background: var(--cyan);
}

.media-tools {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.media-tools select,
.media-search-control {
  border: 1px solid rgba(190, 217, 238, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.media-search-control {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.media-tools input {
  width: 104px;
  cursor: text;
}

.media-tools input::placeholder {
  color: var(--muted-2);
}

.media-search-control button {
  width: 42px;
  padding: 0;
  display: grid;
  place-items: center;
}

.media-tools svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.media-main-section {
  padding-top: 30px;
}

.media-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
}

.media-primary {
  min-width: 0;
  display: grid;
  gap: 46px;
}

.media-primary > *,
.media-featured,
.theme-feature,
.regional-rail,
.all-articles {
  min-width: 0;
  width: 100%;
}

.media-editorial-grid {
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
  grid-auto-rows: minmax(272px, auto);
  gap: 14px;
}

.media-featured-heading {
  margin-bottom: 18px;
}

.feature-story-large,
.media-story-tile,
.theme-grid a,
.region-card-track a,
.media-sidebar section,
.article-card,
.media-cta-grid a {
  min-width: 0;
  border: 1px solid rgba(190, 217, 238, 0.15);
  border-radius: var(--radius);
  background: rgba(6, 16, 27, 0.78);
}

.feature-story-large {
  grid-row: span 2;
  overflow: hidden;
}

.feature-story-large > a,
.media-story-tile,
.article-card-link {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: end;
  overflow: hidden;
  isolation: isolate;
}

.feature-story-large img,
.media-story-tile img,
.theme-grid img,
.region-card-track img,
.article-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.92);
  transition: transform 260ms ease, filter 260ms ease;
}

.feature-story-large > a::before,
.media-story-tile::before,
.article-card-link::before,
.theme-grid a::before,
.region-card-track a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 6, 11, 0.08) 0%, rgba(2, 6, 11, 0.24) 32%, rgba(2, 6, 11, 0.94) 100%),
    linear-gradient(90deg, rgba(2, 6, 11, 0.48), transparent 58%);
}

.feature-story-large > a > div,
.media-story-tile > :not(img),
.article-card-link > :not(img) {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.feature-story-large > a {
  min-height: 558px;
  padding: 24px;
}

.type {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--cyan);
  background: rgba(103, 211, 255, 0.13);
  font-size: 0.68rem;
  font-weight: 900;
}

.feature-story-large h3,
.media-story-tile h3,
.article-card h3 {
  margin: 10px 0 5px;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: pretty;
}

.feature-story-large h3 {
  font-size: clamp(1.9rem, 3.1vw, 2.55rem);
}

.feature-story-large p,
.media-story-tile p,
.article-card p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}

.media-meta,
.media-story-tile small,
.article-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.55;
}

.popular-regions img,
.night-spots img {
  position: static;
  width: 52px;
  height: 42px;
  border-radius: 4px;
  object-fit: cover;
  filter: brightness(0.78);
}

.media-story-tile {
  min-height: 272px;
  padding: 20px;
}

.media-story-tile:hover img,
.article-card:hover img,
.theme-grid a:hover img,
.region-card-track a:hover img {
  transform: scale(1.035);
  filter: brightness(0.8) saturate(1);
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.section-title-row h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.section-title-row p,
.section-title-row a {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.section-title-row a {
  color: var(--cyan);
}

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

.theme-grid a,
.region-card-track a {
  position: relative;
  min-height: 190px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 22px;
}

.theme-grid span,
.theme-grid p,
.theme-grid b,
.region-card-track strong,
.region-card-track span,
.region-card-track small {
  position: relative;
  z-index: 2;
}

.theme-grid span,
.region-card-track strong {
  font-size: 1.2rem;
  font-weight: 900;
}

.theme-grid p,
.region-card-track span,
.region-card-track small {
  margin: 5px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.theme-grid b {
  margin-top: 13px;
  color: var(--cyan);
}

.region-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.region-card-track a {
  min-height: 210px;
  padding: 16px;
}

.media-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(258px, auto);
  gap: 12px;
}

.article-card {
  position: relative;
  min-height: 258px;
  padding: 0;
  overflow: hidden;
}

.article-card-link {
  padding: 18px;
  min-height: 258px;
}

.article-card.is-wide {
  grid-column: span 2;
}

.article-card.is-important {
  border-color: rgba(220, 193, 124, 0.42);
}

.article-card.is-event {
  border-color: rgba(103, 211, 255, 0.34);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.pagination a,
.pagination span {
  min-width: 36px;
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190, 217, 238, 0.16);
  border-radius: 6px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-weight: 900;
}

.pagination a.is-current {
  color: #06111b;
  border-color: var(--cyan);
  background: var(--cyan);
}

.media-sidebar {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 14px;
}

.media-sidebar section {
  padding: 17px;
}

.media-sidebar h2 {
  margin: 0 0 13px;
  font-size: 1rem;
}

.emotion-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.emotion-tags a {
  min-height: 82px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid rgba(190, 217, 238, 0.12);
  border-radius: 8px;
  padding: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
  font-size: 0.68rem;
  font-weight: 900;
}

.media-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  color: var(--cyan);
  flex: 0 0 auto;
}

.sidebar-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
}

.sidebar-head h2 {
  margin: 0;
}

.sidebar-head a {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
}

.popular-regions,
.night-spots,
.route-picks,
.upcoming-events {
  display: grid;
  gap: 9px;
}

.popular-regions a,
.night-spots a,
.route-picks a,
.upcoming-events a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
}

.route-picks a {
  grid-template-columns: minmax(0, 1fr) auto;
}

.route-picks b {
  color: var(--muted);
}

.upcoming-events a {
  grid-template-columns: 48px minmax(0, 1fr);
}

.upcoming-events time {
  display: grid;
  place-items: center;
  min-height: 48px;
  color: var(--cyan);
  border-right: 1px solid rgba(190, 217, 238, 0.16);
  font-weight: 900;
  line-height: 1.1;
}

.upcoming-events small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.media-cta {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 8, 14, 0.92);
}

.media-cta-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(5, minmax(150px, 1fr));
  gap: 10px;
  padding: 26px 0;
  align-items: stretch;
}

.media-cta-beta {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center;
}

.media-cta h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.media-cta p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.media-cta-grid a {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 15px;
}

.media-cta-grid strong,
.media-cta-grid small {
  display: block;
}

.media-cta-grid small {
  color: var(--muted);
  font-weight: 800;
}

.media-cta-grid a.is-strong {
  border-color: rgba(220, 193, 124, 0.42);
  background:
    linear-gradient(135deg, rgba(220, 193, 124, 0.18), rgba(103, 211, 255, 0.08)),
    rgba(10, 22, 35, 0.92);
}

.media-cta-beta a.is-strong {
  min-height: 116px;
}

.media-page a:hover {
  border-color: rgba(103, 211, 255, 0.38);
}

@media (prefers-reduced-motion: reduce) {
  .media-story-tile:hover img,
  .article-card:hover img,
  .theme-grid a:hover img,
  .region-card-track a:hover img {
    transform: none !important;
  }
}

@media (max-width: 1180px) {
  .top-hero-grid,
  .noritomo-layout,
  .partner-layout,
  .company-belief {
    grid-template-columns: 1fr;
  }

  .top-hero {
    min-height: auto;
  }

  .hero-orbit {
    min-height: 520px;
  }

  .top-orbit-node[data-node="media"] { left: 4%; }
  .top-orbit-node[data-node="spot"] { right: 4%; }
  .top-orbit-node[data-node="route"] { right: 4%; }
  .top-orbit-node[data-node="event"] { right: 16%; }
  .top-orbit-node[data-node="region"] { left: 18%; }
  .top-orbit-node[data-node="partner"] { left: 2%; }

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

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

  .feature-story-main {
    grid-column: span 2;
  }

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

  .experience-icons,
  .poc-indicators {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .media-shell {
    grid-template-columns: 1fr;
  }

  .media-editorial-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .feature-story-large > a {
    min-height: 420px;
  }

  .media-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .media-cta-grid > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .top-header .primary-nav {
    gap: 8px;
  }

  .top-hero {
    padding: 58px 0 42px;
  }

  .top-hero-grid {
    gap: 34px;
  }

  .top-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    line-height: 1.08;
  }

  .hero-orbit {
    min-height: 430px;
    max-width: 100%;
    width: 100%;
  }

  .orbit-map-grid {
    inset: 3%;
  }

  .top-orbit-node {
    min-width: 0;
    width: auto;
    min-height: 48px;
    padding: 7px;
  }

  .top-orbit-node img {
    width: 46px;
    height: 46px;
  }

  .top-orbit-node span {
    display: none;
  }

  .top-orbit-node[data-node="media"] { left: 3%; right: auto; top: 13%; bottom: auto; display: flex; }
  .top-orbit-node[data-node="spot"] { left: auto; right: 3%; top: 15%; bottom: auto; display: flex; }
  .top-orbit-node[data-node="route"] { left: auto; right: 4%; top: 52%; bottom: auto; display: flex; }
  .top-orbit-node[data-node="event"] { left: auto; right: 18%; top: auto; bottom: 8%; display: flex; }
  .top-orbit-node[data-node="region"],
  .top-orbit-node[data-node="partner"] { display: none; }

  .top-orbit-core {
    width: 116px;
    min-height: 116px;
  }

  .top-orbit-detail {
    display: none;
  }

  .hub-grid,
  .contact-cards,
  .editorial-grid,
  .movement-steps,
  .experience-icons,
  .poc-indicators,
  .footer-rich {
    grid-template-columns: 1fr;
  }

  .feature-story-main {
    grid-column: auto;
    grid-row: auto;
  }

  .editorial-grid {
    grid-auto-rows: minmax(240px, auto);
  }

  .story-tile {
    min-height: 260px;
  }

  .movement-cycle {
    text-align: left;
  }

  .movement-steps li {
    justify-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
  }

  .movement-steps li strong,
  .movement-steps li small {
    grid-column: 2;
  }

  .movement-steps li .cycle-icon {
    grid-row: 1 / span 2;
  }

  .cycle-arrow {
    display: none;
  }

  .company-photo,
  .mini-orbit {
    min-height: 300px;
  }

  .page-hero h1 {
    font-size: clamp(2.25rem, 10vw, 2.8rem);
    line-height: 1.12;
  }

  .footer-legal {
    display: grid;
  }

  .media-hero-inner {
    grid-template-columns: 1fr;
    padding: 42px 0 34px;
  }

  .media-live-picks {
    max-width: none;
  }

  .media-tabs-row {
    display: grid;
    gap: 8px;
    padding-bottom: 10px;
  }

  .media-tools {
    justify-content: space-between;
  }

  .media-editorial-grid,
  .theme-grid,
  .media-article-grid,
  .media-sidebar,
  .media-cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-story-large,
  .article-card.is-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-story-large > a,
  .media-story-tile,
  .article-card-link {
    min-height: 280px;
  }

  .region-card-track {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .media-sidebar section {
    padding: 15px;
  }

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

  .section-title-row {
    align-items: start;
    flex-direction: column;
  }
}

.company-page .button-primary {
  color: #f7fbff;
  background: linear-gradient(180deg, #5f8cff, #315fdd);
  box-shadow: 0 16px 38px rgba(79, 124, 255, 0.28);
}

.company-page .button-primary:hover,
.company-page .button-primary:focus-visible {
  box-shadow: 0 20px 48px rgba(79, 124, 255, 0.38);
}

.company-page .button-ghost,
.company-page .button-light {
  color: var(--company-text);
  border-color: rgba(245, 247, 251, 0.32);
  background: rgba(14, 23, 39, 0.46);
}

.company-page .button-ghost:hover,
.company-page .button-light:hover,
.company-page .button-ghost:focus-visible,
.company-page .button-light:focus-visible {
  border-color: rgba(123, 216, 255, 0.56);
  box-shadow: 0 0 26px rgba(123, 216, 255, 0.16);
}

/* Unified header/footer chrome */
.site-header.top-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 11, 0.92);
  backdrop-filter: blur(18px) saturate(1.08);
}

.site-header.top-header .header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
}

.site-header.top-header .brand-text {
  min-width: 172px;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.site-header.top-header .primary-nav {
  gap: clamp(18px, 2.6vw, 34px);
  font-size: 0.9rem;
  line-height: 1;
}

.site-header.top-header .primary-nav a {
  min-height: 42px;
}

.site-header.top-header .primary-nav a.is-current {
  color: var(--ink);
  border-bottom: 1px solid var(--cyan);
}

@media (max-width: 760px) {
  .site-header.top-header,
  .site-header.top-header .header-inner {
    min-height: 66px;
  }

  .site-header.top-header .brand-text {
    min-width: 0;
    font-size: 1.05rem;
  }

  .site-header.top-header .nav-toggle {
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .site-header.top-header .primary-nav {
    top: 74px;
    left: 14px;
    right: 14px;
    gap: 0;
    max-width: calc(100vw - 28px);
  }

  .site-header.top-header .primary-nav a {
    min-height: 48px;
  }

  .article-body,
  .side-box,
  .feature-card,
  .plain-card,
  .story-card,
  .relation-card,
  .price-card,
  .contact-card,
  .metric-card,
  .intent-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .relation-rail,
  .horizontal-rail {
    width: 100%;
    max-width: 100%;
    grid-auto-columns: minmax(240px, calc(100vw - 56px));
    contain: layout paint;
    overscroll-behavior-inline: contain;
  }

  .split-panel > *,
  .contact-grid > *,
  .article-layout > *,
  .feature-grid > * {
    width: 100%;
    min-width: 0;
  }
}

/* Contact page */
.contact-page {
  background:
    radial-gradient(circle at 76% 8%, rgba(103, 211, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 16% 42%, rgba(237, 92, 33, 0.1), transparent 28rem),
    linear-gradient(180deg, #02060b 0%, #06131f 46%, #02060b 100%);
}

.contact-page [data-reveal] {
  opacity: 1;
  transform: none;
}

.contact-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hero {
  position: relative;
  min-height: clamp(640px, 78vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(103, 211, 255, 0.16);
}

.contact-hero-bg,
.contact-final-cta picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-hero-bg img,
.contact-final-cta picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero::before,
.contact-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 6, 11, 0.94), rgba(2, 6, 11, 0.72) 47%, rgba(2, 6, 11, 0.5) 72%, rgba(2, 6, 11, 0.9)),
    linear-gradient(180deg, rgba(2, 6, 11, 0.25), rgba(2, 6, 11, 0.94));
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 58% 34%, rgba(103, 211, 255, 0.16), transparent 18rem),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: auto, 70px 70px, 70px 70px;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
}

.contact-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 390px);
  gap: clamp(34px, 6vw, 78px);
  align-items: end;
  padding: clamp(110px, 15vh, 170px) 0 clamp(48px, 8vh, 80px);
}

.contact-hero h1 {
  max-width: 11em;
  margin: 0 0 22px;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-hero .lead,
.contact-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.95;
}

.contact-primary {
  gap: 10px;
  background: linear-gradient(180deg, #ff7a2b, #e64a19);
  box-shadow: 0 18px 48px rgba(237, 92, 33, 0.32);
}

.contact-primary svg,
.contact-submit svg {
  width: 20px;
  height: 20px;
}

.contact-status-panel,
.contact-intent-card,
.contact-form-note,
.contact-form-card,
.contact-flow li,
.contact-faq-list details,
.contact-status-grid article {
  border: 1px solid rgba(103, 211, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 28, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.08);
}

.contact-status-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
}

.contact-status-panel h2 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}

.contact-status-panel article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
}

.contact-status-panel svg,
.contact-intent-card svg,
.contact-status-grid svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  color: var(--cyan);
  border: 1px solid rgba(103, 211, 255, 0.28);
  border-radius: 50%;
  background: rgba(103, 211, 255, 0.08);
}

.contact-status-panel strong,
.contact-status-grid strong {
  display: block;
  color: var(--ink);
  font-weight: 950;
}

.contact-status-panel span,
.contact-status-grid p {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.65;
}

.contact-section {
  padding: clamp(42px, 6vw, 76px) 0;
}

.contact-section-head {
  margin-bottom: 22px;
}

.contact-section-head h2,
.contact-small-title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  line-height: 1.18;
}

.contact-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-intent-card {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 12px;
  min-height: 230px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-intent-card:hover,
.contact-intent-card:focus-visible,
.contact-intent-card.is-selected {
  border-color: rgba(255, 122, 43, 0.72);
  box-shadow: 0 26px 82px rgba(237, 92, 33, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-intent-card h3 {
  margin: 0;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
}

.contact-intent-card p,
.contact-intent-card small {
  margin: 0;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.75;
}

.contact-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 10px;
  color: #07111d;
  font-size: 0.72rem;
  font-weight: 950;
  border-radius: 999px;
  background: var(--cyan);
}

.contact-form-section {
  padding-top: 18px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 1fr);
  border: 1px solid rgba(103, 211, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(7, 16, 28, 0.62);
}

.contact-form-note,
.contact-form-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.contact-form-note {
  padding: clamp(24px, 4vw, 36px);
  border-right: 1px solid rgba(103, 211, 255, 0.15);
}

.contact-form-note h2 {
  font-size: clamp(1.7rem, 3vw, 2.75rem);
}

.contact-form-note p {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.9;
}

.contact-caution {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(103, 211, 255, 0.24);
  border-radius: 12px;
  background: rgba(103, 211, 255, 0.055);
}

.contact-form-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
}

.form-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-card label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 850;
}

.contact-form-card label > span:not(:only-child) {
  justify-self: start;
  padding: 2px 6px;
  color: #fff;
  font-size: 0.68rem;
  border-radius: 4px;
  background: rgba(255, 75, 75, 0.72);
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(103, 211, 255, 0.18);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(2, 6, 11, 0.48);
}

.contact-form-card textarea {
  min-height: 140px;
  resize: vertical;
}

.privacy-check {
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.privacy-check input {
  width: 16px;
  height: 16px;
}

.contact-form-card .privacy-check > span {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.privacy-check a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-notice {
  grid-column: 1 / -1;
  border: 1px solid rgba(103, 211, 255, 0.28);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(8, 18, 33, 0.78);
  color: var(--ink);
}

.form-notice p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
}

.form-notice p + p {
  margin-top: 6px;
}

.form-notice-success {
  border-color: rgba(126, 207, 164, 0.55);
  background: rgba(25, 86, 57, 0.22);
}

.form-notice-error {
  border-color: rgba(240, 180, 87, 0.55);
  background: rgba(95, 47, 30, 0.28);
}

.media-empty-state {
  grid-column: 1 / -1;
  border: 1px solid rgba(103, 211, 255, 0.22);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(135deg, rgba(8, 18, 33, 0.88), rgba(14, 29, 49, 0.72));
  color: var(--ink);
}

.media-empty-state h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 26px);
}

.media-empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.pagination .page-numbers {
  display: inline-grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  border: 1px solid rgba(103, 211, 255, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--muted);
  background: rgba(8, 18, 33, 0.58);
}

.pagination .page-numbers.current {
  border-color: rgba(103, 211, 255, 0.64);
  color: var(--ink);
  background: rgba(30, 114, 226, 0.32);
}

.contact-submit {
  width: min(420px, 100%);
  justify-self: center;
}

.contact-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 34px);
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.contact-flow li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
}

.contact-flow li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #07111d;
  font-weight: 950;
  border-radius: 50%;
  background: var(--ink);
}

.contact-flow strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.contact-flow p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.65;
}

.contact-faq-list {
  display: grid;
  margin-top: 18px;
  border: 1px solid rgba(103, 211, 255, 0.16);
  border-radius: 12px;
  overflow: hidden;
}

.contact-faq-list details {
  border: 0;
  border-bottom: 1px solid rgba(103, 211, 255, 0.13);
  border-radius: 0;
  box-shadow: none;
}

.contact-faq-list details:last-child {
  border-bottom: 0;
}

.contact-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.contact-faq-list summary::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-right: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(45deg);
}

.contact-faq-list details[open] summary::after {
  transform: rotate(225deg);
}

.contact-faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.8;
}

.contact-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-status-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 20px;
}

.contact-status-grid p {
  margin: 4px 0 0;
}

.contact-final-cta {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid rgba(103, 211, 255, 0.14);
}

.contact-final-cta .container {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 8vw, 96px) 0;
}

.contact-final-cta h2 {
  max-width: 780px;
  margin: 0 0 12px;
  font-size: clamp(2rem, 4.4vw, 4.5rem);
}

.contact-final-cta p {
  max-width: 720px;
  color: var(--ink-soft);
  font-weight: 800;
}

@media (max-width: 980px) {
  .contact-hero-grid,
  .contact-form-layout,
  .contact-flow,
  .contact-status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-status-panel {
    max-width: 640px;
  }

  .contact-intent-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form-note {
    border-right: 0;
    border-bottom: 1px solid rgba(103, 211, 255, 0.15);
  }
}

@media (max-width: 640px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-grid {
    padding-top: 88px;
  }

  .contact-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.7rem);
  }

  .form-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-page .actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-primary,
  .contact-submit {
    width: 100%;
  }
}

/* Header / Hero size normalization
   Keeps the navigation chrome visually identical across pages and prevents
   differently-sized hero images from making the header look inconsistent. */
:root {
  --mock-header-height: 74px;
  --mock-hero-height: clamp(560px, calc(100svh - var(--mock-header-height)), 760px);
  --mock-compact-hero-height: 420px;
  --mock-hero-pad-top: clamp(62px, 8vw, 104px);
  --mock-hero-pad-bottom: clamp(44px, 6vw, 82px);
}

.site-header,
.site-header.top-header,
.company-page .site-header {
  min-height: var(--mock-header-height);
}

.header-inner,
.site-header.top-header .header-inner {
  min-height: var(--mock-header-height);
}

.brand,
.site-header.top-header .brand-text {
  min-height: 42px;
}

.primary-nav a,
.site-header.top-header .primary-nav a {
  min-height: 42px;
  line-height: 1;
}

.top-hero,
.company-hero,
.noritomo-hero,
.partner-hero,
.contact-hero,
.media-hero,
.page-hero.has-image {
  min-height: var(--mock-hero-height);
}

.page-hero:not(.has-image) {
  min-height: var(--mock-compact-hero-height);
}

.page-hero {
  padding: 0;
}

.top-hero .hero-orbit {
  margin-bottom: 0;
}

.top-hero-bg,
.company-hero-bg,
.noritomo-hero-bg,
.partner-hero-bg,
.contact-hero-bg,
.media-hero-bg,
.page-hero.has-image .hero-media {
  position: absolute;
  inset: 0;
}

.top-hero-bg img,
.company-hero-bg img,
.noritomo-hero-bg img,
.partner-hero-bg img,
.contact-hero-bg img,
.media-hero-bg img,
.page-hero.has-image .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.top-hero {
  padding: 0;
}

.top-hero-grid,
.company-hero-grid,
.noritomo-hero-grid,
.partner-hero-grid,
.contact-hero-grid,
.media-hero-inner,
.page-hero .container {
  padding-top: var(--mock-hero-pad-top);
  padding-bottom: var(--mock-hero-pad-bottom);
}

.company-hero-grid,
.contact-hero-grid {
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(30px, 5vw, 56px);
}

.media-tabs-wrap {
  top: var(--mock-header-height);
}

@media (max-width: 760px) {
  :root {
    --mock-header-height: 66px;
    --mock-hero-height: auto;
    --mock-compact-hero-height: auto;
    --mock-hero-pad-top: 48px;
    --mock-hero-pad-bottom: 42px;
  }

  .site-header,
  .site-header.top-header,
  .company-page .site-header,
  .header-inner,
  .site-header.top-header .header-inner {
    min-height: var(--mock-header-height);
  }

  .primary-nav,
  .site-header.top-header .primary-nav {
    top: calc(var(--mock-header-height) + 8px);
  }

  .top-hero,
  .company-hero,
  .noritomo-hero,
  .partner-hero,
  .contact-hero,
  .media-hero,
  .page-hero {
    min-height: auto;
  }

  .page-hero.has-image {
    min-height: 320px;
  }
}

/* Final card readability rules. Keep this at the very end. */
.media-page .feature-story-large h3,
.media-page .media-story-tile h3,
.media-page .article-card h3,
.story-tile h3 {
  font-size: clamp(1.12rem, 1.38vw, 1.48rem) !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  max-width: 16em;
}

.media-page .feature-story-large p,
.media-page .media-story-tile p,
.media-page .article-card p,
.story-tile p,
.relation-card--article p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  color: rgba(220, 230, 242, 0.78) !important;
  font-size: 0.84rem !important;
  line-height: 1.62 !important;
  max-width: 28em;
}

.media-page .feature-story-large .card-tags,
.media-page .media-story-tile .card-tags,
.media-page .article-card .card-tags,
.story-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 2px;
}

.media-page .feature-story-large .card-tags span,
.media-page .media-story-tile .card-tags span,
.media-page .article-card .card-tags span,
.story-chips span {
  display: inline-flex !important;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(103, 211, 255, 0.24);
  border-radius: 999px;
  background: rgba(103, 211, 255, 0.08);
  color: var(--cyan);
  font-size: 0.68rem !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.media-page .media-meta,
.media-page .media-story-tile time,
.media-page .article-card time,
.story-meta,
.relation-card time {
  display: inline-flex !important;
  width: fit-content;
  color: rgba(197, 209, 224, 0.88) !important;
  font-size: 0.78rem !important;
  font-weight: 850;
  line-height: 1.3;
}

.media-page .media-story-tile small,
.media-page .article-card small {
  display: none !important;
}

.media-page .feature-story-large > a,
.media-page .media-story-tile,
.media-page .article-card-link {
  gap: 8px !important;
  padding: clamp(16px, 2vw, 22px) !important;
}

.media-page .feature-story-large img,
.media-page .media-story-tile img,
.media-page .article-card img {
  filter: brightness(0.68) saturate(0.96) !important;
}

.company-belief {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.company-belief .company-copy {
  max-width: 720px;
}

.relation-rail--articles {
  grid-auto-columns: minmax(280px, 360px);
}

.relation-card--article {
  grid-template-rows: auto auto auto 1fr auto;
  gap: 10px;
}

.relation-card--article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.76) saturate(0.95);
}

.relation-card--article h3 {
  font-size: clamp(1.02rem, 1.18vw, 1.26rem) !important;
  line-height: 1.34 !important;
}

.rail-wrap .rail-head h2,
.region-destinations .section-title-row h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  .company-belief {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Removed-panel layout cleanup. Keep this at the end so deleted side panels do not leave dead columns. */

/* LibertyShares final UI pass: practical rails, compact cards, and non-decorative side blocks. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.button {
  border-radius: 999px;
  min-height: 46px;
  padding-inline: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button-primary {
  border-color: rgba(105, 218, 255, 0.62);
  background: linear-gradient(180deg, #1977f3, #1e58d7);
  color: #fff;
  box-shadow: 0 18px 42px rgba(30, 88, 215, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-ghost,
.button-light {
  border-color: rgba(216, 226, 236, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  box-shadow: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.contact-final-cta.company-cta {
  position: relative;
  min-height: clamp(460px, 48vw, 680px);
  display: grid;
  align-items: center;
  border-top: 1px solid rgba(190, 217, 238, 0.12);
  border-bottom: 1px solid rgba(190, 217, 238, 0.12);
}

.contact-final-cta.company-cta .company-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(250px, 0.32fr);
  gap: clamp(28px, 7vw, 94px);
  align-items: end;
}

.contact-final-cta.company-cta h2 {
  max-width: 780px;
}

.contact-final-cta.company-cta p:not(.eyebrow) {
  max-width: 760px;
}

.company-cta-actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.company-cta-actions .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 760px) {
  .contact-final-cta.company-cta .company-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.media-sidebar {
  align-content: start;
}

.media-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  flex: 0 0 auto;
  padding: 0 2px;
  color: var(--muted);
  font-weight: 900;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  white-space: nowrap;
}

.media-tabs a + a {
  margin-left: clamp(20px, 2.5vw, 34px);
}

.media-tabs a + a::before {
  content: "/";
  position: absolute;
  left: clamp(-24px, -1.55vw, -14px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: rgba(166, 185, 205, 0.5);
  font-weight: 900;
}

.media-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.media-tabs a.is-active,
.media-tabs a:hover {
  color: var(--ink);
}

.media-tabs a.is-active::after,
.media-tabs a:hover::after {
  transform: scaleX(1);
}

.media-tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 0;
}

.media-tabs::-webkit-scrollbar {
  display: none;
}

.media-tabs-row {
  min-width: 0;
}

.media-hierarchy {
  border-bottom: 1px solid rgba(190, 217, 238, 0.12);
  background: linear-gradient(180deg, rgba(9, 20, 34, 0.96), rgba(5, 13, 24, 0.98));
  padding: clamp(26px, 5vw, 58px) 0;
}

.media-hierarchy-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.media-hierarchy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
}

.media-hierarchy p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.85;
}

.media-layer-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(158, 195, 225, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.media-layer-list a {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 146px;
  align-content: center;
  padding: 20px;
  color: var(--ink);
  border-right: 1px solid rgba(158, 195, 225, 0.14);
}

.media-layer-list a:last-child {
  border-right: 0;
}

.media-layer-list a:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #06111b;
  background: var(--cyan);
  font-weight: 900;
}

.media-layer-list a[aria-current="page"] {
  background: rgba(105, 218, 255, 0.08);
}

.media-layer-list span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 950;
}

.media-layer-list strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.media-layer-list small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.55;
}

.media-sidebar section,
.article-aside-block {
  border-radius: 8px;
  border: 1px solid rgba(158, 195, 225, 0.18);
  background: linear-gradient(145deg, rgba(13, 25, 41, 0.92), rgba(5, 13, 24, 0.74));
  box-shadow: none;
}

.media-side-block,
.side-link-list,
.popular-articles,
.route-picks,
.upcoming-events {
  min-width: 0;
}

.side-link-list {
  display: grid;
  gap: 6px;
}

.side-link-list a,
.route-picks a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(190, 217, 238, 0.11);
  color: var(--ink);
}

.side-link-list a:last-child,
.route-picks a:last-child {
  border-bottom: 0;
}

.side-link-list span,
.route-picks span {
  font-size: 0.82rem;
  font-weight: 900;
}

.side-link-list small,
.route-picks small,
.popular-articles time,
.article-aside .popular-articles time {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.popular-articles {
  display: grid;
  gap: 10px;
}

.popular-articles a,
.article-aside .popular-articles a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: var(--ink);
  font-weight: 900;
  min-width: 0;
}

.popular-articles img,
.article-aside .popular-articles img,
.popular-regions img,
.spot-picks img {
  width: 54px;
  height: 38px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.86;
}

.popular-articles span,
.article-aside .popular-articles span {
  display: block;
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.emotion-tags {
  display: none;
}

.article-card .type,
.story-card .type,
.relation-card .type {
  display: inline-block;
  width: fit-content;
  padding: 0 0 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cyan);
  border-bottom: 1px solid rgba(105, 218, 255, 0.72);
  font-size: 0.66rem;
  line-height: 1.1;
  letter-spacing: 0;
  box-shadow: none;
}

.article-card h3,
.story-card h3,
.relation-card h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.28;
  max-width: 96%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-card.is-wide h3,
.story-card.is-large h3 {
  font-size: clamp(1.18rem, 1.75vw, 1.55rem);
}

.article-card p,
.story-card p,
.relation-card p {
  font-size: 0.68rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 92%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-tags,
.story-chips,
.article-tags {
  gap: 0;
}

.card-tags span,
.story-chips span,
.article-tags a,
.article-tags span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: none;
}

.card-tags span + span::before,
.story-chips span + span::before,
.article-tags a + a::before,
.article-tags span + span::before {
  content: " / ";
  color: var(--muted);
  margin: 0 5px;
}

.article-card time,
.story-card time,
.relation-card time {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 900;
}

.relation-card {
  min-height: 230px;
}

.noritomo-intro .experience-flow {
  grid-template-columns: 1fr;
  align-content: center;
  gap: 0;
  max-width: 520px;
}

.noritomo-intro .experience-flow span {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 0 13px 28px;
  border: 0;
  border-bottom: 1px solid rgba(190, 217, 238, 0.14);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.noritomo-intro .experience-flow span:not(:last-child)::after,
.poc-flow-list span:not(:last-child)::after,
.business-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(105, 218, 255, 0.72);
  font-weight: 900;
}

.partner-poc .partner-layout {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
}

.poc-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
}

.poc-flow-list span {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 0.38fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: auto;
  padding: 12px 34px 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(190, 217, 238, 0.13);
  border-radius: 0;
  background: transparent;
}

.poc-flow-list small {
  margin: 0;
}

.company-belief {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  min-height: clamp(420px, 40vw, 620px);
  background: #06111b;
  border-block: 1px solid rgba(190, 217, 238, 0.11);
}

.company-belief .company-photo {
  min-height: 100%;
}

.company-belief .company-photo img {
  height: 100%;
  object-fit: cover;
}

.company-belief .company-copy {
  width: 100%;
  max-width: none;
  padding: clamp(44px, 8vw, 112px) max(28px, calc((100vw - 1180px) / 2)) clamp(44px, 8vw, 112px) clamp(32px, 6vw, 82px);
  display: grid;
  align-content: center;
  justify-items: start;
  background: linear-gradient(90deg, rgba(8, 22, 36, 0.98), rgba(7, 18, 31, 0.98));
}

.company-belief .company-copy h2,
.company-belief .company-copy p,
.company-belief .company-copy .button {
  max-width: 620px;
}

.company-belief .company-copy h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.noritomo-cycle-cta {
  padding: clamp(70px, 10vw, 136px) 0;
  border-top: 1px solid rgba(190, 217, 238, 0.12);
  background: radial-gradient(circle at 70% 42%, rgba(105, 218, 255, 0.1), transparent 28%), #06111b;
}

.noritomo-cycle-cta .noritomo-cta-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 92px);
  align-items: center;
}

.noritomo-cta-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1.05;
}

.noritomo-cta-copy p {
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.9;
  margin-bottom: 26px;
}

.noritomo-cycle-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(158, 195, 225, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.noritomo-cycle-map a {
  position: relative;
  min-height: 180px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 24px;
  color: var(--ink);
  border-right: 1px solid rgba(158, 195, 225, 0.14);
}

.noritomo-cycle-map a:last-child {
  border-right: 0;
}

.noritomo-cycle-map a:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #06111b;
  background: var(--cyan);
  font-weight: 900;
}

.noritomo-cycle-map strong {
  font-size: 1.1rem;
}

.noritomo-cycle-map small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.business-flow {
  gap: clamp(16px, 4vw, 48px);
}

.business-flow li {
  position: relative;
  border-radius: 8px;
  box-shadow: none;
}

.business-flow li:not(:last-child)::after {
  right: clamp(-34px, -3vw, -18px);
  width: auto;
  height: auto;
  background: transparent;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

@media (max-width: 980px) {
  .company-belief,
  .noritomo-cycle-cta .noritomo-cta-grid,
  .partner-poc .partner-layout {
    grid-template-columns: 1fr;
  }

  .company-belief .company-copy {
    padding: 42px 24px;
  }

  .noritomo-cycle-map {
    grid-template-columns: 1fr 1fr;
  }

  .media-hierarchy-grid {
    grid-template-columns: 1fr;
  }

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

  .noritomo-cycle-map a:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .noritomo-cycle-map {
    grid-template-columns: 1fr;
  }

  .media-layer-list {
    grid-template-columns: 1fr;
  }

  .noritomo-cycle-map a {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid rgba(158, 195, 225, 0.14);
  }

  .noritomo-cycle-map a:last-child {
    border-bottom: 0;
  }

  .noritomo-cycle-map a:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -11px;
    transform: translateX(50%) rotate(90deg);
  }

  .media-layer-list a {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(158, 195, 225, 0.14);
  }

  .media-layer-list a:last-child {
    border-bottom: 0;
  }

  .media-layer-list a:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -11px;
    transform: translateX(50%) rotate(90deg);
  }

  .poc-flow-list span {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .poc-flow-list small {
    grid-column: 2;
  }
}

/* Final CTA/button authority. Keep this last to neutralize page-specific overrides. */
.button-primary,
.company-page .button-primary,
.contact-primary {
  border-color: rgba(105, 218, 255, 0.62) !important;
  background: linear-gradient(180deg, #1977f3, #1e58d7) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(30, 88, 215, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.button-ghost,
.button-light,
.company-page .button-ghost {
  border-color: rgba(216, 226, 236, 0.22) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.contact-final-cta.company-cta .company-cta-inner {
  display: block;
}

.contact-final-cta.company-cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-final-cta.company-cta .actions .button {
  width: auto;
  min-width: 172px;
  justify-content: center;
}

@media (max-width: 640px) {
  .contact-final-cta.company-cta .actions {
    display: grid;
  }

  .contact-final-cta.company-cta .actions .button {
    width: 100%;
  }
}

/* Unified lower-page CTA pattern: Media / Noritomo / Partner follow Contact and Company. */
.contact-final-cta.media-cta,
.contact-final-cta.noritomo-cta,
.contact-final-cta.partner-cta {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  padding: 0;
  background: var(--night);
  border-top: 1px solid rgba(103, 211, 255, 0.14);
  border-bottom: 1px solid rgba(103, 211, 255, 0.12);
  color: var(--ink);
}

.contact-final-cta.media-cta::before,
.contact-final-cta.noritomo-cta::before,
.contact-final-cta.partner-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.98) 0%, rgba(4, 14, 24, 0.78) 54%, rgba(4, 14, 24, 0.42) 100%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.2), rgba(2, 5, 10, 0.88));
}

.contact-final-cta.media-cta .media-cta-inner,
.contact-final-cta.noritomo-cta .noritomo-cta-inner,
.contact-final-cta.partner-cta .partner-cta-inner {
  position: relative;
  z-index: 2;
  display: block;
  padding: clamp(64px, 9vw, 118px) 0;
}

.contact-final-cta.media-cta h2,
.contact-final-cta.noritomo-cta h2,
.contact-final-cta.partner-cta h2 {
  max-width: 860px;
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 4.5vw, 4.9rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-final-cta.media-cta p:not(.eyebrow),
.contact-final-cta.noritomo-cta p:not(.eyebrow),
.contact-final-cta.partner-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.9;
  font-weight: 800;
}

.contact-final-cta.media-cta .actions,
.contact-final-cta.noritomo-cta .actions,
.contact-final-cta.partner-cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-final-cta.media-cta .actions .button,
.contact-final-cta.noritomo-cta .actions .button,
.contact-final-cta.partner-cta .actions .button {
  width: auto;
  min-width: 172px;
  justify-content: center;
}

.contact-final-cta.partner-cta .partner-icon {
  display: none;
}

@media (max-width: 640px) {
  .contact-final-cta.media-cta .actions,
  .contact-final-cta.noritomo-cta .actions,
  .contact-final-cta.partner-cta .actions {
    display: grid;
  }

  .contact-final-cta.media-cta .actions .button,
  .contact-final-cta.noritomo-cta .actions .button,
  .contact-final-cta.partner-cta .actions .button {
    width: 100%;
  }
}
.top-hero-grid {
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.company-hero-grid,
.contact-hero-grid {
  grid-template-columns: minmax(0, 860px);
}

.company-hero-copy,
.contact-hero-copy {
  max-width: 860px;
}

.media-tabs-inner {
  justify-content: start;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 760px) {
  .top-hero-grid,
  .company-hero-grid,
  .contact-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Final end-of-file authority: article cards show title, date, category and tags only. */
.story-tile .story-overlay > p,
.media-story-tile > p,
.feature-story-large .story-overlay > p,
.article-card-link > p,
.theme-card > p,
.relation-card > p {
  display: none !important;
}

body.media-page .media-primary .feature-story-large p,
body.media-page .media-primary .media-story-tile > p,
body.media-page .media-primary .article-card .article-card-link > p,
body.media-page .media-primary .story-tile .story-overlay > p,
body.top-page .featured-stories .story-tile .story-overlay > p,
body.article-page .relation-card p {
  display: none !important;
}
