:root {
  --sharepoint: #0f6cbd;
  --sharepoint-dark: #0b4f87;
  --sharepoint-light: #e8f3fb;
  --brand: #0c6470;
  --brand-deep: #07464f;
  --teal: #18a1a6;
  --ink: #17212b;
  --muted: #5d6874;
  --line: #e3e7eb;
  --soft: #f5f7f8;
  --white: #ffffff;
  --gold: #e6a23c;
  --red: #c83737;
  --shadow: 0 10px 30px rgba(19, 42, 57, 0.12);
  --shadow-soft: 0 3px 14px rgba(19, 42, 57, 0.08);
  --radius: 10px;
  --content: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", SegoeUI, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, a:focus-visible {
  outline: 3px solid rgba(15, 108, 189, 0.35);
  outline-offset: 2px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 16px;
  color: #fff;
  background: #111;
  border-radius: 4px;
}
.skip-link:focus { top: 8px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.suite-bar {
  height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--sharepoint);
  position: sticky;
  top: 0;
  z-index: 40;
}

.icon-button, .profile-button, .brand, .nav-link, .hub-nav button, .footer button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; }
.icon-button:hover, .profile-button:hover { background: rgba(0, 0, 0, 0.14); }
.waffle { grid-template-columns: repeat(3, 4px); grid-template-rows: repeat(3, 4px); gap: 3px; align-content: center; }
.waffle span { width: 4px; height: 4px; background: currentColor; }
.suite-product { font-size: 16px; font-weight: 600; min-width: 170px; }
.suite-search {
  position: relative;
  height: 34px;
  width: min(470px, 42vw);
  margin: 0 auto;
  color: #1e2730;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.suite-search input { border: 0; background: transparent; height: 100%; flex: 1; padding: 0 42px 0 42px; min-width: 0; outline: 0; }
.suite-search kbd { position: absolute; right: 11px; color: #667; font-size: 12px; border: 1px solid #ccd2d8; border-radius: 3px; padding: 0 5px; }
.search-icon { position: absolute; left: 15px; width: 14px; height: 14px; border: 2px solid #3e4851; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 6px; height: 2px; background: #3e4851; transform: rotate(45deg); right: -5px; bottom: -2px; }
.suite-actions { min-width: 230px; display: flex; justify-content: flex-end; align-items: center; }
.suite-symbol { font-size: 19px; }
.profile-button { height: 48px; display: flex; align-items: center; gap: 9px; color: #fff; padding: 0 8px 0 12px; }
.profile-name { font-size: 13px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #dbf1ed; color: #135b56; font-size: 12px; font-weight: 700; border: 2px solid rgba(255,255,255,.5); }

.site-shell { position: relative; z-index: 30; background: #fff; box-shadow: 0 1px 0 var(--line); }
.site-header { max-width: var(--content); min-height: 86px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; text-align: left; padding: 0; }
.brand-mark { width: 45px; height: 45px; border-radius: 8px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--brand), var(--teal)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; background: #fff; border-radius: 99px; transform: rotate(-34deg); }
.brand-mark::before { width: 8px; height: 32px; left: 13px; top: 8px; }
.brand-mark::after { width: 8px; height: 25px; right: 12px; top: 12px; opacity: .78; }
.brand-mark span { width: 23px; height: 7px; top: 20px; left: 11px; opacity: .9; }
.brand strong { display: block; font-size: 24px; letter-spacing: -0.35px; color: var(--brand-deep); }
.brand small { display: block; color: var(--muted); margin-top: 1px; font-size: 12px; }
.site-tools { display: flex; align-items: center; gap: 17px; }
.demo-pill { color: var(--brand); background: #e6f4f4; border: 1px solid #c6e7e7; padding: 5px 9px; font-size: 10px; font-weight: 700; letter-spacing: .08em; border-radius: 20px; }
.follow-button { border: 0; background: transparent; color: var(--sharepoint); padding: 7px 8px; cursor: pointer; }
.follow-button span { font-size: 21px; vertical-align: -1px; }
.follow-button.following span { color: #f4b400; }
.mobile-menu-button { display: none; border: 0; background: transparent; font-size: 22px; padding: 7px; }

.hub-nav { max-width: var(--content); min-height: 45px; margin: 0 auto; padding: 0 18px; display: flex; align-items: stretch; gap: 2px; }
.nav-link { position: relative; padding: 0 12px; font-size: 14px; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--sharepoint); background: #f7fafc; }
.nav-link.active::after { content: ""; position: absolute; height: 3px; left: 10px; right: 10px; bottom: 0; background: var(--sharepoint); border-radius: 2px 2px 0 0; }
.nav-menu { position: relative; display: flex; }
.nav-dropdown { display: none; position: absolute; z-index: 35; top: 44px; left: 0; width: 510px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 0 0 8px 8px; }
.nav-menu.open .nav-dropdown { display: block; }
.nav-dropdown > button { width: 100%; padding: 10px; text-align: left; border-radius: 5px; }
.nav-dropdown button:hover { background: var(--soft); }
.nav-dropdown small { display: block; color: var(--muted); font-size: 11px; }
.nav-dropdown-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); margin-top: 7px; padding-top: 7px; }
.nav-dropdown-grid button { padding: 9px 10px; text-align: left; border-radius: 5px; }

.view-panel { position: fixed; z-index: 70; right: 0; top: 0; bottom: 0; width: min(430px, 100vw); padding: 28px; background: #fff; box-shadow: -12px 0 40px rgba(17, 34, 49, .22); transform: translateX(105%); transition: transform .24s ease; overflow-y: auto; }
.view-panel.open { transform: translateX(0); }
.panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.panel-header h2 { margin: 2px 0 0; font-size: 25px; }
.eyebrow { margin: 0; color: var(--brand); font-size: 11px; letter-spacing: .13em; font-weight: 700; }
.close-button { border: 0; background: transparent; font-size: 30px; color: var(--muted); cursor: pointer; line-height: 1; }
.panel-intro { color: var(--muted); margin: 13px 0 20px; }
.persona-list { border: 0; padding: 0; margin: 0; display: grid; gap: 9px; }
.persona-option { position: relative; display: grid; grid-template-columns: 40px 1fr 22px; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.persona-option:hover { border-color: #a8c8df; background: #f7fbfe; }
.persona-option.selected { border-color: var(--sharepoint); box-shadow: inset 0 0 0 1px var(--sharepoint); background: #f5faff; }
.persona-option input { position: absolute; opacity: 0; }
.persona-option .avatar { width: 40px; height: 40px; color: #fff; border: 0; }
.persona-option strong, .persona-option small { display: block; }
.persona-option small { color: var(--muted); font-size: 12px; }
.radio-dot { width: 18px; height: 18px; border: 1px solid #87919b; border-radius: 50%; }
.selected .radio-dot { border: 5px solid var(--sharepoint); }
.membership-card { margin-top: 20px; padding: 15px; background: var(--soft); border-radius: 8px; }
.membership-label { display: block; font-size: 11px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { background: #fff; color: #3b4855; border: 1px solid #d8dee4; border-radius: 15px; padding: 4px 8px; font-size: 11px; }
.reality-note { display: flex; gap: 11px; margin-top: 18px; padding: 15px; background: #fff8e8; border-left: 3px solid var(--gold); font-size: 12px; color: #5e4a22; }
.reality-note p { margin: 0; }
.note-icon { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: #fff; font-weight: 700; }
.scrim { position: fixed; z-index: 60; inset: 0; background: rgba(15, 30, 43, .4); }

#mainContent { min-height: calc(100vh - 260px); }
.content-wrap { max-width: var(--content); margin: 0 auto; padding: 28px 24px 58px; }
.hero { color: #fff; background: linear-gradient(120deg, #073f48 0%, #0b6972 55%, #12868a 100%); overflow: hidden; }
.hero-inner { min-height: 330px; max-width: var(--content); margin: 0 auto; padding: 50px 24px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 55px; position: relative; }
.hero-inner::after { content: ""; position: absolute; width: 390px; height: 390px; right: -110px; top: -160px; border: 70px solid rgba(255,255,255,.055); border-radius: 50%; }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.hero-kicker { margin: 0 0 11px; font-size: 12px; letter-spacing: .12em; font-weight: 700; color: #bfe7e6; }
.hero h1 { margin: 0; font-size: clamp(35px, 4vw, 54px); line-height: 1.05; letter-spacing: -1.4px; }
.hero h1 span { color: #98e1dc; }
.hero-copy > p:not(.hero-kicker) { font-size: 18px; max-width: 640px; color: #e3f3f2; margin: 17px 0 25px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 17px; border: 1px solid transparent; border-radius: 4px; font-weight: 600; cursor: pointer; }
.button.primary { color: var(--brand-deep); background: #fff; }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button.blue { color: #fff; background: var(--sharepoint); }
.hero-profile { position: relative; z-index: 2; padding: 23px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(7px); border-radius: 12px; }
.hero-profile-label { margin: 0 0 16px; color: #bfe7e6; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.hero-profile-person { display: flex; gap: 13px; align-items: center; }
.hero-profile .avatar { width: 50px; height: 50px; font-size: 15px; border: 0; }
.hero-profile strong { display: block; font-size: 17px; }
.hero-profile small { color: #d3ecea; }
.view-as-button { width: 100%; margin-top: 18px; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); color: #fff; border-radius: 5px; padding: 9px; cursor: pointer; }
.view-as-button:hover { background: rgba(255,255,255,.16); }

.section { margin-top: 35px; }
.section:first-child { margin-top: 0; }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 15px; }
.section-heading h2, .page-title { margin: 0; font-size: 25px; letter-spacing: -.35px; }
.section-heading p { margin: 4px 0 0; color: var(--muted); }
.text-link { border: 0; background: transparent; color: var(--sharepoint); cursor: pointer; padding: 5px; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.grid { display: grid; gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-grid { grid-template-columns: minmax(0, 2fr) minmax(290px, .92fr); align-items: start; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }

.news-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 385px; }
.news-card { position: relative; min-height: 180px; border: 0; border-radius: 8px; overflow: hidden; text-align: left; cursor: pointer; color: #fff; background: #1b5963; padding: 0; }
.news-card.featured { grid-row: 1 / 3; }
.news-visual { position: absolute; inset: 0; overflow: hidden; }
.news-visual::before, .news-visual::after { content: ""; position: absolute; border-radius: 50%; }
.news-visual::before { width: 280px; height: 280px; right: -70px; top: -100px; background: rgba(255,255,255,.13); }
.news-visual::after { width: 180px; height: 180px; left: -40px; bottom: -90px; border: 35px solid rgba(255,255,255,.10); }
.visual-people { background: linear-gradient(145deg, #15536a, #14a2a6); }
.visual-leader { background: linear-gradient(135deg, #263c58, #7e6b8b); }
.visual-community { background: linear-gradient(135deg, #795118, #d49339); }
.visual-hr { background: linear-gradient(135deg, #8b3f6c, #c36d91); }
.visual-sales { background: linear-gradient(135deg, #254b84, #3c7ec3); }
.visual-ops { background: linear-gradient(135deg, #316146, #6c9d67); }
.news-content { position: absolute; inset: auto 0 0; padding: 45px 18px 17px; background: linear-gradient(transparent, rgba(6,18,26,.88)); }
.news-content .badge { display: inline-block; padding: 3px 7px; background: rgba(255,255,255,.93); color: #174b54; border-radius: 3px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.news-content h3 { margin: 8px 0 5px; font-size: 19px; line-height: 1.2; }
.featured .news-content h3 { font-size: 26px; max-width: 520px; }
.news-content p { margin: 0; color: #e9f1f4; font-size: 12px; }

.quick-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.quick-link { min-height: 105px; padding: 16px 12px; border: 1px solid var(--line); background: #fff; border-radius: 7px; text-align: left; cursor: pointer; transition: transform .15s, box-shadow .15s, border-color .15s; }
.quick-link:hover { transform: translateY(-2px); border-color: #bad3e5; box-shadow: var(--shadow-soft); }
.quick-icon { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 10px; color: var(--sharepoint); background: var(--sharepoint-light); border-radius: 6px; font-size: 17px; font-weight: 700; }
.quick-link strong, .quick-link small { display: block; }
.quick-link small { color: var(--muted); margin-top: 2px; font-size: 11px; }

.side-card { padding: 19px; }
.side-card h2 { margin: 0 0 4px; font-size: 19px; }
.side-card > p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.event-list { display: grid; gap: 5px; }
.event { display: grid; grid-template-columns: 49px 1fr; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.event:first-child { border-top: 0; }
.date-tile { border: 1px solid #cfd8df; border-radius: 5px; text-align: center; overflow: hidden; }
.date-tile span { display: block; color: #fff; background: var(--brand); font-size: 9px; font-weight: 700; padding: 2px; }
.date-tile strong { display: block; font-size: 19px; padding: 2px; }
.event h3 { margin: 0; font-size: 13px; }
.event p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }

.recognition { color: #fff; overflow: hidden; padding: 23px; background: linear-gradient(125deg, #5d3d70, #9a587b); position: relative; }
.recognition::after { content: "★"; position: absolute; right: 25px; top: 7px; color: rgba(255,255,255,.12); font-size: 120px; line-height: 1; }
.recognition .eyebrow { color: #f3d8ea; }
.recognition h2 { margin: 6px 0; font-size: 22px; }
.recognition p { margin: 0; color: #f6eaf2; max-width: 550px; }
.recognition footer { margin-top: 15px; font-size: 12px; font-weight: 600; }
.celebrations { padding: 20px; }
.celebrations h2 { margin: 0; font-size: 19px; }
.celebrations > p { margin: 3px 0 13px; color: var(--muted); font-size: 12px; }
.person-row { display: flex; align-items: center; gap: 11px; padding: 9px 0; border-top: 1px solid var(--line); }
.person-row .avatar { width: 35px; height: 35px; color: #fff; border: 0; }
.person-row strong, .person-row small { display: block; }
.person-row small { color: var(--muted); font-size: 11px; }

.values-strip { padding: 26px; background: #eef7f6; border: 1px solid #d8ecea; border-radius: 10px; }
.values-strip header { display: flex; justify-content: space-between; gap: 20px; }
.values-strip h2 { margin: 0; font-size: 22px; color: var(--brand-deep); }
.values-strip header p { margin: 4px 0 0; color: #4c696c; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 20px; }
.value { padding-left: 13px; border-left: 3px solid var(--teal); }
.value strong { display: block; color: var(--brand-deep); }
.value span { color: #567174; font-size: 12px; }

.targeted-banner { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 23px; color: #173e64; background: #edf5fc; border-left: 4px solid var(--sharepoint); border-radius: 5px; }
.targeted-banner.manager { color: #513e12; background: #fff8e8; border-color: var(--gold); }
.targeted-banner h2 { margin: 0 0 3px; font-size: 19px; }
.targeted-banner p { margin: 0; font-size: 13px; }
.audience-chip { white-space: nowrap; padding: 5px 9px; background: rgba(255,255,255,.7); border-radius: 15px; font-size: 10px; font-weight: 700; }

.page-hero { background: #f1f5f6; border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: var(--content); margin: 0 auto; padding: 40px 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.page-hero .eyebrow { margin-bottom: 8px; }
.page-hero h1 { margin: 0; font-size: clamp(31px, 4vw, 45px); letter-spacing: -1px; }
.page-hero p { max-width: 720px; color: var(--muted); margin: 10px 0 0; font-size: 17px; }
.page-icon { width: 76px; height: 76px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--brand), var(--teal)); font-size: 31px; font-weight: 600; box-shadow: var(--shadow-soft); }
.breadcrumb { max-width: var(--content); margin: 0 auto; padding: 12px 24px 0; color: var(--muted); font-size: 12px; }
.breadcrumb button { border: 0; background: transparent; color: var(--sharepoint); cursor: pointer; padding: 0; }

.department-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.department-card { min-height: 175px; padding: 20px; text-align: left; border: 1px solid var(--line); background: #fff; border-radius: 8px; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.department-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.department-card .department-icon { width: 39px; height: 39px; display: grid; place-items: center; background: var(--soft); color: var(--brand); border-radius: 6px; font-weight: 700; }
.department-card h2 { font-size: 18px; margin: 15px 0 5px; }
.department-card p { margin: 0; color: var(--muted); font-size: 12px; }
.department-card .arrow { display: block; margin-top: 13px; color: var(--sharepoint); }
.department-card.my-department { border-color: var(--teal); box-shadow: inset 0 3px 0 var(--teal); }
.my-label { float: right; font-size: 9px; letter-spacing: .06em; color: #fff; background: var(--teal); border-radius: 10px; padding: 3px 6px; }

.people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.person-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; }
.person-card .avatar { width: 68px; height: 68px; margin: 0 auto 12px; color: #fff; border: 0; font-size: 18px; }
.person-card h3 { margin: 0; font-size: 15px; }
.person-card p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.person-card a { display: inline-block; margin-top: 11px; color: var(--sharepoint); text-decoration: none; font-size: 12px; }

.resource-list { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.resource-row { display: grid; grid-template-columns: 36px 1.5fr 1fr 90px; gap: 13px; align-items: center; padding: 13px 15px; border-top: 1px solid var(--line); background: #fff; cursor: pointer; }
.resource-row:first-child { border-top: 0; }
.resource-row:hover { background: #f8fbfd; }
.file-icon { width: 30px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--sharepoint); border-radius: 3px; font-size: 10px; font-weight: 700; }
.resource-row strong, .resource-row small { display: block; }
.resource-row small, .resource-meta { color: var(--muted); font-size: 11px; }
.resource-type { color: var(--sharepoint); font-size: 12px; }

.callout { padding: 23px; background: #f7f8fa; border: 1px solid var(--line); border-radius: 8px; }
.callout h2 { margin: 0 0 5px; font-size: 19px; }
.callout p { margin: 0; color: var(--muted); }
.callout .button { margin-top: 14px; }
.manager-lock { display: flex; gap: 16px; align-items: center; padding: 20px; background: #fff8e8; border: 1px solid #efd8a5; border-radius: 8px; }
.manager-lock .lock { font-size: 27px; }
.manager-lock h2 { margin: 0; font-size: 18px; }
.manager-lock p { margin: 3px 0 0; color: #6c572a; font-size: 12px; }

.search-results { position: fixed; z-index: 55; top: 45px; left: 50%; transform: translateX(-50%); width: min(550px, 90vw); background: #fff; color: var(--ink); border-radius: 0 0 7px 7px; box-shadow: var(--shadow); max-height: 430px; overflow-y: auto; }
.search-results button { width: 100%; border: 0; border-top: 1px solid var(--line); background: #fff; padding: 13px 16px; text-align: left; cursor: pointer; }
.search-results button:hover { background: var(--soft); }
.search-results strong, .search-results small { display: block; }
.search-results small { color: var(--muted); }
.search-empty { padding: 20px; text-align: center; color: var(--muted); }

.footer { color: #e6eff0; background: #17383d; padding: 29px max(24px, calc((100vw - var(--content)) / 2 + 24px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.brand-mark.small { width: 29px; height: 29px; border-radius: 5px; }
.brand-mark.small::before { height: 21px; width: 5px; left: 9px; top: 4px; }
.brand-mark.small::after { height: 16px; width: 5px; right: 8px; top: 7px; }
.brand-mark.small span { width: 15px; height: 4px; left: 7px; top: 13px; }
.footer-links { display: flex; gap: 17px; }
.footer button { color: #d7e8e9; font-size: 12px; }
.footer button:hover { text-decoration: underline; }
.footer > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); margin: 7px 0 0; padding-top: 14px; color: #a8c1c4; font-size: 11px; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 25px; transform: translate(-50%, 120px); color: #fff; background: #28343d; padding: 11px 17px; border-radius: 5px; box-shadow: var(--shadow); opacity: 0; transition: transform .2s, opacity .2s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.hidden { display: none !important; }

@media (max-width: 1050px) {
  .profile-name { display: none; }
  .suite-product { min-width: 120px; }
  .suite-actions { min-width: 140px; }
  .hub-nav { overflow-x: auto; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .department-grid, .people-grid { grid-template-columns: repeat(3, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .suite-product { display: none; }
  .suite-search { width: calc(100% - 150px); }
  .suite-actions { min-width: auto; }
  .suite-symbol { display: none; }
  .site-header { min-height: 70px; padding: 12px 16px; }
  .brand strong { font-size: 19px; }
  .brand small, .demo-pill, .follow-button { display: none; }
  .mobile-menu-button { display: block; }
  .hub-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; padding: 8px; background: #fff; box-shadow: var(--shadow); }
  .hub-nav.open { display: flex; }
  .nav-link { min-height: 42px; text-align: left; }
  .nav-menu { display: block; }
  .nav-menu-trigger { width: 100%; }
  .nav-dropdown { position: static; width: 100%; border: 0; box-shadow: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 40px 20px; gap: 28px; }
  .hero-profile { max-width: 450px; }
  .content-wrap { padding: 24px 18px 45px; }
  .home-grid, .grid.two, .grid.three { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .news-card.featured { grid-row: auto; min-height: 300px; }
  .news-card { min-height: 195px; }
  .department-grid, .people-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-row { grid-template-columns: 32px 1fr; }
  .resource-meta, .resource-type { display: none; }
  .page-hero-inner { padding: 30px 18px; }
  .page-icon { display: none; }
}

@media (max-width: 520px) {
  .waffle { width: 42px; }
  .suite-search { width: calc(100% - 95px); }
  .site-tools { display: none; }
  .hero h1 { font-size: 35px; }
  .hero-copy > p:not(.hero-kicker) { font-size: 16px; }
  .quick-links, .department-grid, .people-grid, .values { grid-template-columns: 1fr; }
  .quick-link { min-height: 84px; }
  .targeted-banner, .values-strip header { align-items: flex-start; flex-direction: column; }
  .section-heading { align-items: flex-start; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .view-panel { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
