:root {
  --blue: #0d4f8b;
  --blue-dark: #08365f;
  --blue-soft: #eaf2f8;
  --gold: #f1c232;
  --gold-dark: #c69212;
  --ink: #20262b;
  --muted: #5d676e;
  --ivory: #fbfaf6;
  --white: #ffffff;
  --line: #d9dee2;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .75rem 1rem; background: var(--gold); color: #111; font-weight: 700; }
.skip-link:focus { left: 1rem; top: 1rem; }
.topline { height: 5px; background: linear-gradient(90deg, var(--blue) 0 78%, var(--gold) 78%); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); box-shadow: 0 2px 18px rgba(18,41,58,.1); }
.nav-wrap { max-width: 1200px; margin: auto; min-height: 86px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 255px; }
.brand strong { display: block; color: var(--blue-dark); font-family: var(--serif); font-size: 1.18rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; margin-top: 4px; }
.logo-crop { position: relative; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; background: white; }
.logo-crop img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { text-decoration: none; font-size: .88rem; font-weight: 600; color: #38434a; white-space: nowrap; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.nav-contact { border: 2px solid var(--blue); padding: 8px 15px; border-radius: 3px; }
.menu-button { display: none; border: 2px solid var(--blue); background: white; color: var(--blue); font: 700 .9rem var(--sans); padding: 8px 12px; border-radius: 3px; }
.hero { min-height: 650px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: 4; inset: 10px; border: 1px solid rgba(241,194,50,.75); box-shadow: inset 0 0 18px rgba(241,194,50,.24), 0 0 16px rgba(241,194,50,.18); pointer-events: none; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.active { opacity: 1; }
.hero-emblem { background: radial-gradient(circle at 74% 46%, #1769a6 0, var(--blue) 34%, var(--blue-dark) 78%); }
.hero-logo-frame { position: absolute; right: 10%; top: 50%; width: min(37vw, 440px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; transform: translateY(-50%); background: white; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.hero-logo-frame img { width: 100%; height: 100%; object-fit: contain; padding: 4%; }
.hero-exterior { background: url("assets/facility-exterior.jpg") center center / cover no-repeat; }
.hero-room { background-image: url("assets/facility-room.jpeg"); background-size: cover; background-repeat: no-repeat; }
.room-left { background-position: left center; }
.room-center { background-position: center center; }
.room-right { background-position: right center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,29,50,.86) 0%, rgba(4,29,50,.62) 43%, rgba(4,29,50,.10) 76%); }
.hero-content { position: relative; z-index: 1; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 82px; color: white; }
.hero-content h1 { max-width: 700px; margin: 8px 0 18px; font: 700 clamp(2.7rem, 6vw, 5.2rem)/.98 var(--serif); letter-spacing: -.035em; }
.hero-content > p:not(.eyebrow) { max-width: 620px; font-size: 1.15rem; line-height: 1.65; }
.hero-progress { position: absolute; z-index: 3; right: 28px; bottom: 24px; display: flex; gap: 8px; }
.hero-progress span { width: 28px; height: 4px; background: rgba(255,255,255,.45); transition: background .35s ease; }
.hero-progress span.active { background: var(--gold); }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: .79rem; font-weight: 700; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.gold { color: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 22px; border-radius: 3px; text-decoration: none; font-weight: 700; font-size: .91rem; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-gold { color: #17202a; background: var(--gold); }
.button-gold:hover { background: #ffcf36; }
.button-light { color: white; border: 2px solid rgba(255,255,255,.85); }
.button-blue { color: white; background: var(--blue); }
.full { width: 100%; }
.quick-facts { max-width: 1040px; margin: -1px auto 0; display: grid; grid-template-columns: repeat(3,1fr); background: var(--white); box-shadow: 0 14px 45px rgba(14,49,75,.14); position: relative; z-index: 3; }
.quick-facts div { padding: 27px 34px; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: var(--blue-dark); font: 700 1.25rem var(--serif); }
.quick-facts span { color: var(--muted); font-size: .8rem; margin-top: 2px; }
.section { max-width: 1120px; margin: auto; padding: 100px 24px; }
.split { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.8fr); gap: 85px; align-items: center; }
h2 { margin: 9px 0 20px; color: var(--blue-dark); font: 700 clamp(2.15rem,4vw,3.65rem)/1.08 var(--serif); letter-spacing: -.025em; }
.section-copy > p { max-width: 660px; }
.check-list { list-style: none; padding: 0; margin: 27px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.check-list li { position: relative; padding-left: 27px; font-weight: 600; font-size: .94rem; }
.check-list li::before { content: ""; position: absolute; left: 1px; top: .55em; width: 11px; height: 6px; border-left: 3px solid var(--gold-dark); border-bottom: 3px solid var(--gold-dark); transform: rotate(-45deg); }
.fine-print { color: var(--muted); font-size: .83rem; }
.rental-card { border-top: 6px solid var(--gold); background: var(--ivory); padding: 34px; box-shadow: 0 15px 45px rgba(15,48,70,.13); }
.card-label { margin: 0 0 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .77rem; font-weight: 700; }
.price-line { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; }
.price-line strong { color: var(--blue-dark); font: 700 2rem var(--serif); }
.price-line .price-pending { max-width: 145px; text-align: right; font: 700 1.05rem/1.25 var(--serif); }
.rental-card hr { border: 0; border-top: 1px solid var(--line); margin: 10px 0 22px; }
.rental-card > p:not(.card-label) { color: var(--muted); font-size: .91rem; }
.rental-card > p strong { color: var(--blue-dark); }
.rental-payment { display: block; margin-top: 18px; text-align: center; }
.facility-showcase { background: var(--blue-soft); }
.facility-gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; margin-top: 44px; }
.facility-gallery figure { margin: 0; overflow: hidden; position: relative; height: 290px; background: var(--blue-dark); border: 2px solid rgba(241,194,50,.9); box-shadow: 0 0 0 5px rgba(13,79,139,.10), 0 0 26px rgba(13,79,139,.28), 0 0 18px rgba(241,194,50,.20); }
.facility-gallery-wide { grid-column: 1 / -1; height: 480px; }
.facility-gallery img { width: 100%; height: 100%; object-fit: cover; }
.facility-gallery-wide img { object-position: center center; }
.facility-gallery figcaption { position: absolute; inset: auto 0 0; padding: 42px 20px 16px; color: white; font: 700 1rem var(--serif); background: linear-gradient(transparent,rgba(4,29,50,.88)); }
.facility-gallery-more { grid-template-columns: repeat(2,1fr); margin-top: 18px; }
.facility-gallery-more[hidden] { display: none; }
.facility-gallery-more figure { height: 340px; }
.gallery-toggle-row { display: flex; justify-content: center; margin-top: 30px; }
.gallery-toggle { min-width: 230px; border: 2px solid var(--blue); color: var(--blue); background: white; cursor: pointer; font-family: var(--sans); }
.gallery-toggle:hover, .gallery-toggle:focus-visible { color: white; background: var(--blue); }
.calendar-section { max-width: none; background: var(--blue-soft); }
.calendar-section > * { max-width: 970px; margin-left: auto; margin-right: auto; }
.section-heading.centered { text-align: center; }
.section-heading > p:not(.eyebrow) { max-width: 660px; color: var(--muted); }
.centered > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.calendar-shell { background: white; margin-top: 38px; padding: 34px; box-shadow: 0 14px 45px rgba(24,54,75,.11); }
.calendar-toolbar { display: grid; grid-template-columns: 100px 1fr 100px; align-items: center; margin-bottom: 20px; }
.calendar-toolbar h3 { margin: 0; text-align: center; color: var(--blue-dark); font: 700 1.65rem var(--serif); }
.calendar-toolbar button { min-height: 43px; border: 1px solid #bbc6ce; background: white; border-radius: 3px; color: var(--blue); font-weight: 700; cursor: pointer; }
.calendar-note { background: #fff9df; border-left: 4px solid var(--gold); padding: 10px 14px; margin-bottom: 20px; font-size: .82rem; color: #5d501d; }
.calendar-note span { display: inline-block; width: 9px; height: 9px; margin-right: 5px; border-radius: 50%; background: var(--gold); }
.weekday-row, .calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); }
.weekday-row span { text-align: center; color: var(--muted); text-transform: uppercase; font-size: .7rem; letter-spacing: .08em; padding: 7px; font-weight: 700; }
.calendar-day { min-height: 75px; border: 1px solid #e0e5e8; background: #fff; padding: 9px; text-align: left; color: var(--ink); font: 600 .88rem var(--sans); }
.calendar-day:not(.empty):hover { background: var(--blue-soft); }
.calendar-day.today { box-shadow: inset 0 0 0 2px var(--blue); color: var(--blue); }
.calendar-day.empty { background: #f8f9fa; }
.calendar-action { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 20px; }
.calendar-action p { color: var(--muted); font-size: .82rem; margin: 0; }
.text-link { color: var(--blue); font-weight: 700; text-underline-offset: 4px; white-space: nowrap; }
.service-intro { display: grid; grid-template-columns: .9fr 1.15fr; gap: 80px; align-items: center; }
.service-statement h2 { margin-top: 10px; }
.feature-photo img { min-height: 450px; object-fit: cover; }
.feature-photo, .photo-grid figure, .history-figure { border: 2px solid rgba(241,194,50,.9); box-shadow: 0 0 0 5px rgba(13,79,139,.10), 0 0 26px rgba(13,79,139,.28), 0 0 18px rgba(241,194,50,.20); }
.history-band { background: var(--blue-dark); color: white; }
.history-grid { display: grid; grid-template-columns: .8fr 1.15fr; gap: 95px; }
.history-grid h2 { color: white; }
.history-copy p:first-child { margin-top: 0; }
.light-link { color: var(--gold); }
.community .section-heading { max-width: 740px; margin-bottom: 42px; }
.photo-grid { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.photo-grid figure { margin: 0; position: relative; min-height: 250px; overflow: hidden; background: #ddd; }
.photo-grid .photo-large { grid-row: 1 / 3; min-height: 520px; }
.photo-grid img { height: 100%; object-fit: cover; }
.photo-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 25px 20px 14px; color: white; background: linear-gradient(transparent,rgba(4,24,39,.84)); font-weight: 600; font-size: .87rem; }
.join { max-width: none; padding: 90px 24px; background: linear-gradient(120deg,#f4c733,#e9b920); }
.join-panel { max-width: 1000px; margin: auto; color: #17202a; }
.join-panel .eyebrow { color: var(--blue-dark); }
.join-panel h2 { max-width: 800px; }
.join-panel > p:not(.eyebrow) { max-width: 780px; }
.join-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.join-details div { padding: 20px; border-left: 3px solid var(--blue); background: rgba(255,255,255,.45); }
.join-details strong, .join-details span { display: block; }
.join-details strong { color: var(--blue-dark); font-family: var(--serif); font-size: 1.15rem; }
.join-details span { margin-top: 5px; font-size: .88rem; }
.join .button-gold { background: var(--blue-dark); color: white; }
.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.contact-card { border: 1px solid var(--line); padding: 34px; box-shadow: 0 12px 35px rgba(20,49,70,.1); }
.contact-card > div { margin-bottom: 22px; }
.contact-card span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 700; }
.contact-card a:not(.button), .contact-card address { display: block; margin-top: 4px; color: var(--blue-dark); font: 600 1.12rem/1.55 var(--serif); font-style: normal; }
footer { color: #dfe8ee; background: #092d4b; padding: 55px 24px 20px; }
.footer-inner { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 50px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font: 700 1.4rem var(--serif); }
.footer-brand span { font-size: .87rem; margin-top: 6px; }
.footer-inner div:nth-child(2) a { display: block; margin-bottom: 7px; }
.footer-inner p { margin: 0; }
.copyright { max-width: 1120px; margin: 38px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); font-size: .72rem; color: #a9bbc8; }
.history-hero { background: var(--blue-dark); color: white; padding: 115px 24px 95px; }
.history-hero-inner { max-width: 980px; margin: auto; }
.history-hero h1 { max-width: 850px; margin: 12px 0 24px; font: 700 clamp(3rem,7vw,6rem)/.98 var(--serif); letter-spacing: -.035em; }
.history-hero p:not(.eyebrow) { max-width: 760px; font-size: 1.12rem; }
.history-page { background: var(--ivory); }
.history-page .section { max-width: 1040px; }
.history-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.history-intro h2 { margin-top: 0; }
.history-lead { font: 600 1.28rem/1.6 var(--serif); color: var(--blue-dark); }
.history-nav { position: sticky; top: 105px; background: white; padding: 24px; border-top: 5px solid var(--gold); box-shadow: 0 10px 28px rgba(15,48,70,.10); }
.history-nav strong { display: block; margin-bottom: 10px; color: var(--blue-dark); font-family: var(--serif); }
.history-nav a { display: block; padding: 7px 0; color: var(--blue); font-size: .86rem; font-weight: 600; text-underline-offset: 3px; }
.history-chapter { display: grid; grid-template-columns: 165px 1fr; gap: 48px; padding: 64px 0; border-top: 1px solid #ced5da; }
.history-year { color: var(--gold-dark); font: 700 2.15rem var(--serif); }
.history-chapter h2 { font-size: clamp(2rem,4vw,3.1rem); }
.history-chapter h3 { margin: 32px 0 8px; color: var(--blue-dark); font: 700 1.42rem var(--serif); }
.history-chapter p { margin: 0 0 18px; }
.history-citation { color: var(--blue); font-weight: 600; text-underline-offset: 3px; }
.history-figure { margin: 30px 0 36px; background: white; }
.history-figure img { max-height: 590px; object-fit: cover; }
.history-figure.portrait { max-width: 620px; }
.history-figure.portrait img { object-position: center 22%; }
.history-figure figcaption { padding: 12px 16px; color: var(--muted); font-size: .78rem; }
.history-quote { margin: 32px 0; padding: 26px 30px; border-left: 5px solid var(--gold); background: var(--blue-soft); color: var(--blue-dark); font: 600 1.25rem/1.55 var(--serif); }
.history-callout { margin-top: 48px; padding: 38px; background: var(--blue-dark); color: white; }
.history-callout h2 { color: white; }
.history-sources { padding-top: 30px; }
.history-sources li { margin-bottom: 13px; }
.history-sources a { color: var(--blue); text-underline-offset: 3px; }
@media (max-width: 920px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 18px 24px 24px; background: white; box-shadow: 0 15px 25px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; }
  nav a { padding: 11px 0; }
  .nav-contact { border: 0; padding: 11px 0; }
  .split, .service-intro, .history-grid, .contact { grid-template-columns: 1fr; gap: 45px; }
  .history-intro { grid-template-columns: 1fr; gap: 35px; }
  .history-nav { position: static; }
  .service-statement { max-width: 740px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-wrap { min-height: 76px; padding: 0 16px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 1.02rem; }
  .brand small { display: none; }
  .logo-crop { width: 60px; height: 60px; }
  .logo-crop img { width: 100%; height: 100%; }
  nav { top: 76px; }
  .hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(0deg,rgba(4,29,50,.93),rgba(4,29,50,.22) 85%); }
  .hero-emblem { background: radial-gradient(circle at 50% 29%, #1769a6 0, var(--blue) 38%, var(--blue-dark) 85%); }
  .hero-logo-frame { width: min(64vw, 270px); right: 50%; top: 28%; transform: translate(50%,-50%); }
  .hero-logo-frame img { width: 100%; height: 100%; padding: 4%; }
  .hero-room { background-size: auto 100%; }
  .hero-exterior { background-position: 52% center; }
  .room-left { background-position: left center; }
  .room-center { background-position: center center; }
  .room-right { background-position: right center; }
  .hero-content { width: calc(100% - 32px); padding: 165px 0 50px; }
  .hero-content h1 { font-size: clamp(2.55rem,13vw,4.1rem); }
  .button-row .button { width: 100%; }
  .quick-facts { grid-template-columns: 1fr; margin: 0; box-shadow: none; }
  .quick-facts div { border-right: 0; border-bottom: 1px solid var(--line); padding: 19px 24px; }
  .section { padding: 72px 18px; }
  .check-list, .join-details { grid-template-columns: 1fr; }
  .rental-card { padding: 26px 22px; }
  .facility-gallery { grid-template-columns: 1fr; gap: 16px; }
  .facility-gallery figure { height: 260px; }
  .facility-gallery .facility-gallery-wide { grid-column: auto; height: 280px; }
  .facility-gallery-more { grid-template-columns: 1fr; }
  .gallery-toggle { width: 100%; }
  .calendar-shell { padding: 20px 10px; }
  .calendar-toolbar { grid-template-columns: 75px 1fr 75px; }
  .calendar-toolbar h3 { font-size: 1.27rem; }
  .calendar-toolbar button { font-size: .73rem; }
  .calendar-day { min-height: 52px; padding: 6px; font-size: .78rem; }
  .weekday-row span { font-size: .58rem; padding: 4px 0; }
  .calendar-action { align-items: flex-start; flex-direction: column; }
  .feature-photo img { min-height: 330px; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .photo-grid .photo-large { grid-row: auto; min-height: 350px; }
  .photo-grid figure { min-height: 260px; }
  .contact-card { padding: 25px 21px; }
  .footer-inner { grid-template-columns: 1fr; gap: 25px; }
  .history-hero { padding: 80px 18px 70px; }
  .history-chapter { grid-template-columns: 1fr; gap: 5px; padding: 48px 0; }
  .history-callout { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .hero-slide, .hero-progress span { transition: none; } }
