/* Approved desktop composition. Native CSS approximates frosted glass; no framework.
   Preserve mobile at <=920px. Compact desktop refinement at normal browser zoom.
   Shape system: 22px panels, 12px buttons, round exam icons. */
@media (min-width: 921px) {
  body {
    background: #f2f6fc;
  }

  body > .topbar,
  #top > .mast,
  #top > .tabzone,
  body > footer {
    display: none;
  }

  .home-desktop {
    --home-ink: #0a1833;
    --home-body: #243f6e;
    --home-green: #087b17;
    display: block;
    color: var(--home-ink);
    background:
      radial-gradient(ellipse at 95% 23%, rgba(183, 203, 235, .34), transparent 43%),
      radial-gradient(ellipse at 6% 63%, rgba(223, 237, 245, .58), transparent 40%),
      linear-gradient(124deg, #f1f5fc, #f8faff 58%, #eef4fc);
  }

  .home-desktop a:focus-visible {
    outline: 3px solid #1758a8;
    outline-offset: 5px;
  }

  .home-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1280px;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 20px;
    background: rgba(251, 253, 255, .65);
    box-shadow: inset 0 1px 0 #fff, 0 7px 20px rgba(73, 105, 150, .12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .home-desktop {
    padding-top: 12px;
  }

  .home-nav {
    width: calc(100% - 48px);
  }

  .home-wordmark {
    color: var(--home-green);
    font-family: 'Damion', Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 3px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: auto;
  }

  .home-nav nav {
    display: flex;
    align-self: stretch;
    align-items: stretch;
    gap: 24px;
    font-size: 13px;
    color: var(--home-body);
  }

  .home-nav nav a {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px 0;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }

  .home-nav nav a:hover,
  .home-nav nav a.home-nav-practice {
    color: var(--home-green);
    border-bottom-color: var(--home-green);
  }

  .home-nav-practice {
    font-weight: 700;
  }

  .home-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0 0;
    width: calc(100% - 48px);
  }

  .home-intro {
    margin: 0 8px 20px;
  }

  .home-intro h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(34px, 3.3vw, 46px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.14;
  }

  .home-campus-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.86fr) minmax(0, 1fr);
    grid-template-rows: minmax(194px, 1fr) minmax(194px, 1fr);
    gap: 12px;
  }

  .home-card {
    min-width: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(190, 206, 230, .9);
    border-radius: 22px;
    background: linear-gradient(130deg, rgba(246, 250, 255, .95), rgba(223, 233, 247, .88));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .9), 0 8px 22px rgba(99, 125, 159, .06);
  }

  .home-card-heading {
    padding: 20px 28px 0;
  }

  .home-campus-status {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .home-campus-number {
    color: #5275b4;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.03em;
  }

  .home-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-green);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .075em;
  }

  .home-status i {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: currentColor;
  }

  .home-card h2 {
    font-size: clamp(21px, 1.8vw, 25px);
    line-height: 1.14;
    letter-spacing: -.04em;
    font-weight: 800;
  }

  .home-card p {
    color: var(--home-body);
    font-size: 13px;
    line-height: 1.65;
  }

  .home-mock {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    border-color: rgba(134, 191, 155, .76);
    background: linear-gradient(130deg, #f4faf8, #e5f1eb);
  }

  .home-mock .home-campus-status {
    gap: 24px;
    margin-bottom: 12px;
  }

  .home-mock .home-campus-number {
    font-size: 30px;
    color: var(--home-green);
  }

  .home-mock .home-status {
    font-size: 12px;
    gap: 9px;
  }

  .home-mock .home-status i {
    height: 8px;
    width: 8px;
  }

  .home-mock h2 {
    font-size: clamp(38px, 3.7vw, 52px);
    letter-spacing: -.04em;
  }

  .home-mock h2 span {
    color: var(--home-green);
  }

  .home-mock-body {
    display: grid;
    flex: 1;
    min-height: 264px;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 5px;
  }

  .home-mock-copy {
    min-width: 0;
    padding: 20px 0 24px 28px;
  }

  .home-mock-copy p {
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.55;
  }

  .home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    min-height: 40px;
    max-width: 100%;
    border: 1px solid var(--home-green);
    border-radius: 10px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 11px 13px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  }

  .home-button span {
    font-size: 21px;
    line-height: .7;
    font-weight: 400;
  }

  .home-primary {
    margin-top: 24px;
    min-height: 48px;
    padding: 12px 18px;
    color: #fff;
    background: linear-gradient(#098518, #087617);
    font-size: 16px;
    font-weight: 600;
    border-color: #087b17;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .23), 0 5px 13px rgba(34, 104, 49, .12);
  }

  .home-primary span {
    font-size: 24px;
  }

  .home-button:hover {
    background: #edf7ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 3px 10px rgba(41, 95, 65, .09);
  }

  .home-primary:hover {
    background: #086911;
  }

  .home-button:active {
    transform: translateY(1px);
  }

  .home-art {
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  .home-art img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .home-mock-art {
    margin-top: 2px;
    align-self: stretch;
    min-height: 252px;
  }

  .home-mock-art img {
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: multiply;
    mask-image: linear-gradient(to right, transparent, #000 12%);
  }

  .home-knowledge,
  .home-skills {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }

  .home-small-copy {
    min-width: 0;
    position: relative;
    z-index: 1;
    padding: 16px 0 16px 22px;
  }

  .home-small-copy p {
    max-width: 24ch;
    margin: 10px 0 12px;
  }

  .home-knowledge-art img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
    mask-image: linear-gradient(to right, transparent, #000 9%);
  }

  .home-skills-art {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px 12px 4px;
    gap: 5px;
  }

  .home-skills-art a {
    display: block;
    min-width: 0;
    width: 50%;
    height: 162px;
  }

  .home-skills-art img {
    object-fit: cover;
    object-position: 69% center;
    border-radius: 8px;
    mix-blend-mode: multiply;
  }

  .home-exams {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .98);
    border-radius: 21px;
    background: rgba(242, 247, 255, .65);
    box-shadow: inset 0 0 0 1px rgba(219, 229, 244, .75), 0 4px 16px rgba(69, 101, 153, .04);
  }

  .home-exams a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 1px 12px;
    color: #1d3762;
    font-size: 14px;
    font-weight: 500;
  }

  .home-exams a + a {
    border-left: 1px solid #d6e0f0;
  }

  .home-exams a:hover {
    color: var(--home-green);
  }

  .home-exam-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d5e1f1;
    background: rgba(255, 255, 255, .55);
    box-shadow: inset 0 1px 0 #fff;
    color: #345a93;
    font-size: 17px;
    font-weight: 600;
  }

  .home-open-note {
    text-align: center;
    margin: 10px 0 16px;
    font-size: 14px;
    color: #183760;
  }

  .home-exam-icon svg {
    width: 21px;
    height: 21px;
  }

  .home-site-footer { margin: 0; padding: 28px 24px 0; border: 0; color: #c3d1ed; background: #111f4d; }
  .home-site-footer-inner { max-width: 1280px; margin: 0 auto; }
  .home-site-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 40px; }
  .home-site-footer-brand { display: inline-block; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.03em; line-height: 1.3; }
  .home-site-footer-brand span { color: #ffd12b; }
  .home-site-footer-identity p { max-width: 34ch; margin: 12px 0 0; color: #c3d1ed; font-size: 12px; line-height: 1.75; }
  .home-site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
  .home-site-footer h2 { margin: 0 0 4px; font-size: 13px; font-weight: 700; color: #ffd12b; line-height: 1.5; }
  .home-site-footer nav > a { color: #c3d1ed; font-size: 12px; line-height: 1.5; text-underline-offset: 4px; }
  .home-site-footer a:hover { color: #fff; text-decoration: underline; }
  .home-site-footer a:focus-visible { outline-color: #ffd12b; }
  .home-site-footer-copyright { margin-top: 24px; padding: 16px 0; border-top: 1px solid #2d3d65; text-align: center; font-size: 11px; line-height: 1.6; }
  .home-desktop ::selection { color: #fff; background: #087b17; }
}

@media (min-width: 921px) and (max-width: 1150px) {
  .home-content { padding-top: 20px; }
  .home-nav nav { gap: 14px; font-size: 12px; }
  .home-card-heading { padding: 20px 24px 0; }
  .home-mock-copy { padding-left: 24px; }
  .home-primary { padding: 12px 14px; font-size: 15px; gap: 10px; }
  .home-small-copy { padding-left: 16px; }
  .home-knowledge, .home-skills { grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); }
  .home-small-copy p { font-size: 12px; }
  .home-button { gap: 8px; }
  .home-exams a { font-size: 14px; gap: 12px; padding: 0 8px; }
  .home-site-footer-grid { gap: 24px; }
}

@media (min-width: 921px) and (prefers-reduced-transparency: reduce) {
  .home-nav { background: #f6f9fe; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .home-card { background-color: #eaf1fa; }
  .home-mock { background: #edf6f0; }
  .home-exams { background: #f0f5fc; }
}

/* Approved compact legacy stats, confined to the desktop campus card. */
@media (min-width:921px) {
  .home-mock-body {min-height:188px;}
  .home-mock-copy {padding-top:12px;padding-bottom:16px;}
  .home-mock-art {min-height:0;}
  .home-mock-stats {
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
    margin:0 28px 20px;padding:16px 0 0;gap:0;
    border-top:1px solid #b9d6c2;color:#123b28;
  }
  .home-mock-stat {min-width:0;padding:0 16px;}
  .home-mock-stat:first-child {padding-left:0;}
  .home-mock-stat + .home-mock-stat {border-left:1px solid #c6decd;}
  .home-mock-stat dt {font:800 clamp(23px,2.1vw,30px)/1.1 Inter,Arial,sans-serif;letter-spacing:-.035em;font-variant-numeric:tabular-nums;white-space:nowrap;color:#075e19;}
  .home-mock-stat dd {margin:6px 0 0;font:600 11px/1.4 Inter,Arial,sans-serif;color:#315d47;}
  .home-mock-stat dd span {font-size:10px;font-weight:500;display:block;}
  @media(max-width:1100px) {
    .home-mock-stats {margin-inline:22px;}
    .home-mock-stat {padding-inline:10px;}
    .home-mock-stat dd {font-size:10px;}
  }
}
