/* A people-led About page, scoped to preserve the shared site. */
.about-brand-page { --about-ink: #102039; --about-red: #cd3543; }
.about-brand-page main { background: #fff; }
.about-brand-page main .container { width: min(1360px, calc(100% - clamp(32px, 8vw, 112px))) !important; }
.about-brand-page main h2 { font-size: clamp(2rem, 3.6vw, 3.5rem) !important; line-height: 1.15 !important; letter-spacing: -.04em; }
.about-brand-page main .kicker { font-size: .8125rem; letter-spacing: .1em; margin-bottom: 16px; }
.about-brand-page .about-intro { position: relative; padding: clamp(48px, 5vw, 80px) 0 0; background: #0d1a2c; color: #fff; isolation: isolate; overflow: hidden; }
.about-intro::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 10% 90%, #25436d70, transparent 55%), linear-gradient(90deg, #ffffff04 1px, transparent 1px) 0 0 / 100px 100px; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .8fr); align-items: center; gap: clamp(32px, 6vw, 90px); }
.about-intro-grid > * { min-width: 0; }
.about-eyebrow { display: flex; align-items: center; gap: 12px; color: #c4cede; font-size: .8125rem; letter-spacing: .09em; font-weight: 700; }
.about-eyebrow > span { width: 28px; height: 2px; background: #f2737f; }
.about-brand-page .about-intro h1 { font-family: 'Plus Jakarta Sans', Inter, sans-serif; margin: 30px 0 24px; font-size: clamp(2.6rem, 4.6vw, 4.8rem) !important; line-height: 1.08 !important; letter-spacing: -.045em; max-width: 17ch; color: #fff; }
.about-intro h1 em { color: #ff8993; font-style: normal; }
.about-intro-copy > p { max-width: 48ch; margin: 0; color: #bdc8d8; font-size: 1.0625rem; line-height: 1.8; }
.about-intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.about-brand-page .button { min-height: 54px; border-radius: 10px; }
.about-text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: .9375rem; }
.about-text-link svg { width: 20px; height: 20px; transition: transform 250ms ease; }
.about-intro-foot { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 40px; color: #96a7be; font-size: .8125rem; letter-spacing: .06em; }
.about-intro-foot > span + span { padding-left: 24px; border-left: 1px solid #ffffff33; }
.about-heritage { position: relative; overflow: hidden; border-radius: 22px; padding: clamp(28px, 3vw, 44px); background: #c33040; box-shadow: 0 30px 60px #0003; }
.about-heritage-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .8125rem; letter-spacing: .06em; }
.about-heritage-top img { width: 50px; height: 40px; padding: 5px; border-radius: 6px; object-fit: contain; background: #fff; }
.about-year { display: block; font-family: 'Plus Jakarta Sans', Inter, sans-serif; font-size: clamp(4rem, 8vw, 8.5rem); line-height: 1.15; letter-spacing: -.07em; margin: 28px 0 16px; }
.about-year > span { color: #ffa6ab; }
.about-heritage > p { margin: 0; font-size: 1.5rem; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.about-heritage-rule { height: 1px; background: #ffffff50; margin: 28px 0 24px; transform-origin: left; }
.about-heritage-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.about-heritage-steps li { display: flex; align-items: baseline; gap: 14px; font-size: .9375rem; line-height: 1.5; }
.about-heritage-steps li > span { font-size: .75rem; color: #ffbfc5; font-variant-numeric: tabular-nums; }
.about-heritage-bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 30px; font-size: .75rem; letter-spacing: .04em; color: #ffd6da; }
.about-heritage-bottom > span:last-child { color: #fff; font-size: .875rem; font-weight: 700; }
.about-section-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 64px; border-top: 1px solid #ffffff22; }
.about-section-nav a { display: flex; align-items: center; gap: 16px; padding: 26px 20px; border-right: 1px solid #ffffff22; font-size: .9375rem; transition: background-color 250ms ease; }
.about-section-nav a:last-child { border-right: 0; }
.about-section-nav a > span { font-size: .75rem; color: #ff8993; }
.about-section-nav svg { width: 18px; margin-left: auto; color: #ff8993; transition: transform 250ms ease; }
.about-origin { padding: clamp(56px, 7vw, 104px) 0; }
.about-origin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: start; }
.about-origin h2 { margin: 0; color: var(--about-ink); }
.about-origin h2 em { color: #65748a; font-style: normal; }
.about-origin-copy p { margin: 0 0 20px; font-size: 1.0625rem; line-height: 1.8; color: #526176; }
.about-origin-copy .about-text-link { color: var(--about-red); margin-top: 6px; }
.about-people { padding: 64px 0 80px; background: #f2f5f9; }
.about-people-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 38px; }
.about-people-head h2 { margin: 0; color: var(--about-ink); }
.about-people-head > p { margin: 0; color: #526176; line-height: 1.8; font-size: 1rem; }
.about-brand-page .director-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px !important; }
.about-brand-page .director-card { display: block; min-height: 0; padding: 0; overflow: hidden; border: 1px solid #dce2eb; border-radius: 18px; background: #fff; box-shadow: none; transition: transform 350ms ease, border-color 350ms ease; }
.director-portrait { display: flex; justify-content: center; align-items: end; height: 270px; overflow: hidden; background: linear-gradient(135deg, #dce5ed, #edf1f5); }
.about-brand-page .director-card img { width: 250px; height: 250px; max-width: 90%; border-radius: 0; box-shadow: none; background: none; object-fit: contain; align-self: end; transition: transform 500ms ease; }
.about-brand-page .director-copy { display: flex; padding: 32px; gap: 10px; }
.about-brand-page .director-copy > span { font-size: .8125rem; }
.about-brand-page .director-copy strong { font-size: 1.8rem; line-height: 1.2; letter-spacing: -.03em; }
.about-brand-page .director-card .director-credential { font-size: .9375rem; color: #6b798c; }
.about-brand-page .director-profile { max-width: none; font-weight: 400; font-size: 1rem; line-height: 1.75; margin-top: 4px; color: #526176; }
.about-brand-page .director-link { margin-top: 12px; font-size: .9375rem; }
.about-brand-page .reach-section { background: #fff; }
.about-brand-page .section-head { gap: 40px; }
.about-brand-page .section-head p { color: #617085; font-size: 1rem; line-height: 1.8; }
.about-brand-page .reach-chart { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 28px; }
.about-brand-page .reach-route { display: none; }
.about-brand-page .reach-hub { padding: 34px; min-height: 280px; border: 0; border-radius: 16px; background: #102139; color: #fff; }
.about-brand-page .reach-hub h3 { color: #fff; font-size: 1.8rem; }
.about-brand-page .reach-hub p { color: #bdc9da; font-size: 1rem; }
.about-brand-page .reach-hub > span, .about-brand-page .reach-hub > strong { color: #ff939a; }
.about-brand-page .reach-market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
.about-brand-page .reach-market { flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; min-height: 90px; padding: 20px; border-radius: 12px; background: #f4f6fa; border: 1px solid #e1e7ef; box-shadow: none; }
.about-brand-page .reach-market strong { font-size: 1rem; }
.about-brand-page .reach-market > svg, .about-brand-page .reach-market > span { display: none; }
.about-brand-page .reach-market .reach-flag { position: static; flex: 0 0 38px; padding: 0; margin: 0; box-shadow: none; width: 38px; height: 26px; object-fit: contain; }
.about-brand-page .about-philosophy-section { background: #102139; }
.about-brand-page .about-philosophy-section .section-head p { color: #bdc9da; }
.about-brand-page .philosophy-grid { display: block; }
.about-brand-page .philosophy-card { border-radius: 16px; background: #ffffff06; border: 1px solid #ffffff20; padding: 30px; min-height: 260px; }
.about-brand-page .philosophy-card > span { font-size: 1.1rem; background: #d43a48; border-radius: 10px; }
.about-brand-page .philosophy-card h3 { font-size: 1.6rem; line-height: 1.25; }
.about-brand-page .tact-section { background: #f4f6fa; }
.about-brand-page .tact-grid { gap: 18px !important; }
.about-brand-page .tact-card { position: relative; border: 1px solid #dce2eb; border-radius: 14px; padding: 28px; background: #fff; transition: transform 300ms ease, border-color 300ms ease; }
.about-brand-page .tact-card > strong { justify-content: start; width: auto; height: auto; font-size: 3rem; background: none; color: #cc3543; transition: transform 300ms ease; }
.about-brand-page .tact-card h3 { font-size: 1.3rem; }
.about-brand-page .tact-card p { font-size: 1rem; }
.about-close { padding: 80px 0; text-align: center; background: #fff; }
.about-close h2 { color: #102139; margin: 0 0 28px; }
.about-brand-page :is(#our-story, #directors, #international-reach, #our-values) { scroll-margin-top: 150px; }
.about-brand-page :is(a, button):focus-visible { outline: 3px solid #ef7883; outline-offset: 5px; }
@keyframes about-settle { from { transform: translateY(20px); } to { transform: translateY(0); } }
@keyframes about-rule { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: no-preference) {
  .about-intro h1 { animation: about-settle 750ms cubic-bezier(.22,1,.36,1) both; }
  .about-heritage { animation: about-settle 1000ms cubic-bezier(.22,1,.36,1) both; }
  .about-heritage-rule { animation: about-rule 900ms 250ms ease both; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .about-section-nav a:hover { background: #ffffff08; }
  .about-section-nav a:hover svg { transform: translate(3px, 3px); }
  .about-text-link:hover svg { transform: translate(3px, -3px); }
  .about-brand-page .director-card:hover { transform: translateY(-5px); border-color: #cc35436b; }
  .about-brand-page .director-card:hover img { transform: scale(1.035); }
  .about-brand-page .tact-card:hover { transform: translateY(-5px); border-color: #cc354380; }
  .about-brand-page .tact-card:hover > strong { transform: translateX(5px); }
}
@media (max-width: 1000px) {
  .about-intro-grid { gap: 32px; grid-template-columns: 1fr 1fr; }
  .about-brand-page .about-intro h1 { font-size: clamp(2.5rem, 4.4vw, 3.6rem) !important; }
  .about-year { font-size: 6rem; }
  .about-origin-grid { gap: 32px; }
  .about-brand-page .tact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-brand-page .reach-chart { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .about-intro-grid, .about-origin-grid, .about-brand-page .director-grid { grid-template-columns: minmax(0, 1fr); }
  .about-brand-page .about-intro h1 { font-size: clamp(2.5rem, 8vw, 3.5rem) !important; max-width: 18ch; }
  .about-heritage { margin-top: 12px; }
  .about-year { font-size: clamp(5rem, 18vw, 7.5rem); }
  .about-section-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }
  .about-section-nav a { padding: 22px 12px; border-bottom: 1px solid #ffffff22; gap: 10px; }
  .about-people-head { display: block; }
  .about-people-head > p { margin-top: 22px; }
  .about-brand-page .section-head { gap: 24px; }
  .about-brand-page .director-copy { padding: 26px; }
  .about-brand-page .reach-market { padding: 16px; }
  .about-brand-page .reach-market strong { font-size: .9375rem; }
  .about-brand-page .about-philosophy-section .cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 380px) { .about-brand-page .reach-market-grid { grid-template-columns: 1fr !important; } }
@media (prefers-reduced-motion: reduce) {
  .about-brand-page main *, .about-brand-page main *::before, .about-brand-page main *::after { animation: none !important; transition: none !important; }
}
