/* Arya Kanya Mahavidyalaya — shared stylesheet.
   Every page links this file, so one edit restyles the whole site.
   Moved verbatim out of index.html; contains no url() or @import. */
:root {
    --navy:        #1a4175;
    --navy-deep:   #12305a;
    --turquoise:   #4cced1;
    --turquoise-d: #2fb3b6;
    --charcoal:    #323438;
    --ink:         #35373b;
    --ink-muted:   #6b7078;
    --ground:      #ffffff;
    --band:        #f2f6f9;
    --surface:     #ffffff;
    --border:      #dde4ec;
    /* Section headings are decorative in weight but they are still the
       headings. #cfdcea measured 1.28:1 on the band — unreadable. This is
       3.32:1, clearing the 3:1 large-text minimum on both grounds. */
    --ghost:       #74899f;

    --display: "Montserrat", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, sans-serif;
    --body: "Montserrat", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, sans-serif;

    --wrap: 1180px;
    --pad: clamp(20px, 5vw, 56px);
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --navy: #1f4a83; --navy-deep: #0d1f3a; --ink: #dfe4ea; --ink-muted: #98a1ad;
      --ground: #0b1524; --band: #101d30; --surface: #14243a;
      --border: #23364f; --ghost: #24384f;
    }
  }
  :root[data-theme="dark"] {
    --navy: #1f4a83; --navy-deep: #0d1f3a; --ink: #dfe4ea; --ink-muted: #98a1ad;
    --ground: #0b1524; --band: #101d30; --surface: #14243a;
    --border: #23364f; --ghost: #24384f;
  }
  :root[data-theme="light"] {
    --navy: #1a4175; --navy-deep: #12305a; --ink: #35373b; --ink-muted: #6b7078;
    --ground: #ffffff; --band: #f2f6f9; --surface: #ffffff;
    --border: #dde4ec; --ghost: #74899f;
  }

  *, *::before, *::after { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
  body {
    margin: 0; background: var(--ground); color: var(--ink);
    font-family: var(--body); line-height: 1.65;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; }
  :focus-visible { outline: 3px solid var(--turquoise); outline-offset: 3px; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

  .wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

  .btn {
    display: inline-block; font-family: var(--display);
    font-weight: 700; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    padding: 14px 30px; background: var(--turquoise); color: #10314f;
    text-decoration: none; border: 0; cursor: pointer;
    transition: background .18s ease, transform .18s ease;
  }
  .btn:hover { background: var(--turquoise-d); transform: translateY(-2px); }
  .btn.ghost { background: transparent; color: var(--turquoise); box-shadow: inset 0 0 0 2px var(--turquoise); }
  .btn.ghost:hover { background: var(--turquoise); color: #10314f; }
  .btn.sm { padding: 11px 22px; font-size: .64rem; }

  /* ---------- Announce + masthead ---------- */
  .announce {
    background: var(--charcoal); color: #e8eaed; text-align: center;
    font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
    padding: 9px 16px; font-weight: 600;
  }
  .masthead {
    background: var(--ground); border-bottom: 1px solid var(--border);
    position: sticky; top: 0; z-index: 40;
  }
  .masthead .wrap {
    display: flex; align-items: center; justify-content: space-between;
    gap: 28px; min-height: 96px;
  }
  /* The school name is the page's h1. This strips the heading defaults so it
     keeps looking exactly like the masthead it already was. */
  .brandline { margin: 0; min-width: 0; font-size: 1rem; font-weight: 400; }
  .brand { text-decoration: none; color: var(--ink); display: block; min-width: 0; }
  .brand b {
    font-family: var(--display); font-weight: 800;
    font-size: clamp(1.05rem, 2.3vw, 1.6rem);
    letter-spacing: .02em; text-transform: uppercase;
    line-height: 1.15; display: block; color: var(--navy);
  }
  .brand span {
    display: block; margin-top: 5px;
    font-family: var(--display); font-size: clamp(.66rem, 1.1vw, .8rem);
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 700;
  }
  nav.primary { display: flex; gap: 22px; align-items: center; flex: none; }
  nav.primary a {
    font-family: var(--display); font-size: .69rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
    color: var(--ink); padding: 6px 0; border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition: border-color .18s ease, color .18s ease;
  }
  nav.primary a:hover { border-bottom-color: var(--turquoise); color: var(--navy); }
  .masthead .btn { white-space: nowrap; flex: none; }

  /* ---------- mobile navigation ----------
     The desktop nav used to simply vanish below 1180px, leaving phones with
     no way to reach six of the seven sections. */
  .navtoggle {
    display: none; width: 44px; height: 44px; flex: none;
    border: 1px solid var(--border); background: var(--ground);
    border-radius: 6px; cursor: pointer; padding: 0;
    align-items: center; justify-content: center; gap: 5px; flex-direction: column;
  }
  .navtoggle span {
    display: block; width: 20px; height: 2px; background: var(--navy);
    transition: transform .22s ease, opacity .22s ease;
  }
  .navtoggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .navtoggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .navtoggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  #mobileNav {
    display: none;
    border-top: 1px solid var(--border);
    background: var(--ground);
  }
  #mobileNav.open { display: block; }
  #mobileNav ul { list-style: none; margin: 0; padding: 8px var(--pad) 18px; }
  #mobileNav a {
    display: block; padding: 14px 0; text-decoration: none; color: var(--ink);
    font-family: var(--display); font-weight: 700; font-size: .82rem;
    letter-spacing: .12em; text-transform: uppercase;
    border-bottom: 1px solid var(--border);
  }
  #mobileNav a:last-child { border-bottom: 0; }
  #mobileNav a:hover, #mobileNav a:focus-visible { color: var(--turquoise-d); }

  @media (max-width: 1180px) {
    nav.primary { display: none; }
    .navtoggle { display: flex; }
  }

  /* keyboard users should not have to tab the header on every visit */
  .skip {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--navy); color: #fff; padding: 12px 18px;
    font-family: var(--display); font-weight: 700; font-size: .78rem;
    letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  }
  .skip:focus { left: 0; }

  /* ---------- Hero: full-bleed, zoomed photograph ---------- */
  .hero { display: block; padding: 0; }
  .hero img {
    width: 100%; height: clamp(300px, 58vh, 620px);
    object-fit: cover; object-position: center 38%;
  }

  /* Statement bar directly under the photo — sized in vw so the headline
     holds a single line from phone to desktop. */
  .strip {
    background: var(--navy);
    padding: clamp(20px, 2.8vw, 36px) var(--pad);
    text-align: center;
  }
  .strip .big {
    margin: 0; font-family: var(--display); font-weight: 800;
    font-size: clamp(.8rem, 3.15vw, 3.1rem);
    letter-spacing: .02em; text-transform: uppercase;
    color: #fff; line-height: 1.1; white-space: nowrap;
  }
  .strip .big em { font-style: normal; color: var(--turquoise); }
  .strip .meta {
    margin: clamp(10px, 1.2vw, 16px) 0 0;
    font-family: var(--display); font-weight: 700;
    font-size: clamp(.56rem, .95vw, .72rem);
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(255,255,255,.7); line-height: 1.7;
  }
  .strip .meta span { color: var(--turquoise); }
  @media (max-width: 520px) {
    .strip .big { white-space: normal; font-size: 1.15rem; }
  }

  /* ---------- Sections ---------- */
  section { padding-block: clamp(52px, 7vw, 88px); }
  .band { background: var(--band); }
  .navyband { background: var(--navy); color: #fff; }
  .centered { text-align: center; }

  .ghosthead {
    font-family: var(--display); font-weight: 800; text-transform: uppercase;
    letter-spacing: .05em; font-size: clamp(1.7rem, 4.6vw, 3rem);
    line-height: 1.04; color: var(--ghost); margin: 0; text-wrap: balance;
  }
  .navyband .ghosthead { color: rgba(255,255,255,.52); }
  .headrule { width: 78px; height: 4px; background: var(--turquoise); margin: 20px auto 26px; }
  .lede { max-width: 66ch; margin-inline: auto; color: var(--ink-muted); font-size: .96rem; }
  .navyband .lede { color: rgba(255,255,255,.8); }

  /* ---------- Split ---------- */
  .split {
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4.5vw, 54px);
    align-items: center; margin-top: 46px; text-align: left;
  }
  @media (max-width: 880px) { .split { grid-template-columns: 1fr; } }
  .split img { width: 100%; max-height: 400px; object-fit: cover; }
  .split h3 {
    font-family: var(--display); font-weight: 400; font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    line-height: 1.2; margin: 0 0 14px;
  }
  .split h3 b {
    display: block; font-weight: 800; text-transform: uppercase;
    letter-spacing: .04em; color: var(--navy); font-size: 1.1em;
  }
  .navyband .split h3 b { color: var(--turquoise); }
  .split p { margin: 0 0 13px; font-size: .92rem; color: var(--ink-muted); }
  .navyband .split p { color: rgba(255,255,255,.82); }

  /* ---------- Admissions ---------- */
  /* Anything the school still has to confirm is marked, and shows as a dotted
     underline, so nothing on this page can be mistaken for a stated fact. */
  .tbc {
    border-bottom: 2px dotted var(--turquoise-d);
    background: rgba(47,179,182,.10);
    padding: 0 3px;
  }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; text-align: left; }
  @media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
  .step {
    background: var(--surface); border: 1px solid var(--border);
    border-top: 3px solid var(--turquoise); padding: 20px 18px 22px;
  }
  .stepno {
    display: inline-grid; place-items: center; width: 30px; height: 30px;
    border-radius: 50%; background: var(--navy); color: #fff;
    font-family: var(--display); font-weight: 800; font-size: .85rem; margin-bottom: 12px;
  }
  .step h3 { margin: 0 0 7px; font-family: var(--display); font-weight: 800; font-size: .95rem; color: var(--navy); }
  .step p { margin: 0; font-size: .85rem; color: var(--ink-muted); line-height: 1.55; }

  .facts { margin: 0; display: grid; gap: 14px; }
  .facts dt {
    font-family: var(--display); font-weight: 800; text-transform: uppercase;
    letter-spacing: .13em; font-size: .64rem; color: var(--turquoise-d); margin-bottom: 4px;
  }
  .facts dd { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--ink); }

  /* ---------- Timeline ---------- */
  .timeline {
    margin-top: 48px; text-align: left; display: grid; gap: 0;
    border-top: 1px solid var(--border);
  }
  .tl {
    display: grid; grid-template-columns: 110px 1fr; gap: 24px;
    padding: 20px 0; border-bottom: 1px solid var(--border); align-items: baseline;
  }
  @media (max-width: 560px) { .tl { grid-template-columns: 1fr; gap: 4px; } }
  .tl .yr {
    font-family: var(--display); font-weight: 800; font-size: 1.15rem;
    color: var(--turquoise-d); font-variant-numeric: tabular-nums; letter-spacing: .02em;
  }
  .tl p { margin: 0; font-size: .92rem; color: var(--ink-muted); }
  .tl b { color: var(--ink); font-weight: 700; }

  /* ---------- Stats ---------- */
  .stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 44px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14);
  }
  @media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 460px) { .stats { grid-template-columns: 1fr; } }
  .stat {
    background: var(--navy); padding: 32px 20px; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 9px;
  }
  .stat svg { width: 32px; height: 32px; stroke: var(--turquoise); fill: none; stroke-width: 1.6; }
  .stat .k {
    font-family: var(--display); font-weight: 800; font-size: 1.68rem;
    color: var(--turquoise); line-height: 1; font-variant-numeric: tabular-nums;
  }
  .stat .t {
    font-family: var(--display); font-weight: 700; text-transform: uppercase;
    letter-spacing: .1em; font-size: .74rem;
  }
  .stat .d { font-size: .77rem; color: rgba(255,255,255,.68); line-height: 1.5; }

  /* ---------- Carousel ---------- */
  .carousel { position: relative; margin-top: 44px; }
  .ctrack {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-behavior: smooth; padding-bottom: 6px;
    scrollbar-width: thin; -webkit-overflow-scrolling: touch;
  }
  .ctrack::-webkit-scrollbar { height: 6px; }
  .ctrack::-webkit-scrollbar-thumb { background: rgba(255,255,255,.3); border-radius: 3px; }
  .cslide {
    flex: 0 0 calc((100% - 42px) / 4); scroll-snap-align: start; margin: 0;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  }
  @media (max-width: 1000px) { .cslide { flex-basis: calc((100% - 28px) / 3); } }
  @media (max-width: 760px)  { .cslide { flex-basis: calc((100% - 14px) / 2); } }
  @media (max-width: 520px)  { .cslide { flex-basis: 100%; } }
  .cslide img {
    width: 100%; aspect-ratio: 16 / 9; max-height: 155px;
    object-fit: cover; object-position: center 42%;
  }
  .cslide figcaption {
    padding: 10px 12px 13px; font-size: .71rem; line-height: 1.48;
    color: rgba(255,255,255,.78); text-align: left;
  }
  .cslide figcaption b {
    display: block; font-family: var(--display); font-weight: 700;
    font-size: .69rem; letter-spacing: .09em; text-transform: uppercase;
    color: var(--turquoise); margin-bottom: 4px;
  }
  .cnav { display: flex; gap: 10px; justify-content: center; align-items: center; margin-top: 22px; }
  .cbtn {
    width: 42px; height: 42px; border: 2px solid var(--turquoise); background: transparent;
    color: var(--turquoise); font-size: 20px; line-height: 1; cursor: pointer;
    display: grid; place-items: center; transition: background .18s ease, color .18s ease;
  }
  .cbtn:hover:not(:disabled) { background: var(--turquoise); color: #10314f; }
  .cbtn:disabled { opacity: .32; cursor: default; }

  /* ---------- Contact + map ---------- */
  .contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4.5vw, 52px); margin-top: 44px; text-align: left; }
  @media (max-width: 880px) { .contact { grid-template-columns: 1fr; } }
  .mapbox { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); min-height: 380px; }
  .mapbox iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
  .contact dl { margin: 0; display: grid; gap: 19px; align-content: start; }
  .contact dt {
    font-family: var(--display); font-weight: 800; text-transform: uppercase;
    letter-spacing: .14em; font-size: .66rem; color: var(--turquoise); margin-bottom: 5px;
  }
  .contact dd { margin: 0; font-size: .92rem; line-height: 1.7; }
  .needs { color: rgba(255,255,255,.55); font-style: italic; }

  .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }

  /* ---------- Footer ---------- */
  footer { background: var(--navy-deep); color: #fff; padding-block: clamp(50px, 6.5vw, 78px) 0; }
  .signoff {
    text-align: center; font-family: var(--display); font-weight: 400;
    text-transform: uppercase; letter-spacing: .05em;
    font-size: clamp(1.2rem, 4vw, 2.1rem); line-height: 1.12; margin: 0 0 42px;
  }
  .signoff b { display: block; font-weight: 800; color: var(--turquoise); font-size: 1.3em; }
  .fgrid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px;
    padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.16);
  }
  @media (max-width: 800px) { .fgrid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 460px) { .fgrid { grid-template-columns: 1fr; } }
  .fgrid h3 {
    font-family: var(--display); font-weight: 800; text-transform: uppercase;
    letter-spacing: .13em; font-size: .7rem; color: var(--turquoise); margin: 0 0 13px;
  }
  .fgrid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .fgrid a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .83rem; }
  .fgrid a:hover { color: var(--turquoise); }
  .fgrid p { margin: 0; font-size: .83rem; color: rgba(255,255,255,.72); line-height: 1.75; }
  .legal {
    padding-block: 20px 28px; font-size: .71rem; color: rgba(255,255,255,.55);
    display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  }

  #themetoggle {
    position: fixed; right: 18px; bottom: 18px; z-index: 99;
    width: 44px; height: 44px; border: 2px solid currentColor;
    background: rgba(255,255,255,.92); color: var(--navy); cursor: pointer;
    font-size: 18px; line-height: 1; border-radius: 50%; display: grid; place-items: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
  }
  :root[data-theme="dark"] #themetoggle { background: rgba(20,36,58,.94); color: var(--turquoise); }

  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    .ctrack { scroll-behavior: auto; }
  }

/* ============================================================
   SUB-PAGES
   New class names only — none of this selector set matches anything
   in index.html, so the homepage renders exactly as it did.
   ============================================================ */

/* Marks the current page in the nav. */
nav.primary a[aria-current="page"] { border-bottom-color: var(--turquoise); color: var(--navy); }
#mobileNav a[aria-current="page"] { color: var(--navy); font-weight: 800; }

/* Page header — the sub-page equivalent of the homepage photo and strip. */
.pagehead { background: var(--navy); color: #fff; padding-block: clamp(40px, 6vw, 76px); }
.pagehead .wrap { text-align: center; }
.pagehead h1 {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; font-size: clamp(1.65rem, 4.4vw, 2.9rem);
  line-height: 1.06; margin: 0; color: #fff; text-wrap: balance;
}
.pagehead .lede { color: rgba(255,255,255,.82); margin-top: 18px; }
.crumb {
  font-family: var(--display); font-size: .66rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--turquoise); margin: 0 0 15px;
}
.crumb a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; }
.crumb a:hover { border-bottom-color: currentColor; }
.crumb i { font-style: normal; color: rgba(255,255,255,.4); margin: 0 9px; }

/* Readable column for pages that are mostly words. */
.prose { max-width: 68ch; margin-inline: auto; text-align: left; }
.prose p { color: var(--ink-muted); font-size: .96rem; }

/* Card grid — streams, departments, facilities. */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; text-align: left; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cards { grid-template-columns: 1fr; } }
.cards.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 620px) { .cards.two { grid-template-columns: 1fr; } }
.card { background: var(--surface); border: 1px solid var(--border); padding: 26px 24px; }
.card h3 {
  margin: 0 0 10px; font-family: var(--display); font-weight: 800;
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy);
}
.card p { margin: 0; font-size: .89rem; line-height: 1.6; color: var(--ink-muted); }
.card p + p { margin-top: 10px; }
.navyband .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.navyband .card h3 { color: var(--turquoise); }
.navyband .card p { color: rgba(255,255,255,.82); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }
.gallery figure { margin: 0; background: var(--surface); border: 1px solid var(--border); }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 40%; }
.gallery figcaption { padding: 13px 15px 16px; font-size: .76rem; line-height: 1.5; color: var(--ink-muted); text-align: left; }
.gallery figcaption b {
  display: block; font-family: var(--display); font-weight: 700; font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--navy); margin-bottom: 5px;
}

/* Notice list */
.notices { margin-top: 44px; text-align: left; border-top: 1px solid var(--border); }
.notice { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--border); }
@media (max-width: 620px) { .notice { grid-template-columns: 1fr; gap: 7px; } }
.notice time {
  font-family: var(--display); font-size: .69rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--turquoise-d);
  font-variant-numeric: tabular-nums;
}
.notice h3 { margin: 0 0 5px; font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--navy); }
.notice p { margin: 0; font-size: .88rem; color: var(--ink-muted); }

/* An empty section says what belongs here and who fills it. */
.empty { margin-top: 44px; border: 2px dashed var(--border); padding: clamp(28px, 5vw, 54px); }
.empty h3 {
  margin: 0 0 12px; font-family: var(--display); font-weight: 800; font-size: .84rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--navy);
}
.empty p { margin: 0 auto; max-width: 56ch; font-size: .93rem; color: var(--ink-muted); }
.empty ul { max-width: 56ch; margin: 16px auto 0; padding-left: 20px; text-align: left; font-size: .9rem; color: var(--ink-muted); }
.empty li { margin-bottom: 6px; }
.empty .btn { margin-top: 24px; }
.navyband .empty { border-color: rgba(255,255,255,.24); }
.navyband .empty h3 { color: var(--turquoise); }
.navyband .empty p, .navyband .empty ul { color: rgba(255,255,255,.8); }

/* Wide data tables scroll inside their own box, never the page. */
.tablewrap { overflow-x: auto; margin-top: 42px; }
table.data { width: 100%; min-width: 560px; border-collapse: collapse; text-align: left; }
table.data th, table.data td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: .89rem; }
table.data th {
  font-family: var(--display); font-weight: 800; font-size: .67rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--navy);
  border-bottom-width: 2px;
}
table.data td { color: var(--ink-muted); }
table.data tr:last-child td { border-bottom: 0; }
.navyband table.data th { color: var(--turquoise); border-bottom-color: rgba(255,255,255,.3); }
.navyband table.data td { color: rgba(255,255,255,.82); border-bottom-color: rgba(255,255,255,.14); }
.empty p + p { margin-top: 14px; }
.tablecap {
  caption-side: top; text-align: left; margin-bottom: 12px;
  font-family: var(--display); font-size: .66rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink-muted);
}
