:root {
  --color-bg: #fbfbfa;
  --color-bg-alt: #f4f4f3;
  --color-text: #1c1917;
  --color-text-muted: #6b6560;
  --color-primary: #ea580c;
  --color-primary-dark: #c2410c;
  --color-primary-light: #fff0e6;
  --color-border: #e7e2dd;
  --color-white: #ffffff;
  --font-base: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.08);
  --container-width: 1100px;
  --header-height: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-base);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 24px; }
.label { display: block; font-size: 12px; font-weight: 700; color: var(--color-primary); letter-spacing: 0.12em; margin-bottom: 8px; text-transform: uppercase; }
.section { padding: 72px 0; }
.section-alt { background: var(--color-bg-alt); }
.section-title { font-size: 28px; font-weight: 900; margin: 0 0 12px; }
.section-desc { color: var(--color-text-muted); margin: 0 0 32px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius-md); font-weight: 700; font-size: 15px; transition: transform .15s ease, box-shadow .15s ease; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--color-primary-dark); transform: translateY(-1px); }
.btn-outline { border: 1px solid var(--color-primary); color: var(--color-primary); }
.btn-outline-light { border: 1px solid rgba(255,255,255,0.4); color: #fff; }

/* ===== Top utility bar ===== */
.topbar { background: var(--color-text); color: rgba(255,255,255,0.75); font-size: 12px; }
.topbar-inner { max-width: var(--container-width); margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 14px; }
.topbar a:hover { color: #fff; }

@media (max-width: 640px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-left { display: none; }
}

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,251,250,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--color-border); height: var(--header-height); }
.header-inner { max-width: var(--container-width); margin: 0 auto; height: 100%; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.logo-mark {
  height: 46px;
  width: 46px;
  flex-shrink: 0;
  object-fit: contain;
}
.logo-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.logo-text {
  font-family: var(--font-base);
  font-weight: 850;
  font-size: 21px;
  color: var(--color-text);
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.1;
}
.logo-text-sub {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-muted);
}
.logo-tagline {
  font-family: var(--font-base);
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.header-phone { display: none; font-weight: 700; color: var(--color-primary); white-space: nowrap; }
.nav-toggle { display: flex; flex-direction: column; gap: 4px; width: 28px; }
.nav-toggle span { display: block; height: 2px; background: var(--color-text); border-radius: 2px; }
.site-nav { position: fixed; top: var(--header-height); left: 0; right: 0; background: var(--color-white); border-bottom: 1px solid var(--color-border); display: flex; flex-direction: column; padding: 8px 24px 16px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .15s ease, transform .15s ease; }
.site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.site-nav a { padding: 12px 0; border-bottom: 1px solid var(--color-border); font-weight: 500; }
.site-nav a:last-child { border-bottom: 0; }

@media (min-width: 900px) {
  .header-phone { display: inline-flex; }
  .nav-toggle { display: none; }
  .site-nav { position: static; transform: none; opacity: 1; pointer-events: auto; flex-direction: row; padding: 0; border: 0; gap: clamp(10px, 3vw, 28px); background: none; }
  .site-nav a { padding: 0; border: 0; font-size: clamp(12.5px, 1.5vw, 14px); white-space: nowrap; }
}

/* ===== Hero ===== */
.hero { display: flex; flex-direction: column; padding: 56px 24px 0; max-width: var(--container-width); margin: 0 auto; gap: 32px; }
.hero-inner { max-width: 620px; }
.badge { display: inline-block; background: var(--color-primary-light); color: var(--color-primary-dark); font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(26px, 8vw, 38px); font-weight: 900; line-height: 1.3; margin: 0 0 16px; word-break: keep-all; }
.hero .accent { color: var(--color-primary); }
.hero-desc { color: var(--color-text-muted); font-size: 16px; margin: 0 0 28px; }
.hero-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.hero-media img { width: 100%; height: 320px; object-fit: cover; }

@media (min-width: 900px) {
  .hero { flex-direction: row; align-items: center; padding-top: 72px; }
  .hero-inner { flex: 1.2; }
  .hero-media { flex: 1; }
  .hero-media img { height: 420px; }
  .hero h1 { font-size: 48px; }
}

/* ===== Hero stats band ===== */
.hero-stats { background: var(--color-bg-alt); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); margin-top: 56px; }
.hero-stats-inner { max-width: var(--container-width); margin: 0 auto; padding: 28px 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.hs-v { font-size: 18px; font-weight: 900; color: var(--color-text); }
.hs-l { font-size: 12px; color: var(--color-text-muted); margin-top: 4px; }

@media (min-width: 900px) {
  .hero-stats-inner { grid-template-columns: repeat(4, 1fr); }
}

/* ===== Marquee ===== */
.marquee { background: var(--color-text); overflow: hidden; }
.marquee-track { display: flex; gap: 36px; padding: 12px 0; white-space: nowrap; width: max-content; animation: marquee 30s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 14px; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 700; }
.marquee-star { font-size: 8px; color: var(--color-primary); }
@keyframes marquee {
  to { transform: translateX(-33.333%); }
}

/* ===== About ===== */
.about-headline { font-size: 32px; font-weight: 900; line-height: 1.35; margin: 0 0 16px; color: var(--color-text); }
.about-lead { font-size: 18px; font-weight: 500; color: var(--color-primary-dark); margin: 0 0 32px; }
.about-lead strong { font-weight: 900; color: var(--color-primary); }
.about-body p { color: var(--color-text-muted); font-size: 15px; line-height: 1.8; margin: 0 0 18px; }
.about-body p:last-child { margin-bottom: 0; }

.about-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: center;
}

.about-content {
  max-width: 100%;
}

.about-media {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-image-wrapper:hover .about-image {
  transform: scale(1.03);
}

.about-badge-floating {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.about-badge-floating .badge-num {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.about-badge-floating .badge-txt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.about-pillars {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 48px;
  border-top: 1px solid var(--color-border);
  padding-top: 40px;
}

.pillar-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
}

.pillar-icon {
  font-size: 24px;
  margin-bottom: 14px;
  width: 44px;
  height: 44px;
  background: var(--color-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-primary);
}

.pillar-card h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text);
}

.pillar-card p {
  margin: 0;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

@media (min-width: 900px) {
  .about-headline { font-size: 38px; }
  .about-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
  }
  .about-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Services ===== */
.service-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.service-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 28px; }
.service-icon { font-size: 28px; margin-bottom: 12px; }
.service-card h3 { margin: 0 0 8px; font-size: 18px; }
.service-card p { margin: 0; color: var(--color-text-muted); font-size: 14px; }

/* ===== Service area ===== */
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--color-white); border: 1px solid var(--color-border); padding: 8px 16px; border-radius: 999px; font-size: 14px; }

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-bottom: 24px; }
.gallery-item { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4 / 3; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.gallery-item:hover img { transform: scale(1.05); }

.lightbox { position: fixed; inset: 0; background: rgba(15,23,42,0.92); display: none; align-items: center; justify-content: center; z-index: 300; padding: 32px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: var(--radius-sm); }
.lightbox-close { position: absolute; top: 24px; right: 24px; color: #fff; font-size: 24px; }

/* ===== Why us ===== */
.why-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.why-card { background: var(--color-white); border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); }
.why-card h3 { margin: 0 0 8px; font-size: 16px; color: var(--color-primary-dark); }
.why-card p { margin: 0; font-size: 14px; color: var(--color-text-muted); }

/* ===== FAQ ===== */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 18px 20px; }
.faq-item summary { font-weight: 700; cursor: pointer; }
.faq-item p { margin: 12px 0 0; color: var(--color-text-muted); font-size: 14px; }

/* ===== Footer ===== */
.site-footer { background: var(--color-text); color: #fff; padding: 56px 0 32px; }
.footer-cta { text-align: center; margin-bottom: 40px; }
.footer-cta h2 { font-size: 24px; margin: 0 0 20px; }
.footer-cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.footer-info { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.65); }
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  width: 100%;
}
.footer-logo-mark {
  height: 46px;
  width: 46px;
  flex-shrink: 0;
  object-fit: contain;
}
.footer-logo-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.footer-logo-text {
  font-family: var(--font-base);
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.1;
}
.footer-logo-text span {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-left: 2px;
}
.footer-logo-tagline {
  font-family: var(--font-base);
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.footer-info p { margin: 4px 0; }
.footer-copyright { margin-top: 12px !important; }

/* ===== Process Section ===== */
.process {
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  border-bottom: 1px solid var(--color-border);
}

.process-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 28px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-sm);
}

.process-intro-text h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text);
}

.process-intro-text p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.process-intro-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-intro-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(234, 88, 12, 0.12);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.process-intro-tags .tag:hover {
  transform: translateY(-2px);
  background: var(--color-primary);
  color: var(--color-white);
}

.process-steps {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.process-step {
  display: flex;
  gap: 16px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary);
  box-shadow: var(--shadow-md);
}

.step-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
  opacity: 0.85;
}

.step-content {
  flex: 1;
}

.step-content h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.step-time {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.step-content p {
  margin: 0;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process-intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
  }
  .process-intro-text {
    flex: 1;
  }
  .process-intro-tags {
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 450px;
    justify-content: flex-end;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Work Actions & Emergency Banner ===== */
.work-actions {
  padding: 56px 0;
  background: var(--color-bg);
}

.actions-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}

.action-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
}

.action-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.action-card:hover .action-img {
  transform: scale(1.05);
}

.action-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: var(--color-white);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.emergency-banner {
  background: linear-gradient(135deg, #1c1917 0%, #44403c 100%);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-content {
  flex: 1;
}

.banner-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #fef08a;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.banner-title {
  margin: 0 0 8px;
  font-size: 23px;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.banner-desc {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f59e0b;
  color: #0f172a;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  align-self: flex-start;
  text-decoration: none;
  animation: pulseButton 2s infinite;
}

@keyframes pulseButton {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

.banner-btn:hover {
  background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.4);
}

.banner-btn:active {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .emergency-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }
  .banner-btn {
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .actions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ===== Equipment Section ===== */
.equipment-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.equipment-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary-light);
}

.eq-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.eq-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.equipment-card:hover .eq-img {
  transform: scale(1.04);
}

.eq-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: var(--color-white);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 10px;
  padding: 5px 9px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.eq-info {
  padding: 20px 24px 24px;
}

.eq-info h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--color-text);
}

.eq-info p {
  margin: 0;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

@media (min-width: 640px) {
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .equipment-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Side widget ===== */
.side-widget { position: fixed; right: 20px; bottom: 30px; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; z-index: 200; }
.widget-btn { display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px 0 12px; border-radius: 999px; font-weight: 700; font-size: 13px; white-space: nowrap; box-shadow: var(--shadow-md); }
.widget-icon { font-size: 18px; line-height: 1; }
.widget-btn--call { background: var(--color-primary); color: #fff; }
.widget-btn--mail { background: var(--color-text); color: #fff; }

@media (max-width: 480px) {
  .side-widget { bottom: 20px; right: 12px; gap: 8px; }
  .widget-btn { height: 40px; font-size: 12px; padding: 0 14px 0 10px; }
  .widget-icon { font-size: 16px; }
}

/* ===== Location Share Guide ===== */
.location-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-bottom: 32px; }
.location-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 24px 20px; display: flex; flex-direction: column; }

@media (min-width: 1024px) {
  .location-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
}
.location-icon { font-size: 28px; margin-bottom: 12px; }
.location-card h3 { margin: 0 0 8px; font-size: 18px; }
.location-card p { margin: 0 0 16px; color: var(--color-text-muted); font-size: 14px; flex: 1; }
.location-detail-btn { align-self: flex-start; background: var(--color-primary-light); color: var(--color-primary-dark); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 999px; }
.location-detail-btn:hover { background: var(--color-primary); color: #fff; }

.location-note { background: var(--color-primary-light); border-radius: var(--radius-md); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.location-note p { margin: 0; font-weight: 700; color: var(--color-primary-dark); }
.location-note-actions { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 640px) {
  .location-note { flex-direction: column; align-items: flex-start; }
}

/* ===== Location Share Guide: modal popups ===== */
.location-modal { position: fixed; inset: 0; background: rgba(15,23,42,0.55); display: none; align-items: center; justify-content: center; z-index: 300; padding: 24px; }
.location-modal.is-open { display: flex; }
.location-modal-panel { background: var(--color-white); border-radius: var(--radius-lg); padding: 32px; max-width: 440px; width: 100%; max-height: 85vh; overflow-y: auto; position: relative; box-shadow: var(--shadow-sm); }
.location-modal-close { position: absolute; top: 16px; right: 16px; font-size: 20px; color: var(--color-text-muted); }
.location-modal-icon { font-size: 32px; margin-bottom: 8px; }
.location-modal-panel h3 { margin: 0 0 16px; font-size: 20px; }
.location-modal-method { font-weight: 700; color: var(--color-primary-dark); margin: 16px 0 8px; font-size: 14px; }
.location-modal-steps { margin: 0 0 8px; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--color-text); }
.location-modal-link { display: inline-block; margin-top: 12px; margin-right: 12px; font-weight: 700; color: var(--color-primary); border-bottom: 1px solid var(--color-primary); }
.location-modal-link:hover { color: var(--color-primary-dark); border-color: var(--color-primary-dark); }
