body { background: var(--dc-white); }

.b-header { height: 72px; background: var(--dc-ink); color: var(--dc-white); }
.b-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.b-brand { font-family: Archivo, sans-serif; font-size: 17px; font-weight: 750; }
.b-nav { display: flex; align-items: center; gap: 30px; font-family: Archivo, sans-serif; font-size: 12px; font-weight: 650; }
.b-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.b-header__right { justify-self: end; display: flex; align-items: center; gap: 10px; }
.b-header__inquiry { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--dc-accent); font-size: 13px; font-weight: 750; }
.b-header__inquiry > svg { width: 17px; height: 17px; }
.b-header .dc-icon-button { display: none; color: var(--dc-white); }

.b-hero { height: 82svh; min-height: 690px; position: relative; background: var(--dc-ink); color: var(--dc-white); overflow: hidden; }
.b-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s ease; }
.b-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.b-slide img { width: 100%; height: 100%; object-fit: cover; }
.b-hero__panel { position: absolute; inset: auto 0 0; z-index: 4; background: rgba(21,21,21,.94); }
.b-hero__panel .dc-container { min-height: 260px; display: grid; grid-template-columns: 1.35fr .85fr; align-items: center; gap: 90px; }
.b-hero__index { margin-bottom: 14px; color: var(--dc-accent); font-family: Archivo, sans-serif; font-size: 12px; font-weight: 750; }
.b-hero h1 { margin: 0; max-width: 780px; font-family: Archivo, Pretendard, sans-serif; font-size: 57px; font-weight: 650; line-height: 1.08; letter-spacing: 0; word-break: keep-all; }
.b-hero__side { padding-left: 36px; border-left: 1px solid #4d4d4d; }
.b-hero__side p { max-width: 430px; margin: 0 0 22px; color: #cfcfcf; }
.b-hero__controls { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.b-hero__controls .dc-icon-button { color: var(--dc-white); border-color: #777; }
.b-hero__status { min-width: 64px; text-align: center; font-family: Archivo, sans-serif; font-size: 12px; }
.b-hero__dots { position: absolute; left: max(32px, calc((100vw - var(--dc-container)) / 2)); top: 32px; z-index: 5; display: flex; gap: 8px; }
.b-hero__dot { width: 44px; min-height: 44px; border: 0; border-bottom: 2px solid rgba(255,255,255,.45); background: transparent; color: var(--dc-white); font-family: Archivo, sans-serif; font-size: 11px; cursor: pointer; }
.b-hero__dot.is-active { border-color: var(--dc-accent); color: var(--dc-accent); }

.b-projects { padding: 112px 0 124px; background: var(--dc-white); scroll-margin-top: 72px; }
.b-projects__head { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.b-projects__head > div > span { display: block; margin-bottom: 12px; color: var(--dc-accent-strong); font-family: Archivo, sans-serif; font-size: 11px; font-weight: 750; }
.b-projects h2 { margin: 0; font-family: Archivo, sans-serif; font-size: 54px; font-weight: 650; line-height: 1; }
.b-projects__head p { max-width: 480px; margin: 0; color: #575757; }

.b-filterbar { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-top: 42px; padding: 16px; border: 1px solid var(--dc-line); background: var(--dc-paper); }
.b-filterbar__fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.b-filter-select { min-width: 0; display: grid; gap: 6px; }
.b-filter-select > span { color: #68645e; font-size: 11px; font-weight: 750; }
.b-filter-select select { width: 100%; height: 50px; padding: 0 12px; border: 1px solid #c9c5bc; border-radius: 2px; background: var(--dc-white); color: var(--dc-ink); font-weight: 700; cursor: pointer; }
.b-filter-select select:focus { border-color: var(--dc-accent-strong); outline: 3px solid rgba(169,79,31,.2); outline-offset: 1px; }
.b-filterbar__status { min-height: 50px; display: flex; align-items: center; gap: 12px; padding-left: 20px; border-left: 1px solid #cbc7bf; }
.b-filterbar__status strong { min-width: 68px; font-family: Archivo, Pretendard, sans-serif; font-size: 13px; }
.b-filterbar__reset { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; padding: 0; border: 1px solid #b9b5ad; border-radius: 0; background: var(--dc-white); line-height: 0; cursor: pointer; }
.b-filterbar__reset > svg { display: block; width: 17px; height: 17px; margin: 0; }
.b-filter-note { margin: 10px 0 0; color: #716e68; font-size: 12px; }

.b-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 58px 24px; margin-top: 48px; }
.b-project-card { min-width: 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--dc-line); }
.b-project-card figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--dc-paper); }
.b-project-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.b-project-card:hover figure img { transform: scale(1.025); }
.b-project-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 0 17px; }
.b-project-card__heading { display: grid; grid-template-columns: 34px minmax(0, 1fr) 44px; gap: 10px; align-items: center; }
.b-project-card__no { color: var(--dc-accent-strong); font-family: Archivo, sans-serif; font-size: 11px; font-weight: 750; }
.b-project-card h3 { min-width: 0; margin: 0; font-family: Archivo, Pretendard, sans-serif; font-size: 23px; font-weight: 650; line-height: 1.2; overflow-wrap: anywhere; }
.b-project-card__arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--dc-line); line-height: 0; transition: color .2s ease, border-color .2s ease; }
.b-project-card__arrow > svg { display: block; width: 17px; height: 17px; margin: 0; }
.b-project-card:hover .b-project-card__arrow { color: var(--dc-accent-strong); border-color: var(--dc-accent-strong); }
.b-project-card__body > p { min-height: 38px; margin: 9px 0 17px; color: #6b6b6b; font-size: 13px; }
.b-project-card__meta { display: flex; flex-wrap: wrap; gap: 7px 0; margin-top: auto; padding-top: 13px; border-top: 1px solid #ebe8e1; color: #5d5d5d; font-size: 11px; }
.b-project-card__meta span { display: inline-flex; align-items: center; }
.b-project-card__meta span + span::before { content: ""; width: 1px; height: 11px; margin: 0 9px; background: #c7c3bb; }
.b-project-card__meta [data-demo-metric]::after { content: "*"; margin-left: 2px; color: var(--dc-accent-strong); }
.b-project-empty { grid-column: 1 / -1; }

.b-proof { background: var(--dc-accent); }
.b-proof__grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); }
.b-proof__intro, .b-proof__item { min-height: 164px; display: flex; flex-direction: column; justify-content: center; padding: 28px 24px; border-right: 1px solid rgba(21,21,21,.3); }
.b-proof__intro { padding-left: 0; font-weight: 750; }
.b-proof__item:last-child { border-right: 0; }
.b-proof__item small { font-family: Archivo, sans-serif; font-size: 11px; font-weight: 750; }
.b-proof__item strong { font-family: Archivo, sans-serif; font-size: 28px; }
.b-proof__item span { font-size: 12px; }

.b-process { padding: 112px 0; background: var(--dc-ink); color: var(--dc-white); }
.b-process__grid { display: grid; grid-template-columns: .7fr 1.4fr; gap: 110px; }
.b-process h2 { margin: 0; font-family: Archivo, sans-serif; font-size: 47px; font-weight: 650; line-height: 1.08; }
.b-process h2 span { display: block; color: var(--dc-accent); }
.b-process__note { margin: 24px 0 0; color: #888; font-size: 12px; }
.b-process__list { border-top: 1px solid #494949; }
.b-process__row { display: grid; grid-template-columns: 52px 180px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid #494949; }
.b-process__row b { color: var(--dc-accent); font-family: Archivo, sans-serif; font-size: 12px; }
.b-process__row strong { font-size: 18px; }
.b-process__row p { margin: 0; color: #bababa; }

.b-story { padding: 112px 0; background: var(--dc-paper); }
.b-story__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.b-story__image { min-height: 600px; }
.b-story__image img { width: 100%; height: 100%; object-fit: cover; }
.b-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 8vw; background: var(--dc-white); }
.b-story__copy small { color: var(--dc-accent-strong); font-family: Archivo, sans-serif; font-size: 12px; font-weight: 750; }
.b-story__copy h2 { margin: 22px 0; font-family: Archivo, Pretendard, sans-serif; font-size: 43px; font-weight: 650; line-height: 1.14; }
.b-story__copy p { margin: 0 0 28px; color: #5d5d5d; }

.b-contact { padding: 112px 0; background: var(--dc-white); }
.b-contact__head { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; margin-bottom: 60px; }
.b-contact h2 { margin: 0; font-family: Archivo, Pretendard, sans-serif; font-size: 47px; font-weight: 650; line-height: 1.12; }
.b-contact__head p { margin: 0; color: #5f5f5f; }
.b-contact .dc-form { padding-top: 28px; border-top: 2px solid var(--dc-ink); }

@media (max-width: 1000px) {
  .b-header__inner { grid-template-columns: 1fr auto; }
  .b-nav { display: none; }
  .b-header .dc-icon-button { display: grid; }
  .b-header__inquiry { display: none; }
  .b-hero__panel .dc-container { grid-template-columns: 1fr; gap: 26px; padding-top: 38px; padding-bottom: 38px; }
  .b-hero h1 { font-size: 48px; }
  .b-hero__side { padding-left: 0; border-left: 0; }
  .b-projects__head { grid-template-columns: 1fr; gap: 22px; }
  .b-filterbar { grid-template-columns: 1fr; }
  .b-filterbar__status { justify-content: space-between; padding-left: 0; border-left: 0; }
  .b-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b-proof__grid { grid-template-columns: 1fr 1fr; }
  .b-proof__intro { grid-column: 1 / -1; min-height: 100px; padding-left: 24px; border-bottom: 1px solid rgba(21,21,21,.3); }
  .b-proof__item:nth-child(3) { border-right: 0; }
  .b-process__grid { grid-template-columns: 1fr; gap: 54px; }
}

@media (max-width: 620px) {
  .b-header { height: 64px; }
  .b-hero { height: auto; min-height: 780px; }
  .b-slide img { object-position: 52% center; }
  .b-hero__panel .dc-container { min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .b-hero h1 { font-size: 39px; }
  .b-hero__side p { font-size: 15px; }
  .b-hero__dots { left: 18px; top: 20px; }
  .b-projects { padding: 76px 0; }
  .b-projects h2 { font-size: 42px; }
  .b-filterbar { margin-top: 30px; padding: 12px; }
  .b-filterbar__fields { grid-template-columns: 1fr; }
  .b-project-grid { grid-template-columns: 1fr; gap: 44px; margin-top: 38px; }
  .b-project-card h3 { font-size: 21px; }
  .b-proof__grid { grid-template-columns: 1fr; }
  .b-proof__intro { grid-column: auto; }
  .b-proof__intro, .b-proof__item { min-height: 120px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(21,21,21,.3); }
  .b-process, .b-story, .b-contact { padding: 76px 0; }
  .b-process h2, .b-contact h2 { font-size: 36px; }
  .b-process__row { grid-template-columns: 38px 1fr; }
  .b-process__row p { grid-column: 2; }
  .b-story__grid { grid-template-columns: 1fr; min-height: 0; }
  .b-story__image { min-height: 360px; }
  .b-story__copy { padding: 48px 24px; }
  .b-story__copy h2 { font-size: 34px; }
  .b-contact__head { grid-template-columns: 1fr; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .b-slide, .b-project-card figure img, .b-project-card__arrow { transition: none; }
}
