.about-opening { padding: 88px 0 48px; background: #eeeee4; }
.about-opening h1 { margin: 0; max-width: 1050px; font: 600 clamp(48px, 6.6vw, 88px)/1.06 'Archivo', sans-serif; letter-spacing: -.05em; }
.about-opening h1 em { display: inline; }
.about-opening-bottom { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-top: 48px; padding-top: 28px; border-top: 1px solid #cbd0c2; }
.about-opening-bottom p { max-width: 590px; margin: 0; font-size: 21px; line-height: 1.55; }
.about-opening-bottom > span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.about-story-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: center; }
.about-facts { display: flex; flex-direction: column; gap: 40px; padding-right: 50px; border-right: 1px solid var(--line); }
.about-facts strong { font: 500 clamp(70px, 7vw, 100px)/1 'Archivo', sans-serif; letter-spacing: -.06em; }
.about-facts strong span { color: #9b6745; font-size: .6em; vertical-align: top; }
.about-facts p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 12px 0 0; }
.about-story-copy .copy { margin-top: 24px; }
.about-experience { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; color: var(--blue); }
.about-belief { background: #193d39; color: #fff; }
.about-belief .eyebrow { color: #d2b58c; }
.about-belief h2 { color: #fff; font-size: clamp(35px, 4.6vw, 60px); max-width: 960px; }
.about-belief h2 em { color: #c9d8b7; }
.about-belief-lead { max-width: 770px; color: #cedacf; font-size: 18px; line-height: 1.75; margin: 28px 0 0; }
.about-practices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 44px; border-top: 1px solid #53736a; padding-top: 27px; }
.about-practices h3 { font: 500 20px 'Archivo', sans-serif; margin: 0 0 12px; }
.about-practices p { color: #cedacf; margin: 0; line-height: 1.65; }
.about-method-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.about-method-mark { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; min-height: 330px; background: #e8ebdf; border: 1px solid #d8dece; border-radius: 50% 50% 4px 4px; font: 600 clamp(56px, 6vw, 80px) 'Archivo', sans-serif; letter-spacing: -.07em; }
.about-method-mark sup { font-size: .45em; color: #92603e; letter-spacing: 0; }
.about-method-mark span { flex-basis: 100%; margin-top: 24px; text-align: center; color: var(--muted); font: 11px/1.9 'IBM Plex Mono', monospace; letter-spacing: .03em; }
.about-method-panel .copy { margin: 24px 0; }
.about-invitation { text-align: center; background: #eeeade; padding: 68px 0 76px; }
.about-invitation h2 { font: 600 clamp(36px, 4.5vw, 56px)/1.1 'Archivo', sans-serif; letter-spacing: -.04em; margin: 0; }
.about-invitation p:not(.eyebrow) { margin: 23px auto; max-width: 500px; color: var(--muted); line-height: 1.7; }
.about-invitation .button { margin-top: 5px; }
@media (max-width: 940px) {
  .about-story-layout { gap: 50px; }
  .about-method-panel { gap: 40px; }
  .about-method-mark { min-height: 280px; }
}
@media (max-width: 700px) {
  .about-opening { padding: 48px 0 32px; }
  .about-opening-bottom { display: block; margin-top: 32px; }
  .about-opening-bottom p { font-size: 18px; }
  .about-opening-bottom > span { display: block; margin-top: 22px; }
  .about-story-layout { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 30px; }
  .about-facts { flex-direction: row; gap: 35px; padding: 25px 0 0; border-right: 0; border-top: 1px solid var(--line); }
  .about-facts > div { flex: 1; }
  .about-facts strong { font-size: 68px; }
  .about-facts p { font-size: 12px; }
  .about-practices { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }
  .about-method-panel { grid-template-columns: 1fr; gap: 30px; }
  .about-method-mark { min-height: 220px; max-width: 330px; width: 100%; margin: auto; }
  .about-invitation { padding: 52px 0; }
}
