/* =====================================================
   COMPANY PAGE — Light theme (orange & white)
   ===================================================== */
.co { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* --- Light Hero --- */
.co-hero {
  position: relative; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--brown-dark); overflow: hidden;
  background: linear-gradient(160deg, #fff 0%, var(--orange-bg) 40%, #fff8f0 100%);
}
.co-hero-glow1, .co-hero-glow2, .co-hero-glow3 {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(80px); opacity: 0;
  animation: glowPulse 6s ease-in-out infinite;
}
.co-hero-glow1 {
  width: 500px; height: 500px; top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(237,158,54,0.18) 0%, transparent 70%);
  animation-delay: 0s; opacity: 0.7;
}
.co-hero-glow2 {
  width: 400px; height: 400px; bottom: -80px; left: -60px;
  background: radial-gradient(circle, rgba(245,185,96,0.14) 0%, transparent 70%);
  animation-delay: 2s; opacity: 0.5;
}
.co-hero-glow3 {
  width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(237,158,54,0.08) 0%, transparent 60%);
  animation-delay: 4s; opacity: 0.4;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.15); }
}
.co-hero-glow1 { animation: glowPulse 6s ease-in-out infinite 0s; }
.co-hero-glow2 { animation: glowPulse 6s ease-in-out infinite 2s; }
.co-hero-glow3 { animation: glowPulse 6s ease-in-out infinite 4s; }

.co-hero-content { position: relative; z-index: 1; padding: 80px 24px; }
.co-hero-label {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
  opacity: 0; animation: heroSlideUp 0.8s var(--ease) 0.2s forwards;
}
.co-hero-title {
  font-family: var(--font-serif);
  font-size: 2.8rem; font-weight: 900; line-height: 1.3;
  color: var(--brown-dark);
  margin-bottom: 16px;
  opacity: 0; animation: heroSlideUp 0.8s var(--ease) 0.4s forwards;
}
.co-hero-sub {
  font-size: 1rem; color: var(--gray-600); line-height: 1.8;
  opacity: 0; animation: heroSlideUp 0.8s var(--ease) 0.6s forwards;
}
.co-hero-stats {
  display: flex; justify-content: center; gap: 48px; margin-top: 40px;
  opacity: 0; animation: heroSlideUp 0.8s var(--ease) 0.8s forwards;
}
.co-stat-num {
  font-family: var(--font-serif);
  font-size: 2.4rem; font-weight: 900; color: var(--orange);
  line-height: 1;
}
.co-stat-num small { font-size: 0.8rem; font-weight: 400; color: var(--gray-600); }
.co-stat-label { font-size: 0.72rem; color: var(--gray-500); margin-top: 4px; }
.co-hero-line {
  width: 60px; height: 2px; margin: 32px auto 0;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0; animation: heroSlideUp 0.8s var(--ease) 1s forwards;
}
@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Section Light --- */
.co-section-light {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--orange-bg) 50%, #fff 100%);
  color: var(--brown-dark); padding: 100px 0;
}
.co-section-light .co-glow-bg {
  position: absolute; width: 600px; height: 600px;
  border-radius: 50%; filter: blur(120px); pointer-events: none;
  background: radial-gradient(circle, rgba(237,158,54,0.10) 0%, transparent 70%);
}
.co-section-light .co-glow-bg--left { top: -200px; left: -200px; }
.co-section-light .co-glow-bg--right { bottom: -200px; right: -200px; }
.co-section-light .section-heading { color: var(--brown-dark); font-size: 1.8rem; }
.co-section-light .section-heading::after { display: none; }

/* --- Cards --- */
.co-cycle-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 40px;
}
.co-cycle-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(237,158,54,0.15);
  border-radius: 16px; padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(237,158,54,0.06);
  transition: all 0.5s var(--ease);
  overflow: hidden;
}
.co-cycle-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(237,158,54,0.06), transparent 60%);
  opacity: 0; transition: opacity 0.5s;
}
.co-cycle-card:hover {
  transform: translateY(-8px);
  border-color: var(--orange);
  box-shadow: 0 8px 40px rgba(237,158,54,0.15), 0 20px 60px rgba(0,0,0,0.06);
}
.co-cycle-card:hover::before { opacity: 1; }
.co-cycle-num {
  font-family: var(--font-serif);
  font-size: 3rem; font-weight: 900;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1; margin-bottom: 16px;
  position: relative; z-index: 1;
}
.co-cycle-en {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 8px;
  position: relative; z-index: 1;
}
.co-cycle-card h3 {
  font-size: 1.2rem; font-weight: 700; color: var(--brown-dark);
  margin-bottom: 12px; position: relative; z-index: 1;
}
.co-cycle-card p {
  font-size: 0.92rem; color: var(--gray-600); line-height: 1.8;
  position: relative; z-index: 1;
}

/* --- Philosophy Banner --- */
.co-philosophy {
  text-align: center; padding: 80px 24px;
  position: relative; overflow: hidden;
  background: #fff;
}
.co-philosophy-quote {
  font-family: var(--font-serif);
  font-size: 2rem; font-weight: 700; color: var(--brown-dark);
  line-height: 1.6; margin-bottom: 24px;
}
.co-philosophy-text {
  font-size: 1.05rem; color: var(--gray-600); line-height: 2;
  max-width: 680px; margin: 0 auto;
}
.co-philosophy-text strong { color: var(--orange-dark); }

/* --- Policy --- */
.co-policy-list { list-style: none; max-width: 700px; }
.co-policy-item {
  padding: 16px 0 16px 28px; position: relative;
  font-size: 1rem; color: var(--gray-600); line-height: 1.9;
  border-bottom: 1px solid rgba(237,158,54,0.12);
}
.co-policy-item:last-child { border-bottom: none; }
.co-policy-item::before {
  content: ""; position: absolute; left: 0; top: 24px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--orange); box-shadow: 0 0 12px rgba(237,158,54,0.3);
}
.co-policy-sig {
  text-align: right; font-size: 0.92rem;
  color: var(--gray-500); line-height: 1.8;
  margin-top: 24px; max-width: 700px;
}

/* --- Company Info Table --- */
.co-info-section { padding: 80px 0; background: #fff; }
.co-info-section .section-heading { margin-bottom: 32px; }
.co-table-wrap {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(237,158,54,0.08);
}
.co-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.95rem; background: var(--white);
}
.co-table th {
  background: var(--orange); color: var(--white);
  font-weight: 600; padding: 14px 20px; text-align: left;
  font-size: 0.85rem; letter-spacing: 0.05em;
  width: 160px; white-space: nowrap; vertical-align: top;
}
.co-table td {
  padding: 14px 20px; border-bottom: 1px solid var(--gray-200);
  line-height: 1.7; transition: background 0.3s;
}
.co-table tr:last-child td { border-bottom: none; }
.co-table tr:hover td { background: var(--orange-bg); }

/* --- Access Section --- */
.co-access { padding: 80px 0; background: var(--orange-bg); }
.co-access .section-heading { text-align: center; margin-bottom: 24px; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .co-hero { min-height: 360px; }
  .co-hero-title { font-size: 1.8rem; }
  .co-hero-stats { gap: 24px; flex-wrap: wrap; }
  .co-stat-num { font-size: 1.8rem; }
  .co-cycle-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .co-section-light { padding: 64px 0; }
  .co-philosophy-quote { font-size: 1.5rem; }
  .co-table th { width: 110px; padding: 12px 14px; }
  .co-table td { padding: 12px 14px; }
}
