/* Original Office hub styles; independent of the family application's CSS. */
:root {
  color-scheme: light dark;
  --background: #f5f6ef;
  --surface: #ffffff;
  --surface-soft: #e8eddf;
  --text: #21352a;
  --muted: #4e6153;
  --brand: #476143;
  --border: #c4d0be;
  --accent: #f2bc78;
  --focus: #2563eb;
  --shadow: 0 18px 48px rgb(35 57 38 / 7%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; color: var(--text); background: var(--background); line-height: 1.7; }
a { color: var(--brand); text-underline-offset: .2em; text-decoration-thickness: .075em; }
a:hover { text-decoration-thickness: .13em; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; border-radius: 3px; }
img, svg { max-width: 100%; }
::selection { background: var(--accent); color: #21352a; }
.wrap { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 3; top: .6rem; left: .75rem; padding: .6rem 1rem; background: var(--surface); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 98px; padding-block: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--text); text-decoration: none; }
.brand img { width: 42px; height: 42px; }
.brand-name { display: block; font-size: 1.35rem; font-weight: 760; letter-spacing: -.045em; line-height: 1.15; }
.brand-family { display: block; font-size: .69rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; font-size: .88rem; }
.site-nav a { color: var(--muted); text-decoration: none; padding-block: .35rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); text-decoration: underline; }
.site-nav a[aria-current="page"] { font-weight: 700; }
main { padding-block: 4.8rem 5rem; }
.eyebrow { color: var(--brand); font-size: .75rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 1.2rem; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 650; margin: 0 0 1.5rem; max-width: 15ch; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 650; margin: 0 0 1rem; }
h3 { font-size: 1.23rem; font-weight: 720; margin: 0 0 .8rem; }
p { margin: 0 0 1.2rem; }
.lede { font-size: 1.12rem; line-height: 1.75; color: var(--muted); max-width: 57ch; }
.hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 4rem; align-items: center; }
.hero-copy { padding-block: 1rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; gap: 1rem; background: var(--brand); color: #fff; padding: .85rem 1.2rem; border-radius: .5rem; text-decoration: none; font-weight: 680; font-size: .92rem; }
.button:hover { background: var(--text); color: var(--background); text-decoration: underline; }
.text-link { font-weight: 650; font-size: .92rem; }
.feature-panel { position: relative; background: var(--surface-soft); border: 1px solid var(--border); border-radius: 1.5rem; padding: 2.5rem; min-height: 360px; box-shadow: var(--shadow); }
.feature-panel::before { content: ""; display: block; height: 5px; width: 50px; background: var(--brand); border-radius: 4px; margin-bottom: 3rem; }
.feature-panel h2 { max-width: 14ch; font-size: 2.1rem; }
.feature-panel p { color: var(--muted); }
.panel-label { font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.principles { list-style: none; padding: 0; margin: 1.8rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.principles li { border: 1px solid var(--border); border-radius: 2rem; background: var(--surface); padding: .3rem .75rem; font-size: .78rem; font-weight: 600; }
.section { margin-top: 5rem; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1.4rem; }
.section-heading h2 { margin: 0; }
.section-heading p { max-width: 42ch; color: var(--muted); margin: 0; font-size: .94rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 1rem; padding: 2rem; }
.card p { color: var(--muted); }
.card-number { display: block; font-size: .75rem; color: var(--brand); margin-bottom: 1.6rem; font-weight: 750; letter-spacing: .08em; }
.card .text-link { display: inline-block; margin-top: .4rem; }
.note { border-left: 3px solid var(--brand); padding: .15rem 0 .15rem 1.1rem; color: var(--muted); }
.note p:last-child, .card p:last-child, .feature-panel p:last-child { margin-bottom: 0; }
.plain-strip { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.plain-strip p { color: var(--muted); max-width: 65ch; }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 1.8rem 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.steps li { counter-increment: step; border-top: 1px solid var(--border); padding-top: 1.4rem; }
.steps li::before { content: "0" counter(step); color: var(--brand); font-weight: 750; font-size: .77rem; display: block; margin-bottom: 1.2rem; }
.steps p { color: var(--muted); font-size: .94rem; }
.document-header { max-width: 760px; margin-bottom: 3rem; }
.document-header h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); max-width: 19ch; }
.document-grid { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 3.5rem; align-items: start; }
.contents { border-top: 1px solid var(--border); padding-top: 1rem; }
.contents h2 { font-size: 1rem; letter-spacing: 0; }
.contents ol { list-style: none; padding: 0; margin: 0; font-size: .88rem; }
.contents li { margin-top: .65rem; }
.document { max-width: 72ch; }
.document section + section { margin-top: 2.7rem; }
.document h2 { font-size: 1.6rem; }
.document p, .document li { color: var(--muted); }
.document ul { padding-left: 1.25rem; }
.document li + li { margin-top: .6rem; }
.document strong { color: var(--text); }
.date { font-size: .82rem; color: var(--muted); }
.site-footer { border-top: 1px solid var(--border); padding-block: 2rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; gap: 1.5rem; }
.footer-title { display: block; font-weight: 700; font-size: .9rem; }
.footer-note { display: block; color: var(--muted); font-size: .78rem; margin-top: .25rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .82rem; }
@media (prefers-color-scheme: dark) {
  :root { --background: #0f1a14; --surface: #14261c; --surface-soft: #1e3426; --text: #e8f0e8; --muted: #bdccba; --brand: #b2cbaa; --border: #465a43; --focus: #facc15; --shadow: none; }
  .button { background: #b2cbaa; color: #0f1a14; }
  .button:hover { background: #e8f0e8; color: #0f1a14; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { padding: 0; }
  .feature-panel { min-height: auto; }
  .feature-panel::before { margin-bottom: 1.8rem; }
  .feature-panel h2 { max-width: 22ch; }
  .document-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .contents ol { display: flex; flex-wrap: wrap; gap: .25rem 1.3rem; }
  .contents li { margin-top: .25rem; }
  .steps { grid-template-columns: 1fr; gap: 1rem; }
  .steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .2rem .6rem; }
  .steps li::before { grid-row: 1 / 3; }
  .steps p { grid-column: 2; }
}
@media (max-width: 580px) {
  .wrap { width: calc(100% - 2rem); }
  .header-inner { align-items: start; flex-direction: column; gap: .8rem; }
  .site-nav { gap: .35rem 1.1rem; }
  main { padding-block: 2.8rem 3rem; }
  h1 { font-size: clamp(2.6rem, 11vw, 3.5rem); }
  .lede { font-size: 1.04rem; }
  .cards, .plain-strip { grid-template-columns: 1fr; }
  .card, .feature-panel { padding: 1.5rem; }
  .section { margin-top: 3rem; }
  .section-heading { flex-direction: column; align-items: start; }
  .plain-strip { gap: .2rem; }
  .document-header { margin-bottom: 2rem; }
}
@media (prefers-contrast: more) {
  :root { --muted: var(--text); --border: var(--text); }
  a { text-decoration-thickness: .13em; }
}
@media (forced-colors: active) {
  .button { border: 1px solid ButtonText; }
  .feature-panel::before { background: CanvasText; }
}
@media print {
  :root { color-scheme: light; --background: white; --surface: white; --surface-soft: white; --text: black; --muted: #222; --brand: black; --border: #777; }
  .site-nav, .skip-link, .contents, .actions { display: none; }
  main { padding-block: 1.5rem; }
  .hero, .document-grid { display: block; }
  .feature-panel { box-shadow: none; margin-top: 1.5rem; }
  a { color: black; }
}
