:root {
    --navy: #1E2A44;
    --paper: #F4F0E8;
    --stamp: #B84A44;
    --oak: #6B5344;
    --ink: #263044;
    --muted: #6f7180;
    --line: rgba(30, 42, 68, .16);
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
    --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--stamp); outline-offset: 3px; }
.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; }

.lh-shell { min-height: 100vh; }
.lh-header { background: var(--navy); color: var(--paper); border-bottom: 1px solid rgba(244,240,232,.22); }
.lh-nav { max-width: 1280px; margin: 0 auto; padding: 18px 28px; display: flex; align-items: center; gap: 30px; }
.lh-brand { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.lh-brand strong { font-family: var(--serif); font-size: 29px; font-weight: 600; letter-spacing: -.03em; }
.lh-brand span { color: #d6cdbd; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.lh-links { display: flex; gap: 20px; margin-left: auto; font-size: 13px; font-weight: 600; }
.lh-links a { color: #e8e0d3; }
.lh-links a:hover { color: white; }
.lh-search { display: flex; align-items: center; gap: 8px; border: 1px solid rgba(244,240,232,.38); padding: 7px 10px; min-width: 210px; }
.lh-search input { width: 100%; border: 0; outline: 0; color: var(--paper); background: transparent; font-size: 13px; }
.lh-search input::placeholder { color: #c9c1b5; }
.lh-search button { border: 0; background: var(--stamp); color: white; padding: 7px 10px; cursor: pointer; font-size: 12px; font-weight: 700; }

.lh-main { max-width: 1280px; margin: 0 auto; padding: 0 28px 76px; }
.lh-wayfinding { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 18px 0; }
.lh-kicker { color: var(--stamp); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lh-date-strip { display: flex; gap: 7px; overflow-x: auto; }
.lh-date { min-width: 82px; border: 1px solid var(--line); padding: 9px 12px; background: rgba(255,255,255,.2); font-size: 11px; color: var(--muted); }
.lh-date strong { display: block; color: var(--navy); font-size: 15px; margin-top: 3px; }
.lh-date.active { background: var(--stamp); color: white; border-color: var(--stamp); }
.lh-date.active strong { color: white; }

.lh-intro { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 34px 0 20px; }
.lh-intro h1 { margin: 0; max-width: 680px; font-family: var(--serif); font-size: clamp(38px, 6vw, 76px); font-weight: 500; line-height: .95; letter-spacing: -.05em; color: var(--navy); }
.lh-intro p { max-width: 300px; color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0; }

.lh-mosaic { display: grid; grid-template-columns: 1.42fr .82fr .82fr; grid-template-rows: 220px 220px; gap: 10px; }
.lh-tile { position: relative; overflow: hidden; min-height: 220px; background: var(--oak); color: white; }
.lh-tile.featured { grid-row: 1 / span 2; min-height: 450px; }
.lh-tile img { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform 420ms var(--ease); }
.lh-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(10,16,29,.82) 100%); }
.lh-tile:hover img { transform: scale(1.035); }
.lh-tile-copy { position: absolute; z-index: 1; left: 19px; right: 19px; bottom: 17px; }
.lh-tile-copy small { color: #f1c9bb; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.lh-tile-copy h2, .lh-tile-copy h3 { margin: 6px 0 0; font-family: var(--serif); font-weight: 500; line-height: 1.03; }
.lh-tile-copy h2 { font-size: clamp(28px, 4vw, 48px); max-width: 590px; }
.lh-tile-copy h3 { font-size: 24px; }
.lh-tile-copy p { margin: 7px 0 0; font-size: 12px; color: #eee8dd; line-height: 1.4; }

.lh-section { padding: 62px 0 0; }
.lh-section-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 2px solid var(--navy); padding-bottom: 10px; margin-bottom: 17px; }
.lh-section-head h2 { margin: 0; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); }
.lh-section-head a { color: var(--stamp); font-size: 12px; font-weight: 700; }
.lh-event-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 28px; }
.lh-event-row { display: grid; grid-template-columns: 56px 1fr; gap: 14px; border-bottom: 1px solid var(--line); padding: 17px 0; }
.lh-event-time { color: var(--stamp); font-size: 12px; font-weight: 700; line-height: 1.25; }
.lh-event-time strong { display: block; color: var(--navy); font-size: 22px; font-family: var(--serif); font-weight: 500; }
.lh-event-row h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.05; }
.lh-event-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.lh-event-row a:hover h3 { color: var(--stamp); }

.lh-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lh-card { border: 1px solid var(--line); background: rgba(255,255,255,.24); }
.lh-card img { height: 190px; }
.lh-card-copy { padding: 16px; }
.lh-card-copy h3 { margin: 5px 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.lh-card-copy p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.lh-tag { color: var(--stamp); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.lh-page-header { padding: 46px 0 24px; border-bottom: 1px solid var(--line); }
.lh-page-header h1 { margin: 0 0 10px; font-family: var(--serif); color: var(--navy); font-size: clamp(42px, 7vw, 80px); font-weight: 500; letter-spacing: -.05em; }
.lh-page-header p { max-width: 600px; color: var(--muted); line-height: 1.6; }
.lh-filter { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 0; }
.lh-filter a { border: 1px solid var(--line); padding: 9px 12px; font-size: 12px; }
.lh-filter a:hover { border-color: var(--stamp); color: var(--stamp); }
.lh-detail { max-width: 900px; padding-top: 42px; }
.lh-detail img { max-height: 520px; margin-bottom: 25px; }
.lh-detail h1 { margin: 0 0 12px; font-family: var(--serif); color: var(--navy); font-size: clamp(42px, 7vw, 76px); line-height: .96; font-weight: 500; }
.lh-detail .dek { color: var(--muted); font-size: 17px; line-height: 1.6; }
.lh-body { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 22px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }

.lh-footer { margin-top: 60px; background: var(--navy); color: var(--paper); }
.lh-footer-inner { max-width: 1280px; margin: 0 auto; padding: 28px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.lh-footer strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.lh-footer a { color: #ddcfc2; }
.lh-empty { border: 1px dashed var(--line); padding: 38px; color: var(--muted); }

@media (max-width: 860px) {
    .lh-nav { flex-wrap: wrap; padding: 16px 18px; }
    .lh-links { order: 3; width: 100%; margin-left: 0; justify-content: space-between; }
    .lh-search { margin-left: auto; min-width: 180px; }
    .lh-main { padding: 0 18px 56px; }
    .lh-wayfinding { align-items: flex-start; flex-direction: column; }
    .lh-intro { display: block; }
    .lh-intro p { margin-top: 17px; }
    .lh-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px 180px; }
    .lh-tile.featured { grid-column: 1 / span 2; grid-row: 1; min-height: 300px; }
    .lh-event-list, .lh-card-grid { grid-template-columns: 1fr; }
}

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