/* ===================================================================    WUAZEN 홈 — v1.4 기획안 기반 7섹션 구성 (2026-07-30)    세 축의 순환 그래픽 + Why WUAZEN + 프로세스 + 실적 + CTA    그래픽 요소 복원·강화판    =================================================================== */  .hm-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(22px, 5vw, 64px); }  /* 공통 섹션 헤더 */ .hm-sec-kicker {   font-size: 0.75rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-ink); } .hm-sec-title {   margin-top: 14px; font-size: clamp(1.7rem, 3.4vw, 2.75rem); font-weight: 800; line-height: 1.3;   letter-spacing: -0.032em; word-break: keep-all; color: var(--text-dark); } .hm-sec-sub {   margin-top: 18px; font-size: clamp(1rem, 1.2vw, 1.125rem); line-height: 1.8; color: var(--text-muted); word-break: keep-all; max-width: 52ch; }  /* ── 1. 히어로 ─────────────────────────────────────────────── */ .hm-hero {   position: relative; overflow: hidden; background: var(--navy); color: var(--ivory);   min-height: min(92vh, 860px); display: flex; align-items: center;   padding-top: calc(var(--header-h) + 40px); padding-bottom: clamp(56px, 8vw, 96px); } .hm-hero-img {   position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.82; } .hm-hero::after {   content: ''; position: absolute; inset: 0;   background: linear-gradient(100deg, rgba(13,27,42,0.97) 0%, rgba(13,27,42,0.9) 34%, rgba(13,27,42,0.42) 62%, rgba(13,27,42,0.12) 100%); } /* 기하학 패턴 오버레이 */ .hm-hero::before {   content: ''; position: absolute; inset: 0; z-index: 1;   background-image:     radial-gradient(circle at 20% 30%, rgba(201,168,76,0.06) 0%, transparent 40%),     radial-gradient(circle at 80% 70%, rgba(201,168,76,0.04) 0%, transparent 35%);   pointer-events: none; } .hm-hero-inner { position: relative; z-index: 2; max-width: 760px; } .hm-kicker {   font-size: 0.75rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold);   display: inline-flex; align-items: center; gap: 10px; } .hm-kicker::before {   content: ''; display: inline-block; width: 28px; height: 1px; background: var(--gold); opacity: 0.6; } .hm-hero h1 {   margin-top: clamp(22px, 3vw, 34px); max-width: 760px;   font-size: clamp(2.4rem, 5.4vw, 4.5rem); font-weight: 800; line-height: 1.32;   letter-spacing: -0.045em; color: #FCFBF7; word-break: keep-all;   text-shadow: 0 2px 40px rgba(0,0,0,0.3); } .hm-hero h1 em { font-style: normal; color: var(--gold); position: relative; } .hm-hero h1 em::after {   content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 3px;   background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);   border-radius: 2px; opacity: 0.5; } .hm-hero-sub {   margin-top: clamp(20px, 2.6vw, 30px); max-width: 520px;   font-size: clamp(1rem, 1.35vw, 1.1875rem); line-height: 1.8; color: rgba(247,246,241,0.78); word-break: keep-all; } .hm-hero-cta { margin-top: clamp(30px, 4vw, 44px); }  /* 스크롤 인디케이터 */ .hm-hero-scroll {   position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 3;   display: flex; flex-direction: column; align-items: center; gap: 8px; } .hm-hero-scroll span {   font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.2em; color: rgba(247,246,241,0.5); } .hm-hero-scroll-line {   width: 1px; height: 40px; background: linear-gradient(180deg, rgba(201,168,76,0.6) 0%, transparent 100%);   animation: hm-scroll-pulse 2s ease-in-out infinite; } @keyframes hm-scroll-pulse {   0%, 100% { opacity: 0.3; transform: scaleY(0.6); }   50% { opacity: 1; transform: scaleY(1); } }  /* ── 2. 선언 ────────────────────────────────────────────────── */ .hm-say { background: var(--ivory); color: var(--text-dark); position: relative; } .hm-say-inner { padding: clamp(64px, 8vw, 120px) 0; max-width: 920px; position: relative; } .hm-say-inner::before {   content: ''; position: absolute; top: 50%; left: -8px; transform: translateY(-50%);   width: 4px; height: 60%; max-height: 180px;   background: linear-gradient(180deg, transparent 0%, var(--gold) 50%, transparent 100%);   opacity: 0.4; border-radius: 2px; } .hm-say p {   font-size: clamp(1.55rem, 3.4vw, 2.75rem); font-weight: 700; line-height: 1.45;   letter-spacing: -0.032em; word-break: keep-all; } .hm-say p span { color: var(--gold-ink); position: relative; } .hm-say p span::after {   content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 8px;   background: rgba(201,168,76,0.15); z-index: -1; border-radius: 4px; }  /* ── 3. 세 축의 순환 — 그래픽 다이어그램 ───────────────────── */ .hm-cycle {   background: var(--ivory); padding: clamp(80px, 10vw, 140px) 0;   border-top: 1px solid var(--border-light); position: relative; } .hm-cycle-head { text-align: center; margin-bottom: clamp(50px, 6vw, 80px); } .hm-cycle-head .hm-sec-kicker { color: var(--gold-ink); } .hm-cycle-head .hm-sec-title { color: var(--text-dark); } .hm-cycle-head .hm-sec-sub { margin-left: auto; margin-right: auto; }  .hm-cycle-diagram {   position: relative; width: 100%; max-width: 560px; aspect-ratio: 1; margin: 0 auto; }  /* 글로우 배경 */ .hm-cycle-glow {   position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);   width: 70%; height: 70%; border-radius: 50%;   background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);   pointer-events: none; z-index: 0; }  /* 중심 */ .hm-cycle-center {   position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);   display: flex; flex-direction: column; align-items: center; gap: 4px; z-index: 3;   text-align: center; } .hm-cycle-center-mark {   position: absolute; width: 80px; height: 80px; border-radius: 50%;   border: 1px solid rgba(201,168,76,0.2); top: 50%; left: 50%; transform: translate(-50%, -50%);   z-index: -1; } .hm-cycle-center-mark::before {   content: ''; position: absolute; inset: 8px; border-radius: 50%;   border: 1px solid rgba(201,168,76,0.12); } .hm-cycle-center-label {   font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 800; letter-spacing: 0.04em; color: var(--navy); } .hm-cycle-center-sub {   font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; color: var(--gold-ink); text-transform: uppercase; }  /* 회전 링 */ .hm-cycle-ring {   position: absolute; inset: 0; z-index: 1;   overflow: hidden; } .hm-cycle-ring svg {   animation: hm-ring-rotate 30s linear infinite;   transform-origin: center; } @keyframes hm-ring-rotate {   from { transform: rotate(0deg); }   to { transform: rotate(360deg); } } .hm-cycle-arc {   animation: hm-arc-draw 3s ease-out forwards;   transform-origin: center; } @keyframes hm-arc-draw {   from { stroke-dashoffset: 960; }   to { stroke-dashoffset: 0; } }  /* 곡선 연결 경로 */ .hm-cycle-paths {   position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%;   pointer-events: none; } .hm-cycle-path {   stroke-dashoffset: 200;   animation: hm-path-draw 2.5s ease-out forwards; } .hm-cycle-path:nth-child(2) { animation-delay: 0.3s; } .hm-cycle-path:nth-child(3) { animation-delay: 0.6s; } .hm-cycle-path:nth-child(4) { animation-delay: 0.9s; } @keyframes hm-path-draw {   to { stroke-dashoffset: 0; } }  /* 노드 */ .hm-cycle-node {   position: absolute; z-index: 2;   display: flex; flex-direction: column; align-items: center; gap: 6px;   padding: clamp(16px, 2vw, 24px); width: clamp(120px, 18vw, 160px);   background: #fff; border: 1px solid var(--border-light); border-radius: 16px;   text-align: center; text-decoration: none; color: var(--text-dark);   box-shadow: 0 4px 24px rgba(13,27,42,0.06);   transition: transform 400ms var(--ease-lux), box-shadow 400ms ease, border-color 400ms ease; } .hm-cycle-node::before {   content: ''; position: absolute; inset: 0; border-radius: 16px; padding: 1px;   background: linear-gradient(135deg, rgba(201,168,76,0.3) 0%, transparent 50%, rgba(201,168,76,0.1) 100%);   -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);   -webkit-mask-composite: xor; mask-composite: exclude;   opacity: 0; transition: opacity 400ms ease; pointer-events: none; } .hm-cycle-node:hover {   transform: translateY(-6px); box-shadow: 0 12px 40px rgba(201,168,76,0.18);   border-color: var(--gold); } .hm-cycle-node:hover::before { opacity: 1; } .hm-cycle-node-num {   font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--gold-ink);   display: inline-flex; align-items: center; gap: 6px; } .hm-cycle-node-num::before {   content: ''; width: 16px; height: 1px; background: var(--gold-ink); opacity: 0.4; } .hm-cycle-node-title {   font-size: clamp(1.1rem, 1.6vw, 1.35rem); font-weight: 800; letter-spacing: -0.02em; color: var(--navy); } .hm-cycle-node-desc {   font-size: 0.8125rem; line-height: 1.5; color: var(--text-muted); word-break: keep-all; } .hm-cycle-node-tag {   font-size: 0.6875rem; font-weight: 600; color: var(--gold-ink);   padding: 2px 10px; border: 1px solid rgba(201,168,76,0.3); border-radius: 20px;   background: rgba(201,168,76,0.04); }  /* 노드 위치 — 12시/4시/8시 방향 */ .hm-cycle-node-1 { top: 0; left: 50%; transform: translateX(-50%); } .hm-cycle-node-2 { bottom: 8%; right: 0; } .hm-cycle-node-3 { bottom: 8%; left: 0; } .hm-cycle-node-1:hover { transform: translateX(-50%) translateY(-6px); }  /* ── 4. Why WUAZEN — 차별점 ────────────────────────────────── */ .hm-why {   background: var(--navy); color: var(--ivory); padding: clamp(80px, 10vw, 140px) 0;   position: relative; overflow: hidden; } .hm-why::before {   content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;   background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.3) 50%, transparent 100%); } .hm-why-head { margin-bottom: clamp(40px, 5vw, 64px); } .hm-why-head .hm-sec-kicker { color: var(--gold); } .hm-why-head .hm-sec-title { color: var(--ivory); }  .hm-why-grid {   display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); } .hm-why-card {   padding: clamp(36px, 4vw, 52px) clamp(28px, 3.5vw, 44px); background: rgba(255,255,255,0.04);   border: 1px solid rgba(201,168,76,0.15); border-radius: 16px;   transition: border-color 400ms ease, background 400ms ease, transform 400ms ease; text-align: center;   position: relative; overflow: hidden;   display: flex; flex-direction: column; align-items: center; } .hm-why-card::after {   content: ''; position: absolute; top: 0; right: 0; width: 120px; height: 120px;   background: radial-gradient(circle at top right, rgba(201,168,76,0.08) 0%, transparent 60%);   pointer-events: none; opacity: 0; transition: opacity 400ms ease; } .hm-why-card:hover {   border-color: rgba(201,168,76,0.4); background: rgba(255,255,255,0.06);   transform: translateY(-4px); } .hm-why-card:hover::after { opacity: 1; } .hm-why-icon {   color: var(--gold); margin: 0 auto 36px;   display: flex; align-items: center; justify-content: center;   width: 56px; height: 56px; border-radius: 14px;   background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.15); } .hm-why-card h3 {   font-size: clamp(1.15rem, 1.5vw, 1.35rem); font-weight: 700; letter-spacing: -0.02em; color: var(--ivory); margin-bottom: 20px; } .hm-why-card p {   font-size: 0.9375rem; line-height: 1.7; color: rgba(247,246,241,0.7); word-break: keep-all; }  /* ── 5. 네 단계 프로세스 ────────────────────────────────────── */ .hm-process {   background: var(--ivory); padding: clamp(80px, 10vw, 140px) 0;   border-top: 1px solid var(--border-light); } .hm-process-head { margin-bottom: clamp(40px, 5vw, 64px); }
.hm-process-svg-wrap { width: 100%; max-width: 1000px; margin: 0 auto; }
.hm-process-svg { display: block; width: 100%; height: auto; }
.hm-process-svg-mobile { display: none; width: 100%; height: auto; }  .hm-process-track {   position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 32px); } .hm-process-line {   position: absolute; top: 18px; left: 0; right: 0; height: 2px;   background: linear-gradient(90deg, var(--gold) 0%, rgba(201,168,76,0.15) 100%);   overflow: hidden; } .hm-process-line::after {   content: ''; position: absolute; top: 0; left: 0; width: 30%; height: 100%;   background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);   animation: hm-process-flow 4s ease-in-out infinite; } @keyframes hm-process-flow {   0% { left: -30%; }   100% { left: 100%; } } .hm-process-step { position: relative; } .hm-process-dot {   width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: var(--gold);   display: flex; align-items: center; justify-content: center; font-size: 0.9375rem; font-weight: 800;   position: relative; z-index: 2; margin-bottom: 20px;   border: 2px solid var(--gold);   box-shadow: 0 0 0 4px var(--ivory), 0 4px 12px rgba(201,168,76,0.2);   transition: transform 300ms ease, box-shadow 300ms ease; } .hm-process-step:hover .hm-process-dot {   transform: scale(1.1); box-shadow: 0 0 0 4px var(--ivory), 0 6px 20px rgba(201,168,76,0.35); } .hm-process-content h4 {   font-size: clamp(1.05rem, 1.3vw, 1.2rem); font-weight: 700; color: var(--navy); margin-bottom: 8px; } .hm-process-content p {   font-size: 0.875rem; line-height: 1.65; color: var(--text-muted); word-break: keep-all; }  /* ── 6. 실적 ────────────────────────────────────────────────── */ .hm-proof { background: var(--navy); color: var(--ivory); padding: clamp(52px, 6vw, 78px) 0; position: relative; } .hm-proof::before {   content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);   width: 60%; max-width: 600px; height: 1px;   background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.3) 50%, transparent 100%); } .hm-proof-row { display: flex; flex-wrap: wrap; gap: clamp(24px, 5vw, 78px); align-items: baseline; justify-content: center; } .hm-proof-item { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; } .hm-proof-item:not(:last-child)::after {   content: ''; position: absolute; right: calc(clamp(24px, 5vw, 78px) * -0.5); top: 50%; transform: translateY(-50%);   width: 1px; height: 40px; background: rgba(201,168,76,0.15); } .hm-proof-item b {   font-size: clamp(1.5rem, 2.4vw, 2.125rem); font-weight: 800; color: var(--gold); letter-spacing: -0.03em; font-feature-settings: 'tnum';   text-shadow: 0 0 30px rgba(201,168,76,0.2); } .hm-proof-item span { font-size: 0.9375rem; color: rgba(247,246,241,0.66); word-break: keep-all; }  /* ── 7. CTA + 진단 ──────────────────────────────────────────── */ .hm-end { background: var(--ivory); text-align: center; padding: clamp(100px, 13vw, 190px) 0; position: relative; } .hm-end::before {   content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);   width: 80%; max-width: 800px; height: 1px;   background: linear-gradient(90deg, transparent 0%, var(--border-light) 50%, transparent 100%); } .hm-end h2 {   font-size: clamp(1.7rem, 3.4vw, 2.75rem); font-weight: 800; line-height: 1.35;   letter-spacing: -0.032em; word-break: keep-all; } .hm-end p { margin: clamp(18px, 2vw, 26px) auto 0; max-width: 40ch; font-size: 1.0625rem; line-height: 1.8; color: var(--text-muted); word-break: keep-all; } .hm-end .btn { margin-top: clamp(30px, 4vw, 42px); } .hm-end-contact { margin-top: 24px !important; font-size: 0.9375rem !important; color: var(--text-muted); } .hm-end-contact a { color: var(--gold-ink); font-weight: 600; }  /* ── 반응형 ─────────────────────────────────────────────────── */ @media (max-width: 899px) {   .hm-hero { min-height: auto; padding-top: calc(var(--header-h) + 80px); padding-bottom: clamp(72px, 14vw, 120px); text-align: center; justify-content: center; }
  .hm-hero-inner { text-align: center; }
  .hm-kicker { justify-content: center; }
  .hm-hero-cta { display: flex; justify-content: center; }
  .hm-hero-img { object-position: center top; }   .hm-hero-inner, .hm-hero h1, .hm-hero-sub, .hm-say-inner { max-width: none; }   .hm-hero::after { background: linear-gradient(180deg, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.84) 55%, rgba(13,27,42,0.92) 100%); }   .hm-hero-img { opacity: 0.5; }   .hm-hero-scroll { display: none; }   .hm-say-inner::before { display: none; }    .hm-why-grid { grid-template-columns: 1fr; }    .hm-process-track { grid-template-columns: 1fr; gap: 32px; }   .hm-process-line { display: none; }
  .hm-process-svg { display: none; }
  .hm-process-svg-mobile { display: block; }    .hm-cycle-diagram { max-width: 320px; margin-top: 20px; }   .hm-cycle-node { width: 100px; padding: 12px; }   .hm-cycle-node-desc { font-size: 0.75rem; }   .hm-cycle-paths { opacity: 0.5; }   .hm-proof-item:not(:last-child)::after { display: none; } }  @media (max-width: 480px) {   .hm-cycle-diagram { max-width: 340px; }
  .hm-cycle-ring { inset: 0; width: 100%; height: 100%; }   .hm-cycle-node { width: 88px; padding: 10px 6px; }   .hm-cycle-node-title { font-size: 0.95rem; }   .hm-cycle-node-desc { display: none; }   .hm-cycle-node-tag { font-size: 0.625rem; padding: 1px 6px; }   .hm-cycle-center-label { font-size: 1rem; }   .hm-cycle-center-sub { font-size: 0.625rem; }   .hm-cycle-center-mark { width: 60px; height: 60px; }   .hm-cycle-paths { display: none; }   .hm-proof-row { gap: 18px 28px; }   .hm-why-icon { width: 48px; height: 48px; }
}

/* ========================================================================
   핵심 모델 — 두 개의 문 (2026-08-05)
   ======================================================================== */
.hm-core { position: relative; overflow: hidden; background: var(--navy); color: var(--text-light);
  padding: clamp(96px, 12vw, 180px) 0 clamp(120px, 15vw, 220px); }
.hm-core-bg { position: absolute; inset: 0; background: url('assets/core-model-bg.jpg') center/cover no-repeat;
  opacity: .92; }
.hm-core-bg::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,27,42,0.72) 0%, rgba(13,27,42,0.28) 45%, rgba(13,27,42,0.55) 100%); }
.hm-core-inner { position: relative; z-index: 1; text-align: center; }
.hm-core-kicker { font-size: 0.75rem; letter-spacing: 0.24em; font-weight: 700; color: var(--gold); margin: 0 0 18px; }
.hm-core-title { font-size: clamp(2rem, 4.2vw, 3.5rem); font-weight: 800; letter-spacing: -0.02em;
  color: var(--ivory); margin: 0 0 clamp(48px, 7vw, 96px); word-break: keep-all; }

.hm-core-map { position: relative; min-height: clamp(280px, 34vw, 460px); }
.hm-core-door, .hm-core-base { position: absolute; display: flex; flex-direction: column; gap: 10px;
  transition: transform var(--ease-lux); }
.hm-core-door-l:hover { transform: translateX(-50%) translateY(-6px); }
.hm-core-door-r:hover { transform: translateX(50%) translateY(-6px); }
.hm-core-door-l { top: 0; left: 4%; text-align: left; align-items: flex-start; }
.hm-core-door-r { top: 0; right: 4%; text-align: right; align-items: flex-end; }

.hm-core-when { font-size: 0.75rem; letter-spacing: 0.12em; font-weight: 700; color: var(--gold);
  opacity: .9; word-break: keep-all; }
.hm-core-word { font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 800; color: var(--ivory);
  letter-spacing: -0.02em; word-break: keep-all; }
.hm-core-sub { font-size: 0.875rem; letter-spacing: 0.18em; font-weight: 700; color: var(--gold); }

@media (max-width: 900px) {
  .hm-core { padding: 72px 0 88px; }
  .hm-core-map { min-height: 0; display: flex; flex-direction: column; align-items: center; gap: 44px; }
  .hm-core-door, .hm-core-base { position: static; transform: none; align-items: center; text-align: center; }
  .hm-core-base:hover, .hm-core-door:hover { transform: translateY(-4px); }
  .hm-core-bg { background-position: 50% 60%; }
}

.hm-core-flow-mo { display: none; }
.hm-core-flow { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.hm-core-flow path { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.cf-rail { stroke: rgba(201,168,76,0.22); stroke-width: 1; }
.cf-run { stroke: var(--gold); stroke-width: 1.6; stroke-dasharray: 26 210; stroke-dashoffset: 236;
  animation: cf-flow 5.2s cubic-bezier(.55,0,.45,1) infinite; filter: drop-shadow(0 0 6px rgba(201,168,76,.55)); }
.cf-run-b { animation-delay: .5s; }
@keyframes cf-flow { to { stroke-dashoffset: -26; } }
@media (prefers-reduced-motion: reduce) { .cf-run { animation: none; stroke-dashoffset: 0; stroke-dasharray: none; opacity: .5; } }

.hm-core-door { z-index: 1; }
.hm-core-door-l { top: 0; left: 16%; transform: translateX(-50%); }
.hm-core-door-r { top: 0; right: 16%; transform: translateX(50%); }
.hm-core-floor { position: absolute; left: 50%; bottom: -6%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 1;
  width: min(680px, 84%); padding: 22px 32px; text-align: center;
  border-top: 1px solid rgba(201,168,76,0.55);
  background: linear-gradient(180deg, rgba(201,168,76,0.10), rgba(13,27,42,0));
  transition: border-color var(--ease), background var(--ease); }
.hm-core-floor:hover { border-color: var(--gold); background: linear-gradient(180deg, rgba(201,168,76,0.18), rgba(13,27,42,0)); }
.hm-core-floor-word { font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 700; color: var(--ivory);
  letter-spacing: -0.01em; word-break: keep-all; }

@media (max-width: 900px) {
  .hm-core-flow-pc { display: none; }
  .hm-core-flow-mo { display: block; }
  .hm-core-map { min-height: clamp(430px, 115vw, 560px); }
  .hm-core-door { max-width: 44%; }
  .hm-core-door-l { top: 0; left: 24%; transform: translateX(-50%); }
  .hm-core-door-r { top: 0; right: 24%; transform: translateX(50%); }
  .hm-core-meta { display: none; }
  .hm-core-word { font-size: 1.0625rem; }
  .hm-core-line { font-size: 0.8125rem; }
  .hm-core-floor { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
    width: 100%; padding: 16px 14px; }
  .hm-core-floor .hm-core-meta { display: block; font-size: 0.75rem; }
}

.hm-core-door { max-width: min(440px, 46vw); }
.hm-core-door-l { text-align: center; align-items: center; }
.hm-core-door-r { text-align: center; align-items: center; }
.hm-core-line { font-size: 0.9375rem; line-height: 1.65; color: var(--text-light-dim);
  margin-top: 4px; word-break: keep-all; }
.hm-core-meta { font-size: 0.8125rem; line-height: 1.6; color: rgba(247,246,241,0.5);
  word-break: keep-all; }
@media (max-width: 900px) {
  .hm-core-door-l:hover { transform: translateX(-50%) translateY(-4px); }
  .hm-core-door-r:hover { transform: translateX(50%) translateY(-4px); }
}

@media (max-width: 900px) {
  .hm-core-map { position: relative; min-height: 0; display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 0 4px; }
  .hm-core-door, .hm-core-floor { position: static; transform: none; width: 100%; max-width: 420px; }
  .hm-core-door { top: auto; }
  .hm-core-door-l { left: auto; right: auto; transform: none; text-align: center; align-items: center; }
  .hm-core-door-r { right: auto; left: auto; transform: none; text-align: center; align-items: center; }
  .hm-core-door-l:hover, .hm-core-door-r:hover { transform: translateY(-4px); }
  .hm-core-floor { left: auto; right: auto; bottom: auto; width: 100%; max-width: 420px; transform: none;
    padding: 20px 18px; }
  .hm-core-floor:hover { transform: none; }
  .hm-core-flow-pc, .hm-core-flow-mo { display: none; }
}