:root { color-scheme: light; --ink: #203235; --muted: #607276; --paper: #f3f6f2; --card: #ffffff; --accent: #267b78; --line: #d8e2de; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 system-ui, -apple-system, "Segoe UI", sans-serif; }
.wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.86); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 30px; height: 38px; place-items: center; color: #2d685d; }
.brand-mark svg { width: 30px; height: 38px; fill: currentColor; stroke: currentColor; stroke-width: 1.35; stroke-linejoin: round; }
.brand-mark svg path:last-child { fill: none; stroke: #b77b42; stroke-linecap: round; stroke-width: 2; }
.brand-copy { display: grid; gap: 1px; }
.brand-name { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 1.72rem); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.brand-edition { color: #7b8a87; font-size: .58rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-students { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav-students:hover, .nav-students:focus-visible { color: var(--accent); }
.login { padding: 8px 12px; border: 1px solid #b8d0c9; color: var(--accent); font-size: .9rem; font-weight: 700; text-decoration: none; }
.login:hover, .login:focus-visible { border-color: var(--accent); background: #edf5f1; }
.hero { padding: 44px 0 38px; max-width: 860px; }
.eyebrow { color: var(--accent); font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 14px 0; font-family: Georgia, serif; font-size: clamp(2.25rem, 5.5vw, 4.55rem); line-height: 1.04; font-weight: 500; }
.lead { max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.button { display: inline-block; margin-top: 20px; padding: 12px 18px; border-radius: 8px; background: var(--accent); color: white; text-decoration: none; font-weight: 700; }
.featured { display: grid; grid-template-columns: 1.05fr .95fr; height: 390px; margin-bottom: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--card); box-shadow: 0 14px 34px rgba(32,50,53,.06); }
.featured-copy { display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(24px, 4vw, 42px); }
.featured-kicker { margin: 0 0 12px; color: #a56f35; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured h2 { max-width: 480px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3.3vw, 2.75rem); font-weight: 500; line-height: 1.06; }
.featured-text { max-width: 470px; margin: 14px 0 0; color: var(--muted); font-size: .98rem; }
.featured-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; color: var(--muted); font-size: .78rem; }
.featured-meta span + span::before { margin-right: 14px; color: #a56f35; content: "·"; }
.featured-link { position: relative; z-index: 2; margin-top: 20px; padding-bottom: 4px; color: var(--accent); font-size: .95rem; font-weight: 750; text-decoration: none; }
.featured-link span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.featured-link:hover span, .featured-link:focus-visible span { transform: translate(3px, -3px); }
.featured-image { min-height: 0; background: #293d40; }
.featured-image img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.featured-image:hover img, .featured-image:focus-visible img { filter: saturate(.95) contrast(1.04); transform: scale(1.025); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.cards article { min-height: 170px; padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: var(--card); }
.cards article h2 a { color: var(--ink); text-decoration: none; }
.cards article h2 a:hover, .cards article h2 a:focus-visible { color: var(--accent); }
.card-link { display: inline-block; margin-top: 10px; color: var(--accent); font-weight: 750; text-decoration: none; }
h2 { margin-top: 0; font-size: 1.2rem; }
.cards p, .note { color: var(--muted); }
.note { margin-top: 54px; padding: 20px 0; border-top: 1px solid var(--line); }
.footer { padding: 38px 0 50px; color: var(--muted); font-size: .88rem; }
@media (max-width: 720px) { .hero { padding: 38px 0 34px; } .featured { height: auto; grid-template-columns: 1fr; margin-bottom: 54px; } .featured-copy { height: auto; } .featured-image, .featured-image img { min-height: 210px; height: 210px; } .cards { grid-template-columns: 1fr; } .nav { min-height: 68px; gap: 12px; } .brand-edition { display: none; } .nav-links { gap: 9px; } .nav-students { font-size: .82rem; } .login { padding: 7px 8px; font-size: .78rem; } .button { width: 100%; text-align: center; } }
