@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Source+Serif+4:wght@400;600;700&family=Quicksand:wght@500&display=swap");

/* Standalone About page. These styles never load in the boardroom application. */
:root { color-scheme:light; --navy:#141b2d; --ink:#131a2b; --text:#283449; --muted:#5c6780; --brass:#806124; --line:rgba(18,28,46,.12); }
* { box-sizing:border-box; }
body { margin:0; font-family:"Inter",system-ui,sans-serif; color:var(--text); background:#fff; }
a { color:var(--brass); text-underline-offset:4px; overflow-wrap:anywhere; }
a:hover { text-decoration-thickness:2px; }
a:focus-visible { outline:3px solid #b0883e; outline-offset:5px; }
.skip-link { position:absolute; top:8px; left:16px; z-index:3; transform:translateY(-160%); padding:12px; background:white; }
.skip-link:focus { transform:translateY(0); }
.about-header { min-height:76px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; padding:16px clamp(20px,6vw,88px); border-bottom:1px solid var(--line); }
.about-brand { display:inline-flex; align-items:center; gap:11px; color:var(--ink); text-decoration:none; font-family:"Quicksand",system-ui,sans-serif; font-size:22px; font-weight:500; }
.about-brand img { flex-shrink:0; }
.about-button { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:44px; padding:12px 18px; border-radius:10px; background:var(--navy); color:white; text-decoration:none; font-size:14px; font-weight:600; line-height:1.5; }
.about-button:hover { background:#26334f; }
.about-page { width:min(100%,1080px); margin:0 auto; padding:64px 24px 80px; }
.about-intro { max-width:800px; padding-bottom:36px; border-bottom:1px solid var(--line); }
.eyebrow { color:var(--brass); font-size:14px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
h1,h2,h3 { color:var(--ink); font-family:"Source Serif 4",Georgia,serif; }
h1 { margin:23px 0 22px; font-size:clamp(38px,5vw,64px); font-weight:600; line-height:1.1; letter-spacing:-.03em; }
.about-page p,.about-page li { font-size:16px; line-height:1.8; }
.about-page p { max-width:800px; margin:0 0 14px; }
.about-page p:last-child { margin-bottom:0; }
.about-page .about-lead { font-size:20px; line-height:1.7; }
.about-content { display:grid; gap:38px; padding-top:38px; }
.about-content > section { min-width:0; }
h2 { margin:0 0 16px; font-size:clamp(26px,3vw,34px); font-weight:600; line-height:1.2; }
.privacy-list { max-width:800px; margin:0; padding-left:22px; display:grid; gap:16px; }
.privacy-list strong { color:var(--ink); }
.about-products { padding-top:32px; border-top:1px solid var(--line); }
.about-products h2 { margin-top:12px; }
.product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:24px; }
.product-grid article { display:flex; flex-direction:column; padding:28px; border:1px solid var(--line); border-radius:20px; background:#fbfcfe; }
.product-grid h3 { margin:0 0 14px; font-size:25px; line-height:1.3; }
.product-grid h3 a { color:var(--ink); text-decoration:none; }
.product-grid h3 a:hover { text-decoration:underline; }
.product-link { margin-top:auto; padding-top:10px; font-size:16px; font-weight:600; }
.about-contact { padding:32px; border-radius:20px; background:#f5f7fa; }
.about-contact .about-button { margin-top:12px; font-size:16px; }
.about-footer { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:28px; padding:34px clamp(20px,6vw,88px); background:var(--navy); color:#d1d6df; font-size:14px; line-height:1.6; }
.about-footer a { color:inherit; }
.about-footer .about-brand { color:white; }
.about-footer p { margin:0; text-align:center; }
.about-footer > div { display:grid; gap:8px; justify-items:end; }
@media(max-width:900px) {
  .about-footer { grid-template-columns:1fr; gap:20px; text-align:center; }
  .about-footer .about-brand { justify-content:center; }
  .about-footer > div { justify-items:center; }
}
@media(max-width:680px) {
  .about-header { padding:14px 20px; gap:12px; }
  .about-brand { font-size:20px; }
  .about-header .about-button { padding:10px 12px; }
  .about-page { padding:38px 20px 56px; }
  .product-grid { grid-template-columns:minmax(0,1fr); }
  .product-grid article,.about-contact { padding:22px; }
}
