.about-page { min-height: 100vh; background: #f4f8fa; }
.about-page .site-header { min-height: 68px; padding-block: 5px; }
.about-page .brand-avatar { width: 54px; height: 54px; flex-basis: 54px; }
.about-page .site-footer { padding-block: 14px; }
.about-hero { position: relative; min-height: 285px; overflow: hidden; }
.about-hero-image, .about-hero-shade { position: absolute; inset: 0; }
.about-hero-image { background: url("assets/coast-brittany.jpg") center 58% / cover; }
.about-hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.98) 7%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.12) 80%); }
.about-heading { position: relative; z-index: 1; padding-top: 48px; }
.about-heading h1 { max-width: 700px; margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -2.7px; }
.about-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: #334c5e; font-size: 16px; line-height: 1.65; }
.heading-rule { display: block; width: 64px; height: 3px; margin-top: 20px; background: linear-gradient(90deg, var(--teal), transparent); }
.about-watermark { position: absolute; right: 18px; bottom: 8px; z-index: 2; margin: 0; color: rgba(255,255,255,.9); font-size: 9px; font-weight: 750; text-shadow: 0 1px 4px rgba(0,0,0,.8); }

.about-layout { position: relative; z-index: 3; display: grid; grid-template-columns: 290px minmax(0, 1fr) 280px; gap: 15px; margin-top: -30px; margin-bottom: 22px; }
.about-card { border: 1px solid #dbe6ea; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 16px 40px rgba(13,27,42,.08); }
.about-card h2 { margin: 0; font-size: 17px; }
.idea-card, .story-card, .profile-card { min-height: 315px; padding: 22px; }
.idea-card { display: grid; align-content: start; gap: 24px; }
.idea-card article { display: flex; align-items: center; gap: 15px; }
.idea-card article > span, .commitment-grid article > span { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 50%; color: var(--teal); background: #e8f4f9; font-size: 25px; }
.idea-card h3, .commitment-grid h3 { margin: 0; color: var(--teal-dark); font-size: 13px; }
.idea-card p, .commitment-grid p { margin: 4px 0 0; color: #516777; font-size: 11px; line-height: 1.55; }
.story-card p { color: #344c5d; font-size: 12px; line-height: 1.65; }
.story-card strong { color: var(--teal-dark); font-size: 12px; }
.profile-card { display: grid; justify-items: center; align-content: center; text-align: center; }
.profile-avatar { width: 155px; height: 155px; overflow: hidden; border: 5px solid #e2f2f7; border-radius: 50%; background: linear-gradient(145deg, #dff2f8, #fff5d7); box-shadow: 0 10px 25px rgba(8,127,168,.15); }
.profile-avatar img { width: 100%; height: 100%; object-fit: contain; }
.profile-card blockquote { max-width: 230px; margin: 18px 0 5px; color: #263f50; font-size: 13px; font-style: italic; line-height: 1.55; }
.profile-card > p { margin: 0; color: var(--teal-dark); font-size: 12px; font-weight: 850; }
.profile-card button { margin-top: 15px; border: 1px solid #bfd7e2; border-radius: 8px; padding: 7px 11px; color: var(--teal-dark); background: white; cursor: pointer; font: inherit; font-size: 10px; font-weight: 750; }

.commitment-card { grid-column: 1 / 3; padding: 20px 22px; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 17px; }
.commitment-grid article { display: flex; gap: 11px; padding: 0 15px; border-right: 1px solid #e2eaee; }
.commitment-grid article:first-child { padding-left: 0; }
.commitment-grid article:last-child { border-right: 0; }
.commitment-grid article > span { width: 40px; height: 40px; flex-basis: 40px; font-size: 19px; }
.about-languages { padding: 20px; }
.about-languages > div { display: flex; justify-content: space-between; gap: 10px; margin-top: 17px; }
.about-languages figure { display: grid; justify-items: center; gap: 7px; margin: 0; }
.about-languages img { width: 58px; height: 38px; border: 1px solid #d2dfe5; border-radius: 4px; object-fit: cover; }
.about-languages figcaption { display: grid; justify-items: center; font-size: 11px; font-weight: 800; }
.about-languages small { color: #806817; font-size: 7px; text-transform: uppercase; }
.about-languages > p { margin: 16px 0 0; color: #647987; font-size: 10px; text-align: center; }
.about-thanks { grid-column: 1 / -1; margin: 0; padding: 14px; border-radius: 11px; color: #405a6b; background: #eaf3f7; font-size: 11px; text-align: center; }

@media (max-width: 950px) { .about-layout { grid-template-columns: 1fr 1fr; } .profile-card { grid-column: 2; grid-row: 1 / 3; } .commitment-card { grid-column: 1 / -1; } .about-languages { grid-column: 1 / -1; } }
@media (max-width: 650px) {
  .about-hero { min-height: 390px; }
  .about-heading { padding-top: 45px; }
  .about-heading h1 { font-size: 47px; }
  .about-layout { width: calc(100% - 20px); grid-template-columns: 1fr; }
  .profile-card, .commitment-card, .about-languages { grid-column: 1; grid-row: auto; }
  .commitment-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .commitment-grid article { padding: 0; border: 0; }
}
