/* =========================================================
   회사소개(/about/) 스타일 — companycss 숏코드에서 테마로 이전 (2026-07-23)
   섹션 디자인(금색 계열)은 기존 유지, 탭 내비만 토큰(시그니처 블루) 적용.
   토큰: tokens.css
   ========================================================= */

/* 스크롤 페이드인은 전역 공통(layout.css .js-motion .fade-in) 사용 */

/* ============================================
   SECTION 1: 히어로 영역 리디자인
   ============================================ */
.hero-redesign {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
  background: #0a0a0a;
}
.hero-redesign .hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://ystowel1.mycafe24.com/wp-content/uploads/2023/10/%EC%A7%81%ED%8F%AC%EB%8F%99.jpg') center/cover;
  opacity: 0.35;
  filter: grayscale(30%);
}
.hero-redesign .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 80px;
}
.hero-redesign .hero-eyebrow {
  font-size: 12px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #b08d57;
  font-weight: 500;
  margin-bottom: 16px;
}
.hero-redesign h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-redesign h1 span {
  display: block;
  font-weight: 300;
  font-size: 0.5em;
  color: rgba(255,255,255,0.6);
  letter-spacing: 2px;
  margin-top: 8px;
}
.hero-redesign .hero-line {
  width: 60px;
  height: 2px;
  background: #b08d57;
}

/* ============================================
   SECTION 2: 핵심 수치 카드 (Stats)
   ============================================ */
.stats-section {
  background: #fff;
  padding: 80px 0;
}
.stats-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-card {
  text-align: center;
  padding: 40px 24px;
  position: relative;
  transition: background 0.3s;
}
.stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e5e5e5;
}
.stat-card:hover {
  background: #fafaf7;
}
.stat-card .stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f5f3ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card .stat-icon svg {
  width: 22px;
  height: 22px;
  stroke: #b08d57;
  fill: none;
  stroke-width: 1.5;
}
.stat-card .stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-card .stat-number small {
  font-size: 16px;
  font-weight: 400;
  color: #b08d57;
}
.stat-card .stat-label {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  line-height: 1.5;
}

/* ============================================
   SECTION 3: 회사 소개 텍스트 블록
   ============================================ */
.intro-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-section .intro-left .eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  color: #b08d57;
  font-weight: 500;
  margin-bottom: 20px;
}
.intro-section .intro-left h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}
.intro-section .intro-left p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  word-break: keep-all;
}
.intro-section .intro-left p.en {
  margin-top: 20px;
  font-size: 13px;
  color: #aaa;
  line-height: 1.8;
}
.intro-section .intro-right {
  position: relative;
}
.intro-section .intro-right img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
}
.intro-section .intro-right::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 2px solid #b08d57;
  border-radius: 4px;
  z-index: -1;
}

/* ============================================
   SECTION 4: 사업분야 카드
   ============================================ */
.business-section {
  background: #1a1a1a;
  padding: 100px 40px;
}
.business-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.business-section .section-header .eyebrow {
  font-size: 12px;
  letter-spacing: 6px;
  color: #b08d57;
  margin-bottom: 16px;
}
.business-section .section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
.business-cards {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.biz-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 48px 40px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.biz-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #b08d57, #d4b87a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.biz-card:hover::before {
  transform: scaleX(1);
}
.biz-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(176, 141, 87, 0.3);
  transform: translateY(-4px);
}
.biz-card .card-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #b08d57;
  border: 1px solid rgba(176,141,87,0.3);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.biz-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.biz-card .card-sub {
  font-size: 14px;
  color: #b08d57;
  margin-bottom: 24px;
  font-weight: 500;
}
.biz-card p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255,255,255,0.55);
  word-break: keep-all;
}

/* ============================================
   SECTION 5: CEO 인사말
   ============================================ */
.ceo-section {
  background: #fafaf7;
  padding: 100px 40px;
}
.ceo-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.ceo-inner .eyebrow {
  font-size: 12px;
  letter-spacing: 6px;
  color: #b08d57;
  margin-bottom: 20px;
}
.ceo-inner .quote-mark {
  font-size: 80px;
  line-height: 1;
  color: #d4c9a8;
  font-family: Georgia, serif;
  margin-bottom: 8px;
}
.ceo-inner blockquote {
  font-size: 17px;
  line-height: 2.2;
  color: #444;
  word-break: keep-all;
  margin-bottom: 40px;
  font-weight: 400;
}
.ceo-inner .ceo-sign {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ceo-inner .ceo-sign .name {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 8px;
}
.ceo-inner .ceo-sign .title {
  font-size: 13px;
  color: #999;
}
.ceo-inner .ceo-sign .line {
  width: 40px;
  height: 1px;
  background: #b08d57;
  margin: 8px 0;
}

/* ============================================
   SECTION 6: 인증 현황 (프랜차이즈 카드 스타일 참조)
   ============================================ */
.cert-section {
  padding: 100px 40px;
  background: #fff;
}
.cert-section .section-header {
  text-align: center;
  margin-bottom: 20px;
}
.cert-section .section-header .eyebrow {
  font-size: 12px;
  letter-spacing: 6px;
  color: #b08d57;
  margin-bottom: 16px;
}
.cert-section .section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.cert-section .section-header p {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
.cert-highlight {
  max-width: 900px;
  margin: 40px auto;
  background: #fafaf7;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.cert-highlight img {
  width: 120px;
  height: auto;
  border-radius: 4px;
  flex-shrink: 0;
}
.cert-highlight-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #b08d57;
  margin-bottom: 12px;
}
.cert-highlight-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  word-break: keep-all;
}

/* 인증서 그리드 - 프랜차이즈 카드 스타일 적용 */
.cert-grid {
  max-width: 1100px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cert-card {
  background: #fafaf7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}
.cert-card:hover {
  border-color: #b08d57;
  box-shadow: 0 8px 30px rgba(176,141,87,0.1);
  transform: translateY(-2px);
}
.cert-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: 4px;
}
.cert-card .cert-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* ============================================
   SECTION 7: 생산공정 타임라인
   ============================================ */
.process-section {
  background: #f5f5f0;
  padding: 100px 40px;
}
.process-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.process-section .section-header .eyebrow {
  font-size: 12px;
  letter-spacing: 6px;
  color: #b08d57;
  margin-bottom: 16px;
}
.process-section .section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
}
.process-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.process-timeline::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #b08d57, #e5dcc8);
}
.process-step {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
  position: relative;
}
.process-step .step-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #b08d57;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  color: #b08d57;
  letter-spacing: 1px;
}
.process-step .step-content {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  flex: 1;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.process-step .step-content:hover {
  border-color: #b08d57;
  box-shadow: 0 4px 20px rgba(176,141,87,0.08);
}
.process-step .step-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.process-step .step-content p {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  word-break: keep-all;
}
.process-step .step-content .step-images {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.process-step .step-content .step-images img {
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.process-step .step-content .step-images img:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .process-step .step-content .step-images {
    flex-direction: column;
  }
  .process-step .step-content .step-images img {
    width: 100%;
    height: auto;
  }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .hero-redesign .hero-content {
    padding: 40px 24px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-card:nth-child(2)::after { display: none; }
  .stat-card:nth-child(1)::after, .stat-card:nth-child(3)::after {
    display: block;
  }
  .intro-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 24px;
  }
  .business-cards {
    grid-template-columns: 1fr;
  }
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cert-highlight {
    flex-direction: column;
    text-align: center;
    padding: 32px;
  }
  .process-timeline::before { left: 16px; }
  .process-step .step-dot {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .process-step { gap: 20px; }
}
/* ============================================
   FAQ 섹션
   ============================================ */
.faq-section {
  background: #fff;
  padding: 100px 40px;
}
.faq-section .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.faq-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-section .section-header .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f5f3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #b08d57;
}
.faq-section .section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
}
.faq-section .section-header h2 small {
  display: block;
  font-size: 12px;
  letter-spacing: 6px;
  color: #b08d57;
  font-weight: 500;
  margin-bottom: 12px;
}
.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-q {
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  transition: color 0.3s;
}
.faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: #b08d57;
  transition: transform 0.3s;
}
.faq-q.open::after {
  content: '−';
}
.faq-q:hover {
  color: #b08d57;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 14px;
  line-height: 2;
  color: #666;
  word-break: keep-all;
}
.faq-q.open + .faq-a {
  max-height: 500px;
  padding-bottom: 24px;
}

/* ---------- 탭 내비게이션 (토큰 적용, contact-2026.css와 동일 규격) ---------- */
.tab-nav {
  margin-top: -27px;
  margin-bottom: 15px;
  z-index: 100;
  background: var(--color-canvas);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  gap: 0;
  transition: box-shadow 0.3s;
}
.tab-nav.fixed {
  margin-top: 0 !important;
  position: fixed !important;
  top: 91px !important;  /* 헤더 높이 */
  left: 0 !important;
  width: 100% !important;
  z-index: 9999;
  background: var(--color-canvas);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.tab-nav a {
  position: relative;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-muted);
  text-decoration: none;
  word-break: keep-all;
  transition: color 0.3s;
}
.tab-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}
.tab-nav a:hover,
.tab-nav a.active {
  color: var(--color-foreground);
}
.tab-nav a.active::after {
  width: 100%;
}
@media (max-width: 768px) {
  .tab-nav a {
    padding: 16px 12px;
    font-size: 12px;
  }
  .tab-nav.fixed {
    top: 61px !important;  /* 모바일 헤더 높이 */
  }
  .intro-section .intro-right img {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
