:root {
  color-scheme: dark;
  --bg: #03060d;
  --panel: rgba(13, 18, 32, 0.72);
  --panel-strong: rgba(16, 22, 38, 0.9);
  --line: rgba(220, 226, 255, 0.2);
  --line-strong: rgba(226, 230, 255, 0.34);
  --text: #f5f7ff;
  --muted: #aeb6cf;
  --dim: #767f9d;
  --violet: #b8b4ff;
  --blue: #7eb4ff;
  --cyan: #7ce6ff;
  --pink: #e8a5ff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 5%, rgba(109, 120, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 8% 42%, rgba(124, 230, 255, 0.14), transparent 23rem),
    linear-gradient(180deg, #02040a 0%, #050813 48%, #03060d 100%);
  color: var(--text);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0;
}

.photia-site {
  background:
    radial-gradient(circle at 75% 5%, rgba(109, 120, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 8% 42%, rgba(124, 230, 255, 0.14), transparent 23rem),
    linear-gradient(180deg, #02040a 0%, #050813 48%, #03060d 100%);
  color: var(--text);
}

.photia-site #body_wrap {
  background: transparent;
}

.photia-site #content {
  padding-top: 124px;
}

.photia-site .l-footer {
  margin-top: 0;
  background: transparent;
}

.photia-page,
.photia-page .site-shell {
  color: var(--text);
}

.photia-page .site-shell h1,
.photia-page .site-shell h2,
.photia-page .site-shell h3,
.photia-page .site-shell p,
.photia-page .site-shell span,
.photia-page .site-shell strong {
  color: inherit;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.36;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(126, 180, 255, 0.7) 0 1px, transparent 1.5px);
  background-position: 0 0, 40px 70px;
  background-size: 160px 160px, 230px 230px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px clamp(20px, 4vw, 54px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease,
    padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 6, 13, 0.72);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: clamp(142px, 14vw, 188px);
  height: auto;
  filter:
    drop-shadow(0 0 10px rgba(112, 220, 70, 0.3))
    drop-shadow(0 0 16px rgba(184, 180, 255, 0.18));
}

.brand-company {
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  color: #d8dded;
  font-size: 0.82rem;
}

.global-nav a {
  color: #d8dded;
  transition: color 160ms ease;
}

.global-nav a:hover {
  color: #fff;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.nav-cta::after {
  margin-left: 12px;
  content: "->";
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: 132px clamp(20px, 5vw, 64px) 86px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.54;
  filter: saturate(1.2) contrast(1.14);
}

.hero-media::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 62% 38%, rgba(247, 248, 255, 0.18) 0 0.5%, transparent 1%),
    radial-gradient(circle at 64% 39%, rgba(184, 180, 255, 0.16), transparent 17%),
    linear-gradient(115deg, rgba(3, 6, 13, 0.98) 0%, rgba(5, 8, 17, 0.72) 48%, rgba(3, 6, 13, 0.88) 100%);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 6, 13, 0.96) 0%, rgba(3, 6, 13, 0.48) 46%, rgba(3, 6, 13, 0.38) 100%),
    linear-gradient(180deg, rgba(3, 6, 13, 0.06) 0%, rgba(3, 6, 13, 0.12) 58%, #03060d 100%);
}

.hero-orbit {
  position: absolute;
  top: 16%;
  right: 7%;
  z-index: -1;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(219, 223, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    inset 0 0 48px rgba(184, 180, 255, 0.18),
    0 0 80px rgba(126, 180, 255, 0.24);
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  border-radius: inherit;
  content: "";
}

.hero-orbit::before {
  inset: -4px;
  border-top: 3px solid rgba(244, 244, 255, 0.72);
  filter: blur(0.5px);
  transform: rotate(-18deg);
}

.hero-orbit::after {
  inset: 22%;
  border: 1px solid rgba(126, 230, 255, 0.16);
}

.hero-grid {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: -1;
  width: 45vw;
  height: 38vh;
  opacity: 0.45;
  background:
    linear-gradient(90deg, transparent, rgba(126, 180, 255, 0.34), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 92px);
  clip-path: polygon(22% 30%, 100% 0, 100% 100%, 0 82%);
}

.hero-copy {
  width: min(760px, 100%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  width: min(1320px, 100%);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(224, 226, 255, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    rgba(5, 8, 18, 0.72);
  box-shadow:
    0 0 64px rgba(121, 93, 213, 0.22),
    inset 0 0 32px rgba(255, 255, 255, 0.04);
}

.hero-panel p {
  margin: 14px 0 0;
  color: #eef1ff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.hero-diagram {
  display: grid;
  place-items: center;
  min-height: 380px;
}

.hero-diagram::before,
.hero-diagram::after {
  position: absolute;
  border: 1px solid rgba(210, 216, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.hero-diagram::before {
  inset: 38px;
}

.hero-diagram::after {
  inset: 86px;
  box-shadow: 0 0 80px rgba(184, 180, 255, 0.22);
}

.hero-diagram .diagram-label.top {
  top: 18px;
}

.hero-diagram .diagram-label.left {
  left: 16px;
}

.hero-diagram .diagram-label.right {
  right: 16px;
}

.hero-diagram .diagram-core {
  z-index: 1;
}

.hero-diagram p {
  position: absolute;
  bottom: 16px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--violet);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  color: var(--text);
  margin-bottom: 18px;
  font-size: clamp(3.9rem, 9vw, 8.8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 18px rgba(210, 212, 255, 0.62),
    0 8px 44px rgba(126, 180, 255, 0.32);
}

.hero-lead {
  color: var(--text);
  margin-bottom: 28px;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 34px;
  color: #d8deef;
  font-size: 1rem;
  line-height: 2.15;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

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

.button.primary {
  color: #03060d;
  background: linear-gradient(135deg, #fff, #c9ccff 58%, #88e8ff);
  box-shadow: 0 18px 48px rgba(126, 180, 255, 0.24);
}

.button.ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.photia-page .site-shell .button.primary {
  color: #03060d;
}

.photia-page .site-shell .button.ghost,
.photia-page .site-shell .service-card a,
.photia-page .site-shell .site-footer a {
  color: var(--text);
}

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

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--dim);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  transform: translateX(-50%);
}

.scroll-cue::after {
  width: 1px;
  height: 34px;
  background: linear-gradient(#fff, transparent);
  content: "";
}

.section-pad {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(70px, 10vw, 120px) 0;
}

.commitment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  position: relative;
}

.section-copy h2,
.section-heading h2,
.mission-copy h2,
.recruit h2,
.contact h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.3;
}

.large-copy {
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.7;
}

.section-copy p:not(.eyebrow):not(.large-copy),
.mission-copy p,
.recruit p,
.contact-copy p {
  color: #c6ccde;
  line-height: 2.05;
}

.orbit-diagram {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
  border-radius: 50%;
}

.orbit-diagram::before,
.orbit-diagram::after {
  position: absolute;
  border: 1px solid rgba(210, 216, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.orbit-diagram::before {
  inset: 12%;
}

.orbit-diagram::after {
  inset: 26%;
  box-shadow: 0 0 80px rgba(184, 180, 255, 0.22);
}

.diagram-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(232, 165, 255, 0.28), transparent 62%),
    rgba(15, 20, 36, 0.82);
  box-shadow:
    inset 0 0 36px rgba(255, 255, 255, 0.08),
    0 0 72px rgba(184, 180, 255, 0.36);
}

.diagram-core img {
  width: 78px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(112, 220, 70, 0.42));
}

.diagram-core strong {
  margin-top: -16px;
  font-size: 1.35rem;
}

.diagram-label {
  position: absolute;
  z-index: 2;
  color: #dce2f3;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.diagram-label.top {
  top: 3%;
}

.diagram-label.left {
  left: 0;
}

.diagram-label.right {
  right: 0;
}

.about-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(226, 230, 255, 0.2);
  border-radius: 18px;
  background: rgba(7, 11, 22, 0.68);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.about-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 6, 13, 0.2), transparent 42%),
    radial-gradient(circle at 54% 44%, rgba(232, 165, 255, 0.16), transparent 20rem);
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.08);
}

.service {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(7, 12, 24, 0.62);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.section-heading {
  margin-bottom: 26px;
}

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

.service-card {
  min-height: 380px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(13, 18, 32, 0.88), rgba(6, 10, 20, 0.72));
  overflow: hidden;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.service-card p {
  color: #c5cbe0;
  font-size: 0.94rem;
  line-height: 2;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
}

.service-card a::after {
  content: "->";
}

.card-visual {
  height: 132px;
  margin: -28px -28px 24px;
  opacity: 0.9;
}

.card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-network {
  background:
    radial-gradient(circle at 22% 64%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 56% 36%, #e8a5ff 0 2px, transparent 3px),
    radial-gradient(circle at 82% 70%, #7ce6ff 0 2px, transparent 3px),
    linear-gradient(25deg, transparent 24%, rgba(126, 180, 255, 0.34) 25%, transparent 26%),
    linear-gradient(145deg, transparent 39%, rgba(232, 165, 255, 0.34) 40%, transparent 41%),
    radial-gradient(circle at 50% 110%, rgba(184, 180, 255, 0.58), transparent 58%);
}

.visual-galaxy {
  background:
    radial-gradient(ellipse at center, #fff 0 2%, #e8a5ff 3%, rgba(184, 180, 255, 0.7) 12%, transparent 34%),
    conic-gradient(from 20deg at 50% 55%, transparent, rgba(126, 180, 255, 0.5), transparent, rgba(232, 165, 255, 0.46), transparent);
  filter: blur(0.2px);
}

.visual-line {
  background:
    linear-gradient(145deg, transparent 38%, rgba(255, 255, 255, 0.8) 39%, rgba(126, 230, 255, 0.2) 41%, transparent 44%),
    radial-gradient(circle at 74% 58%, rgba(232, 165, 255, 0.8), transparent 22%),
    radial-gradient(circle at 40% 100%, rgba(126, 180, 255, 0.46), transparent 55%);
}

.mission {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 430px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 74% 44%, rgba(112, 220, 70, 0.08), transparent 18rem),
    radial-gradient(circle at 18% 36%, rgba(126, 180, 255, 0.1), transparent 22rem),
    linear-gradient(90deg, rgba(8, 12, 24, 0.92), rgba(5, 8, 16, 0.54));
}

.mission-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.mission-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.14) contrast(1.08);
}

.mission-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 6, 13, 0.08), rgba(3, 6, 13, 0.86));
}

.mission-copy {
  width: min(560px, calc(100% - 48px));
  max-width: none;
  margin: auto auto auto 0;
  padding: clamp(70px, 9vw, 104px) 0;
}

.asset-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 0;
}

.strip-panel {
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(226, 230, 255, 0.18);
  border-radius: 18px;
  background: rgba(7, 12, 24, 0.56);
}

.deco-lines,
.particle-line {
  position: relative;
  height: 132px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 50%, rgba(232, 165, 255, 0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 48%, rgba(126, 230, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 50%, rgba(255, 255, 255, 0.92) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, rgba(184, 180, 255, 0.68), transparent);
}

.deco-lines::before,
.deco-lines::after,
.particle-line::before,
.particle-line::after {
  position: absolute;
  content: "";
}

.deco-lines::before {
  inset: 24px 24px 42px;
  border-top: 1px solid rgba(184, 180, 255, 0.52);
  border-bottom: 1px solid rgba(126, 230, 255, 0.32);
  clip-path: polygon(0 50%, 16% 50%, 22% 18%, 76% 18%, 84% 50%, 100% 50%, 100% 52%, 84% 52%, 76% 82%, 22% 82%, 16% 52%, 0 52%);
  background: rgba(184, 180, 255, 0.22);
}

.deco-lines::after {
  right: 22px;
  bottom: 18px;
  width: 78px;
  aspect-ratio: 1;
  border: 1px solid rgba(232, 165, 255, 0.42);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 14px rgba(184, 180, 255, 0.06),
    inset 0 0 0 28px rgba(126, 230, 255, 0.06);
}

.particle-line {
  background:
    radial-gradient(circle at 10% 48%, rgba(184, 180, 255, 0.7), transparent 12px),
    radial-gradient(circle at 34% 48%, rgba(232, 165, 255, 0.84), transparent 18px),
    radial-gradient(circle at 58% 48%, rgba(184, 180, 255, 0.7), transparent 14px),
    radial-gradient(circle at 84% 48%, rgba(126, 230, 255, 0.86), transparent 18px),
    linear-gradient(90deg, transparent, rgba(184, 180, 255, 0.84), transparent);
}

.particle-line::before {
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 180, 255, 0.9), transparent);
  box-shadow: 0 0 14px rgba(184, 180, 255, 0.9);
}

.particle-line::after {
  left: 50%;
  bottom: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  filter: blur(3px);
  transform: translateX(-50%) rotate(45deg);
}

.proof-grid article {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
}

.proof-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--cyan);
  font-weight: 800;
}

.proof-grid h3 {
  font-size: 1.25rem;
}

.proof-grid p {
  color: #c5cbe0;
  line-height: 1.9;
}

.recruit-inner {
  padding: clamp(34px, 7vw, 74px);
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 35%, rgba(124, 230, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #dce2f3;
  font-size: 0.86rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.contact-form input {
  height: 46px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 4vw, 54px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 0.82rem;
}

.global-nav .is-current {
  color: #fff;
}

.company-hero {
  position: relative;
  min-height: min(52svh, 560px);
  display: grid;
  align-items: end;
  padding: 170px clamp(20px, 5vw, 64px) 72px;
}

.company-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.company-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.34;
}

.company-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 6, 13, 0.98), rgba(3, 6, 13, 0.6)),
    linear-gradient(180deg, rgba(3, 6, 13, 0.14), #03060d);
}

.company-hero__inner {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.company-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.company-hero p:last-child {
  color: #d8deef;
  font-size: 1rem;
}

.company-section {
  padding-top: clamp(48px, 7vw, 84px);
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: stretch;
}

.company-card,
.company-map {
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(7, 12, 24, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.company-card {
  padding: clamp(24px, 4vw, 40px);
}

.company-list {
  margin: 0;
}

.company-list > div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.company-list > div:first-child {
  padding-top: 0;
}

.company-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-list dt {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.company-list dd {
  margin: 0;
  color: var(--text);
  line-height: 1.9;
}

.company-list dd a {
  color: #dfe6ff;
  text-decoration: underline;
  text-decoration-color: rgba(223, 230, 255, 0.34);
  text-underline-offset: 0.2em;
}

.company-list dd span {
  display: inline-block;
  margin-right: 14px;
}

.company-list ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 1.2em;
}

.company-map {
  overflow: hidden;
  min-height: 480px;
}

.company-map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  filter: grayscale(1) invert(0.92) hue-rotate(180deg) saturate(0.85);
}

.column-page,
.column-single {
  min-height: 100svh;
  color: var(--text);
}

.column-hero {
  position: relative;
  padding: 190px clamp(20px, 5vw, 64px) 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 76% 30%, rgba(184, 180, 255, 0.2), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

.column-hero__inner {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.column-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.column-hero p:last-child {
  color: #d8deef;
}

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

.column-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(7, 12, 24, 0.72);
}

.column-card > a {
  display: block;
  color: var(--text);
}

.column-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.column-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-card__body {
  padding: 22px;
}

.column-card time,
.column-article time {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.column-card h2 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1.55;
}

.column-card p {
  margin-bottom: 0;
  color: #c5cbe0;
  line-height: 1.9;
}

.column-empty {
  color: var(--muted);
}

.column-pagination {
  margin-top: 40px;
}

.column-single {
  padding: 180px 20px 100px;
}

.column-article {
  width: min(840px, 100%);
  margin-inline: auto;
}

.column-article__head {
  margin-bottom: 36px;
}

.column-article__head h1 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.35;
}

.column-article__thumb {
  overflow: hidden;
  margin: 0 0 36px;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.column-article__content {
  color: #d8deef;
  line-height: 2;
}

.column-article__content h2,
.column-article__content h3 {
  color: var(--text);
}

@media (max-width: 900px) {
  .brand-company {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 30;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav-toggle span {
    width: 18px;
    height: 1px;
    background: #fff;
  }

  .global-nav {
    position: fixed;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 24px;
    font-size: 1.2rem;
    background: rgba(3, 6, 13, 0.94);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .global-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: 92svh;
    padding-top: 128px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    display: none;
  }

  .hero-orbit {
    top: 18%;
    right: -52%;
    width: 110vw;
    opacity: 0.74;
  }

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

  .about-visual,
  .about-visual img,
  .mission-visual {
    min-height: 300px;
  }

  .service-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

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

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

  .mission-copy {
    width: min(100% - 40px, var(--max));
    margin-inline: auto;
  }

  .mission-visual::after {
    background: linear-gradient(180deg, rgba(3, 6, 13, 0.08), rgba(3, 6, 13, 0.92));
  }

  .asset-strip {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 18px;
  }

  .brand-logo {
    width: 126px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    max-width: 21rem;
    font-size: clamp(3rem, 16vw, 4rem);
    line-height: 1.02;
  }

  .hero-lead {
    letter-spacing: 0.06em;
  }

  .hero-text {
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 2;
  }

  .section-pad {
    width: min(100% - 32px, var(--max));
  }

  .service {
    padding: 20px;
    border-radius: 18px;
  }

  .service-card {
    padding: 22px;
  }

  .card-visual {
    margin: -22px -22px 20px;
  }

  .diagram-label.left {
    left: -10px;
  }

  .diagram-label.right {
    right: -10px;
  }

  .contact-form {
    padding: 20px;
  }

  .company-hero {
    min-height: 380px;
    padding-inline: 18px;
  }

  .company-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .company-map,
  .company-map iframe {
    min-height: 320px;
  }

  .column-hero {
    padding-top: 150px;
  }

  .column-single {
    padding-top: 150px;
  }
}
