/* Trenton Township — one stylesheet for the whole site.
   Palette: maroon #4A0D1B / #330912, accent #8C2338, green #236943,
   ink #1A1418, warm grey #F7F5F2, hairline #E8E2DB. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #1A1418;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, figure { margin: 0; padding: 0; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
table { border-collapse: collapse; width: 100%; }

a { color: #4A0D1B; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #8C2338; }
:focus-visible { outline: 3px solid #8C2338; 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;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: #330912; color: #FFFFFF; padding: 14px 22px;
  font-size: 15px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------------ HEADER */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  background: #1A1418;
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 6px 18px -8px rgba(12,8,10,.55);
}
.site-header-inner {
  position: relative; max-width: 1240px; margin: 0 auto;
  padding: 0 16px; min-height: 70px;
  display: flex; align-items: center; justify-content: flex-start;
  gap: clamp(14px, 2.5vw, 34px);
}
.header-spacer { height: 70px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #FFFFFF; }
.brand img { height: 40px; width: auto; }
.brand-name { font-weight: 800; letter-spacing: -.01em; font-size: 19px; white-space: nowrap; }
.brand:hover { color: #FFFFFF; }

.menu-btn {
  display: none; margin-left: auto;
  background: none; border: 1.5px solid rgba(255,255,255,.42); color: #FFFFFF;
  font: 600 13px/1 Montserrat, Arial, sans-serif; letter-spacing: .14em;
  padding: 15px 18px; cursor: pointer;
}
.menu-btn:hover { border-color: #8C2338; }

.site-nav > ul { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px; }
.subnav { display: none; }
.site-nav a, .nav-toggle {
  display: flex; align-items: center; gap: 8px;
  padding: 24px 12px; color: #F1EBE4; text-decoration: none;
  font: 600 13.5px/1 Montserrat, Arial, sans-serif; letter-spacing: .07em;
  white-space: nowrap; background: none; border: 0; cursor: pointer;
}
.site-nav a:hover, .nav-toggle:hover { color: #FFFFFF; }
.site-nav .caret { font-size: 9px; }
.site-nav .ext { font-size: 11px; margin-left: 5px; }

.site-nav .has-sub { position: relative; }
.subnav {
  display: none; position: absolute; left: 0; top: 100%; min-width: 250px;
  background: #FFFFFF; border-top: 3px solid #8C2338;
  box-shadow: 0 18px 40px -18px rgba(12,8,10,.5);
}
.subnav.open { display: block; }
.subnav a {
  display: block; padding: 14px 20px; color: #1A1418;
  font: 400 14.5px/1.4 Montserrat, Arial, sans-serif; letter-spacing: 0;
  border-left: 3px solid transparent;
}
.subnav a:hover { color: #1A1418; border-left-color: #8C2338; background: #F7F5F2; }

@media (max-width: 1179px) {
  .menu-btn { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #1A1418; border-top: 1px solid rgba(255,255,255,.16); padding: 8px 0;
  }
  .nav-open .site-nav { display: block; }
  .site-nav > ul { display: block; }
  .subnav { position: static; margin: 0 0 4px 14px; border-top: 0; border-left: 3px solid #8C2338; box-shadow: none; }
}

/* -------------------------------------------------------------- PAGE HEADS */
.page-head { background: #1A1418; color: #FFFFFF; }
.page-head-inner { max-width: 1240px; margin: 0 auto; padding: clamp(32px,7vw,56px) 20px; }
.crumb { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #BDB0A5; }
.crumb a { color: #FFFFFF; text-decoration: none; }
.crumb a:hover { color: #FFFFFF; text-decoration: underline; }
.page-kicker { margin-top: 22px; font-size: 19px; color: #E4DCD3; }
.page-title { margin-top: 6px; font-weight: 800; letter-spacing: -.02em; font-size: clamp(30px, 7.4vw, 52px); line-height: 1.06; }

main { display: block; }
.wrap { max-width: 1240px; margin: 0 auto; padding: clamp(36px,7vw,64px) 20px 40px; }
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #8C2338; }
.lede { font-size: 17px; line-height: 1.75; text-wrap: pretty; }
.stack { display: grid; gap: 16px; }
.measure { max-width: 78ch; }
.mt { margin-top: 20px; }

/* --------------------------------------------------------------- CALLOUTS */
.rule { border-left: 5px solid #4A0D1B; padding-left: 26px; }
.rule-accent { border-left-color: #8C2338; }
.rule-green { border-left-color: #236943; }

.card {
  border: 1px solid #E8E2DB; border-left: 5px solid #4A0D1B;
  padding: clamp(22px,4vw,32px); background: #FFFFFF;
}
.card-accent { border-left-color: #8C2338; }
.card-green { border-left-color: #236943; }
.card-tint { background: #F7F5F2; border: 0; border-left: 5px solid #4A0D1B; }
.card-dark { background: #330912; border: 0; border-left: 6px solid #8C2338; color: #FFFFFF; }
.card-dark a { color: #FFFFFF; }
.card h2, .card h3 { font-size: clamp(19px,3vw,22px); font-weight: 800; letter-spacing: -.01em; }
.card p, .card li { font-size: 17px; line-height: 1.72; }
.card p + p, .card p + ul, .card h3 + p, .card h2 + p { margin-top: 14px; }

.tick { display: grid; gap: 12px; }
.tick li { border-left: 2px solid #E3DDD6; padding-left: 16px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 20px;
  background: #330912; color: #FFFFFF; text-decoration: none;
  padding: 14px 22px; font-size: 13.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
}
.btn:hover { background: #4A0D1B; color: #FFFFFF; }
.btn-green { background: #236943; }
.btn-green:hover { background: #1A5133; }
.btn-ghost { background: #FFFFFF; border: 1.5px solid #330912; color: #330912; padding: 13px 20px; }
.btn-ghost:hover { background: #330912; color: #FFFFFF; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: clamp(26px,4.5vw,52px); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-cards { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* ------------------------------------------------------------------- HERO */
.hero {
  position: relative; background: #1A1418 url('../images/hero-farmland.jpg') center/cover no-repeat;
  border-bottom: 2px solid #330912;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,9,11,.74) 0%, rgba(14,9,11,.46) 42%, rgba(14,9,11,.88) 100%);
}
.hero-inner {
  position: relative; max-width: 1240px; margin: 0 auto;
  padding: clamp(64px,12vw,130px) 20px clamp(110px,16vw,180px); text-align: center;
  animation: rise .7s ease-out both;
}
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero-logo { max-width: min(620px, 88vw); margin: 0 auto clamp(18px,3vw,30px); height: auto; }
.hero-kicker { font-size: clamp(14px,2.8vw,20px); font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: #E4D7C6; }
.hero-divider { width: 74px; height: 3px; background: #8C2338; margin: 26px auto; }
.hero h1 { font-weight: 800; letter-spacing: -.02em; font-size: clamp(34px, 8vw, 66px); line-height: 1.05; color: #FFFFFF; }

/* --------------------------------------------------------------- RIBBON */
.ribbon { position: relative; z-index: 5; margin-top: -84px; padding: 0 20px; }
.ribbon-inner {
  max-width: 1240px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; align-items: stretch;
}
.ribbon-card {
  background: #FFFFFF; border-left: 6px solid #4A0D1B;
  box-shadow: 0 18px 40px -22px rgba(26,20,24,.5);
  padding: clamp(20px,4vw,26px) clamp(18px,4vw,28px);
}
.ribbon-card h2, .ribbon-card h3 { font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #4A0D1B; }
.ribbon-card p { margin-top: 10px; font-size: 16.5px; line-height: 1.55; }
.ribbon-tel {
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: clamp(20px,4vw,26px) clamp(18px,4vw,28px);
  border-left: 6px solid #8C2338; color: #FFFFFF; text-decoration: none;
}
.ribbon-tel:hover { color: #FFFFFF; background: #1A1418; }
.ribbon-tel .label { font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #E4D7C6; }
.ribbon-tel .num { font-size: clamp(23px,4vw,29px); font-weight: 800; letter-spacing: -.02em; }
.tel-office { background: #330912; }
.tel-zoning { background: #4A0D1B; }

/* --------------------------------------------------------- 250TH GALLERY */
.tt250 {
  --tt250-navy: #0A2463;
  --tt250-red: #B22234;
  --tt250-gold: #C9A961;
  --tt250-cream: #FAF5E6;
  --tt250-dark: #1a1a1a;
  color: var(--tt250-dark);
  background: var(--tt250-cream);
  background-image:
    radial-gradient(circle at 8% 12%, rgba(201,169,97,.10), transparent 45%),
    radial-gradient(circle at 92% 88%, rgba(10,36,99,.07), transparent 45%);
  padding: clamp(32px,6vw,48px) clamp(16px,3vw,24px) clamp(28px,5vw,44px);
  position: relative;
  border-top: 5px solid var(--tt250-navy);
  border-bottom: 5px solid var(--tt250-red);
}
.tt250::before {
  content: "";
  position: absolute; top: 5px; left: 0; right: 0; height: 10px;
  background: repeating-linear-gradient(90deg, var(--tt250-red) 0 36px, var(--tt250-cream) 36px 72px);
}
.tt250-inner { max-width: 1170px; margin: 0 auto; position: relative; padding-top: 12px; }
.tt250-header { text-align: center; margin-bottom: 32px; }
.tt250-eyebrow { font-size: 11px; letter-spacing: .38em; text-transform: uppercase; color: var(--tt250-red); font-weight: 700; }
.tt250-dates {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 8px;
  font-weight: 800; letter-spacing: .18em; color: var(--tt250-navy);
  font-size: clamp(18px,3vw,24px);
}
.tt250-star { color: var(--tt250-gold); font-size: 16px; }

.tt250-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: clamp(24px,3.5vw,36px); align-items: start; }

.tt250-text h2 { font-size: clamp(26px,4.4vw,34px); line-height: 1.18; font-weight: 800; letter-spacing: -.02em; color: var(--tt250-navy); }
.tt250-rule { display: flex; align-items: center; gap: 10px; margin: 14px 0 18px; color: var(--tt250-gold); }
.tt250-rule span { font-size: 14px; }
.tt250-rule::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--tt250-gold), transparent); }
.tt250-text p { font-size: 17px; line-height: 1.68; margin-bottom: 14px; text-wrap: pretty; }
.tt250-text strong { color: var(--tt250-navy); }
.tt250-closing {
  color: var(--tt250-red); font-size: clamp(18px,3vw,22px); font-weight: 800;
  letter-spacing: .08em; margin-top: 20px; text-align: center;
}
.tt250-closing .tt250-star { margin: 0 8px; }

.tt250-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 12px;
  background: #fff; border: 1px solid var(--tt250-gold);
  box-shadow: 0 2px 0 var(--tt250-gold), 0 6px 18px rgba(10,36,99,.10);
}
.tt250-card {
  position: relative; display: block; width: 100%; margin: 0; padding: 0;
  background: var(--tt250-navy); border: 0; cursor: zoom-in;
  overflow: hidden; aspect-ratio: 1/1; outline-offset: 2px;
}
.tt250-grid .tt250-card:first-child { grid-column: span 3; aspect-ratio: 16/9; }
.tt250-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.tt250-card::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; pointer-events: none; transition: border-color .25s ease; }
.tt250-card:hover img, .tt250-card:focus-visible img { transform: scale(1.06); filter: brightness(.92); }
.tt250-card:hover::after, .tt250-card:focus-visible::after { border-color: var(--tt250-gold); }
.tt250-card:focus-visible { outline: 3px solid var(--tt250-gold); }
.tt250-note { margin-top: 12px; font-size: 14px; color: #5A4A50; text-align: center; }

@media (prefers-reduced-motion: reduce) {
  .tt250-card img, .tt250-card:hover img, .tt250-card:focus-visible img { transition: none; transform: none; filter: none; }
}

/* ------------------------------------------------------------ HEALTH NEWS */
.hn-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }
.hn-head .eyebrow { color: #236943; }
.hn-head h2 { margin-top: 8px; font-weight: 800; letter-spacing: -.02em; font-size: clamp(24px,4.6vw,34px); line-height: 1.1; }
.hn-links { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.hn-links a { font-size: 13.5px; font-weight: 700; color: #236943; }
.hn-hint { font-size: 13px; color: #6B5A50; }
.hn-arrows { display: flex; gap: 10px; margin-top: 8px; }
.hn-arrow {
  display: inline-flex; align-items: center; gap: 8px; min-height: 48px;
  background: #FFFFFF; border: 2px solid #236943; color: #175132;
  padding: 12px 20px; font: 700 15px/1 Montserrat, Arial, sans-serif;
  letter-spacing: .04em; cursor: pointer;
}
.hn-arrow:hover { background: #236943; color: #FFFFFF; }
.hn-arrow[disabled] { border-color: #C9C1B8; color: #7A6E66; cursor: default; background: #F7F5F2; }
@media (max-width: 700px) {
  .hn-head { flex-direction: column; align-items: flex-start; }
  .hn-links { align-items: flex-start; }
  .hn-arrows { width: 100%; }
  .hn-arrow { flex: 1 1 0; justify-content: center; }
}
.hn-track { display: flex; gap: 18px; margin-top: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
.hn-track > li { flex: 0 0 246px; scroll-snap-align: start; }
.hn-card {
  width: 100%; height: 100%; display: flex; flex-direction: column; text-align: left;
  padding: 0; cursor: zoom-in; background: #FFFFFF;
  border: 1px solid #E8E2DB; border-bottom: 4px solid #8C2338;
}
.hn-card:hover { border-color: #8C2338; }
.hn-thumb { width: 100%; aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; background: #F4F1ED; overflow: hidden; }
.hn-thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform 260ms ease; }
.hn-card:hover .hn-thumb img { transform: scale(1.05); }
.hn-label { display: block; padding: 14px 16px 16px; }
.hn-cat { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #236943; }
.hn-title { display: block; margin-top: 6px; font-size: 15px; font-weight: 800; line-height: 1.32; color: #1A1418; }

/* ------------------------------------------------------------- COLLECTIONS */
.collections { margin-top: 80px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(26px,4.5vw,52px); align-items: start; }
.collections img { border: 1px solid #E3DDD6; width: 100%; height: auto; }
.collections h2 { font-weight: 800; letter-spacing: -.02em; font-size: clamp(24px,4.6vw,34px); line-height: 1.15; }
.coll-block { background: #FFFFFF; border: 1px solid #E8E2DB; border-left: 4px solid #8C2338; padding: 24px 26px; margin-top: 16px; }
.coll-block h3 { font-size: 17px; font-weight: 700; }
.coll-block .sub { margin-top: 6px; font-size: 15px; font-weight: 600; color: #3A2E33; }
.coll-block ul { margin-top: 14px; display: grid; gap: 9px; font-size: 15.5px; line-height: 1.5; }
.coll-block li { border-left: 2px solid #E3DDD6; padding-left: 14px; }

/* ----------------------------------------------------------------- WELCOME */
.welcome { background: #FFFFFF; border-top: 1px solid #E3DDD6; border-bottom: 1px solid #E3DDD6; margin-top: 40px; }
.welcome-inner { max-width: 1240px; margin: 0 auto; padding: clamp(44px,8vw,88px) 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(28px,5vw,64px); align-items: start; }
.welcome h2 { font-weight: 800; letter-spacing: -.02em; font-size: clamp(28px,6vw,44px); line-height: 1.1; color: #4A0D1B; }
.welcome-sub { margin-top: 18px; font-size: 19px; line-height: 1.5; color: #3A2E33; }
.welcome-body { display: grid; gap: clamp(22px,3.5vw,34px); }
.welcome-body h3 { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #8C2338; }
.welcome-body p { margin-top: 12px; font-size: 16.5px; line-height: 1.72; text-wrap: pretty; }

/* -------------------------------------------------------------------- PARK */
.park { background: #1A1418; color: #FFFFFF; }
.park-inner { max-width: 1240px; margin: 0 auto; padding: clamp(44px,8vw,80px) 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(26px,4.5vw,52px); align-items: center; }
.park a.img-link { display: block; border: 1px solid rgba(255,255,255,.2); color: #FFFFFF; }
.park h2 { font-weight: 800; letter-spacing: -.02em; font-size: clamp(26px,5vw,38px); line-height: 1.15; color: #FFFFFF; }
.park p { margin-top: 16px; font-size: 16.5px; line-height: 1.7; color: #FFFFFF; text-wrap: pretty; }
.park a { color: #FFFFFF; }
.park-inset { margin-top: 26px; border-left: 4px solid #4A0D1B; background: rgba(255,255,255,.05); padding: 20px 24px; }
.park-inset a { font-size: 17px; }
.park-inset p { margin-top: 8px; font-size: 15.5px; color: #FFFFFF; }

/* ----------------------------------------------------------------- REPORTS */
.reports { max-width: 1240px; margin: 0 auto; padding: clamp(44px,8vw,80px) 20px; }
.reports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px,4vw,44px); margin-top: 24px; align-items: start; }
.seal { width: 100%; max-width: 170px; margin: 0 auto; height: auto; }
.report-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border-left: 3px solid #E3DDD6; padding-left: 18px; }
.report-row p { font-size: 17px; font-weight: 600; }
.report-row .btn { margin-top: 0; padding: 12px 18px; font-size: 12.5px; }

/* ------------------------------------------------------------------ FOOTER */
.site-footer { background: #1A1418; color: #E4DCD3; }
.footer-cols {
  max-width: 1240px; margin: 0 auto; padding: clamp(36px,7vw,64px) 20px 30px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(24px,4vw,44px);
}
.footer-col { border-left: 3px solid transparent; transition: border-color 200ms linear; padding-left: 18px; }
.footer-col:hover { border-left-color: #8C2338; }
.footer-title { font-weight: 800; letter-spacing: -.02em; font-size: 21px; color: #FFFFFF; }
.footer-col h2 { font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #BDB0A5; }
.footer-col p { margin-top: 10px; font-size: 16px; line-height: 1.8; }
.footer-col a { color: #FFFFFF; text-decoration: none; }
.footer-col a:hover { color: #FFFFFF; text-decoration: underline; }
.footer-list { margin-top: 12px; display: grid; gap: 10px; font-size: 16px; }
.footer-base { border-top: 1px solid rgba(255,255,255,.16); }
.footer-base-inner {
  max-width: 1240px; margin: 0 auto; padding: 24px 20px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: 14.5px; color: #FFFFFF;
}
.footer-base a { color: #FFFFFF; text-decoration: none; }
.footer-base a:hover { text-decoration: underline; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 859px) {
  .footer-col { border-left-color: #8C2338; }
}

/* ---------------------------------------------------------------- LIGHTBOX */
.lb {
  display: none; position: fixed; inset: 0; z-index: 300;
  background: rgba(8,6,10,.92);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding: 40px;
}
.lb.open { display: flex; }
.lb-img { max-width: min(860px, 92vw); max-height: 70vh; object-fit: contain; background: #FFFFFF; border: 1px solid rgba(255,255,255,.22); }
.lb-cap { font-size: 15px; font-weight: 700; color: #FFFFFF; text-align: center; max-width: 700px; }
.lb-btns { display: flex; gap: 12px; }
.lb-btns button {
  background: none; border: 1.5px solid rgba(255,255,255,.5); color: #FFFFFF;
  padding: 13px 22px; font: 600 13px/1 Montserrat, Arial, sans-serif; letter-spacing: .1em; cursor: pointer;
}
.lb-btns button:hover { border-color: #8C2338; }
.lb-close { background: #8C2338 !important; border-color: #8C2338 !important; }
.lb-close:hover { background: #A62B44 !important; }

/* -------------------------------------------------------------- UTILITIES */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-bottom: 48px; }
.fact { border-left: 4px solid #4A0D1B; padding-left: 18px; }
.fact.green { border-left-color: #236943; }
.fact dt { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8C2338; }
.fact dd { margin-top: 6px; font-size: clamp(20px,3vw,24px); font-weight: 800; }
.link-card { display: block; border: 1px solid #E8E2DB; border-left: 5px solid #4A0D1B; padding: clamp(22px,4vw,28px); text-decoration: none; color: #1A1418; }
.link-card:hover { border-color: #8C2338; background: #F7F5F2; color: #1A1418; }
.link-card .name { display: block; font-size: clamp(20px,3.2vw,24px); font-weight: 800; letter-spacing: -.01em; }
.link-card .desc { display: block; margin-top: 10px; font-size: 16px; color: #3A2E33; }
.data-table caption { text-align: left; padding: 20px 24px 4px; font-size: 15.5px; color: #3A2E33; }
.data-table th, .data-table td { text-align: left; padding: 15px 24px; font-size: 16.5px; border-bottom: 1px solid #EFEAE4; }
.data-table thead th { padding: 14px 24px; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8C2338; border-bottom: 2px solid #E3DDD6; }
.data-table tbody th { font-weight: 600; }
.data-table td { color: #3A2E33; }
.minutes-list { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; font-size: 16.5px; }
.minutes-list li { border-left: 2px solid #E3DDD6; padding-left: 14px; }
.staff { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.staff li { border: 1px solid #E8E2DB; border-left: 4px solid #4A0D1B; padding: 22px 24px; }
.staff .who { font-size: 18px; font-weight: 700; }
.staff .role { margin-top: 4px; font-size: 15.5px; color: #3A2E33; }
.staff .how { margin-top: 10px; font-size: 16.5px; word-break: break-word; }
.map-frame { margin-top: 8px; border: 1px solid #E8E2DB; }
.map-frame iframe { display: block; border: 0; width: 100%; height: 380px; }
