/* About SIT: a connected, editorial company story. Scoped to this page. */
.about-page { --about-dark: #282426; --about-light: #fff8db; --about-muted: #dfd4ba; }
.about-page h1, .about-page h2, .about-page h3 { overflow-wrap: break-word; }
.about-page p { font-size: 1rem; line-height: 1.8; }
.about-page .eyebrow { font-size: .75rem; line-height: 1.6; letter-spacing: .09em; color: #9a1230; }
.about-page .lead { font-size: 1.25rem; line-height: 1.7; }
.about-page .text-link { min-height: 44px; font-size: .9375rem; }
.about-page .button { min-height: 52px; font-size: .9375rem; }
.about-hero { background: linear-gradient(110deg, #f7df55, #f4d63b 65%, #edb33e); }
.about-hero-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 56px; align-items: center; padding-block: 58px; }
.about-hero h1 { font-size: clamp(3.1rem, 4.9vw, 4.7rem); line-height: 1.06; letter-spacing: -.06em; margin-bottom: 26px; }
.about-hero h1 em { color: #9f1132; }
.about-hero .lead { max-width: 535px; color: #393126; margin-bottom: 22px; }
.about-hero p:not(.eyebrow):not(.lead) { max-width: 490px; color: #51432b; }
.about-hero .actions { margin-top: 30px; flex-wrap: wrap; gap: 14px 26px; }
.about-hero-art { position: relative; margin: 0; height: 535px; border-radius: 12px 120px 12px 12px; overflow: hidden; background: #eca526; }
.about-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.about-hero-art:after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, #402909ed); }
.about-hero-art figcaption { position: absolute; inset: auto 32px 34px; z-index: 1; color: #fff8e8; }
.about-hero-art figcaption span { display: block; font-size: .75rem; letter-spacing: .08em; margin-bottom: 14px; }
.about-hero-art figcaption strong { display: block; font-size: 2rem; line-height: 1.25; letter-spacing: -.035em; font-weight: 550; }
.about-jump { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 32px; border-bottom: 1px solid var(--rule); padding-block: 14px; }
.about-jump > span { font-size: .8125rem; color: #6b5c41; margin-right: auto; }
.about-jump a { font-size: .875rem; font-weight: 650; min-height: 44px; display: inline-flex; align-items: center; }
.about-jump a:hover { color: var(--red); }
.about-section { padding-block: 90px; }
.about-page section[id] { scroll-margin-top: 120px; }
.about-page h2 { font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.16; letter-spacing: -.045em; }
.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-story-copy > p + p { margin-top: 22px; }
.about-story-copy > p:not(.lead) { color: #575045; }
.about-at-glance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--rule); }
.about-at-glance dt { font-size: .75rem; color: #72542e; margin-bottom: 10px; }
.about-at-glance dd { font-size: .9375rem; line-height: 1.6; font-weight: 600; margin: 0; }
.about-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.about-section-heading > p { max-width: 385px; color: #60543f; }
.about-connected { background: var(--about-dark); color: var(--about-light); }
.about-connected h2, .about-connected h3 { color: var(--about-light); }
.about-connected h2 em { color: #f4d63b; }
.about-connected .eyebrow { color: #efc25f; }
.about-connected p, .about-connected .about-section-heading > p { color: var(--about-muted); }
.about-connected .text-link { color: #ffdf70; }
.about-delivery-explorer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 30px; border-block: 1px solid #675b49; }
.about-role-tabs { display: flex; flex-direction: column; align-self: start; }
.about-role-tabs button { min-height: 70px; display: flex; gap: 18px; align-items: center; text-align: left; background: transparent; color: var(--about-muted); border: 0; border-bottom: 1px solid #675b49; padding: 18px; font-size: 1.0625rem; line-height: 1.5; }
.about-role-tabs button:last-child { border-bottom: 0; }
.about-role-tabs button > span { font-size: .75rem; }
.about-role-tabs button[aria-selected="true"] { color: #282426; background: #f4d63b; border-radius: 4px; }
.about-role-tabs button:hover:not([aria-selected="true"]) { background: #3c3431; }
.about-role-tabs button:focus-visible, .about-connected a:focus-visible, .about-role-panels section:focus-visible { outline: 3px solid #ffdc76; outline-offset: 4px; }
.about-role-panels { min-height: 335px; }
.about-role-panels h3 { font-size: 2.1rem; line-height: 1.2; margin: 10px 0 24px; letter-spacing: -.035em; }
.about-role-panels ul { display: grid; gap: 10px; padding-left: 20px; margin-block: 24px 18px; color: var(--about-light); font-size: 1rem; }
.about-role-panels li::marker { color: #efc25f; }
.about-connected-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px 40px; margin-top: 22px; }
.about-connected-foot p { font-size: .875rem; max-width: 580px; }
.about-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 65px; }
.about-principles article { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 22px; padding-top: 26px; border-top: 1px solid var(--rule); }
.about-index { color: #85602b; font-size: .8125rem; padding-top: 2px; }
.about-principles .eyebrow { margin-bottom: 12px; }
.about-principles h3 { font-size: 1.75rem; line-height: 1.3; letter-spacing: -.035em; margin-bottom: 18px; }
.about-principles p:not(.eyebrow) { color: #575045; }
.about-resources { background: #f6df83; }
.about-resources > .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-resource-list { border-top: 1px solid #b19742; }
.about-resource-list > a { position: relative; display: block; padding: 26px 42px 26px 0; border-bottom: 1px solid #b19742; }
.about-resource-list a > span:first-child { display: block; color: #705025; font-size: .75rem; letter-spacing: .08em; margin-bottom: 10px; }
.about-resource-list h3 { font-size: 1.75rem; line-height: 1.25; margin-bottom: 12px; letter-spacing: -.03em; }
.about-resource-list p { color: #51472e; }
.about-resource-arrow { position: absolute; top: 25px; right: 0; font-size: 1.75rem; }
.about-resource-list a:hover h3 { color: var(--red); }
.about-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.about-questions > div > p:not(.eyebrow) { margin-block: 24px 18px; max-width: 360px; color: #60543f; }
.about-faq details { padding-block: 18px; border-top: 1px solid var(--rule); }
.about-faq details:last-child { border-bottom: 1px solid var(--rule); }
.about-faq summary { min-height: 44px; font-size: 1.0625rem; line-height: 1.5; }
.about-faq details p { margin: 12px 34px 0 0; color: #575045; }
.about-faq details[open] summary > span { transform: rotate(45deg); }
.about-closing { background: #f4d63b; padding-block: 70px; text-align: center; }
.about-closing h2 { font-size: clamp(2.2rem, 4.2vw, 3.7rem); }
.about-closing p:not(.eyebrow) { margin-top: 24px; color: #55442b; }
.about-closing .actions { justify-content: center; margin-top: 28px; gap: 18px 32px; flex-wrap: wrap; }
.about-hero-grid > *, .about-story-grid > *, .about-section-heading > *, .about-delivery-explorer > *, .about-resources > .wrap > *, .about-questions > * { min-width: 0; }
@media screen and (max-width: 1100px) {
  .about-hero-grid { gap: 32px; }
  .about-story-grid, .about-section-heading, .about-delivery-explorer, .about-resources > .wrap, .about-questions { gap: 40px; }
  .about-hero h1 { font-size: 3.4rem; }
  .about-at-glance { grid-template-columns: 1fr; gap: 16px; }
  .about-at-glance > div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; }
  .about-at-glance dt { margin-bottom: 0; }
}
@media screen and (max-width: 900px) {
  .about-hero-grid { grid-template-columns: minmax(0, 1fr); padding-block: 40px; }
  .about-hero h1 { font-size: clamp(2.8rem, 7.2vw, 4rem); max-width: 680px; }
  .about-hero-art { height: 320px; border-top-right-radius: 80px; }
  .about-hero .lead, .about-hero p:not(.eyebrow):not(.lead) { max-width: 620px; }
  .about-section { padding-block: 64px; }
  .about-story-grid, .about-section-heading, .about-resources > .wrap, .about-questions { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .about-section-heading > p { max-width: 600px; }
  .about-jump { gap: 6px 24px; }
  .about-jump > span { width: 100%; }
  .about-at-glance { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-at-glance > div { display: block; }
  .about-at-glance dt { margin-bottom: 10px; }
  .about-delivery-explorer { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .about-role-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .about-role-tabs button { flex-direction: column; align-items: flex-start; gap: 6px; border: 1px solid #675b49; font-size: .9375rem; padding: 16px; }
  .about-role-tabs button:last-child { border-bottom: 1px solid #675b49; }
  .about-role-panels { min-height: 285px; }
  .about-connected-foot { flex-wrap: wrap; }
  .about-principles { gap: 30px; }
}
@media screen and (max-width: 600px) {
  .about-section { padding-block: 48px; }
  .about-hero-grid { padding-block: 30px; gap: 28px; }
  .about-hero h1 { font-size: clamp(2.35rem, 9.5vw, 3.2rem); letter-spacing: -.05em; }
  .about-page .lead { font-size: 1.125rem; }
  .about-hero-art { height: 280px; border-top-right-radius: 64px; }
  .about-hero-art figcaption { inset: auto 22px 24px; }
  .about-hero-art figcaption strong { font-size: 1.65rem; }
  .about-hero .actions, .about-closing .actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .about-hero .actions > *, .about-closing .actions > * { width: 100%; justify-content: center; }
  .about-page .button { padding-inline: 16px; }
  .about-jump { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; padding-block: 14px; }
  .about-jump > span { grid-column: 1 / -1; margin-bottom: 8px; }
  .about-at-glance { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .about-at-glance dt { margin-bottom: 5px; }
  .about-page h2 { font-size: clamp(1.85rem, 7.8vw, 2.25rem); }
  .about-role-tabs { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .about-role-tabs button { flex-direction: row; align-items: center; gap: 16px; min-height: 54px; padding: 12px 16px; font-size: 1rem; }
  .about-role-panels { min-height: 0; }
  .about-role-panels h3 { font-size: 1.75rem; }
  .about-connected-foot { gap: 12px; }
  .about-principles { grid-template-columns: minmax(0, 1fr); }
  .about-principles article { gap: 14px; }
  .about-principles h3, .about-resource-list h3 { font-size: 1.6rem; }
  .about-faq details p { margin-right: 0; }
  .about-closing { padding-block: 48px; text-align: left; }
}
@media print {
  .about-hero-art, .about-jump, .about-role-tabs, .about-closing, .about-page .actions { display: none !important; }
  .about-page section, .about-hero { background: white !important; color: #111 !important; }
  .about-page h1, .about-page h2, .about-page h3, .about-page p, .about-page a, .about-page li, .about-page .eyebrow { color: #111 !important; }
  .about-role-panels [hidden] { display: block !important; }
  .about-hero-grid, .about-story-grid, .about-section-heading, .about-delivery-explorer, .about-principles, .about-resources > .wrap, .about-questions { display: block; }
  .about-section { padding-block: 24px; }
}
