/* Words and the same shapes that were playing on the first screen. */
.home-about { padding: 98px var(--page-inset) 100px; }
.home-about-inner { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1.35fr 1fr; gap: 60px; align-items: center; }
.home-about h2 { margin: 0; font-size: clamp(30px, 3.6vw, 54px); line-height: 1.65; font-weight: 400; color: var(--orange); letter-spacing: -.04em; }
.home-about .section-label { margin-bottom: 24px; }
.home-about-text { margin-top: 32px; font-size: 16px; line-height: 2.15; }
.home-about-text p { margin: 0 0 23px; }
.home-about .section-more { margin-top: 10px; }
.people-motifs { width: 100%; max-width: 420px; margin: 0; justify-self: center; }
.people-art { position: relative; aspect-ratio: 1.1; }
.people-art img { display: block; position: absolute; height: auto; }
.people-blue { top: 13%; left: 4%; width: 58%; transform: rotate(90deg); }
.people-ochre { top: 0; right: 6%; width: 25%; transform: rotate(180deg); }
.people-orange { bottom: 8%; right: 4%; width: 43%; transform: rotate(-12deg); }
.people-motifs figcaption { margin: 20px 0 0; padding-left: 12%; font-size: 12px; letter-spacing: .06em; }
.home-contact { padding: 84px var(--page-inset) 90px; background: var(--input-background); }
.home-contact-inner { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: start; }
.home-contact h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); line-height: 1.6; font-weight: 400; letter-spacing: -.04em; color: var(--orange); }
.home-contact-intro > p:not(.section-label) { margin: 27px 0 0; font-size: 15px; line-height: 2; }
.home-contact-intro > img { display: block; width: 92px; height: auto; margin: 38px 0 0 32%; transform: rotate(-16deg); }
.home-contact .contact-form { margin-top: 5px; }
.home-contact .form-row { grid-template-columns: 1fr 1fr; }
.home-contact .form-field { margin-bottom: 24px; }
.home-contact textarea { min-height: 155px; }

.about-page { --page-inset: var(--header-inset); }
.about-page .about-main { width: 100%; max-width: none; padding: 64px var(--page-inset) 88px; }
.about-page .contact-content { max-width: 1200px; margin: auto; }
.about-intro { display: grid; grid-template-columns: 1.55fr 1fr; align-items: center; gap: 48px; }
.about-intro h1 { font-size: clamp(36px, 4.6vw, 70px); line-height: 1.6; letter-spacing: -.055em; }
.about-intro .page-intro { font-size: 18px; line-height: 2.1; margin-top: 32px; }
.about-shapes { position: relative; width: 100%; aspect-ratio: 1.1; max-width: 350px; justify-self: end; }
.about-shapes img { position: absolute; height: auto; }
.about-shapes img:nth-child(1) { width: 63%; top: 0; left: 0; transform: rotate(90deg); }
.about-shapes img:nth-child(2) { width: 48%; right: 0; bottom: 0; transform: rotate(-12deg); }
.about-shapes img:nth-child(3) { width: 25%; bottom: 7%; left: 2%; }
.about-thought { margin-top: 92px; padding-top: 48px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; }
.about-thought h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.8; font-weight: 400; letter-spacing: -.035em; }
.about-page .about-copy { margin: 0; max-width: none; font-size: 16px; line-height: 2.2; }
.about-page .about-copy p { margin: 0 0 25px; }
.about-page .name-origin { max-width: none; margin-top: 65px; padding: 40px 48px; color: var(--input-background); background: var(--blue); display: grid; grid-template-columns: .9fr 1.25fr; gap: 50px; align-items: center; font-size: 15px; line-height: 2; }
.name-origin-title { font-size: 24px; }
.about-page .profile-section { margin-top: 90px; }
.about-page .profile-layout { grid-template-columns: 1fr 1.25fr; gap: 80px; align-items: center; }
.about-page .profile-portrait { width: 100%; max-width: 380px; margin: 0; }
.about-page .profile-body h2 { font-size: 36px; }
.about-page .profile-role { font-size: 13px; }
.about-page .profile-bio { font-size: 16px; line-height: 2.1; }
.about-page .activity-section { margin-top: 92px; padding-top: 48px; border-top: 1px solid var(--border); }
.about-page .activity-section h2 { margin: 0 0 38px; font-size: clamp(28px, 3vw, 42px); line-height: 1.8; font-weight: 400; letter-spacing: -.035em; }
.activity-list { max-width: 900px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.activity-list li { display: grid; grid-template-columns: 82px minmax(0, 1fr) minmax(180px, .7fr); gap: 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.activity-list li > span { font-size: 12px; }
.activity-list a { text-decoration: none; text-underline-offset: 5px; }
.activity-list a:hover, .activity-list a:focus-visible { text-decoration: underline; }
.activity-list small { font-size: 12px; color: var(--text); }
.about-page .company-details { margin-top: 80px; }
.about-page .company-details dl { font-size: 14px; }
.about-page .about-contact { margin-top: 45px; }
.about-page .site-footer { padding: 20px var(--page-inset) 35px; font-size: 12px; }

@media (max-width: 950px) {
    .home-about-inner { gap: 30px; grid-template-columns: 1.4fr 1fr; }
    .home-about-text { font-size: 15px; }
    .desktop-break { display: none; }
    .home-contact-inner { gap: 48px; }
    .home-contact .form-row { grid-template-columns: 1fr; gap: 0; }
    .about-thought, .about-page .profile-layout { gap: 40px; }
}
@media (max-width: 700px) {
    .home-about { padding-top: 60px; padding-bottom: 58px; }
    .home-about-inner { grid-template-columns: 1fr; gap: 34px; }
    .home-about h2 { font-size: clamp(28px, 7.5vw, 44px); }
    .home-about-text { font-size: 14px; line-height: 2.05; margin-top: 24px; }
    .home-about-text p { margin-bottom: 20px; }
    .home-about .people-motifs { width: 65%; max-width: 260px; justify-self: end; }
    .home-contact { padding: 52px var(--page-inset) 60px; }
    .home-contact-inner { grid-template-columns: 1fr; gap: 34px; }
    .home-contact h2 { font-size: 40px; }
    .home-contact-intro > img { display: none; }
    .home-contact-intro > p:not(.section-label) { font-size: 14px; }
    .home-contact .contact-form { margin: 0; }
    .home-contact .button-primary { width: 100%; }
    .about-page .about-main { padding-top: 38px; padding-bottom: 60px; }
    .about-intro { grid-template-columns: 1fr; gap: 28px; }
    .about-intro h1 { font-size: clamp(28px, 7.7vw, 48px); }
    .about-intro .page-intro { font-size: 15px; margin-top: 24px; }
    .about-shapes { width: 53%; max-width: 210px; margin-right: 5%; }
    .about-thought { margin-top: 48px; padding-top: 32px; grid-template-columns: 1fr; gap: 24px; }
    .about-thought h2 { font-size: 28px; }
    .about-page .about-copy { font-size: 14px; }
    .about-page .name-origin { margin-top: 30px; padding: 28px; grid-template-columns: 1fr; gap: 12px; font-size: 14px; }
    .name-origin-title { font-size: 21px; }
    .about-page .profile-section { margin-top: 55px; }
    .about-page .profile-layout { grid-template-columns: 1fr; gap: 28px; }
    .about-page .profile-portrait { width: 78%; max-width: 320px; }
    .about-page .profile-body h2 { font-size: 30px; }
    .about-page .profile-bio { font-size: 14px; }
    .about-page .activity-section { margin-top: 67px; padding-top: 32px; }
    .about-page .activity-section h2 { margin-bottom: 28px; font-size: 28px; }
    .activity-list li { grid-template-columns: 60px minmax(0, 1fr); gap: 5px 14px; padding: 15px 0; }
    .activity-list small { grid-column: 2; font-size: 11px; }
    .about-page .company-details { margin-top: 48px; }
    .about-page .company-details dl { font-size: 12px; }
}
