:root {
  --ink: #070b18;
  --navy: #122438;
  --cyan: #00d4ff;
  --blue: #1a56db;
  --teal: #00778e;
  --paper: #f3f6f8;
  --line: #d6dfe5;
  --muted: #536571;
  --body: 'IBM Plex Sans', Arial, sans-serif;
  --heading: 'IBM Plex Sans', Arial, sans-serif;
  --editorial: 'Instrument Serif', Georgia, serif;
  --mono: 'IBM Plex Mono', monospace;
  --gutter: clamp(24px, 4.5vw, 76px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 500; }
h2 { font-size: clamp(38px, 3.6vw, 58px); line-height: 1.12; letter-spacing: -.045em; margin-bottom: 0; }
h2 em { font-family: var(--editorial); font-weight: 400; font-size: 1.13em; color: var(--teal); }
::selection { background: var(--cyan); color: var(--ink); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.container { width: min(100%, 1536px); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 20px; background: var(--cyan); }
.skip-link:focus { top: 15px; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 25px; font: 400 12px/1.6 var(--mono); letter-spacing: .055em; color: #3c5b6b; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--teal); flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 23px; border: 1px solid var(--ink); border-radius: 0; color: #fff; background: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.4; transition: background .2s, color .2s; }
.button span { color: var(--cyan); font-size: 24px; font-weight: 400; line-height: 1; }
.button:hover { background: #164355; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 500; padding-block: 10px; }
.text-link span { color: var(--teal); font-size: 20px; }
.text-link:hover { color: var(--teal); }
.site-header { height: 108px; position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: block; width: 228px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.site-header .brand { align-self: stretch; width: 248px; padding: 22px 17px; display: flex; align-items: center; background: var(--ink); border-bottom: 4px solid var(--cyan); }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 35px; font-size: 14px; }
.desktop-nav a:hover { color: var(--teal); }
.header-cta { background: #fff; color: var(--ink); padding: 12px 20px; font-size: 14px; }
.header-cta span { color: var(--ink); }
.header-cta:hover { color: #fff; }
.header-cta:hover span { color: var(--cyan); }
.menu-toggle { display: none; }
.mobile-nav[hidden] { display: none; }
.hero { padding-block: 52px 70px; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hero-copy { padding-block: 30px; min-width: 0; }
.hero h1 { font-size: clamp(44px, 5.3vw, 86px); letter-spacing: -.065em; line-height: 1.06; font-weight: 500; margin-bottom: 30px; }
.hero h1 em { font-family: var(--editorial); font-size: 1.28em; line-height: 1; font-weight: 400; color: var(--teal); letter-spacing: -.035em; }
.hero-description { font-size: 18px; color: var(--muted); line-height: 1.7; max-width: 445px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: flex-start; gap: 14px; flex-direction: column; }
.hero-artwork { position: relative; margin: 0; padding-left: 22px; border-left: 1px solid var(--line); min-width: 0; }
.artwork-image { height: 445px; background: var(--ink); overflow: hidden; }
.artwork-image img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.hero-artwork figcaption { display: flex; justify-content: space-between; gap: 15px; background: var(--cyan); color: var(--ink); padding: 16px 19px; font: 400 10px/1.6 var(--mono); letter-spacing: .035em; }
.artwork-partner { position: absolute; top: 23px; left: 45px; padding: 16px 21px; background: #fff; }
.partner-lockup { display: flex; align-items: center; gap: 13px; }
.partner-lockup strong { display: block; font-family: 'Segoe UI', var(--body); font-size: 22px; line-height: 1.2; font-weight: 550; letter-spacing: -.025em; }
.partner-lockup > span > span { font-size: 13px; color: #42505c; }
.artwork-partner .partner-lockup strong { font-size: 20px; }
.microsoft-symbol { display: grid; grid-template-columns: repeat(2, 16px); grid-template-rows: repeat(2, 16px); gap: 3px; flex-shrink: 0; }
.microsoft-symbol i:nth-child(1) { background: #f25022; }
.microsoft-symbol i:nth-child(2) { background: #7fba00; }
.microsoft-symbol i:nth-child(3) { background: #00a4ef; }
.microsoft-symbol i:nth-child(4) { background: #ffb900; }
.section { padding-block: 94px; }
.section-heading { margin-bottom: 48px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.section-heading-row > p { max-width: 370px; margin: 0 0 3px; font-size: 16px; color: var(--muted); line-height: 1.8; }
.solutions { background: var(--paper); border-block: 1px solid var(--line); }
.services-grid { display: flex; flex-direction: column; }
.service-card { display: grid; grid-template-columns: 78px 1.1fr 1fr; column-gap: 34px; row-gap: 15px; padding: 35px 0; border-top: 1px solid #bccbd5; }
.service-card:last-child { border-bottom: 1px solid #bccbd5; }
.service-card-top { grid-column: 1; grid-row: 1/4; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; }
.service-index { font: 400 12px/1.5 var(--mono); color: #4b6b7d; }
.service-card-top svg { width: 31px; height: 31px; color: var(--teal); }
.service-card h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.035em; line-height: 1.2; }
.service-card > p { grid-column: 2; grid-row: 2; margin: 0; font-size: 16px; color: var(--muted); max-width: 445px; line-height: 1.75; }
.service-card ul { grid-column: 3; grid-row: 1/3; padding: 0 0 0 35px; margin: 0; list-style: none; border-left: 1px solid var(--line); align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 10px; font-size: 14px; color: #354e5e; }
.service-card li { display: flex; gap: 12px; }
.service-card li::before { content: '+'; color: var(--teal); }
.service-link { grid-column: 3; grid-row: 3; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-left: 35px; padding-top: 5px; font-size: 14px; font-weight: 500; line-height: 1.5; }
.service-link > span { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border: 1px solid #95acba; font-size: 23px; transition: color .2s, background .2s; }
.service-link:hover { color: var(--teal); }
.service-link:hover > span { background: var(--ink); color: var(--cyan); border-color: var(--ink); }
.about { padding-block: 94px 60px; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 76px; align-items: stretch; }
.about-intro { background: var(--cyan); color: var(--ink); padding: clamp(32px, 3.5vw, 55px); position: relative; }
.about-intro .eyebrow { color: #144756; }
.about h2 { font-size: clamp(36px, 3.3vw, 50px); }
.muted-heading { font-family: var(--editorial); font-style: italic; font-weight: 400; font-size: 1.18em; letter-spacing: -.025em; }
.large-copy { font-size: 19px; line-height: 1.65; margin-block: 28px 18px; }
.about-copy { font-size: 16px; color: #183d4a; line-height: 1.8; margin-bottom: 22px; }
.about-intro .text-link { border-bottom: 1px solid #145165; padding-bottom: 7px; }
.about-intro .text-link span { color: var(--ink); }
.about-intro .text-link:hover { color: #183d4a; }
.principles { display: flex; flex-direction: column; justify-content: center; }
.principle { display: flex; gap: 25px; padding-block: 30px; border-top: 1px solid var(--line); }
.principle:first-child { border-top: 0; }
.principle-number { font: 400 12px/1.5 var(--mono); color: var(--teal); padding-top: 6px; }
.principle h3 { font-size: 24px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 13px; }
.principle p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0; }
.microsoft-band { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-top: 35px; margin-top: 45px; border-top: 1px solid var(--line); }
.microsoft-band > p { font-size: 18px; color: var(--muted); margin: 0; }
.microsoft-band > p strong { color: var(--ink); font-weight: 500; }
.band-detail { font-size: 14px; color: var(--muted); line-height: 1.8; }
.industries { padding-block: 34px; background: var(--navy); color: #fff; }
.industries-inner { display: flex; align-items: center; gap: 50px; justify-content: space-between; }
.industries h2 { font: 400 12px/1.7 var(--mono); letter-spacing: 0; color: #9bd9e6; flex-shrink: 0; }
.industries ul { display: flex; flex: 1; justify-content: space-between; flex-wrap: wrap; gap: 18px 25px; padding: 0; margin: 0; list-style: none; }
.industries li { font-size: 14px; }
.approach .container { display: grid; grid-template-columns: 1fr 1.35fr; gap: 0 95px; }
.approach .section-heading { align-self: start; position: sticky; top: 40px; margin-bottom: 40px; }
.approach .section-heading-row { display: block; }
.approach .section-heading-row > p { margin-top: 25px; max-width: 320px; }
.process-grid { display: flex; flex-direction: column; list-style: none; padding: 0; margin: 0; }
.process-grid li { position: relative; display: grid; grid-template-columns: 60px 1fr; column-gap: 25px; border-top: 1px solid var(--line); padding-block: 25px; }
.process-grid li:last-child { border-bottom: 1px solid var(--line); }
.process-top { grid-column: 1; grid-row: 1/3; font: 400 20px/1.5 var(--mono); color: var(--teal); padding-top: 3px; }
.process-top span:last-child { display: none; }
.process-grid h3 { grid-column: 2; font-size: 29px; line-height: 1.3; letter-spacing: -.035em; margin: 0 0 9px; }
.process-grid p { grid-column: 2; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 410px; }
.faq-block { grid-column: 1/3; display: grid; grid-template-columns: 1fr 1.35fr; gap: 95px; padding-top: 65px; margin-top: 70px; border-top: 1px solid var(--line); }
.faq-block h2 { font-family: var(--editorial); font-size: 54px; font-weight: 400; letter-spacing: -.03em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; list-style: none; cursor: pointer; font-size: 17px; line-height: 1.5; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 25px; font-weight: 400; color: var(--teal); transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list summary:hover { color: var(--teal); }
.faq-list details > p { margin: 0 0 25px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.contact { background: var(--paper); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact h2 { font-size: clamp(42px, 3.8vw, 60px); line-height: 1.12; }
.contact h2 > span { font-family: var(--editorial); font-style: italic; font-weight: 400; color: var(--teal); font-size: 1.1em; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin-top: 27px; line-height: 1.8; }
.contact-links { margin-top: 40px; }
.contact-links > a { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 20px; padding-block: 17px; border-bottom: 1px solid var(--line); max-width: 455px; }
.contact-links > a > span:first-child { font: 400 12px/1.6 var(--mono); color: var(--muted); }
.contact-links strong { grid-column: 1; grid-row: 2; font-size: clamp(16px, 1.5vw, 21px); font-weight: 400; overflow-wrap: anywhere; line-height: 1.7; }
.contact-links .contact-arrow { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 25px; color: var(--teal); }
.contact-links a:hover strong { color: var(--teal); }
.contact-intro .contact-regions { display: flex; align-items: center; gap: 10px; font-size: 12px!important; margin-top: 25px!important; }
.contact-form { border: 1px solid var(--line); background: #fff; padding: 35px; }
.contact-form h3 { font-size: 27px; letter-spacing: -.035em; margin-bottom: 6px; line-height: 1.25; }
.form-subtitle { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
.field label > span:not(.optional) { color: var(--teal); }
.optional { font-size: 12px; color: var(--muted); }
.field input, .field select, .field textarea { display: block; width: 100%; max-width: 100%; border: 1px solid #bdcbd4; padding: 12px 13px; min-height: 48px; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.5; border-radius: 0; outline: none; transition: border-color .2s; }
.field input::placeholder, .field textarea::placeholder { color: #667784; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 2px rgba(0,119,142,.18); }
.field select { cursor: pointer; color-scheme: light; padding-right: 25px; }
.field textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; }
.form-note { font-size: 12px; line-height: 1.7; color: var(--muted); text-align: center; margin: 15px 0 0; }
.form-note a { text-decoration: underline; }
.form-status { padding: 15px; border-left: 3px solid var(--teal); color: #194757; background: #e9f9fc; font-size: 14px; line-height: 1.7; margin: 20px 0 0; overflow-wrap: anywhere; }
.site-footer { color: #fff; background: var(--ink); border-top: 4px solid var(--cyan); }
.footer-top { display: flex; align-items: center; gap: 60px; padding-block: 40px; }
.footer-brand { width: 215px; }
.footer-top > p { color: #adbfcc; font-size: 14px; margin: 0; line-height: 1.8; }
.back-top { display: flex; gap: 28px; align-items: center; margin-left: auto; font-size: 14px; }
.back-top span { color: var(--cyan); font-size: 24px; }
.back-top:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid #344150; padding-block: 22px; color: #a6b9c9; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 28px; }
.footer-bottom a:hover { color: #fff; }
@media (min-width: 1500px) {
  .artwork-image { height: 490px; }
  .hero-inner { gap: 80px; }
  .hero-copy { padding-block: 50px; }
}
@media (max-width: 1150px) {
  .desktop-nav { margin-right: 0; gap: 25px; }
  .site-header .brand { width: 225px; }
  .hero-inner { gap: 35px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .005em; }
  .artwork-image { height: 415px; }
  .hero-description { font-size: 17px; }
  .about-grid { gap: 45px; }
  .contact-grid { gap: 50px; }
  .approach .container, .faq-block { column-gap: 60px; }
  .service-card { column-gap: 25px; grid-template-columns: 60px 1.1fr 1fr; }
  .service-card ul, .service-link { padding-left: 25px; }
  .microsoft-band { gap: 25px; }
  .band-detail br { display: none; }
}
@media (max-width: 960px) {
  .header-inner { gap: 24px; }
  .site-header .brand { width: 210px; }
  .desktop-nav { gap: 20px; }
  .header-cta { gap: 20px; }
  .hero-artwork { padding-left: 15px; }
  .artwork-image { height: 380px; }
  .artwork-partner { left: 30px; top: 16px; padding: 14px 16px; }
  .hero-artwork figcaption { padding: 14px 15px; font-size: 10px; }
  .hero-artwork figcaption span:last-child { display: none; }
  .hero .eyebrow { font-size: 10px; }
  .section-heading-row > p { max-width: 300px; }
  .about-grid { gap: 32px; }
  .about-intro { padding: 30px; }
  .about h2 { font-size: 35px; }
  .principle { gap: 18px; padding-block: 25px; }
  .principle h3 { font-size: 22px; }
  .microsoft-band { grid-template-columns: 1fr 1fr; gap: 25px; }
  .band-detail { grid-column: 1/3; }
  .industries-inner { align-items: flex-start; gap: 35px; }
  .industries ul { justify-content: flex-start; }
  .contact-grid { gap: 35px; }
  .contact-form { padding: 26px; }
  .contact-form h3 { font-size: 24px; }
  .contact h2 { font-size: 42px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  .site-header { height: 90px; }
  .site-header .brand { width: 205px; padding: 17px 12px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 10px; width: 44px; height: 44px; background: #fff; border: 1px solid #bdcbd4; }
  .menu-toggle span { width: 100%; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; inset: 90px 0 auto; background: #fff; padding: 15px var(--gutter); display: flex; flex-direction: column; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(7,11,24,.06); }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { color: var(--teal); border-bottom: 0; }
  .hero { padding-top: 34px; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(50px, 10vw, 78px); margin-bottom: 26px; }
  .hero h1 em { font-size: 1.25em; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .01em; }
  .hero-description { font-size: 17px; max-width: 490px; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px 20px; }
  .hero .button { font-size: 14px; }
  .hero-artwork { padding-left: 0; border: 0; }
  .artwork-image { height: 390px; }
  .artwork-partner { left: 19px; top: 19px; }
  .hero-artwork figcaption { font-size: 10px; padding: 14px; }
  .hero-artwork figcaption span:last-child { display: block; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 22px; max-width: 480px; }
  .service-card { grid-template-columns: 45px 1fr; gap: 16px 20px; padding-block: 30px; }
  .service-card-top { grid-row: 1/5; gap: 22px; }
  .service-index { font-size: 11px; }
  .service-card-top svg { width: 27px; height: 27px; }
  .service-card h3 { font-size: 28px; }
  .service-card > p { max-width: none; }
  .service-card ul { grid-column: 2; grid-row: 3; border: 0; padding: 5px 0 0; gap: 8px; }
  .service-link { grid-column: 2; grid-row: 4; padding: 8px 0 0; }
  .about-grid { grid-template-columns: 1fr; gap: 15px; }
  .about-intro { padding: 32px; }
  .about h2 { font-size: 40px; }
  .large-copy { font-size: 20px; }
  .principle { gap: 24px; padding-block: 26px; }
  .principle:first-child { border-top: 0; }
  .principle h3 { font-size: 24px; }
  .microsoft-band { display: flex; flex-wrap: wrap; padding-top: 25px; margin-top: 20px; gap: 25px; }
  .microsoft-band .partner-lockup { width: 100%; }
  .microsoft-band > p { font-size: 19px; }
  .band-detail { max-width: 340px; }
  .industries { padding-block: 28px; }
  .industries-inner { display: block; }
  .industries h2 { margin-bottom: 20px; }
  .industries h2 br { display: none; }
  .industries ul { gap: 12px 23px; }
  .approach .container { display: block; }
  .approach .section-heading { position: static; }
  .approach .section-heading-row > p { max-width: 450px; }
  .process-grid li { grid-template-columns: 44px 1fr; gap: 0 20px; padding-block: 24px; }
  .process-grid h3 { font-size: 27px; }
  .process-grid p { max-width: none; }
  .faq-block { grid-template-columns: 1fr; gap: 28px; margin-top: 50px; padding-top: 45px; }
  .faq-block h2 { font-size: 47px; }
  .faq-block h2 br { display: none; }
  .faq-list summary { font-size: 16px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact h2 { font-size: clamp(40px, 8vw, 57px); }
  .contact-links { margin-top: 25px; }
  .contact-links > a { max-width: none; }
  .contact-links strong { font-size: clamp(16px, 4.3vw, 21px); }
  .contact-form { padding: 27px; }
  .contact-form h3 { font-size: 26px; }
  .form-subtitle { font-size: 15px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 25px 20px; padding-block: 35px; }
  .footer-brand { width: 190px; }
  .footer-top > p { grid-row: 2; grid-column: 1/3; }
  .back-top { gap: 16px; font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 50px; }
  .artwork-image { height: 325px; }
  .hero-artwork figcaption span:last-child { display: none; }
  .service-card { grid-template-columns: 35px 1fr; column-gap: 14px; }
  .service-card h3 { font-size: 27px; }
  .about-intro { padding: 25px; }
  .about h2 { font-size: 35px; }
  .contact-form { padding: 23px 19px; }
  .contact-form h3 { font-size: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-brand { width: 170px; }
  .back-top { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none!important; transition: none!important; }
}

/* RMD's experience section uses an editorial spread and three columns below. */
.about-grid { display: block; }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 65px; row-gap: 15px; }
.about-intro .eyebrow { grid-column: 1; grid-row: 1; margin-bottom: 0; font-size: 11px; }
.about-intro h2 { grid-column: 1; grid-row: 2/5; }
.about-intro .large-copy { grid-column: 2; grid-row: 1/3; margin: 0; }
.about-intro .about-copy { grid-column: 2; grid-row: 3; margin: 0; }
.about-intro > .text-link { grid-column: 2; grid-row: 4; justify-self: start; margin-top: 7px; }
.principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 36px; }
.principle { display: block; border-top: 1px solid var(--line); padding-block: 24px 0; }
.principle:first-child { border-top: 1px solid var(--line); }
.principle-number { display: block; padding: 0; margin-bottom: 16px; }
.principle h3 { font-size: 22px; }
.contact h2 { font-size: clamp(38px,3.4vw,54px); }
@media(max-width:960px) {
  .about-intro { gap: 18px 35px; }
  .principles { gap: 24px; }
  .principle h3 { font-size: 21px; }
}
@media(max-width:760px) {
  .hero { padding-block: 34px 44px; }
  .about-intro { display: block; }
  .about-intro .eyebrow { margin-bottom: 23px; }
  .about-intro .large-copy { margin-block: 25px 18px; }
  .about-intro > .text-link { margin-top: 20px; }
  .principles { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .principle { display: flex; gap: 24px; }
  .principle-number { padding-top: 5px; }
  .principle h3 { font-size: 24px; }
  .contact h2 { font-size: clamp(38px,7.4vw,52px); }
}
