/* ============================================================
   Design Tokens
   ============================================================ */
:root {
  --bg: #faf8f5;
  --surface: #ffffff;
  --surface-2: #f7f5f0;
  --ink: #2d2520;
  --ink-soft: #6b5e55;
  --line: #e8e0d8;
  --brand: #5b7e6c;
  --brand-deep: #3d5a4a;
  --accent: #c4935a;
  --accent-light: rgba(196, 147, 90, 0.10);
  --brand-light: rgba(91, 126, 108, 0.08);
  --warm: #f0e8df;
  --warm-deep: #e8ddd2;
  --shadow: 0 20px 50px -30px rgba(45, 37, 32, 0.18);
  --shadow-sm: 0 6px 20px -10px rgba(45, 37, 32, 0.12);
  --radius: 16px;
  --radius-lg: 22px;
}

/* ============================================================
   Reset & Base
   ============================================================ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Pretendard", sans-serif;
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}

h1,
.section-title,
.logo-text,
.trust-card h3,
.service-card h3,
.timeline h3,
.faq-item span:first-child {
  text-wrap: balance;
}

.notice-item,
.hero-text,
.fact-row span,
.hero-panel dd,
.badge-item,
.trust-card p,
.quote-card p,
.service-card li,
.timeline p,
.faq-answer,
.location-block p,
.location-note,
.image-caption,
.footer-meta p,
.panel-note {
  text-wrap: pretty;
}

.keep {
  white-space: nowrap;
}

/* ============================================================
   Notice Bar
   ============================================================ */
.notice-bar {
  background: linear-gradient(90deg, var(--brand-deep), #4a6b58);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.82rem;
  padding: 0.52rem 0;
  text-align: center;
  letter-spacing: 0.01em;
}

.notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.notice-item {
  white-space: nowrap;
}

.notice-dot {
  color: rgba(255, 255, 255, 0.46);
  font-weight: 700;
}

.notice-badge {
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.12rem 0.52rem;
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.notice-bar strong {
  color: #fff;
}

/* ============================================================
   Ambient / Layout
   ============================================================ */
.ambient {
  position: fixed;
  inset: -20vh -10vw auto;
  height: 56vh;
  background:
    radial-gradient(circle at 20% 34%, rgba(196, 147, 90, 0.12), transparent 45%),
    radial-gradient(circle at 72% 18%, rgba(91, 126, 108, 0.08), transparent 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.6), rgba(250, 248, 245, 0.4));
  z-index: -1;
  pointer-events: none;
}

.wrap {
  width: min(1160px, calc(100% - 2.4rem));
  margin: 0 auto;
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.site-header.is-solid {
  background: rgba(250, 248, 245, 0.94);
  border-color: var(--line);
}

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
  min-width: 0;
}

.logo-mark {
  width: auto;
  height: 28px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 14px rgba(61, 90, 74, 0.10));
}

.logo-text {
  font-family: "Maru Buri", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.14rem;
  line-height: 1;
  white-space: nowrap;
}

.menu {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s;
}

.menu a:hover {
  color: var(--brand);
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-call {
  color: #fff;
  background: var(--brand);
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  padding: 0.72rem 1.2rem;
  box-shadow: 0 16px 30px -24px rgba(31, 79, 55, 0.85);
}

.btn-ghost {
  color: var(--brand-deep);
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.64);
  padding: 0.7rem 1.1rem;
}

.btn.block {
  width: 100%;
}

/* 센터장 사진 플레이스홀더 */
.photo-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(91, 126, 108, 0.4);
  font-size: 0.78rem;
  font-weight: 600;
  pointer-events: none;
}

/* Visual Panel with Photo */
.visual-panel.has-photo {
  background: linear-gradient(145deg, #f0e8df, #e5dbd0);
  overflow: hidden;
}

.visual-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  z-index: 0;
}

.visual-panel.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 79, 55, 0.18), rgba(31, 79, 55, 0.03) 45%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.visual-panel.has-photo .visual-lines {
  display: none;
}

/* ============================================================
   Sections
   ============================================================ */
.section {
  padding: 3.6rem 0;
}

.section-eyebrow {
  margin: 0 0 0.4rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 700;
}

h1,
.section-title {
  font-family: "Maru Buri", serif;
  letter-spacing: -0.02em;
}

h1 {
  margin: 0.45rem 0 0.85rem;
  line-height: 1.28;
  font-size: clamp(1.7rem, 4vw, 2.72rem);
}

.section-title {
  margin: 0 0 1.2rem;
  font-size: clamp(1.3rem, 2.7vw, 2rem);
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding-top: 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.1rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 242, 0.92));
}

.hero-copy {
  padding: 2rem;
}

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

.hero-text {
  margin: 0;
  color: var(--ink-soft);
  max-width: 40ch;
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.3rem;
  flex-wrap: wrap;
}

.fact-row {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.fact-row li {
  border: 1px dashed #c4d0c6;
  border-radius: 14px;
  padding: 0.76rem 0.7rem;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.fact-row strong {
  display: block;
  font-family: "Maru Buri", serif;
  font-size: 1.12rem;
  color: var(--brand-deep);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.fact-row span {
  font-size: 0.79rem;
  color: var(--ink-soft);
}

/* Hero Panel */
.hero-panel {
  padding: 1.5rem;
  background:
    radial-gradient(circle at 86% 18%, rgba(91, 126, 108, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 242, 0.9));
  display: flex;
  flex-direction: column;
}

.cert-badge-wrap {
  margin-bottom: 0.9rem;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.32rem 0.76rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.hero-panel h2 {
  margin: 0 0 0.8rem;
  font-size: 1.08rem;
  font-family: "Maru Buri", serif;
}

.hero-panel dl {
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.hero-panel dt {
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-panel dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.panel-phone {
  color: var(--brand-deep);
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
}

.panel-note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--brand-deep);
  font-weight: 600;
}

.dd-note {
  font-size: 0.76rem;
  color: var(--ink-soft);
  font-weight: 400;
}

/* ============================================================
   Hero Image Banner
   ============================================================ */
.hero-image-banner {
  padding: 0.8rem 0;
  overflow: hidden;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* ============================================================
   Service Image Banner
   ============================================================ */
.service-image-banner {
  padding: 1rem 0;
  overflow: hidden;
}

.service-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-caption {
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ============================================================
   Badge Strip
   ============================================================ */
.badge-strip {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.9rem 0;
}

.badge-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink-soft);
  padding: 0.3rem 1.2rem;
  white-space: nowrap;
}

.badge-item svg {
  color: var(--brand);
  flex-shrink: 0;
}

.badge-sep {
  width: 1px;
  height: 1.1rem;
  background: var(--line);
}

/* ============================================================
   Trust Section
   ============================================================ */
.trust {
  background: var(--warm);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  background: linear-gradient(170deg, #ffffff, #faf7f3);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -12px rgba(45, 37, 32, 0.18);
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand);
  margin-bottom: 0.8rem;
}

.card-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.trust-card h3 {
  margin: 0.28rem 0 0.4rem;
  font-size: 1rem;
}

.trust-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================================
   Benefit Section
   ============================================================ */
.benefit-section {
  background: linear-gradient(160deg, #f5f0ea, #faf8f4);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.benefit-em {
  color: var(--brand);
  font-style: normal;
  font-size: 1.15em;
}

.benefit-intro {
  color: var(--ink-soft);
  margin: 0 auto 2rem;
  max-width: 52ch;
  font-size: 1rem;
}

/* Benefit Bar */
.benefit-bar-wrap {
  max-width: 660px;
  margin: 0 auto 2rem;
}

.benefit-bar-label-row {
  font-size: 0.82rem;
  color: var(--ink-soft);
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: left;
}

.benefit-bar {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  height: 52px;
  box-shadow: 0 4px 16px -8px rgba(31, 79, 55, 0.3);
}

.benefit-bar-gov {
  background: linear-gradient(90deg, var(--brand), #6d9a7e);
  width: 85%;
  display: flex;
  align-items: center;
  padding-left: 1.2rem;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-bar-gov span {
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}

.benefit-bar-user {
  background: var(--line);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-bar-user span {
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

/* Benefit Tiers */
.benefit-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  max-width: 660px;
  margin: 0 auto 2rem;
}

.benefit-tier {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1rem;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.benefit-tier.tier-mid {
  border-color: rgba(44, 106, 74, 0.3);
  background: linear-gradient(180deg, #fff, #f2f8f4);
}

.benefit-tier.tier-best {
  border-color: var(--brand);
  background: linear-gradient(180deg, #f0f8f4, #e5f2eb);
}

.tier-pct {
  margin: 0 0 0.25rem;
  font-family: "Maru Buri", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--brand-deep);
  letter-spacing: -0.03em;
}

.tier-label {
  margin: 0 0 0.2rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
}

.tier-desc {
  margin: 0;
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.benefit-cta {
  max-width: 560px;
  margin: 0 auto;
}

.benefit-cta p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}

/* ============================================================
   About / Director
   ============================================================ */
.about-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.quote-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  background: linear-gradient(180deg, #fff, #faf8f4);
  box-shadow: var(--shadow);
}

.quote-card blockquote {
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border-left: 4px solid var(--accent);
  background: var(--accent-light);
  border-radius: 8px;
  font-family: "Maru Buri", serif;
  font-size: 1.06rem;
  line-height: 1.6;
}

.quote-card p {
  margin: 0 0 0.7rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.sign {
  margin-top: 0.9rem !important;
  color: var(--brand-deep) !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
}

/* Visual Panel */
.visual-panel {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7), transparent 35%),
    linear-gradient(145deg, #e8dfd4, #f7f3ed 55%, #e5dbd0);
  box-shadow: var(--shadow);
}

.visual-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border: 1px solid rgba(31, 79, 55, 0.25);
  border-radius: 999px;
  padding: 0.25rem 0.72rem;
  font-size: 0.78rem;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  z-index: 2;
}

.visual-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  background: linear-gradient(to top, rgba(31, 79, 55, 0.85), transparent);
  z-index: 2;
}

.vs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.vs-num {
  font-family: "Maru Buri", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.vs-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.visual-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(91, 126, 108, 0.10) 1px, transparent 1px),
    linear-gradient(20deg, rgba(196, 147, 90, 0.12) 1px, transparent 1px);
  background-size: 44px 44px, 58px 58px;
  mask-image: radial-gradient(circle at 60% 46%, black 30%, transparent 72%);
}

/* ============================================================
   Services
   ============================================================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  background: linear-gradient(180deg, #fff, #faf7f3);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -12px rgba(45, 37, 32, 0.18);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.service-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
}

.service-card ul {
  flex: 1;
  margin: 0 0 0.9rem;
  padding-left: 1.05rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.75;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--brand-light);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
}

.service-badge svg {
  color: var(--brand);
}

.service-badge--free {
  background: var(--accent-light);
  color: #7a5a20;
}

.service-badge--free svg {
  color: var(--accent);
}

/* ============================================================
   Process / Timeline
   ============================================================ */
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.timeline li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  background: linear-gradient(180deg, #fff, #faf7f3);
  box-shadow: var(--shadow-sm);
}

.step-tag {
  display: inline-block;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.timeline h3 {
  margin: 0.36rem 0 0.4rem;
  font-size: 1rem;
}

.timeline p {
  margin: 0 0 0.4rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.step-note {
  font-size: 0.78rem !important;
  color: var(--brand-deep) !important;
  font-weight: 700 !important;
  background: var(--brand-light);
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  display: inline-block;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.faq-item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.15s;
}

.faq-item:hover {
  background: #faf8f5;
}

.faq-item:last-of-type {
  border-bottom: 1px solid var(--line);
}

.faq-mark {
  color: var(--brand);
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.faq-item[aria-expanded="true"] .faq-mark {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0.8rem 1.2rem 1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.7;
  border-bottom: 1px solid var(--line);
  background: #faf8f5;
}

.faq-item[aria-expanded="true"] + .faq-answer {
  display: block;
}

/* ============================================================
   Location / Map
   ============================================================ */
.location-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: start;
}

.map-container {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.location-block h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.location-block h3 svg {
  color: var(--brand);
}

.location-block p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--ink);
  line-height: 1.6;
}

.location-note {
  margin-top: 0.3rem !important;
  font-size: 0.82rem !important;
  color: var(--ink-soft) !important;
}

.transport-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.transport-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--ink);
}

.transport-icon {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 5px;
  line-height: 1.5;
}

.t-subway {
  background: #3949ab;
  color: #fff;
}

.t-bus {
  background: #2e7d32;
  color: #fff;
}

.t-car {
  background: #5d4037;
  color: #fff;
}

.location-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.map-ext-links {
  display: flex;
  gap: 0.5rem;
}

.map-ext-btn {
  flex: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-soft);
  background: var(--surface);
  transition: border-color 0.2s, color 0.2s;
}

.map-ext-btn:hover {
  border-color: var(--brand);
  color: var(--brand-deep);
}

/* ============================================================
   Floating Call Button (Mobile)
   ============================================================ */
.float-call {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 24px -8px rgba(31, 79, 55, 0.6);
  transition: transform 0.2s, box-shadow 0.2s;
}

.float-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(31, 79, 55, 0.7);
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 1.8rem;
  padding: 1.6rem 0 2.4rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  background: var(--surface);
}

.footer-top {
  margin-bottom: 0.8rem;
}

.footer-logo {
  margin: 0 0 0.2rem;
  font-family: "Maru Buri", serif;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--ink);
}

.footer-cert {
  margin: 0;
  font-size: 0.78rem;
  color: var(--brand-deep);
  font-weight: 600;
}

.footer-meta p {
  margin: 0.14rem 0;
}

.footer-meta a {
  color: var(--brand-deep);
  text-decoration: none;
  font-weight: 700;
}

.footer-hours {
  color: var(--ink-soft);
}

.footer-copy {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: #9aaba1;
}

/* ============================================================
   Reveal Animation
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Responsive — Tablet (≤1020px)
   ============================================================ */
@media (max-width: 1020px) {
  .menu {
    display: none;
  }

  .hero-grid,
  .about-split {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .map-container {
    aspect-ratio: 16/9;
  }

  .benefit-tiers {
    max-width: 100%;
  }

  .float-call {
    display: flex;
  }
}

/* ============================================================
   Responsive — Mobile (≤620px)
   ============================================================ */
@media (max-width: 620px) {
  .wrap {
    width: min(1160px, calc(100% - 1.3rem));
  }

  .section {
    padding: 2.4rem 0;
  }

  .hero-copy,
  .hero-panel,
  .trust-card,
  .quote-card,
  .service-card {
    border-radius: 16px;
    padding: 1.1rem;
  }

  .fact-row,
  .timeline,
  .trust-grid,
  .service-grid,
  .benefit-tiers {
    grid-template-columns: 1fr;
  }

  .badge-strip-inner {
    gap: 0.3rem;
    justify-content: flex-start;
  }

  .badge-sep {
    display: none;
  }

  .badge-item {
    padding: 0.28rem 0.6rem;
    font-size: 0.8rem;
  }

  .benefit-bar-gov span {
    font-size: 0.78rem;
  }

  .benefit-bar {
    height: 44px;
  }

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

  .logo {
    gap: 0.48rem;
  }

  .logo-mark {
    height: 24px;
    width: auto;
  }

  .logo-text {
    font-size: 1rem;
  }

  .btn-call {
    padding: 0.44rem 0.68rem;
    font-size: 0.82rem;
  }

  .visual-panel {
    min-height: 220px;
  }

  .hero-image-banner,
  .service-image-banner {
    padding: 0.5rem 0;
  }

  .hero-banner-img,
  .service-banner-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
  }

  .visual-panel.has-photo {
    min-height: 280px;
  }

  .visual-panel-img {
    padding: 0;
  }

  .visual-stats {
    padding: 0.8rem;
  }

  .vs-num {
    font-size: 1rem;
  }

  .vs-label {
    font-size: 0.62rem;
  }

  .notice-bar {
    font-size: 0.76rem;
  }

  .notice-inner {
    gap: 0.18rem 0.46rem;
  }

  .notice-dot {
    display: none;
  }

  .keep {
    white-space: normal;
  }

  .float-call span {
    display: none;
  }

  .float-call {
    padding: 0.8rem;
    border-radius: 50%;
  }
}
