@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Noto+Serif+KR:wght@400;600;700&display=swap");

.about-page {
  background: #f3f0e8;
  color: #171614;
}

.about-page .latin {
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
}

.about-page .serif {
  font-family: "Noto Serif KR", "Cormorant Garamond", serif !important;
}

.about-main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  display: flex;
  min-height: min(88vh, 820px);
  padding: clamp(72px, 10vw, 128px) 24px clamp(56px, 8vw, 96px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(0, 81, 255, 0.08), transparent 62%),
    #f3f0e8;
}

.about-kicker {
  margin: 0 0 22px;
  color: #0051ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.about-hero-name {
  margin: 0;
  color: #111;
  font-size: clamp(64px, 14vw, 148px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0.18em;
}

.about-hero-ko {
  margin: 28px 0 0;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-hero-line {
  display: block;
  width: 48px;
  height: 1px;
  margin: 28px auto 22px;
  background: rgba(23, 22, 20, 0.28);
}

.about-hero-sub {
  margin: 0;
  color: #5c5850;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 500;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.about-scroll {
  display: inline-flex;
  margin-top: clamp(48px, 8vw, 80px);
  color: #8a857b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.about-scroll:hover {
  color: #0051ff;
  transform: translateY(3px);
}

.about-section {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) 0;
}

.about-section h2 {
  margin: 0 0 28px;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.about-section p {
  margin: 0 0 16px;
  color: #3f3c37;
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-origin {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.about-origin-label {
  margin: 0;
  color: #0051ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.about-origin-word {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.04em;
}

.about-lead {
  color: #171614 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.75 !important;
}

.about-people {
  position: relative;
  margin-top: 8px;
  background: #fff;
}

.about-people-copy {
  width: min(100% - 48px, 720px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) 0 28px;
  text-align: center;
}

.about-people-copy h2 {
  margin-bottom: 20px;
}

.about-people-copy p {
  color: #4a4741;
}

.about-people-visual {
  display: block;
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center 72%;
}

.about-values {
  text-align: center;
}

.about-values .about-kicker {
  margin-bottom: 14px;
}

.about-value-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
}

.about-value-intro {
  width: min(100%, 680px);
  margin: 0 auto 48px;
}

.about-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 56px;
  text-align: left;
}

.about-value-card {
  padding: clamp(28px, 4vw, 36px);
  border: 1px solid rgba(23, 22, 20, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
}

.about-value-card strong {
  display: block;
  margin-bottom: 12px;
  color: #0051ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-value-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.about-quote {
  margin: 0 auto;
  padding: 36px 24px 0;
  border-top: 1px solid rgba(23, 22, 20, 0.12);
}

.about-quote blockquote {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.about-quote p {
  margin: 18px 0 0;
  color: #5c5850;
  font-size: clamp(16px, 1.8vw, 20px);
}

.about-weeko {
  width: 100%;
  margin: 0;
  padding: clamp(88px, 12vw, 140px) 24px;
  color: #f6f3ec;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 81, 255, 0.22), transparent 58%),
    #111318;
  text-align: center;
}

.about-weeko .about-kicker {
  color: #7eb0ff;
}

.about-weeko-word {
  margin: 8px 0 0;
  font-size: clamp(28px, 5.2vw, 52px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.about-weeko-name {
  display: inline-block;
  margin: 10px 0 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(246, 243, 236, 0.28);
  color: #c9d8ff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.42em;
}

.about-weeko p {
  width: min(100%, 560px);
  margin: 0 auto 32px;
  color: rgba(246, 243, 236, 0.78);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.8;
  word-break: keep-all;
}

.about-weeko-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fff;
  color: #003dc6;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.about-weeko-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.about-facts {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 112px) 0 clamp(96px, 12vw, 140px);
}

.about-facts h2 {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
}

.about-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(23, 22, 20, 0.12);
  border-bottom: 1px solid rgba(23, 22, 20, 0.12);
}

.about-fact {
  padding: 28px 8px 28px 0;
  border-bottom: 1px solid rgba(23, 22, 20, 0.08);
}

.about-fact:nth-child(odd) {
  padding-right: 32px;
  border-right: 1px solid rgba(23, 22, 20, 0.08);
}

.about-fact:nth-child(even) {
  padding-left: 32px;
}

.about-fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-fact dt {
  margin: 0 0 8px;
  color: #8a857b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-fact dd {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

@media (max-width: 760px) {
  .about-origin,
  .about-value-grid,
  .about-fact-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    width: calc(100% - 40px);
  }

  .about-hero-name {
    letter-spacing: 0.12em;
  }

  .about-people-copy {
    width: calc(100% - 40px);
  }

  .about-people-visual {
    max-height: 420px;
  }

  .about-fact,
  .about-fact:nth-child(odd),
  .about-fact:nth-child(even) {
    padding: 22px 0;
    border-right: 0;
  }

  .about-fact:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 22, 20, 0.08);
  }

  .about-fact:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-scroll,
  .about-weeko-cta {
    transition: none;
  }
}
