/* styles.css - extracted from index.html */
/* Apple SD Gothic Neo Web Font Stack */
@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 100;
  font-style: normal;
  src: local('Apple SD Gothic Neo Thin'),
    url('./fonts/AppleSDGothicNeo-Thin.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 200;
  font-style: normal;
  src: local('Apple SD Gothic Neo ExtraLight'),
    url('./fonts/AppleSDGothicNeo-ExtraLight.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 300;
  font-style: normal;
  src: local('Apple SD Gothic Neo Light'),
    url('./fonts/AppleSDGothicNeo-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 400;
  font-style: normal;
  src: local('Apple SD Gothic Neo Regular'),
    url('./fonts/AppleSDGothicNeo-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 500;
  font-style: normal;
  src: local('Apple SD Gothic Neo Medium'),
    url('./fonts/AppleSDGothicNeo-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 600;
  font-style: normal;
  src: local('Apple SD Gothic Neo SemiBold'),
    url('./fonts/AppleSDGothicNeo-SemiBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 700;
  font-style: normal;
  src: local('Apple SD Gothic Neo Bold'),
    url('./fonts/AppleSDGothicNeo-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 800;
  font-style: normal;
  src: local('Apple SD Gothic Neo ExtraBold'),
    url('./fonts/AppleSDGothicNeo-ExtraBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeo';
  font-weight: 900;
  font-style: normal;
  src: local('Apple SD Gothic Neo Black'),
    url('./fonts/AppleSDGothicNeo-Black.woff2') format('woff2');
  font-display: swap;
}

body {
  font-family: 'AppleSDGothicNeo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #020617;
  color: #f8fafc;
  overflow-x: hidden;
  /* font-size: 62.5%; */
  word-break: keep-all;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0f172a;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

.hero-bg {
  transition: transform 10s linear;
}

.hero-slide {
  transition: opacity 1s ease-in-out;
}

.hero-content-layer {
  transition: all 0.7s ease-out;
}

/* Solution Stacking Styles */
.stack-card {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  will-change: transform, top, opacity;
  /* requested outer glow */
  box-shadow: 0px 0px 30px 0px rgba(38, 121, 233, 0.80);
}

/* Hero indicator counter styles */
#hero-indicators {
  display: flex;
  align-items: center;
}

#hero-indicators .indicator-current {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  transition: font-size .18s ease, color .18s ease;
}

#hero-indicators .indicator-total {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
a.crane_link{
  text-decoration: none;
  font-family: 'Audiowide', sans-serif;

  /* font-weight: 500; */
  /* letter-spacing: 4px; */
}

.nanum-brush-script-regular {
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  #hero-indicators .indicator-current {
    font-size: 1.25rem;
  }

  div#mobile-nav-content {
    background-color: #020617;
  }
}

/* Hero badge (slide badge) */
.hero-badge {
  font-size: 1.8rem;
  color: #DABB84;
  font-family: 'AppleSDGothicNeo', 'Apple SD Gothic Neo', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}


#hero span.font-01 {
  font-family: 'Audiowide', sans-serif;
  font-weight: normal;
}

#hero span.font-02 {
  font-family: 'Audiowide', sans-serif;
  font-weight: normal;
}

#hero-content-container img.inline-logo {
  height: 1.5em;
  vertical-align: middle;
  display: inline-flex;
  width: 200px;
  object-fit: contain;
}

#services {
  background: url(../images/main2-bg.jpg) no-repeat center center;
  background-size: cover;
}

#stacking-container {
  background: url(../images/main3-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

/* Allow stack-card shadows to overflow the sticky wrapper so box-shadows aren't clipped */
#stacking-container > .sticky {
  overflow: visible !important;
}

#story {
  background: url(../images/main4-bg.jpg) no-repeat center center;
  background-size: cover;
}

#contact {
  background: url(../images/main5-bg.jpg) no-repeat center center;
  background-size: cover;
}

.header-bg {
  background-image: url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=2560&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.lnb-item {
  position: relative;
  color: #94A3B8;
  transition: color 0.3s ease;
}

.lnb-item:hover {
  color: #ffffff;
}

.lnb-item.active {
  color: #ffffff;
  font-weight: 700;
}

.lnb-item.active::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #22D3EE;
  box-shadow: 0 -2px 10px rgba(34, 211, 238, 0.5);
}

.info-table th,
.info-table td {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-table th {
  color: #fff;
  font-weight: 700;
}

.info-table td {
  color: #CBD5E1;
}

.glass-panel {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}