/* ABOUT PAGE — about.css */

/* HERO */
.hero { background: var(--navy); padding: 110px 5vw 88px; position: relative; overflow: hidden; }
.hero-title { font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.12; max-width: 760px; margin-bottom: 24px; }
.hero-lead { font-size: 1.05rem; max-width: 600px; margin-bottom: 56px; }
.hero-nums { display: flex; gap: 48px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-num-item .num { font-family: 'DM Serif Display', serif; font-size: 2.6rem; color: var(--gold-light); line-height: 1; }
.hero-num-item .label { font-size: 0.74rem; color: rgba(255,255,255,0.38); margin-top: 5px; line-height: 1.5; }

/* GREETING */
.greeting { background: var(--white); padding: 96px 5vw; }
.greeting-inner { max-width: 860px; margin: 0 auto; }
.greeting-content { margin-top: 48px; }
.greeting-text p { font-size: 0.94rem; color: var(--body); line-height: 2.1; margin-bottom: 16px; text-indent: 1em; }
.greeting-text p:last-child { margin-bottom: 0; }
.greeting-sign { margin-top: 48px; text-align: right; padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.07); }
.sign-title { font-size: 0.78rem; color: var(--gray); letter-spacing: 0.08em; margin-bottom: 8px; }
.sign-name { font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: var(--navy); }

/* MISSION */
.mission { background: var(--off-white); padding: 96px 5vw; }
.mission-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mission-quote { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.2; color: var(--navy); margin-bottom: 24px; }
.mission-quote em { font-style: italic; color: var(--gold-muted); }
.mission-body { font-size: 0.96rem; color: var(--gray); line-height: 1.9; }
.mission-values { display: flex; flex-direction: column; gap: 16px; }
.value-item { background: var(--white); border-radius: 12px; border: 1px solid rgba(0,0,0,0.07); padding: 24px 26px; display: flex; gap: 18px; align-items: flex-start; }
.value-icon { font-size: 1.6rem; flex-shrink: 0; }
.value-title { font-size: 0.96rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.value-desc { font-size: 0.84rem; color: var(--gray); line-height: 1.7; }

/* HISTORY */
.history { background: var(--white); padding: 96px 5vw; }
.history-inner { max-width: 900px; margin: 0 auto; }
.timeline { margin-top: 56px; position: relative; }
.timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 1px; background: rgba(0,0,0,0.08); }
.timeline-item { display: flex; gap: 32px; padding-bottom: 40px; position: relative; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { width: 41px; height: 41px; border-radius: 50%; background: var(--white); border: 2px solid rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; font-size: 0.7rem; font-weight: 600; color: var(--gray); }
.timeline-item.highlight .timeline-dot { background: var(--navy); border-color: var(--navy); color: var(--gold-light); }
.timeline-content { padding-top: 8px; }
.timeline-year { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; color: var(--gold-muted); text-transform: uppercase; margin-bottom: 6px; }
.timeline-title { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.timeline-desc { font-size: 0.86rem; color: var(--gray); line-height: 1.7; }

/* PROFILE TABLE */
.profile { background: var(--off-white); padding: 96px 5vw; }
.profile-inner { max-width: 860px; margin: 0 auto; }
.profile-table { width: 100%; border-collapse: collapse; margin-top: 48px; }
.profile-table tr { border-bottom: 1px solid rgba(0,0,0,0.07); }
.profile-table tr:last-child { border-bottom: none; }
.profile-table th { padding: 18px 24px 18px 0; font-size: 0.78rem; font-weight: 600; color: var(--navy); text-align: left; white-space: nowrap; width: 180px; vertical-align: top; padding-top: 20px; }
.profile-table td { padding: 18px 0; font-size: 0.88rem; color: var(--body); line-height: 1.75; }
.profile-table td a { color: var(--blue); text-decoration: none; }
.profile-table td a:hover { text-decoration: underline; }

/* OFFICES */
.offices { background: var(--white); padding: 96px 5vw; }
.offices-inner { max-width: 1100px; margin: 0 auto; }
.offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.office-card { border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); }
.office-map { height: 200px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; }
.office-label { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--navy); padding: 4px 12px; border-radius: 4px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; }
.office-body { padding: 28px 30px; }
.office-name { font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 14px; }
.office-detail { display: flex; gap: 10px; margin-bottom: 10px; align-items: flex-start; font-size: 0.86rem; color: var(--gray); line-height: 1.6; }
.office-detail-icon { font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.office-tel { font-size: 1.1rem; font-weight: 600; color: var(--navy); text-decoration: none; display: block; margin-top: 16px; }
.office-tel:hover { color: var(--gold-muted); }

/* PARTNERS */
.partners { background: var(--off-white); padding: 88px 5vw; }
.partners-inner { max-width: 1100px; margin: 0 auto; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.partner-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--white); border-radius: 12px; border: 1px solid rgba(0,0,0,0.07); padding: 22px 16px; text-align: center; text-decoration: none; transition: all .25s; }
.partner-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-3px); border-color: rgba(13,27,42,0.15); }
.partner-logo { width: 100%; height: 48px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.partner-logo img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(20%); transition: filter .25s; }
.partner-card:hover .partner-logo img { filter: grayscale(0%); }
.partner-icon { font-size: 2rem; margin-bottom: 10px; }
.partner-name { font-size: 0.78rem; font-weight: 600; color: var(--navy); line-height: 1.4; }

/* ABOUT CTA BUTTONS */
.btn-outline-n { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--navy); padding: 16px 28px; border-radius: 8px; font-size: 0.95rem; text-decoration: none; border: 1.5px solid var(--navy); transition: all .2s; margin-left: 12px; }
.btn-outline-n:hover { background: rgba(13,27,42,0.07); }

/* ABOUT FOOTER */
footer { padding: 48px 5vw 28px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); max-width: none; }
.footer-brand-name { font-weight: 600; font-size: 1.05rem; }
.footer-links { gap: 44px; }
.footer-col h4 { font-size: 0.65rem; }
.footer-col a { font-size: 0.82rem; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; text-align: left; border-top: none; }

@media(max-width:960px){
  .mission-inner { grid-template-columns: 1fr; gap: 48px; }
  .offices-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:640px){
  .offices-grid { grid-template-columns: 1fr; }
  .office-map { height: 120px; }
}
