* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  background: #07090d;
  color: #e8eaef;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
body { min-height: 100vh; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
.mono { font-family: "IBM Plex Mono", ui-monospace, monospace; }
.k {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(232,234,239,0.4);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}
.muted { color: rgba(232,234,239,0.58); line-height: 1.7; }

header {
  position: absolute; z-index: 20; inset: 0 0 auto 0;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; padding: 0 36px;
}
.brand {
  display: flex; align-items: center; gap: 8px;
  color: #fff;
}
.brand img { width: 30px; height: 30px; object-fit: contain; }
.brand span {
  font-weight: 800; font-size: 20px; letter-spacing: -0.04em;
}
nav { display: flex; align-items: center; gap: 22px; font-size: 13px; color: rgba(232,234,239,0.62); }
nav a:hover, nav a.active { color: #fff; }
.chip {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px; color: #7ee0a3;
  border: 1px solid #1f4a33; background: rgba(18,40,28,0.7);
  padding: 7px 10px; white-space: nowrap;
}
.lang { display: flex; gap: 8px; font-size: 11px; letter-spacing: 0.16em; color: rgba(232,234,239,0.4); }
.lang .on { color: #fff; }
.head-right { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border: 1px solid #232833; background: transparent; border-radius: 8px;
}

.hero { position: relative; min-height: 100vh; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6,8,12,0.9) 0%, rgba(6,8,12,0.35) 52%, rgba(6,8,12,0.22) 100%),
    radial-gradient(ellipse at 72% 48%, rgba(255,85,0,0.14), transparent 55%);
}
.hero-copy { position: relative; z-index: 2; width: min(46%, 560px); padding: 160px 36px 80px; }
.hero-copy .mono { color: #FF5500; font-size: 12px; }
h1 { margin-top: 14px; font-size: clamp(36px, 5vw, 56px); line-height: 1.12; letter-spacing: -0.05em; font-weight: 800; }
h1 em { font-style: normal; color: #FF5500; }
.hero-copy p { margin-top: 18px; color: rgba(232,234,239,0.68); font-size: 17px; line-height: 1.7; max-width: 460px; }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn {
  height: 44px; padding: 0 16px; display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 700; border-radius: 8px;
}
.btn-b { background: #FF5500; color: #140800; }
.btn-g { border: 1px solid rgba(255,255,255,0.16); }
.live {
  position: absolute; z-index: 3; right: 36px; bottom: 36px;
  display: flex; gap: 10px; align-items: center;
  background: rgba(8,10,16,0.72); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 12px 16px; border-radius: 12px;
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: #7ee0a3; box-shadow: 0 0 10px #7ee0a3; }

.bento { display: grid; grid-template-columns: 1.35fr 1fr; gap: 10px; padding: 10px; }
.card { position: relative; overflow: hidden; min-height: 280px; border-radius: 16px; }
.card.span { min-height: 580px; }
.card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.card .meta {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
}
.card h3 { font-size: 22px; letter-spacing: -0.03em; }
.card p { margin-top: 6px; color: rgba(255,255,255,0.7); font-size: 14px; }
.stack { display: grid; gap: 10px; }

.products { padding: 28px 36px 12px; }
.products h2 { font-size: 12px; letter-spacing: 0.16em; color: rgba(232,234,239,0.45); font-weight: 600; margin-bottom: 14px; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 14px 0; border-bottom: 1px solid #232833; font-size: 14px; }
th { color: rgba(232,234,239,0.4); font-size: 11px; letter-spacing: 0.12em; font-weight: 500; }
.tag, .st-live, .st-inquiry, .st-building {
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 11px;
}
.tag.live, .st-live { color: #FF5500; }
.tag.inquiry, .st-inquiry { color: rgba(232,234,239,0.45); }
.tag.building, .st-building { color: #7ee0a3; }
.sr {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
td a:hover { color: #fff; }

.hire {
  margin: 16px 36px 36px; border-radius: 16px; overflow: hidden;
  position: relative; min-height: 220px;
}
.hire > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hire .veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,8,0,0.86), rgba(7,12,18,0.4)); }
.hire-inner {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 36px;
}
.hire h2 { font-size: 28px; letter-spacing: -0.04em; }
.hire p { margin-top: 8px; color: rgba(255,255,255,0.65); font-size: 14px; }

body.inner header {
  position: sticky; top: 0;
  background: rgba(7,9,13,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #232833;
}
.page-hero { padding: 48px 36px 12px; max-width: 1120px; }
.page-hero .mono { color: #FF5500; font-size: 12px; }
.page-hero h1 { margin-top: 10px; }
.lede { margin-top: 14px; max-width: 640px; color: rgba(232,234,239,0.62); font-size: 17px; line-height: 1.7; }
.page-hero.has-photo {
  position: relative;
  overflow: hidden;
  max-width: none;
  min-height: 340px;
  padding: 0;
  border-bottom: 1px solid #232833;
}
.page-hero.has-photo > img.ph-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.page-hero.has-photo .veil {
  background:
    linear-gradient(90deg, rgba(6,8,12,0.92) 0%, rgba(6,8,12,0.78) 48%, rgba(6,8,12,0.58) 100%),
    radial-gradient(ellipse at 82% 40%, rgba(255,85,0,0.16), transparent 52%);
}
.page-hero.has-photo .ph-copy {
  position: relative; z-index: 2;
  padding: 92px 36px 52px;
  max-width: 1120px;
}
.section { padding: 28px 36px 8px; max-width: 1120px; }
.section h2 { font-size: 22px; letter-spacing: -0.04em; margin-bottom: 16px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.panel {
  border: 1px solid #232833; border-radius: 14px; padding: 20px 22px;
  background: #0e1116;
}
.panel h3 { font-size: 18px; letter-spacing: -0.03em; }
.panel p { margin-top: 8px; color: rgba(232,234,239,0.6); font-size: 14px; line-height: 1.65; }
.list { border-top: 1px solid #232833; }
.list li, .row-item {
  border-bottom: 1px solid #232833; padding: 14px 0;
  display: grid; gap: 6px;
}
.row-item strong { font-size: 15px; }
.group-title { margin: 28px 0 10px; font-size: 13px; letter-spacing: 0.14em; color: rgba(232,234,239,0.45); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chips a {
  border: 1px solid #232833; border-radius: 999px;
  padding: 7px 12px; font-size: 12px; color: rgba(232,234,239,0.7);
}
.chips a:hover { border-color: #3a4250; color: #fff; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.pills span {
  border: 1px solid #232833; border-radius: 999px;
  padding: 4px 10px; font-size: 11px; letter-spacing: 0.12em;
  color: rgba(232,234,239,0.5);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}
.prod-card {
  display: block; border: 1px solid #232833; border-radius: 14px;
  padding: 18px 20px; background: #0e1116;
}
.prod-card:hover { border-color: #3a4250; }
.prod-card h3 { font-size: 18px; margin-top: 8px; }
.prod-card p { margin-top: 8px; color: rgba(232,234,239,0.6); font-size: 14px; line-height: 1.65; }
.prod-card .more { margin-top: 14px; font-size: 13px; color: rgba(232,234,239,0.4); }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.facts div { border-top: 1px solid #232833; padding: 16px 0; }
.facts .v { margin-top: 6px; }
.tech {
  display: grid; grid-template-columns: 88px 1fr; gap: 18px;
  padding: 22px 0; border-bottom: 1px solid #232833;
}
.tech .num {
  font-size: 36px; font-weight: 300; letter-spacing: -0.05em;
  color: rgba(232,234,239,0.28);
}
.tech h3 { font-size: 22px; letter-spacing: -0.04em; }
.tech p { margin-top: 8px; }
.cta-bar {
  margin: 28px 36px 40px; border-radius: 16px; padding: 28px 32px;
  background: linear-gradient(90deg, #1a0c04, #0e1116);
  border: 1px solid #3a2418;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  max-width: 1120px;
}
.cta-bar h2 { font-size: 22px; margin: 0 0 6px; }
.cta-bar .cta { margin-top: 0; }
.wordmark { height: 48px; width: auto; margin: 16px 0 4px; }

footer.site {
  padding: 0 36px 36px;
  color: rgba(232,234,239,0.4);
  font-size: 12px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
footer.site.rich {
  display: block; padding: 28px 36px 36px;
  border-top: 1px solid #232833; margin-top: 12px;
}
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 22px; }
.foot-grid h3 { font-size: 11px; letter-spacing: 0.16em; color: rgba(232,234,239,0.38); margin-bottom: 12px; }
.foot-grid a, .foot-grid p { display: block; margin: 0 0 8px; color: rgba(232,234,239,0.55); }
.legal { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.err {
  min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 40px 20px;
}
.err h1 { font-size: 64px; color: #FF5500; }

@media (max-width: 900px) {
  header { padding: 0 18px; }
  .nav-toggle { display: inline-flex; }
  header nav {
    display: none;
    position: absolute; top: 68px; left: 0; right: 0; z-index: 25;
    flex-direction: column; align-items: flex-start; gap: 16px;
    padding: 16px 18px 22px;
    background: #07090d;
    border-bottom: 1px solid #232833;
  }
  header.open nav { display: flex; }
  .hero-copy { width: 100%; padding: 120px 18px 72px; }
  .bento { grid-template-columns: 1fr; }
  .card.span { min-height: 360px; }
  .products { padding-left: 18px; padding-right: 18px; }
  .hire { margin-left: 18px; margin-right: 18px; }
  .hire-inner { flex-direction: column; align-items: flex-start; }
  .live { right: 18px; bottom: 18px; }
  footer.site { padding-left: 18px; padding-right: 18px; padding-bottom: 28px; }
  .page-hero, .section { padding-left: 18px; padding-right: 18px; }
  .page-hero.has-photo .ph-copy { padding-left: 18px; padding-right: 18px; padding-top: 88px; }
  .grid-2, .grid-3, .facts, .foot-grid, .tech { grid-template-columns: 1fr; }
  .cta-bar { margin-left: 18px; margin-right: 18px; flex-direction: column; align-items: flex-start; }
}
