/* Homepage expression: the existing navy, ember and Manrope identity. */
.product-hero .trial-link, html[data-theme=dark] .product-hero .trial-link {
  display: inline-flex; align-items: center; gap: 12px; max-width: 100%;
  padding: 14px 17px; border: 1px solid #ffac8d; border-radius: 8px;
  background: #253345; color: #fff; font-size: 14px; line-height: 1.5;
  text-decoration: none; transition: background .18s, border-color .18s;
}
.product-hero .trial-link:hover { background: #304054; border-color: #fff; }
.product-hero .trial-link .status-dot { background: #ffac8d; flex: none; }
.work-mark.done { line-height: 1; }
.work-mark.done svg { display: block; width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.catalogue .card .ico { display: block; width: 28px; height: 28px; padding: 0; margin: 0 0 15px; border: 0; border-radius: 0; background: none; color: var(--accent-ink); }
.catalogue > summary { padding-block: 18px; font-weight: 650; }
.catalogue[open] { background: var(--bg); }
.campus-icon { width: 36px; height: 36px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.campus-story { padding-block: 100px; background: var(--bg); }
.department-story { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-bottom: 90px; }
.campus-story h2, #portals h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.12; letter-spacing: -.03em; }
.department-intro h2 { margin: 0 0 26px; }
.department-intro h2 span { color: var(--accent-ink); }
.department-intro p { font-size: 18px; color: var(--muted); max-width: 42ch; }
.campus-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; margin-top: 22px; color: var(--accent-ink); font-weight: 650; text-underline-offset: 5px; }
.department-lanes article { display: flex; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.department-lanes article:first-child { border-top: 1px solid var(--line); }
.department-lanes .campus-icon { color: var(--accent-ink); margin-top: 3px; }
.department-lanes h3 { font-size: 21px; margin: 0 0 8px; color: var(--text-hi); }
.department-lanes p { color: var(--muted); font-size: 15px; margin: 0; max-width: 43ch; }
.operations-story { background: #172234; color: #dae2ed; border-radius: 14px; padding: 58px; overflow: hidden; }
.operations-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.operations-heading h2 { color: #fff; margin: 0; }
.operations-heading h2 span { color: #ffac8d; }
.operations-heading p { margin: 0; color: #dae2ed; font-size: 17px; max-width: 37ch; }
.operations-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.operations-image { margin: 0; padding-top: 8px; }
.operations-image img { display: block; width: 100%; height: auto; border-radius: 8px; }
.operations-image a { display: block; }
.operations-image figcaption { margin-top: 14px; font-size: 12px; color: #bac6d6; }
.operations-benefits article { padding: 20px 0; border-bottom: 1px solid #53637a; }
.operations-benefits article:first-child { padding-top: 0; }
.operations-benefits h3 { color: #fff; font-size: 19px; margin: 0 0 8px; line-height: 1.4; }
.operations-benefits p { color: #bac6d6; font-size: 14px; line-height: 1.7; margin: 0; }
.operations-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 36px; }
.operations-footer p { color: #bac6d6; font-size: 13px; }
.operations-availability { margin-top: 32px; border: 0; border-top: 1px solid #53637a; border-radius: 0; background: transparent; padding: 0; }
.operations-availability summary { color: #dae2ed; min-height: 54px; font-size: 13px; }
.operations-availability summary::after { color: #ffac8d; }
.operations-availability p { color: #bac6d6; font-size: 14px; max-width: 75ch; margin: 0 0 16px; }
.operations-availability a { color: #ffac8d; text-decoration: underline; text-underline-offset: 4px; }
#portals { background: var(--bg-2); }
#portals .sec-head { max-width: 790px; margin-bottom: 50px; }
#portals .grid { gap: 0; border-block: 1px solid var(--line-2); }
#portals .portal { background: transparent; border: 0; border-radius: 0; padding: 36px 30px; }
#portals .portal + .portal { border-left: 1px solid var(--line-2); }
#portals .portal:first-child { padding-left: 0; }
#portals .portal-icon { display: block; width: 44px; height: 44px; color: var(--accent-ink); margin-bottom: 28px; }
#portals .portal h3 { font-size: 24px; max-width: 15ch; line-height: 1.3; }
#portals .portal ul { margin-top: 24px; gap: 14px; }
::selection { background: #ffac8d; color: #172234; }
html { scrollbar-color: var(--muted) var(--bg); }
@media (max-width: 1000px) {
  .department-story { gap: 44px; }
  .operations-story { padding: 36px; }
  .operations-heading, .operations-layout { gap: 32px; }
  .operations-layout { grid-template-columns: 1fr; }
  .operations-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .operations-benefits article, .operations-benefits article:first-child { padding: 0 0 20px; }
}
@media (max-width: 640px) {
  .campus-story { padding-block: 60px; }
  .department-story { grid-template-columns: 1fr; gap: 32px; padding-bottom: 48px; }
  .department-lanes article { gap: 18px; padding-block: 22px; }
  .department-intro p { font-size: 16px; }
  .operations-story { padding: 28px 22px; }
  .operations-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .operations-heading h2 { font-size: 35px; }
  .operations-heading p { font-size: 16px; }
  .operations-benefits { grid-template-columns: 1fr; gap: 22px; }
  .operations-footer { gap: 12px; }
  #portals .portal, #portals .portal:first-child { padding: 28px 0; }
  #portals .portal + .portal { border-left: 0; border-top: 1px solid var(--line-2); }
  #portals .portal h3 { max-width: none; }
  #portals .portal-icon { margin-bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) { .product-hero .trial-link { transition: none; } }
