body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

nav {
  top: 0; left: 20px; right: 20px; z-index: 400;
  border-radius: 0 0 20px 20px;
  overflow: visible;
  position: fixed;
}

.nav-top {
  display: flex; align-items: center;
  padding: 0 36px; height: 72px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.09);
  transition: border-radius 0.15s ease;
}

.mega-menu {
  position: absolute;
  top: 72px; left: 0; right: 0;
  background: rgba(248,248,246,0.98);
  backdrop-filter: blur(20px);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 48px 52px;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  z-index: 190;
  display: grid;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.st-text {
  font-size: clamp(24px, 3.6vw, 48px);
  font-weight: 500; line-height: 1.4;
  letter-spacing: -0.025em; color: #fff;
  max-width: 900px; margin-bottom: 44px;
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

@media (max-width: 900px) {
  nav { left: 12px; right: 12px; padding: 0; }
  .nav-top { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; width: 32px; height: 32px;
    cursor: pointer; background: none; border: none; padding: 0;
  }
  .hamburger span {
    display: block; height: 1.5px; background: #111;
    transition: all 0.3s ease;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-drawer {
    display: flex; flex-direction: column;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    z-index: 300; padding: 100px 32px 48px;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-drawer.open { opacity: 1; pointer-events: all; }
  .mobile-drawer a {
    font-size: 28px; font-weight: 600; color: #111;
    text-decoration: none; letter-spacing: -0.03em;
    padding: 16px 0; border-bottom: 0.5px solid #f0f0f0;
    transition: color 0.2s;
  }
  .mobile-drawer a:hover { color: #C75C0F; }
  .mobile-drawer .drawer-sub {
    font-size: 15px; font-weight: 400; color: #888;
    padding: 10px 0 10px 16px; border-bottom: 0.5px solid #f5f5f5;
  }
  .mobile-drawer .drawer-contact {
    margin-top: auto; font-size: 13px; color: #bbb; line-height: 1.8;
  }
  .hero { padding: 72px 24px 52px; }
  .statement { padding: 72px 24px; }
  .pillars { padding: 60px 12px; }
  .pillars-hd { padding: 0 12px 36px; flex-direction: column; gap: 8px; }
  .cards {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  .card {
    flex: none !important;
    height: 88px;
    transition: height 0.7s cubic-bezier(0.16,1,0.3,1) !important;
  }
  .card.open { height: 320px; }
  .card-name { white-space: normal !important; font-size: 18px !important; }
  .card-more {
    transition: max-height 0.7s cubic-bezier(0.16,1,0.3,1),
                opacity 0.5s ease 0.2s !important;
  }
  .card.open .card-more { max-height: 200px !important; opacity: 1 !important; }
  .card.open .card-num { opacity: 1 !important; transform: none !important; }
  .card.open .card-ko { margin-bottom: 14px !important; }
  
  .card-toggle-hint { display: none !important; }
  .contact { padding: 80px 24px; }
  .ct-actions { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; padding: 16px 24px; }
}

.page { display: none !important; }

.page.active { display: block !important; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: hidden;
}

.nav-top {
  display: flex; align-items: center;
  padding: 0 52px; height: 72px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 24px rgba(0,0,0,0.06);
  transition: none;
  max-width: 100%;
}

nav.menu-open .nav-top {
  border-radius: 0;
  box-shadow: none;
}

.logo {
  font-size: 20px; font-weight: 800;
  letter-spacing: -0.04em; color: #111;
  text-decoration: none; flex-shrink: 0;
}

.logo b { color: #F18B42; }

.nav-right {
  display: flex; align-items: center;
  gap: 4px; margin-left: auto;
}

.nav-links { display: flex; gap: 2px; list-style: none; }

.nav-item { position: relative; }

.nav-link {
  display: block; padding: 10px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 500; color: #444;
  text-decoration: none; white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}

.nav-link:hover { color: #111; background: rgba(0,0,0,0.05); }

.mega-menu {
  position: absolute;
  top: 72px; left: 0; right: 0;
  background: rgba(248,248,246,0.98);
  backdrop-filter: blur(20px);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 40px 52px;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  z-index: 190;
  display: grid;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.mega-menu.open {
  opacity: 1; visibility: visible; pointer-events: all;
}

.mega-title {
  font-size: 32px; font-weight: 700;
  letter-spacing: -0.03em; color: #111;
  margin-bottom: 12px; line-height: 1.1;
}

.mega-desc {
  font-size: 14px; font-weight: 300; line-height: 1.75;
  color: #888; max-width: 280px;
}

.mega-right {
  display: flex; flex-direction: column; justify-content: center;
  gap: 2px;
}

.mega-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #bbb;
  padding: 4px 0 8px;
}

.mega-menu a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.07);
  font-size: 15px; font-weight: 500; color: #444;
  text-decoration: none;
  transition: color 0.15s;
}

.mega-menu a:last-child { border-bottom: none; }

.mega-menu a:hover { color: #C75C0F; }

.mega-menu a::after { content: '→'; opacity: 0; transition: opacity 0.15s, transform 0.15s; transform: translateX(-4px); }

.mega-menu a:hover::after { opacity: 1; transform: translateX(0); }

.mega-divider { height: 0.5px; background: rgba(0,0,0,0.07); margin: 8px 0; border: none; }

.hero {
  min-height: 100svh;
  
  
  background: #fff;
  display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
  padding: 80px 52px 60px;
  position: relative;
}

.hero-tag {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: #C75C0F;
  margin-bottom: 28px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-tag.in { opacity: 1; transform: none; }

.hero-title {
  font-size: clamp(56px, 8.5vw, 120px);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -0.045em; color: #111;
  margin-bottom: 36px;
}

.hero-title .line { display: block; }

.hw {
  display: inline-block;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94),
              transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}

.hw.in { opacity: 1; transform: none; }

.hero-desc {
  font-size: 17px; font-weight: 400; line-height: 1.7;
  color: #1a1410; max-width: 400px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.7s ease 0.7s, transform 0.7s ease 0.7s;
}

.hero-desc.in { opacity: 1; transform: none; }

.scroll-arrow {
  position: absolute; top: auto !important;
  bottom: 20px !important;
  left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 2;
  opacity: 0; transition: opacity 0.7s ease 1.1s;
  cursor: pointer; text-decoration: none;
}

.scroll-arrow.in { opacity: 1; }

.scroll-arrow span {
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #1a1410; font-weight: 600;
}

.arrow-circle {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(26,20,16,.35);
  display: flex; align-items: center; justify-content: center;
  animation: bounce 2.4s ease-in-out infinite;
  background: transparent;
}

.arrow-circle svg { color: #1a1410; }

@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.statement {
  
  
  background: #111;
  padding: 100px 52px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  position: relative;
}

.st-text {
  font-size: clamp(24px, 3.6vw, 48px);
  font-weight: 500; line-height: 1.4;
  letter-spacing: -0.025em; color: #fff;
  max-width: 760px; margin-bottom: 44px;
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
}

.st-text .word {
  display: inline-block;
  filter: blur(6px); opacity: 0.15;
  transition: filter 0.5s cubic-bezier(0.25,0.46,0.45,0.94),
              opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
  white-space: nowrap;
}

.st-text .word.focused { filter: blur(0); opacity: 1; }

.st-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: #fff;
  background: rgba(255,255,255,0.1);
  border: 0.5px solid rgba(255,255,255,0.2);
  text-decoration: none; padding: 12px 24px; border-radius: 100px;
  transition: all 0.2s;
  opacity: 0; transform: translateY(8px);
}

.st-btn.in { opacity: 1; transform: none; }

.st-btn:hover { background: #F18B42; border-color: #F18B42; }

.pillars {
  background: #fff;
  padding: 80px 20px;
}

.pillars-hd {
  padding: 0 20px 48px;
  display: flex; justify-content: space-between; align-items: baseline;
}

.pillars-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; letter-spacing: -0.04em; color: #111; line-height: 1;
}

.pillars-note { font-size: 13px; color: #aaa; }

.cards {
  display: flex; gap: 20px; height: 500px;
  padding: 4px 4px 8px;
  position: relative;
}

.card {
  position: relative; overflow: hidden;
  border-radius: 20px;
  text-decoration: none; color: #111;
  flex: 1;
  transition: flex 1.6s cubic-bezier(0.16,1,0.3,1),
              z-index 0s;
  min-width: 0;
  z-index: 1;
  will-change: flex;
  box-shadow:
    6px 6px 16px rgba(0,0,0,0.13),
    -2px -2px 8px rgba(255,255,255,0.7);
}

.card::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 20px;
  box-shadow:
    12px 16px 36px rgba(0,0,0,0.2),
    -2px -2px 8px rgba(255,255,255,0.7);
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
  z-index: 0;
}

.card.active::after { opacity: 1; }

.card.active {
  z-index: 2;
}

.cards.hovered .card:not(.active) { flex: 0.42; transition: flex 1.6s cubic-bezier(0.16,1,0.3,1); will-change: flex; }

.card.active { flex: 2.6; }

.card-bg {
  position: absolute; inset: 0;
  transition: transform 1.8s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}

.card.active .card-bg { transform: none; }

.bg1 {
  
  
  background: #fff;
}

.bg2 {
  
  
  background: #fff;
}

.bg3 {
  
  
  background: #fff;
}

.glow1 { display:none; }

.glow2 { display:none; }

.glow3 { display:none; }

.card-overlay {
  position: absolute; inset: 0;
  
  background: linear-gradient(to top, rgba(0,0,0,0.06) 0%, transparent 60%);
}

.card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 24px;
}

.card-num {
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(0,0,0,0.3);
  margin-bottom: 10px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.7s ease 0.45s, transform 0.7s ease 0.45s;
}

.card.active .card-num { opacity: 1; transform: none; }

.card-name {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600; line-height: 1.2; letter-spacing: -0.02em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 4px; color: #111;
  transition: white-space 0.1s 0.3s;
}

.card:hover .card-name { white-space: normal; }

.card-ko { font-size: 11px; color: rgba(0,0,0,0.35); }

.card-toggle-hint { display: none; }

.card-more {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 1.1s cubic-bezier(0.16,1,0.3,1),
              opacity 0.7s ease 0.4s;
}

.card.active .card-more { max-height: 180px; opacity: 1; }

.card.active .card-ko { margin-bottom: 14px; }

.card-desc {
  font-size: 13px; font-weight: 300; line-height: 1.7;
  color: rgba(0,0,0,0.55); margin-bottom: 14px;
}

.card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }

.card-tag {
  font-size: 10px; color: rgba(0,0,0,0.4);
  border: 0.5px solid rgba(0,0,0,0.12);
  padding: 3px 8px; border-radius: 100px;
}

.card-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.06);
  border: 0.5px solid rgba(0,0,0,0.15);
  color: #111; font-size: 14px;
  transition: background 0.4s ease, color 0.4s ease;
}

.card.active .card-arrow { background: #F18B42; border-color: #F18B42; color: #fff; }

.ct-title-wrap {
  position: relative;
  display: block;
  padding-bottom: 0.15em;
}

.ct-title-bg {
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 700; letter-spacing: -0.045em;
  line-height: 1.1; color: #ddd;
  display: block; white-space: nowrap;
  visibility: visible;
}

.ct-title-fill {
  position: absolute; top: 0; left: 0;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 700; letter-spacing: -0.045em;
  line-height: 1.1; color: #111;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.6s cubic-bezier(0.16,1,0.3,1);
}

.ct-title-fill.filled { clip-path: inset(0 0% 0 0); }

.contact {
  
  background: #fff;
  padding: 120px 52px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}

.ct-kicker {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: #C75C0F; margin-bottom: 20px;
}

.ct-title-margin { margin-bottom: 24px; }

.ct-sub {
  font-size: 17px; font-weight: 300; line-height: 1.7;
  color: #888; max-width: 560px; margin-bottom: 48px;
  word-break: keep-all; hyphens: none;
}

.ct-actions { display: flex; gap: 12px; align-items: center; }

.ct-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 600; color: #fff;
  background: #111; text-decoration: none;
  padding: 16px 32px; border-radius: 100px;
  transition: background 0.2s, transform 0.2s;
}

.ct-primary:hover { background: #F18B42; transform: scale(1.02); }

.footer-top {
  
  background: #F7F7F5;
  padding: 52px 52px 40px;
  display: flex; gap: 64px; flex-wrap: wrap;
  border-top: 0.5px solid #e8e8e8;
  align-items: flex-start;
}

.footer-logo-wrap { margin-right: auto; }

.ft-logo { font-size: 17px; font-weight: 700; letter-spacing: -0.03em; color: #111; margin-bottom: 6px; }

.ft-logo b { color: #F18B42; }

.ft-tagline { font-size: 12px; font-weight: 300; color: #bbb; }

.ft-col-t { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #111; margin-bottom: 16px; }

.ft-links { display: flex; flex-direction: column; gap: 10px; }

.ft-link { font-size: 13px; font-weight: 300; color: #888; text-decoration: none; transition: color 0.2s; }

.ft-link:hover { color: #C75C0F; }

.footer-bottom {
  background: #F7F7F5;
  padding: 20px 52px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 0.5px solid #e0e0e0;
}

.fb-copy { font-size: 12px; color: #bbb; }

.fb-badge {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #999; background: #eee; padding: 5px 14px; border-radius: 100px;
}

.rr {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94),
              transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}

.rr.d1 { transition-delay: 0.1s; }

.rr.d2 { transition-delay: 0.2s; }

.rr.on { opacity: 1; transform: none; }

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

@media (max-width: 480px) {
  .hero-title { font-size: 42px; }
  .ct-title-bg, .ct-title-fill { white-space: normal; }
}

@media (max-width: 900px) {
  nav { left: 0; right: 0; }
  .nav-top { padding: 0 24px; }
  .nav-links { display: none; }
  .hamburger {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; width: 32px; height: 32px;
    cursor: pointer; background: none; border: none; padding: 0;
  }
  .hamburger span {
    display: block; height: 1.5px; background: #111;
    transition: all 0.3s ease;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-drawer {
    display: flex; flex-direction: column;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    z-index: 300; padding: 100px 32px 48px;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-drawer.open { opacity: 1; pointer-events: all; }
  .mobile-drawer a {
    font-size: 28px; font-weight: 600; color: #111;
    text-decoration: none; letter-spacing: -0.03em;
    padding: 16px 0; border-bottom: 0.5px solid #f0f0f0;
    transition: color 0.2s;
  }
  .mobile-drawer a:hover { color: #C75C0F; }
  .mobile-drawer .drawer-sub {
    font-size: 15px; font-weight: 400; color: #888;
    padding: 10px 0 10px 16px; border-bottom: 0.5px solid #f5f5f5;
  }
  .mobile-drawer .drawer-contact {
    margin-top: auto; font-size: 13px; color: #bbb; line-height: 1.8;
  }
  .hero { padding: 72px 24px 52px; }
  .statement { padding: 72px 24px; }
  .pillars { padding: 60px 12px; }
  .pillars-hd { padding: 0 12px 36px; flex-direction: column; gap: 8px; }
  .cards {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  .card {
    flex: none !important;
    height: 88px;
    transition: height 0.7s cubic-bezier(0.16,1,0.3,1) !important;
  }
  .card.open { height: 320px; }
  .card-name { white-space: normal !important; font-size: 18px !important; }
  .card-more {
    transition: max-height 0.7s cubic-bezier(0.16,1,0.3,1),
                opacity 0.5s ease 0.2s !important;
  }
  .card.open .card-more { max-height: 200px !important; opacity: 1 !important; }
  .card.open .card-num { opacity: 1 !important; transform: none !important; }
  .card.open .card-ko { margin-bottom: 14px !important; }
  
  .card-toggle-hint { display: none !important; }
  .contact { padding: 80px 24px; }
  .ct-actions { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; padding: 16px 24px; }
}

.page { display: none; margin: 0; padding: 0; }

.page.active { display: block; margin: 0; padding: 0; }

.page-hero { min-height: 60vh; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 120px; padding-bottom: 72px; padding-left: 52px; padding-right: 52px; margin-top: 72px; background: #F7F7F5; border-bottom: 0.5px solid #e8e8e8; }

.page-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: #C75C0F; margin-bottom: 20px; }

.page-title { font-size: clamp(48px,7vw,100px); font-weight: 700; letter-spacing: -0.045em; line-height: 0.95; color: #111; margin-bottom: 28px; }

.page-lead { font-size: 18px; font-weight: 300; line-height: 1.75; color: #666; max-width: 560px; }

.s { padding: 100px 52px; }

.sf { padding: 100px 0; }

.sf > .s { padding-left: 52px; padding-right: 52px; }

.sl { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #C75C0F; margin-bottom: 16px; }

.sh { font-size: clamp(32px,4vw,52px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; color: #111; margin-bottom: 48px; }

.bg-f { background: #F7F7F5; }

.ph { background: #E8E8E8; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #999; font-size: 13px; font-weight: 500; text-align: center; padding: 24px; border: 1.5px dashed #ccc; line-height: 1.6; }

.ph-text { background: #F0F0EE; border-radius: 8px; padding: 18px 22px; font-size: 14px; font-weight: 300; color: #aaa; border: 1.5px dashed #ddd; line-height: 1.7; font-style: italic; }

.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #e8e8e8; margin-top: 48px; }

.metric { background: #fff; padding: 32px 28px; }

.mv { font-size: 44px; font-weight: 700; letter-spacing: -0.04em; color: #111; line-height: 1; }

.mv b { color: #C75C0F; }

.ml { font-size: 12px; color: #aaa; margin-top: 6px; }

.tl-item { display: grid; grid-template-columns: 80px 1fr; gap: 32px; padding: 22px 0; border-top: 0.5px solid #e0e0e0; }

.tl-item:last-child { border-bottom: 0.5px solid #e0e0e0; }

.tl-yr { font-size: 14px; font-weight: 300; color: #bbb; }

.tl-item.hl .tl-yr { color: #C75C0F; }

.tl-tx { font-size: 15px; font-weight: 300; color: #666; }

.tl-item.hl .tl-tx { color: #111; font-weight: 400; }

.tl-badge { display: inline-block; margin-left: 10px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #C75C0F; border: 0.5px solid rgba(200,96,42,0.4); padding: 2px 8px; border-radius: 100px; vertical-align: middle; }

.net-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: #e8e8e8; border-radius: 16px; overflow: hidden; }

.net-region { background: #fff; padding: 32px 24px; }

.net-name { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #C75C0F; margin-bottom: 12px; }

.net-countries { font-size: 13px; font-weight: 300; line-height: 2; color: #888; }

.award-item { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 0.5px solid #f0f0f0; font-size: 15px; font-weight: 300; color: #555; }

.award-yr { font-size: 13px; color: #bbb; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }

.team-dept { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C75C0F; margin-bottom: 5px; }

.team-name { font-size: 16px; font-weight: 600; color: #111; margin-bottom: 3px; }

.team-exp { font-size: 12px; font-weight: 300; color: #aaa; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #e8e8e8; border-radius: 16px; overflow: hidden; }

.process-step { background: #fff; padding: 36px 28px; }

.step-num { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: #C75C0F; margin-bottom: 14px; }

.step-title { font-size: 16px; font-weight: 600; color: #111; margin-bottom: 10px; }

.ing-table { width: 100%; border-collapse: collapse; }

.ing-table th { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #bbb; text-align: left; padding: 12px 0; border-bottom: 1px solid #e8e8e8; }

.ing-table td { font-size: 15px; font-weight: 300; color: #555; padding: 18px 0; border-bottom: 0.5px solid #f0f0f0; vertical-align: top; }

.ing-table td:first-child { font-weight: 500; color: #111; width: 180px; }

.ing-tag { display: inline-block; font-size: 10px; color: #C75C0F; border: 0.5px solid rgba(200,96,42,0.3); padding: 2px 8px; border-radius: 100px; margin-right: 4px; }

.principal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

.principal-card { background: #F7F7F5; border-radius: 14px; padding: 28px 24px; }

.principal-name { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 4px; }

.principal-origin { font-size: 12px; color: #C75C0F; margin-bottom: 8px; }

.brand-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }

.brand-card { border-radius: 20px; overflow: hidden; border: 0.5px solid #e8e8e8; display: grid; grid-template-columns: 240px 1fr; min-height: 280px; }

.brand-info { padding: 32px 28px; display: flex; flex-direction: column; justify-content: space-between; }

.brand-cat { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C75C0F; margin-bottom: 8px; }

.brand-name { font-size: 22px; font-weight: 700; letter-spacing: -0.025em; color: #111; margin-bottom: 10px; }

.brand-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }

.brand-tag { font-size: 11px; color: #666; border: 0.5px solid #ddd; padding: 3px 9px; border-radius: 100px; }

.brand-avail { font-size: 12px; color: #aaa; }

.brand-avail b { color: #C75C0F; }

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

.oem-card { background: #F7F7F5; border-radius: 14px; padding: 32px 28px; }

.oem-title { font-size: 17px; font-weight: 600; color: #111; margin-bottom: 10px; }

.app-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: #e8e8e8; border-radius: 16px; overflow: hidden; }

.app-item { background: #fff; padding: 36px 32px; }

.app-title { font-size: 18px; font-weight: 600; color: #111; margin-bottom: 10px; }

.app-ex { font-size: 13px; color: #C75C0F; margin-top: 14px; }

.diff-list { display: flex; flex-direction: column; }

.diff-item { display: flex; gap: 32px; align-items: baseline; padding: 22px 0; border-bottom: 0.5px solid #f0f0f0; }

.diff-label { font-size: 14px; font-weight: 600; color: #111; min-width: 220px; }

.page-cta { background: #111; padding: 80px 52px; text-align: center; }

.inq-wrap { max-width: 1200px; margin: 0 auto; padding: 80px 52px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; }

.inq-title { font-size: clamp(24px,3vw,38px); font-weight: 700; letter-spacing: -0.03em; color: #111; margin-bottom: 18px; line-height: 1.1; }

.cd-item { margin-bottom: 18px; }

.cd-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #bbb; margin-bottom: 4px; }

.cd-val { font-size: 14px; font-weight: 300; color: #555; line-height: 1.6; }

.cd-val a { color: #C75C0F; text-decoration: none; }

.inq-note { background: #F7F7F5; border-radius: 12px; padding: 18px 22px; font-size: 13px; font-weight: 300; color: #888; line-height: 1.7; margin-top: 32px; }

.form { display: flex; flex-direction: column; gap: 18px; }

.form-st { font-size: 15px; font-weight: 600; color: #111; padding-top: 8px; border-top: 0.5px solid #f0f0f0; }

.form-st:first-child { border-top: none; padding-top: 0; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.fg { display: flex; flex-direction: column; gap: 6px; }

.flbl { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #aaa; }

.flbl span { color: #C75C0F; }

.fi,.fsel,.ftxt { font-family: "Inter",sans-serif; font-size: 15px; font-weight: 300; color: #111; background: #F7F7F5; border: 0.5px solid transparent; border-radius: 10px; padding: 13px 15px; outline: none; width: 100%; transition: border-color 0.2s; }

.fi:focus,.fsel:focus,.ftxt:focus { border-color: #F18B42; background: #fff; }

.ftxt { resize: vertical; min-height: 120px; }

.fchk-group { display: flex; flex-direction: column; gap: 10px; }

.fchk { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 300; color: #555; cursor: pointer; }

.fchk input { width: 16px; height: 16px; accent-color: #C75C0F; flex-shrink: 0; }

.fsub { font-family: "Inter",sans-serif; font-size: 15px; font-weight: 600; color: #fff; background: #111; border: none; border-radius: 100px; padding: 14px 32px; cursor: pointer; align-self: flex-start; transition: background 0.2s; }

.fsub:hover { background: #F18B42; }

.form-note { font-size: 12px; color: #bbb; line-height: 1.6; }

.cta-btn { font-family: "Inter",sans-serif; display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #fff; background: #F18B42; border: none; padding: 15px 32px; border-radius: 100px; cursor: pointer; transition: opacity 0.2s; }

.cta-btn:hover { opacity: 0.88; }

@media (max-width: 900px) {
  .page-hero { padding: 100px 24px 52px; }
  .s { padding: 72px 24px; }
  .sf { padding: 72px 24px; }
  .split2 { grid-template-columns: 1fr; gap: 40px; }
  .net-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .principal-grid { grid-template-columns: repeat(2,1fr); }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr; }
  .oem-grid { grid-template-columns: 1fr; }
  .diff-item { flex-direction: column; gap: 6px; }
  .inq-wrap { grid-template-columns: 1fr; gap: 48px; padding: 52px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .page-cta { padding: 64px 24px; }
}

@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; } }

.st-line {
  display: block;
  white-space: normal;
}

.st-line:first-child {
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.st-line:last-child {
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 300;
  letter-spacing: -0.01em;
  opacity: 0.75;
}

.ing-row { border-bottom: 0.5px solid #f0f0f0; cursor: pointer; transition: background 0.12s; }

.ing-row:hover { background: #FAFAF8; }

.page-hero:not(.fp-page-hero) {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 72px) !important;
  margin-top: 72px !important;
  padding: 0 52px 72px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  color: #fff !important;
  background: #111 !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.08) !important;
}

.page-hero:not(.fp-page-hero)::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    var(--page-hero-image, radial-gradient(circle at 75% 20%, rgba(200,96,42,.28), transparent 34%), radial-gradient(circle at 15% 75%, rgba(255,255,255,.08), transparent 36%)),
    linear-gradient(135deg, #171717 0%, #252525 48%, #0d0d0d 100%);
  transform: scale(1.02);
}

.page-hero:not(.fp-page-hero)::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,.70), rgba(0,0,0,.38) 44%, rgba(0,0,0,.18)),
    linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.76));
}

.page-hero:not(.fp-page-hero) > * {
  position: relative;
  z-index: 1;
}

.page-hero:not(.fp-page-hero) .page-eyebrow {
  color: #C75C0F !important;
  margin-bottom: 20px !important;
}

.page-hero:not(.fp-page-hero) .page-title {
  color: #fff !important;
  max-width: 980px;
  margin-bottom: 26px !important;
}

.page-hero:not(.fp-page-hero) .page-lead {
  color: rgba(255,255,255,.68) !important;
  max-width: 680px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-style: normal !important;
}

.page-hero--about { --page-hero-image: radial-gradient(circle at 74% 24%, rgba(200,96,42,.22), transparent 34%), linear-gradient(125deg, rgba(255,255,255,.10), transparent 42%); }

.page-hero--team { --page-hero-image: radial-gradient(circle at 72% 22%, rgba(255,255,255,.12), transparent 30%), radial-gradient(circle at 20% 80%, rgba(200,96,42,.20), transparent 36%); }

.page-hero--ingredients { --page-hero-image: radial-gradient(circle at 76% 22%, rgba(137,154,112,.26), transparent 34%), radial-gradient(circle at 18% 76%, rgba(200,96,42,.18), transparent 34%); }

.page-hero--fragrance { --page-hero-image: radial-gradient(circle at 76% 20%, rgba(160,116,74,.30), transparent 32%), radial-gradient(circle at 20% 80%, rgba(255,255,255,.08), transparent 35%); }

.page-hero--inquiry { --page-hero-image: radial-gradient(circle at 72% 28%, rgba(200,96,42,.24), transparent 34%), radial-gradient(circle at 18% 80%, rgba(255,255,255,.10), transparent 34%); }

.page-hero--esg { --page-hero-image: radial-gradient(circle at 76% 20%, rgba(112,136,100,.26), transparent 34%), radial-gradient(circle at 20% 78%, rgba(200,96,42,.16), transparent 34%); }

@media (max-width: 900px) {
  html, body { overflow-x: hidden; }
  .page-hero:not(.fp-page-hero) {
    min-height: calc(100svh - 64px) !important;
    margin-top: 64px !important;
    padding: 0 24px 56px !important;
  }
  .page-hero:not(.fp-page-hero)::after {
    background:
      linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.38)),
      linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.80));
  }
  .page-hero:not(.fp-page-hero) .page-eyebrow {
    font-size: 10px !important;
    margin-bottom: 16px !important;
  }
  .page-hero:not(.fp-page-hero) .page-title {
    font-size: clamp(42px, 13vw, 68px) !important;
    line-height: .94 !important;
    letter-spacing: -0.055em !important;
    margin-bottom: 18px !important;
  }
  .page-hero:not(.fp-page-hero) .page-lead {
    font-size: 15px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }
  .s, .sf > .s { padding-left: 24px !important; padding-right: 24px !important; }
  .sf { padding-left: 0 !important; padding-right: 0 !important; }
  .split2, .about-grid, .inquiry-grid, .esg-grid, .contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .metrics, .net-grid, .team-grid, .process-grid, .principal-grid, .ing-grid, .fr-grid { grid-template-columns: 1fr !important; }
  .sh { font-size: clamp(32px, 10vw, 46px) !important; }
}

@media (max-width: 480px) {
  .page-hero:not(.fp-page-hero) { padding: 0 20px 48px !important; }
  .s { padding-left: 20px !important; padding-right: 20px !important; }
}

html{scroll-behavior:smooth;}

body{background:#fff;}

.hero-stage{
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  position:relative !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:none !important;
}

.hero-stage::before,
.hero-stage::after{display:none !important;content:none !important;}

.hero-stage .page-hero:not(.fp-page-hero){
  position:relative !important;
  top:auto !important;
  min-height:calc(100svh - var(--page-nav-h, 72px)) !important;
  height:auto !important;
  margin-top:var(--page-nav-h, 72px) !important;
  margin-bottom:0 !important;
  overflow:hidden !important;
  opacity:1 !important;
  transform:none !important;
  isolation:isolate;
  border:0 !important;
  border-bottom:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  --hero-bg-y:0px;
  --hero-bg-scale:1;
  --hero-bg-o:1;
  --hero-text-y:0px;
  --hero-text-o:1;
  --hero-dim-o:.58;
  --hero-white-o:0;
}

.hero-stage .page-hero:not(.fp-page-hero)::before{
  transform:translateY(var(--hero-bg-y)) scale(var(--hero-bg-scale)) !important;
  opacity:var(--hero-bg-o) !important;
  transform-origin:center center;
  will-change:transform, opacity;
  border:0 !important;
}

.hero-stage .page-hero:not(.fp-page-hero)::after{
  z-index:1 !important;
  opacity:1 !important;
  border:0 !important;
  background:
    linear-gradient(rgba(255,255,255,var(--hero-white-o)), rgba(255,255,255,var(--hero-white-o))),
    linear-gradient(to right, rgba(0,0,0,var(--hero-dim-o)), rgba(0,0,0,calc(var(--hero-dim-o) * .58)) 46%, rgba(0,0,0,calc(var(--hero-dim-o) * .24))),
    linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,calc(var(--hero-dim-o) + .16))) !important;
  transition:none !important;
  will-change:background;
}

.hero-stage .page-hero:not(.fp-page-hero) > *{z-index:2 !important;}

.hero-stage .page-hero:not(.fp-page-hero) .page-eyebrow,
.hero-stage .page-hero:not(.fp-page-hero) .page-title,
.hero-stage .page-hero:not(.fp-page-hero) .page-lead{
  opacity:var(--hero-text-o) !important;
  transform:translateY(var(--hero-text-y)) !important;
  will-change:opacity, transform;
}

.page-transition-content{
  margin:0 !important;
  padding:0 !important;
  opacity:1 !important;
  transform:none !important;
  background:#fff !important;
  border:0 !important;
  border-top:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  position:relative !important;
  z-index:1 !important;
  min-height:100svh !important;
}

.page-transition-content::before,
.page-transition-content::after{display:none !important;content:none !important;}

.page-transition-content > *{position:relative;z-index:1;}

.page-transition-content > .s:first-child,
.page-transition-content > .sf:first-child,
.page-transition-content > section:first-child,
.page-transition-content > div:first-child{padding-top:72px !important;}

.page-transition-content > .s,
.page-transition-content > .sf,
.page-transition-content > section,
.page-transition-content > div,
.dyn-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:
    opacity .82s cubic-bezier(.22,1,.36,1),
    transform .82s cubic-bezier(.22,1,.36,1),
    filter .82s cubic-bezier(.22,1,.36,1);
  filter:blur(2px);
  will-change:opacity, transform, filter;
}

.page-transition-content > .s.is-visible,
.page-transition-content > .sf.is-visible,
.page-transition-content > section.is-visible,
.page-transition-content > div.is-visible,
.dyn-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.dyn-item{
  opacity:0;
  transform:translateY(18px);
  filter:blur(1.5px);
  transition:
    opacity .72s cubic-bezier(.22,1,.36,1),
    transform .72s cubic-bezier(.22,1,.36,1),
    filter .72s cubic-bezier(.22,1,.36,1),
    border-color .24s ease,
    background-color .24s ease;
  transition-delay:var(--dyn-delay, 0ms);
  will-change:opacity, transform, filter;
}

.dyn-item.is-visible{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.app-item, .diff-item, .team-card, .tl-item, .metric, .award-item, .esg-grid > *, .esg-detail-grid > *, .net-grid > *, .form, .inq-wrap, .cd-item{
  transition-property:opacity, transform, filter, border-color, background-color, box-shadow;
}

.app-item:hover, .diff-item:hover, .tl-item:hover, .award-item:hover, .esg-grid > *:hover, .esg-detail-grid > *:hover, .net-grid > *:hover, .cd-item:hover{
  transform:translateY(-3px);
}

@media (max-width:1024px){
  .hero-stage .page-hero:not(.fp-page-hero){min-height:calc(92svh - var(--page-nav-h, 72px)) !important;}
  .page-transition-content > .s:first-child,
  .page-transition-content > .sf:first-child,
  .page-transition-content > section:first-child,
  .page-transition-content > div:first-child{padding-top:62px !important;}
}

@media (max-width:768px){
  .hero-stage .page-hero:not(.fp-page-hero){min-height:calc(88svh - var(--page-nav-h, 72px)) !important;}
  .page-transition-content{min-height:100svh !important;}
  .page-transition-content > .s:first-child,
  .page-transition-content > .sf:first-child,
  .page-transition-content > section:first-child,
  .page-transition-content > div:first-child{padding-top:44px !important;}
  .page-transition-content > .s,
  .page-transition-content > .sf,
  .page-transition-content > section,
  .page-transition-content > div,
  .dyn-reveal{transform:translateY(18px);transition-duration:.66s;filter:blur(1px);}
  .dyn-item{transform:translateY(14px);transition-duration:.58s;filter:blur(1px);}
}

@media (prefers-reduced-motion:reduce){
  .hero-stage .page-hero:not(.fp-page-hero)::before,
  .hero-stage .page-hero:not(.fp-page-hero)::after,
  .hero-stage .page-hero:not(.fp-page-hero) .page-eyebrow,
  .hero-stage .page-hero:not(.fp-page-hero) .page-title,
  .hero-stage .page-hero:not(.fp-page-hero) .page-lead,
  .page-transition-content > .s,
  .page-transition-content > .sf,
  .page-transition-content > section,
  .page-transition-content > div,
  .dyn-reveal,
  .dyn-item{transition:none !important;transform:none !important;opacity:1 !important;filter:none !important;}
}

.hero-stage{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}

main.page-transition-content{padding-top:72px!important;}

@media(max-width:900px){main.page-transition-content{padding-top:64px!important;}}

.thin-page-title__inner{min-height:322px !important;}

.thin-page-title{padding-top:92px !important;padding-bottom:0 !important;margin:0 !important;}

.thin-page-title + main,
.thin-page-title + .page-transition-content{margin-top:0 !important;padding-top:0 !important;}

.thin-page-title + main > section:first-child,
.thin-page-title + main > div:first-child,
.thin-page-title + .page-transition-content > section:first-child,
.thin-page-title + .page-transition-content > div:first-child{margin-top:0 !important;padding-top:88px !important;}

.rb-band:first-child > .rb-wrap{padding-top:0 !important;}

@media (max-width:760px){
  .thin-page-title + main > section:first-child,
  .thin-page-title + main > div:first-child,
  .thin-page-title + .page-transition-content > section:first-child,
  .thin-page-title + .page-transition-content > div:first-child{padding-top:56px !important;}
}

.lang-toggle{display:inline-flex;align-items:center;gap:0;border:1px solid #e2e2e0;border-radius:999px;padding:2px;background:#fff;}

#nav.site-gnb .gnb-lang{display:flex !important;align-items:center !important;}

.lang-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:#9b9b9b;padding:5px 13px;letter-spacing:.03em;line-height:1;border-radius:999px;transition:background-color .18s ease,color .18s ease;}

.lang-btn:hover{color:#555;}

.lang-btn.is-active{background:#F18B42;color:#fff;}

.lang-btn.is-active:hover{color:#fff;}

.lang-sep{display:none;}

.drawer-lang{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:16px;border-top:0.5px solid rgba(17,17,17,.08);}

.drawer-lang .lang-toggle{padding:3px;}

.drawer-lang .lang-btn{font-size:14px;padding:7px 16px;}

.thin-page-title{
  padding:92px 42px 28px !important;
  background:#fff !important;
  border-bottom:0 !important;
  margin:0 !important;
  box-sizing:border-box !important;
}

.sub-crumb{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 0 24px !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#9b9b9b !important;
}

.sub-crumb span:last-child{
  color:#111 !important;
}

.sub-crumb .chev{
  color:#111 !important;
  font-size:18px !important;
  line-height:1 !important;
}

.thin-page-title__inner{
  width:100% !important;
  max-width:none !important;
  min-height:300px !important;
  margin:0 !important;
  padding:54px 56px !important;
  box-sizing:border-box !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:0 !important;
  border-radius:28px !important;
  overflow:hidden !important;
  position:relative !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.35) 42%, rgba(0,0,0,.08) 100%),
    radial-gradient(circle at 78% 28%, rgba(200,96,42,.30), transparent 34%),
    radial-gradient(circle at 24% 82%, rgba(145,126,98,.36), transparent 38%),
    linear-gradient(135deg, #2d2d2b 0%, #6f675d 48%, #e8e2d6 100%) !important;
  box-shadow:0 20px 56px rgba(17,17,17,.10) !important;
}

.thin-page-title__inner::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(120deg, transparent 0%, transparent 58%, rgba(255,255,255,.18) 58.5%, transparent 59.5%),
    linear-gradient(150deg, transparent 0%, transparent 70%, rgba(255,255,255,.12) 70.5%, transparent 71.5%) !important;
  pointer-events:none !important;
}

.thin-page-title__kicker{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin:0 0 18px !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:#ff8a3d !important;
}

.thin-page-title__kicker::before{
  content:"" !important;
  width:30px !important;
  height:1px !important;
  background:#ff8a3d !important;
  display:block !important;
}

.thin-page-title__title{
  position:relative !important;
  z-index:2 !important;
  max-width:900px !important;
  margin:0 !important;
  font-size:clamp(58px,7.2vw,112px) !important;
  line-height:.88 !important;
  letter-spacing:-.075em !important;
  color:#fff !important;
}

.thin-page-title__desc{
  position:relative !important;
  z-index:2 !important;
  max-width:720px !important;
  margin:26px 0 0 !important;
  font-size:17px !important;
  line-height:1.68 !important;
  color:rgba(255,255,255,.76) !important;
  font-weight:400 !important;
}

.thin-page-title__meta{
  display:none !important;
}

.thin-page-title + main,
.thin-page-title + .page-transition-content{
  margin-top:0 !important;
}

.thin-page-title + main > section:first-child,
.thin-page-title + main > .s:first-child,
.thin-page-title + main > .sf:first-child,
.thin-page-title + .page-transition-content > section:first-child,
.thin-page-title + .page-transition-content > .s:first-child,
.thin-page-title + .page-transition-content > .sf:first-child{
  padding-top:36px !important;
}

body:has(#finished-explorer){
  overflow:auto !important;
}

.thin-page-title + #finished-explorer,
#finished-explorer.fe-shell{
  margin-top:0 !important;
  height:auto !important;
  min-height:calc(100svh - 430px) !important;
  border-top:0 !important;
}

#finished-explorer .fe-head{
  min-height:106px !important;
  padding:16px 42px 12px !important;
}

#finished-explorer .fe-title{
  font-size:clamp(34px,3vw,50px) !important;
}

#finished-explorer .fe-desc{
  margin-top:7px !important;
  line-height:1.42 !important;
}

#finished-explorer .fe-tags{
  margin-top:8px !important;
}

#finished-explorer .fe-content{
  padding:12px 42px 16px !important;
  gap:10px !important;
}

#finished-explorer .fe-grid{
  gap:10px !important;
}

#finished-explorer .fe-img{
  min-height:92px !important;
}

#finished-explorer .fe-card-body{
  padding:10px 13px 9px !important;
}

#finished-explorer .fe-card-name{
  font-size:13px !important;
  line-height:1.12 !important;
}

#finished-explorer .fe-card-sub{
  font-size:11px !important;
  line-height:1.22 !important;
}

#finished-explorer .fe-card-meta{
  font-size:10px !important;
  margin-top:7px !important;
}

#finished-explorer .fe-pager{
  min-height:30px !important;
  margin-top:0 !important;
}

#finished-explorer .fe-page-btn{
  height:28px !important;
  min-width:28px !important;
}

#finished-explorer .fe-tabs{
  padding:14px 18px 10px !important;
}

#finished-explorer .fe-tabbox{
  height:38px !important;
}

#finished-explorer .fe-side-head{
  padding:10px 18px 8px !important;
}

#finished-explorer .fe-item{
  min-height:62px !important;
  margin-bottom:8px !important;
  padding:11px 14px 10px 18px !important;
}

@media(max-width:900px){
  .thin-page-title{
    padding:86px 22px 24px !important;
  }
  .sub-crumb{
    margin-bottom:18px !important;
    font-size:13px !important;
  }
  .thin-page-title__inner{
    min-height:260px !important;
    padding:38px 30px !important;
    border-radius:22px !important;
  }
  .thin-page-title__title{
    font-size:clamp(44px,13vw,72px) !important;
  }
  .thin-page-title__desc{
    font-size:15px !important;
    margin-top:18px !important;
  }
}

:root{
  --site-max:1180px;
  --site-gutter:64px;
  --site-container: min(var(--site-max), calc(100% - var(--site-gutter)));
  --gnb-gap:20px;
  --gnb-height:72px;
  --gnb-surface:rgba(255,255,255,.84);
  --gnb-border:rgba(17,17,17,.08);
  --gnb-blur:blur(18px) saturate(1.15);
  --gnb-shadow:0 14px 38px rgba(17,17,17,.10);
}

.container,
.section-inner,
.inner,
.wrap,
.content-wrap,
.thin-page-title__inner,
.hero-inner,
.statement-inner,
.inquiry-wrap,
.inquiry-shell,
.contact-wrap,
.form-wrap,
#fp-flow,
.having-footer__inner{
  width:var(--site-container) !important;
  max-width:var(--site-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

#nav.site-gnb{
  position:fixed !important;
  top:0 !important;
  left:var(--gnb-gap) !important;
  right:var(--gnb-gap) !important;
  width:auto !important;
  max-width:none !important;
  height:var(--gnb-height) !important;
  min-height:var(--gnb-height) !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
  z-index:1000 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  transition:background-color .18s ease,border-radius .18s ease,box-shadow .18s ease,backdrop-filter .18s ease,border-color .18s ease !important;
}

#nav.site-gnb .gnb-inner{
  width:var(--site-container) !important;
  max-width:var(--site-max) !important;
  height:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

#nav.site-gnb .gnb-logo{
  display:flex !important;
  align-items:center !important;
  height:100% !important;
  flex-shrink:0 !important;
  color:#111 !important;
  text-decoration:none !important;
  font-size:clamp(17px,1vw,21px) !important;
  font-weight:800 !important;
  letter-spacing:-.04em !important;
  line-height:1 !important;
}

#nav.site-gnb .gnb-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:clamp(12px,1.4vw,28px) !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

#nav.site-gnb .gnb-link{
  display:block !important;
  padding:10px 0 !important;
  color:#333 !important;
  text-decoration:none !important;
  font-size:clamp(12px,.76vw,14px) !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.mega-menu{
  position:fixed !important;
  top:var(--gnb-height) !important;
  left:var(--gnb-gap) !important;
  right:var(--gnb-gap) !important;
  width:auto !important;
  max-width:none !important;
  min-height:320px !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-4px) !important;
  z-index:999 !important;
  background:rgba(255,255,255,.94) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-radius:0 0 28px 28px !important;
  box-shadow:0 26px 70px rgba(17,17,17,.18) !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
  overflow:hidden !important;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease !important;
}

.mega-menu .mega-inner{
  width:var(--site-container) !important;
  max-width:var(--site-max) !important;
  min-height:320px !important;
  margin:0 auto !important;
  padding:42px 0 !important;
  display:grid !important;
  grid-template-columns:minmax(240px,.58fr) minmax(520px,1.42fr) !important;
  gap:72px !important;
  align-items:start !important;
  background:transparent !important;
}

.mega-kicker{
  margin:0 0 16px !important;
  color:#C75C0F !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  line-height:1.2 !important;
}

.mega-title-col h2{
  margin:0 !important;
  color:#111 !important;
  font-size:clamp(44px,4.3vw,76px) !important;
  line-height:.92 !important;
  letter-spacing:-.06em !important;
}

.mega-list-col{
  padding:0 0 0 42px !important;
  border-left:0.5px solid rgba(17,17,17,.12) !important;
  display:flex !important;
  flex-direction:column !important;
}

.mega-row{
  display:grid !important;
  grid-template-columns:minmax(190px,.55fr) minmax(280px,1fr) !important;
  gap:32px !important;
  align-items:start !important;
  padding:24px 0 !important;
  color:#111 !important;
  text-decoration:none !important;
  border-bottom:0.5px solid rgba(17,17,17,.12) !important;
  background:transparent !important;
}

.mega-row span{
  color:#111 !important;
  font-size:23px !important;
  font-weight:750 !important;
  letter-spacing:-.045em !important;
  line-height:1.04 !important;
}

.mega-row small{
  color:#777 !important;
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}

.having-footer__inner{
  width:var(--site-container) !important;
  max-width:var(--site-max) !important;
  margin:0 auto !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

.having-footer__top{
  display:grid !important;
  grid-template-columns:minmax(260px,1.35fr) minmax(140px,.65fr) minmax(140px,.65fr) minmax(180px,.75fr) !important;
  gap:42px !important;
  align-items:start !important;
  padding:0 0 38px !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.16) !important;
}

.having-footer__logo{
  margin:0 0 14px !important;
  color:#fff !important;
  font-size:24px !important;
  font-weight:800 !important;
  letter-spacing:-.04em !important;
  line-height:1 !important;
}

.having-footer__logo b{
  color:#F18B42 !important;
}

.having-footer__brand p{
  max-width:370px !important;
  margin:0 !important;
  color:rgba(255,255,255,.68) !important;
  font-size:13px !important;
  line-height:1.72 !important;
}

.having-footer__col{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:9px !important;
}

.having-footer__title{
  margin:0 0 5px !important;
  color:rgba(255,255,255,.48) !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

.having-footer__col a{
  color:rgba(255,255,255,.86) !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1.5 !important;
}

.having-footer__bottom{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:20px !important;
  padding:22px 0 0 !important;
  color:rgba(255,255,255,.46) !important;
  font-size:12px !important;
}

.inquiry-page main > section,
main > .inquiry-section,
.contact-section{
  width:var(--site-container) !important;
  max-width:var(--site-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media(max-width:980px){
  :root{
    --site-gutter:40px;
    --gnb-gap:8px;
    --gnb-height:68px;
  }

  body.nav-scrolled #nav.site-gnb:not(.menu-open){
    border-radius:0 0 20px 20px !important;
  }

  .mega-menu{
    min-height:auto !important;
    border-radius:0 0 22px 22px !important;
  }

  .mega-menu .mega-inner{
    grid-template-columns:1fr !important;
    min-height:auto !important;
    gap:28px !important;
    padding:30px 0 !important;
  }

  .mega-list-col{
    border-left:0 !important;
    border-top:0.5px solid rgba(17,17,17,.12) !important;
    padding:20px 0 0 !important;
  }

  .mega-row{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .having-footer__top{
    grid-template-columns:1fr 1fr !important;
    gap:32px 28px !important;
  }

  .having-footer__brand{
    grid-column:1 / -1 !important;
  }

  .having-footer__bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}

@media(max-width:620px){
  :root{
    --site-gutter:32px;
  }

  .having-footer__top{
    grid-template-columns:1fr !important;
  }
}

:root{
  --site-edge:20px;
  --site-inner-pad:34px;
  --gnb-height:72px;
  --gnb-surface:rgba(255,255,255,.84);
  --gnb-border:rgba(17,17,17,.08);
  --gnb-blur:blur(18px) saturate(1.15);
  --gnb-shadow:0 14px 38px rgba(17,17,17,.10);
}

#nav.site-gnb{
  left:var(--site-edge) !important;
  right:var(--site-edge) !important;
  width:auto !important;
  max-width:none !important;
  height:var(--gnb-height) !important;
  min-height:var(--gnb-height) !important;
  padding:0 var(--site-inner-pad) !important;
  box-sizing:border-box !important;
}

#nav.site-gnb .gnb-inner{
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
}

#nav.site-gnb .gnb-logo{
  flex:0 0 auto !important;
  font-size:clamp(18px,1vw,21px) !important;
  line-height:1 !important;
}

#nav.site-gnb .gnb-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:clamp(22px,2vw,44px) !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

#nav.site-gnb .gnb-link{
  padding:10px 0 !important;
  font-size:clamp(12px,.78vw,14px) !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}

body.nav-scrolled #nav.site-gnb:not(.menu-open){
  background:var(--gnb-surface) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-radius:0 0 24px 24px !important;
  box-shadow:var(--gnb-shadow) !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
}

#nav.site-gnb.menu-open{
  background:var(--gnb-surface) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-bottom:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
}

.mega-menu{
  left:var(--site-edge) !important;
  right:var(--site-edge) !important;
  width:auto !important;
  max-width:none !important;
  top:var(--gnb-height) !important;
}

.mega-menu .mega-inner{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:42px var(--site-inner-pad) !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:minmax(260px,.36fr) minmax(640px,.64fr) !important;
  gap:clamp(56px,5vw,96px) !important;
}

.mega-list-col{
  padding-left:clamp(36px,4vw,72px) !important;
}

.mega-row{
  grid-template-columns:minmax(260px,.42fr) minmax(360px,.58fr) !important;
  gap:clamp(36px,4vw,72px) !important;
}

.mega-row span{
  font-size:clamp(24px,1.8vw,34px) !important;
}

.mega-row small{
  max-width:460px !important;
  font-size:clamp(13px,.82vw,15px) !important;
}

.container,
.section-inner,
.inner,
.wrap,
.content-wrap,
.hero-inner,
.statement-inner,
.thin-page-title__inner,
.inquiry-wrap,
.inquiry-shell,
.contact-wrap,
.form-wrap,
#fp-flow,
main > section > .container,
main > section > .section-inner,
main > section > .inner{
  width:auto !important;
  max-width:none !important;
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  padding-left:var(--site-inner-pad) !important;
  padding-right:var(--site-inner-pad) !important;
  box-sizing:border-box !important;
}

.container .container,
.section-inner .section-inner,
.inner .inner,
.wrap .wrap,
.content-wrap .content-wrap{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

#fp-flow{
  width:auto !important;
  max-width:none !important;
}

footer.having-footer,
.site-footer.having-footer{
  width:100% !important;
  margin:0 !important;
  padding:56px 0 34px !important;
  background:#111 !important;
  color:#fff !important;
}

.having-footer__inner{
  width:auto !important;
  max-width:none !important;
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  padding-left:var(--site-inner-pad) !important;
  padding-right:var(--site-inner-pad) !important;
  box-sizing:border-box !important;
}

.having-footer__top{
  grid-template-columns:minmax(360px,1.2fr) minmax(180px,.6fr) minmax(180px,.6fr) minmax(220px,.65fr) !important;
  gap:clamp(48px,5vw,96px) !important;
}

body:has(form) main,
body:has(.inquiry) main{
  width:auto !important;
}

body:has(form) main > section,
body:has(.inquiry) main > section{
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  padding-left:var(--site-inner-pad) !important;
  padding-right:var(--site-inner-pad) !important;
  box-sizing:border-box !important;
}

@media(max-width:980px){
  :root{
    --site-edge:8px;
    --site-inner-pad:22px;
    --gnb-height:68px;
  }

  #nav.site-gnb .gnb-links{
    gap:18px !important;
  }

  .mega-menu .mega-inner{
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding:30px var(--site-inner-pad) !important;
  }

  .mega-list-col{
    padding-left:0 !important;
    border-left:0 !important;
    border-top:0.5px solid rgba(17,17,17,.12) !important;
    padding-top:20px !important;
  }

  .mega-row{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .having-footer__top{
    grid-template-columns:1fr 1fr !important;
    gap:32px 28px !important;
  }

  .having-footer__brand{
    grid-column:1 / -1 !important;
  }
}

:root{
  --site-edge:20px;
  --site-pad:34px;
  --gnb-height:72px;
  --gnb-bg:rgba(255,255,255,.84);
  --gnb-border:rgba(17,17,17,.08);
  --gnb-blur:blur(18px) saturate(1.15);
  --gnb-shadow:0 14px 38px rgba(17,17,17,.10);

  --nav-font:15px;
  --nav-font-sm:14px;
  --desc-font:13px;
}

#nav.site-gnb{
  position:fixed !important;
  top:0 !important;
  left:var(--site-edge) !important;
  right:var(--site-edge) !important;
  width:auto !important;
  max-width:none !important;
  height:var(--gnb-height) !important;
  min-height:var(--gnb-height) !important;
  margin:0 !important;
  padding:0 var(--site-pad) !important;
  box-sizing:border-box !important;
  z-index:1000 !important;
  overflow:visible !important;
  transition:background-color .18s ease,border-radius .18s ease,box-shadow .18s ease,backdrop-filter .18s ease,border-color .18s ease !important;
}

#nav.site-gnb .gnb-inner{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

#nav.site-gnb .gnb-logo{
  display:flex !important;
  align-items:center !important;
  height:100% !important;
  flex:0 0 auto !important;
  color:#111 !important;
  text-decoration:none !important;
  font-size:20px !important;
  font-weight:850 !important;
  letter-spacing:-.045em !important;
  line-height:1 !important;
}

#nav.site-gnb .gnb-logo b{
  color:#F18B42 !important;
}

#nav.site-gnb .gnb-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:34px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

#nav.site-gnb .gnb-link{
  display:block !important;
  padding:10px 0 !important;
  color:#2f2f2f !important;
  text-decoration:none !important;
  font-size:var(--nav-font) !important;
  font-weight:600 !important;
  line-height:1.15 !important;
  letter-spacing:-.01em !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

#nav.site-gnb .gnb-link:hover{
  color:#111 !important;
}

body:not(.nav-scrolled) #nav.site-gnb:not(.menu-open){
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

body.nav-scrolled #nav.site-gnb:not(.menu-open){
  background:var(--gnb-bg) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-radius:0 0 24px 24px !important;
  box-shadow:var(--gnb-shadow) !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
}

#nav.site-gnb.menu-open{
  background:var(--gnb-bg) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-bottom:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
}

.mega-menu{
  position:fixed !important;
  top:var(--gnb-height) !important;
  left:var(--site-edge) !important;
  right:var(--site-edge) !important;
  width:auto !important;
  max-width:none !important;
  min-height:auto !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-4px) !important;
  z-index:999 !important;
  background:rgba(255,255,255,.94) !important;
  border:0.5px solid var(--gnb-border) !important;
  border-top:0 !important;
  border-radius:0 0 24px 24px !important;
  box-shadow:0 22px 58px rgba(17,17,17,.16) !important;
  backdrop-filter:var(--gnb-blur) !important;
  -webkit-backdrop-filter:var(--gnb-blur) !important;
  overflow:hidden !important;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease !important;
}

.mega-menu.open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

.mega-menu .mega-inner{
  width:100% !important;
  max-width:none !important;
  min-height:auto !important;
  margin:0 !important;
  padding:22px var(--site-pad) 24px !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:220px minmax(420px,1fr) !important;
  gap:36px !important;
  align-items:start !important;
  background:transparent !important;
}

.mega-title-col{
  padding:0 !important;
}

.mega-kicker{
  margin:0 0 8px !important;
  color:#C75C0F !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
  line-height:1.2 !important;
}

.mega-title-col h2{
  margin:0 !important;
  color:#111 !important;
  font-size:var(--nav-font) !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-.015em !important;
}

.mega-list-col{
  padding:0 0 0 24px !important;
  border-left:0.5px solid rgba(17,17,17,.12) !important;
  display:flex !important;
  flex-direction:column !important;
}

.mega-row{
  display:grid !important;
  grid-template-columns:220px minmax(260px,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  padding:12px 0 !important;
  color:#111 !important;
  text-decoration:none !important;
  border-bottom:0.5px solid rgba(17,17,17,.10) !important;
  background:transparent !important;
}

.mega-row span{
  color:#111 !important;
  font-size:var(--nav-font) !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-.015em !important;
}

.mega-row small{
  color:#666 !important;
  font-size:var(--desc-font) !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  max-width:520px !important;
}

.mega-row:hover span{
  color:#C75C0F !important;
}

.thin-page-title{
  box-sizing:border-box !important;
}

.thin-page-title__inner,
#fp-flow,
.having-footer__inner{
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  width:auto !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

.thin-page-title__inner,
.having-footer__inner{
  padding-left:var(--site-pad) !important;
  padding-right:var(--site-pad) !important;
}

#fp-flow{
  padding-left:var(--site-pad) !important;
  padding-right:var(--site-pad) !important;
}

.inquiry-shell,
.inquiry-wrap,
.contact-wrap,
.form-wrap{
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  padding-left:var(--site-pad) !important;
  padding-right:var(--site-pad) !important;
  width:auto !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

footer.having-footer,
.site-footer.having-footer{
  width:100% !important;
  margin:0 !important;
  padding:56px 0 34px !important;
  background:#111 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:none !important;
}

.having-footer__inner{
  padding-left:var(--site-pad) !important;
  padding-right:var(--site-pad) !important;
}

.having-footer__top{
  display:grid !important;
  grid-template-columns:minmax(320px,1.25fr) minmax(160px,.6fr) minmax(160px,.6fr) minmax(210px,.7fr) !important;
  gap:48px !important;
  align-items:start !important;
  padding:0 0 38px !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.16) !important;
}

.having-footer__logo{
  color:#fff !important;
}

.having-footer__brand p{
  color:rgba(255,255,255,.68) !important;
}

.having-footer__title{
  color:rgba(255,255,255,.48) !important;
}

.having-footer__col a{
  color:rgba(255,255,255,.86) !important;
}

.having-footer__bottom{
  color:rgba(255,255,255,.46) !important;
}

body.having-subpage main > section,
body.having-subpage .section,
body.having-subpage .content-section,
body.having-subpage .about-main,
body.having-subpage .company-intro,
body.having-subpage .about-company,
body.having-subpage .global-presence-section,
body.having-subpage .team-section,
body.having-subpage .esg-section,
body.having-subpage .inquiry-section,
body.having-subpage .contact-section{
  width:initial !important;
  max-width:initial !important;
}

@media(max-width:980px){
  :root{
    --site-edge:8px;
    --site-pad:22px;
    --gnb-height:68px;
    --nav-font:14px;
    --desc-font:12px;
  }

  #nav.site-gnb .gnb-links{
    gap:18px !important;
  }

  body.nav-scrolled #nav.site-gnb:not(.menu-open){
    border-radius:0 0 20px 20px !important;
  }

  .mega-menu{
    border-radius:0 0 22px 22px !important;
  }

  .mega-menu .mega-inner{
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:18px var(--site-pad) 20px !important;
  }

  .mega-list-col{
    border-left:0 !important;
    border-top:0.5px solid rgba(17,17,17,.12) !important;
    padding:14px 0 0 !important;
  }

  .mega-row{
    grid-template-columns:1fr !important;
    gap:5px !important;
    padding:11px 0 !important;
  }

  .having-footer__top{
    grid-template-columns:1fr 1fr !important;
    gap:32px 28px !important;
  }

  .having-footer__brand{
    grid-column:1 / -1 !important;
  }

  .having-footer__bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}

@media(max-width:620px){
  .having-footer__top{
    grid-template-columns:1fr !important;
  }
}

.mega-menu .mega-inner{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:24px var(--site-pad,34px) 28px !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:260px minmax(620px,820px) !important;
  justify-content:space-between !important;
  align-items:start !important;
  gap:40px !important;
}

.mega-title-col{
  padding:0 !important;
  max-width:260px !important;
}

.mega-title-col h2{
  margin:0 !important;
  font-size:clamp(34px,2.5vw,48px) !important;
  font-weight:800 !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
}

.mega-kicker{
  margin:0 0 8px !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}

.mega-list-col{
  width:100% !important;
  max-width:820px !important;
  justify-self:end !important;
  margin-left:auto !important;
  padding:0 0 0 28px !important;
  border-left:0.5px solid rgba(17,17,17,.12) !important;
  display:flex !important;
  flex-direction:column !important;
}

.mega-row{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(210px,260px) minmax(320px,1fr) !important;
  gap:28px !important;
  align-items:center !important;
  min-height:48px !important;
  padding:12px 0 !important;
  color:#111 !important;
  text-decoration:none !important;
  border-bottom:0.5px solid rgba(17,17,17,.10) !important;
  background:transparent !important;
  position:relative !important;
}

.mega-row:first-child{
  padding-top:0 !important;
}

.mega-row:last-child{
  border-bottom:0 !important;
  padding-bottom:0 !important;
}

.mega-row span{
  display:block !important;
  width:100% !important;
  text-align:left !important;
  white-space:nowrap !important;
  font-size:clamp(16px,1vw,18px) !important;
  font-weight:750 !important;
  line-height:1.15 !important;
  letter-spacing:-.02em !important;
}

.mega-row small{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  text-align:left !important;
  font-size:clamp(13px,.82vw,14px) !important;
  line-height:1.45 !important;
  color:#666 !important;
}

.mega-row::after,
.mega-row small::after{
  content:none !important;
  display:none !important;
}

.mega-row span::after{
  content:"→" !important;
  display:inline-block !important;
  margin-left:8px !important;
  vertical-align:baseline !important;
  font-size:.9em !important;
  line-height:1 !important;
  opacity:0 !important;
  transform:translateX(-4px) !important;
  transition:opacity .16s ease, transform .16s ease !important;
  position:static !important;
  top:auto !important;
  bottom:auto !important;
}

.mega-row:hover span::after{
  opacity:1 !important;
  transform:translateX(0) !important;
}

.mega-row:hover{
  min-height:48px !important;
  padding-top:12px !important;
  padding-bottom:12px !important;
}

#nav.site-gnb .gnb-logo{
  font-size:clamp(24px,1.65vw,32px) !important;
}

#nav.site-gnb .gnb-link{
  font-size:clamp(15px,.95vw,17px) !important;
  font-weight:650 !important;
}

@media(max-width:980px){
  .mega-menu .mega-inner{
    grid-template-columns:1fr !important;
    justify-content:stretch !important;
    gap:18px !important;
    padding:22px var(--site-pad,22px) 24px !important;
  }

  .mega-title-col{
    max-width:none !important;
  }

  .mega-list-col{
    max-width:none !important;
    justify-self:stretch !important;
    margin-left:0 !important;
    padding:16px 0 0 !important;
    border-left:0 !important;
    border-top:0.5px solid rgba(17,17,17,.12) !important;
  }

  .mega-row{
    grid-template-columns:1fr !important;
    gap:5px !important;
  }

  .mega-row span{
    white-space:normal !important;
  }
}

:root{
  --site-edge:20px;
  --site-pad:34px;
  --hero-text-pad:clamp(42px,4vw,64px);
  --gnb-height:72px;
}

html,
body,
body main,
.thin-page-title,
.sub-hero,
.page-hero,
.hero-section,
.hero-card-section{
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

.thin-page-title{
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:calc(var(--gnb-height) + 4px) var(--site-edge) 28px !important;
  box-sizing:border-box !important;
  box-shadow:none !important;
  border:0 !important;
}

.thin-page-title__inner{
  width:100% !important;
  max-width:none !important;
  min-height:300px !important;
  margin:0 !important;
  padding:var(--hero-text-pad) !important;
  box-sizing:border-box !important;
  border-radius:24px !important;
  overflow:hidden !important;
  position:relative !important;
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:none !important;
}

.thin-page-title__inner::before,
.thin-page-title__inner::after,
.thin-page-title::before,
.thin-page-title::after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

.thin-page-title__kicker::before{
  background:#F18B42 !important;
}

.thin-page-title img,
.thin-page-title picture,
.thin-page-title__visual,
.thin-page-title__image,
.hero-card,
.hero-visual,
.hero-image{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

body:not(.home) main > section:not(.thin-page-title),
body:not(.home) .section:not(.thin-page-title),
body:not(.home) .content-section,
body:not(.home) .about-main,
body:not(.home) .company-intro,
body:not(.home) .about-company,
body:not(.home) .global-presence-section,
body:not(.home) .team-section,
body:not(.home) .esg-section,
body:not(.home) .inquiry-section,
body:not(.home) .contact-section,
body:not(.home) #fp-flow{
  margin-left:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  margin-right:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

.inquiry-shell,
.inquiry-wrap,
.contact-wrap,
.form-wrap{
  margin-left:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  margin-right:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:auto !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

.having-footer__inner{
  margin-left:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  margin-right:calc(var(--site-edge) + var(--hero-text-pad)) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:auto !important;
  max-width:none !important;
}

@media(max-width:980px){
  :root{
    --site-edge:8px;
    --site-pad:22px;
    --hero-text-pad:24px;
    --gnb-height:68px;
  }

  .thin-page-title{
    padding-left:var(--site-edge) !important;
    padding-right:var(--site-edge) !important;
  }

  .thin-page-title__inner{
    border-radius:20px !important;
  }
}

.thin-page-title__inner{
  background-color:#fff !important;
  background-image:url("../assets/hero-abstract-white.svg") !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
  border:1px solid rgba(17,17,17,.08) !important;
}

.thin-page-title__title{
  color:#111 !important;
  text-shadow:none !important;
}

.thin-page-title__desc,
.thin-page-title__meta{
  color:#555 !important;
  text-shadow:none !important;
}

.thin-page-title__kicker{
  color:#C75C0F !important;
}

:root{
  --site-edge:20px;
  --hero-text-pad:clamp(42px,4vw,64px);
  --body-start:calc(var(--site-edge) + var(--hero-text-pad));
  --subpage-hero-gap:72px;
}

#fp-flow .fp-list-head{
  display:none !important;
}

#fp-flow{
  width:auto !important;
  max-width:none !important;
  margin-left:var(--site-edge) !important;
  margin-right:var(--site-edge) !important;
  padding-left:var(--hero-text-pad) !important;
  padding-right:var(--hero-text-pad) !important;
  padding-top:var(--subpage-hero-gap) !important;
  padding-bottom:72px !important;
  box-sizing:border-box !important;
}

#fp-flow .fp-card-grid,
#fp-flow .fp-item-grid{
  width:100% !important;
  max-width:none !important;
}

body:not(.home) .thin-page-title + section,
body:not(.home) .thin-page-title + main,
body:not(.home) .thin-page-title + div,
body:not(.home) .thin-page-title + .section,
body:not(.home) .thin-page-title + .content-section{
  margin-top:var(--subpage-hero-gap) !important;
}

body:not(.home) main > section:first-of-type:not(.thin-page-title),
body:not(.home) .content-section:first-of-type,
body:not(.home) .about-main:first-of-type,
body:not(.home) .company-intro:first-of-type,
body:not(.home) .team-section:first-of-type,
body:not(.home) .esg-section:first-of-type,
body:not(.home) .inquiry-section:first-of-type,
body:not(.home) .contact-section:first-of-type{
  padding-top:0 !important;
}

body:not(.home) main > section:not(.thin-page-title):not(#fp-flow),
body:not(.home) .section:not(.thin-page-title):not(#fp-flow),
body:not(.home) .content-section:not(#fp-flow),
body:not(.home) .about-main,
body:not(.home) .company-intro,
body:not(.home) .about-company,
body:not(.home) .global-presence-section,
body:not(.home) .team-section,
body:not(.home) .esg-section,
body:not(.home) .inquiry-section,
body:not(.home) .contact-section{
  margin-left:var(--body-start) !important;
  margin-right:var(--body-start) !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

body:not(.home) main > section:not(.thin-page-title):not(#fp-flow) .container,
body:not(.home) main > section:not(.thin-page-title):not(#fp-flow) .section-inner,
body:not(.home) main > section:not(.thin-page-title):not(#fp-flow) .inner,
body:not(.home) main > section:not(.thin-page-title):not(#fp-flow) .wrap,
body:not(.home) main > section:not(.thin-page-title):not(#fp-flow) .content-wrap{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.inquiry-shell,
.inquiry-wrap,
.contact-wrap,
.form-wrap{
  margin-left:var(--body-start) !important;
  margin-right:var(--body-start) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:auto !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

.having-footer__inner{
  margin-left:var(--body-start) !important;
  margin-right:var(--body-start) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:auto !important;
  max-width:none !important;
}

#fp-flow .fp-detail-intro,
#fp-flow .fp-item-grid{
  margin-left:0 !important;
  margin-right:0 !important;
}

@media(max-width:980px){
  :root{
    --site-edge:8px;
    --hero-text-pad:24px;
    --subpage-hero-gap:48px;
  }

  #fp-flow{
    margin-left:var(--site-edge) !important;
    margin-right:var(--site-edge) !important;
    padding-left:var(--hero-text-pad) !important;
    padding-right:var(--hero-text-pad) !important;
  }
}

body:not(.home) .thin-page-title__inner{min-height:340px !important;}

body:not(.home) .thin-page-title + main > section:first-child,
body:not(.home) .thin-page-title + main > div:first-child,
body:not(.home) .thin-page-title + .page-transition-content > section:first-child,
body:not(.home) .thin-page-title + .page-transition-content > div:first-child{padding-top:0 !important;}

html body:not(.home) main.page-transition-content > section.rb-band:not(#__rb){margin-left:20px !important;margin-right:20px !important;max-width:none !important;}

@media (max-width:760px){
  html body:not(.home) main.page-transition-content > section.rb-band:not(#__rb){margin-left:16px !important;margin-right:16px !important;}
}

.site-footer.having-footer{background:linear-gradient(180deg,#f6f6f5 0%,#e9e9e7 100%) !important;color:#4a4a48 !important;border-top:1px solid rgba(17,17,17,.07) !important;}

.site-footer.having-footer .having-footer__top{border-bottom:1px solid rgba(17,17,17,.10) !important;}

.site-footer.having-footer .having-footer__logo{color:#1a1a1a !important;}

.site-footer.having-footer .having-footer__logo b{color:#F18B42 !important;}

.site-footer.having-footer .having-footer__brand p{color:#6c6c69 !important;}

.site-footer.having-footer .having-footer__title{color:#9a9a96 !important;}

.site-footer.having-footer .having-footer__col a{color:#474745 !important;}

.site-footer.having-footer .having-footer__col a:hover{color:#C75C0F !important;}

.site-footer.having-footer .having-footer__bottom{color:#8a8a86 !important;}

.site-footer.having-footer .having-footer__bottom a{color:#8a8a86 !important;}

.site-footer.having-footer .having-footer__bottom a:hover{color:#C75C0F !important;}

body:not(.home) .thin-page-title__inner{
  position:relative !important;
  overflow:hidden !important;
  background-color:#f3f4f3 !important;
  background-image:linear-gradient(180deg,#f7f7f6 0%,#ececeb 100%) !important;
  border:1px solid rgba(17,17,17,.05) !important;
}

body:not(.home) .thin-page-title__inner::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:-30% !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(40% 40% at 24% 32%, rgba(200,96,42,.10), transparent 70%),
    radial-gradient(46% 46% at 78% 64%, rgba(120,168,122,.10), transparent 72%),
    radial-gradient(40% 40% at 58% 24%, rgba(150,150,150,.12), transparent 70%) !important;
  filter:blur(42px) !important;
  animation:rbGlow 22s ease-in-out infinite alternate !important;
}

body:not(.home) .thin-page-title__inner > *{position:relative;z-index:2;}

@keyframes rbGlow{
  0%{transform:translate(0,0) scale(1) rotate(0deg);}
  50%{transform:translate(4%,3%) scale(1.1) rotate(4deg);}
  100%{transform:translate(-3%,-2%) scale(1.05) rotate(-3deg);}
}

@media (prefers-reduced-motion:reduce){
  body:not(.home) .thin-page-title__inner::before{animation:none !important;}
}

.site-footer.having-footer .having-footer__legal{margin-top:16px;font-size:12px;line-height:1.75;color:#8a8a86;letter-spacing:.01em;}

@media(max-width:760px){.site-footer.having-footer .having-footer__legal{font-size:11.5px;}}

.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:90000;max-width:760px;margin:0 auto;background:#1d1d1b;color:#f2f1ef;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.28);padding:18px 22px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease;font-family:Inter,sans-serif;}

.cookie-banner.show{opacity:1;transform:none;}

.cookie-banner__text{flex:1;min-width:240px;font-size:13.5px;line-height:1.6;font-weight:300;color:#d9d7d3;}

.cookie-banner__text a{color:#e8825a;text-decoration:underline;text-underline-offset:2px;}

.cookie-banner__actions{display:flex;gap:9px;flex-shrink:0;}

.cookie-btn{font-family:inherit;font-size:13px;font-weight:600;border-radius:999px;padding:9px 20px;cursor:pointer;border:1px solid transparent;transition:all .15s;white-space:nowrap;}

.cookie-btn--accept{background:#F18B42;color:#fff;}

.cookie-btn--accept:hover{background:#a94d1f;}

.cookie-btn--decline{background:transparent;color:#cfcdc9;border-color:rgba(255,255,255,.28);}

.cookie-btn--decline:hover{border-color:rgba(255,255,255,.6);color:#fff;}

@media(max-width:600px){.cookie-banner{flex-direction:column;align-items:stretch;gap:14px;padding:16px 18px;}.cookie-banner__actions{justify-content:flex-end;}}

.gnb-logo__img{height:60px;width:auto;display:block;}

.having-footer__logo-img{height:50px;width:auto;display:block;filter:brightness(0);}

.has-hero-img .thin-page-title__kicker,
.has-hero-img .thin-page-title__title,
.has-hero-img .thin-page-title__desc{color:#fff !important;}

.has-hero-img .thin-page-title__kicker::before{background:#fff !important;}

.has-hero-img .fp-hero-back-btn,.has-hero-img #fp-hero-back button{color:#fff !important;border-color:rgba(255,255,255,.55) !important;}

/* Back-to-top button (global) */
.to-top{
  position:fixed; right:24px; bottom:24px; z-index:200;
  width:48px; height:48px; border-radius:15px;
  border:none; cursor:pointer; padding:0;
  background:#F18B42; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 28px rgba(17,17,17,.20);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s, background .15s ease;
}
.to-top.is-visible{ opacity:1; visibility:visible; transform:none; }
.to-top:hover{ background:#a94f20; }
.to-top:active{ transform:scale(.94); }
@media (max-width:680px){
  .to-top{ right:16px; bottom:16px; width:44px; height:44px; border-radius:13px; }
}
@media (prefers-reduced-motion: reduce){
  .to-top{ transition:opacity .2s ease, visibility .2s; transform:none; }
  .to-top.is-visible{ transform:none; }
}

/* === global Korean line-breaking: break at word boundaries, not mid-syllable === */
body{ word-break:keep-all; overflow-wrap:break-word; }

/* === mobile GNB: show hamburger, hide inline links (keep language toggle) === */
.hamburger{ display:none; }
@media (max-width:900px){
  #nav.site-gnb .gnb-inner{ justify-content:flex-start !important; gap:12px !important; }
  #nav.site-gnb .gnb-links{ margin-left:auto !important; gap:10px !important; }
  #nav.site-gnb .gnb-links .gnb-item:not(.gnb-lang){ display:none !important; }
  #nav.site-gnb .hamburger{ display:flex !important; }
}

/* mobile drawer: hide redundant close button & language toggle
   (top bar already provides the × close and the EN/KO toggle) */
.mobile-drawer .drawer-close{ display:none !important; }
.mobile-drawer .drawer-lang{ display:none !important; }

/* ===== index pillar cards: photo backgrounds + white gradient + black text ===== */
#cards .bg1{ background:#e9e4dd url("../assets/pillar-ingredients.jpg") center/cover no-repeat !important; }
#cards .bg2{ background:#e9e4dd url("../assets/pillar-fragrance.jpg") center/cover no-repeat !important; }
#cards .bg3{ background:#e9e4dd url("../assets/pillar-finished.jpg") center/cover no-repeat !important; }
/* white gradient (top-left 95% -> bottom-right 60%), same as fragrance hero */
#cards .card-overlay{ background:linear-gradient(to bottom right, rgba(255,255,255,.95) 0%, rgba(255,255,255,.60) 100%) !important; }
/* text -> dark */
#cards .card{ color:#1a1410; }
#cards .card-num{ color:rgba(26,20,16,.55); }
#cards .card-name{ color:#1a1410; }
#cards .card-ko{ color:rgba(26,20,16,.55); }
#cards .card-desc{ color:#4a443f; }
#cards .card-tag{ color:#1a1410; border-color:rgba(17,17,17,.30); }
#cards .card-arrow{ background:rgba(17,17,17,.06); border-color:rgba(17,17,17,.25); color:#1a1410; }

/* ===== index main hero: background image (text stays as-is) ===== */
.hero::before{
  content:''; position:absolute; inset:0; z-index:0;
  background:linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,.25)) no-repeat, url("../assets/hero-home.jpg") center/cover no-repeat #fff;
  pointer-events:none;
}
.hero > *:not(.scroll-arrow){ position:relative; z-index:1; }

/* ===== index hero: mouse parallax (background shifts opposite) + subtle tilt ===== */
.hero{ perspective:1300px; }
.hero::before{
  transform:translate(var(--hero-bx,0px),var(--hero-by,0px)) rotateX(var(--hero-rx,0deg)) rotateY(var(--hero-ry,0deg)) scale(1.12);
  transform-origin:center center;
  transition:transform .22s ease-out;
  will-change:transform;
}
/* ===== scroll cue: circle morphs to ellipse while scrolling ===== */
.arrow-circle{ transition:width .4s cubic-bezier(.16,1,.3,1), height .4s cubic-bezier(.16,1,.3,1), border-radius .4s cubic-bezier(.16,1,.3,1); }
.scroll-arrow.morph .arrow-circle{ width:28px; height:56px; border-radius:40px; }
@media (prefers-reduced-motion: reduce){
  .hero::before{ transform:scale(1.02) !important; transition:none !important; }
  .scroll-arrow.morph .arrow-circle{ width:40px; height:40px; }
}

/* scroll cue: absolutely pinned to the hero's bottom (hero == 100svh) */
.hero{ padding-bottom: 28px; }
.hero .scroll-arrow{
  position: absolute !important;
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
}
@media (max-width:900px){
  .hero{ padding-bottom: 24px; }
  .hero .scroll-arrow{ bottom: 14px !important; }
}
