@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --bg: #f5efe4;
  --surface: rgba(255, 251, 244, 0.92);
  --surface-strong: #fffaf2;
  --surface-alt: #f0e6d5;
  --ink: #223137;
  --muted: #5f6a68;
  --blue-deep: #174d63;
  --blue: #2d6b83;
  --sage: #7e8f78;
  --clay: #b96b4f;
  --sand: #d7c1a3;
  --line: rgba(34, 49, 55, 0.14);
  --line-strong: rgba(34, 49, 55, 0.24);
  --shadow: 0 18px 55px rgba(39, 45, 40, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1180px;
  --transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(215, 193, 163, 0.45), transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, #f2e9dc 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='%236b7d7f' stroke-width='1.2' opacity='0.35'%3E%3Cpath d='M20 350c42-58 93-52 136-84 46-34 72-99 130-101 48-2 83 33 114 23'/%3E%3Cpath d='M10 305c49-41 95-19 148-54 58-38 86-111 152-115 37-2 72 13 100 6'/%3E%3Cpath d='M30 255c52-30 112-11 171-48 61-39 79-99 131-110 40-9 61-4 88-16'/%3E%3Cpath d='M42 206c49-28 97 6 161-18 71-26 92-90 151-93 28-2 42 4 66-7'/%3E%3Cpath d='M34 153c42-19 80 6 138-5 63-13 107-75 161-72 34 1 54 11 87 5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 420px 420px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ol {
  margin: 0;
}

iframe {
  width: 100%;
  border: 0;
  display: block;
  background: #fff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 50;
  background: var(--blue-deep);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  margin: 0 auto;
  padding: 1rem clamp(1rem, 2vw, 2rem) 0;
}

.header-bar,
.hero-inner,
.page-shell,
.footer-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(38, 46, 44, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  width: 2.85rem;
  height: 2.85rem;
  flex: 0 0 2.85rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #7fb1bf 0 20%, transparent 21%),
    linear-gradient(150deg, #0e4158 0%, #1f6d83 46%, #c78059 47%, #d2ad86 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.25;
  max-width: 33rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-link,
.nav-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 600;
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
}

.top-link:hover,
.nav-summary:hover,
.top-link:focus-visible,
.nav-summary:focus-visible {
  background: rgba(23, 77, 99, 0.08);
}

.top-link.is-current,
.nav-group.is-active > .nav-summary {
  background: rgba(23, 77, 99, 0.12);
  color: var(--blue-deep);
}

.nav-group {
  position: relative;
}

.nav-group summary {
  list-style: none;
  cursor: pointer;
}

.nav-group summary::-webkit-details-marker {
  display: none;
}

.nav-group[open] .nav-summary {
  background: rgba(23, 77, 99, 0.12);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  display: grid;
  gap: 0.4rem;
  min-width: 16.5rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: var(--shadow);
}

.dropdown-link {
  display: block;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  color: var(--ink);
  transition: background-color var(--transition), color var(--transition);
}

.dropdown-link:hover,
.dropdown-link:focus-visible {
  background: rgba(23, 77, 99, 0.08);
  color: var(--blue-deep);
}

.dropdown-link.is-current {
  background: rgba(23, 77, 99, 0.12);
  color: var(--blue-deep);
  font-weight: 700;
}

.mobile-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu[hidden] {
  display: none !important;
}

.mobile-toggle {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  padding: 0.35rem 0.2rem 0.35rem 0.75rem;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.mobile-toggle-bars,
.mobile-toggle-bars::before,
.mobile-toggle-bars::after {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.mobile-toggle-bars {
  position: relative;
}

.mobile-toggle-bars::before,
.mobile-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-toggle-bars::before {
  top: -0.38rem;
}

.mobile-toggle-bars::after {
  top: 0.38rem;
}

.hero {
  padding: 2rem 1rem 0;
}

.hero-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 5vw, 4rem);
  border-radius: calc(var(--radius-lg) + 10px);
  color: #f7f6f2;
  background:
    linear-gradient(130deg, rgba(7, 49, 69, 0.95) 0%, rgba(20, 76, 95, 0.94) 52%, rgba(150, 92, 67, 0.92) 100%);
  box-shadow: var(--shadow);
}

.hero-inner::before,
.hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-inner::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 26%),
    radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.1), transparent 20%);
}

.hero-inner::after {
  opacity: 0.25;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='300' viewBox='0 0 520 300'%3E%3Cg fill='none' stroke='%23fff9ec' stroke-width='1.2'%3E%3Cpath d='M14 221c49-45 95-1 154-34 62-35 77-109 155-117 59-6 87 21 183-6'/%3E%3Cpath d='M-8 181c54-36 112-9 172-41 64-34 87-104 162-109 56-4 102 17 194-3'/%3E%3Cpath d='M5 141c62-26 112 18 179-5 75-25 92-99 166-102 56-3 92 15 170-5'/%3E%3Cpath d='M44 97c56-12 104 25 170 15 76-11 98-70 160-77 56-7 92 3 146-6'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero-eyebrow,
.footer-eyebrow,
.member-role {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.hub-card h2,
.callout-card h2,
.action-card h2,
.panel-card h2,
.payment-card h2,
.section-nav-header h2,
.site-footer h2,
.contact-card h2,
.member-card h2 {
  font-family: "Fraunces", serif;
  line-height: 1.02;
}

.hero h1 {
  margin: 0.45rem 0 1rem;
  max-width: 14ch;
  font-size: clamp(2.6rem, 6vw, 4.9rem);
}

.hero-description {
  max-width: 42rem;
  color: rgba(247, 246, 242, 0.88);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.6;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.68rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 600;
}

.hero-chip.is-current {
  background: rgba(255, 255, 255, 0.18);
}

.site-main {
  padding-bottom: 4rem;
}

.page-shell {
  padding: 1.35rem 1rem 0;
}

.content-section {
  margin-top: 1.35rem;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.section-heading h2,
.hub-card h2,
.callout-card h2,
.action-card h2,
.panel-card h2,
.contact-card h2,
.site-footer h2,
.member-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.section-heading p,
.hub-card p,
.callout-card p,
.action-card p,
.panel-card p,
.payment-card p,
.contact-card p,
.section-nav-header p,
.site-footer p,
.member-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.hub-grid,
.callout-grid,
.action-grid,
.document-groups,
.member-grid {
  display: grid;
  gap: 1rem;
}

.hub-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-card,
.callout-card,
.action-card,
.panel-card,
.payment-card,
.schedule-card,
.notice-card,
.contact-card,
.section-nav-card,
.embed-card,
.image-card {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hub-card {
  overflow: hidden;
}

.hub-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.hub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.hub-card:hover .hub-media img {
  transform: scale(1.03);
}

.hub-card-body,
.callout-card,
.action-card,
.panel-card,
.payment-card,
.schedule-card,
.notice-card,
.contact-card,
.section-nav-card {
  padding: 1.4rem;
}

.hub-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hub-links,
.footer-links,
.section-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hub-link,
.section-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(23, 77, 99, 0.08);
  color: var(--blue-deep);
  font-weight: 600;
}

.section-nav-link.is-current {
  background: rgba(23, 77, 99, 0.16);
}

.callout-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.action-grid,
.member-grid,
.document-groups {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: #fff;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 12px 24px rgba(23, 77, 99, 0.18);
}

.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  margin-top: 0;
}

.document-list {
  display: grid;
  gap: 0.85rem;
}

.document-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  transition: border-color var(--transition), transform var(--transition);
}

.document-row:hover,
.document-row:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(23, 77, 99, 0.24);
}

.document-row.is-pdf-link {
  cursor: zoom-in;
}

.document-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  background: rgba(185, 107, 79, 0.12);
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.document-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.document-copy strong {
  font-size: 1rem;
}

.document-copy span,
.document-meta,
.field-help {
  color: var(--muted);
}

.document-meta {
  font-weight: 700;
  font-size: 0.9rem;
}

.notice-card,
.contact-card {
  background:
    linear-gradient(135deg, rgba(255, 251, 244, 0.98), rgba(240, 230, 213, 0.72));
}

.embed-card {
  overflow: hidden;
}

.embed-frame-shell {
  overflow: hidden;
}

.embed-frame-shell.has-horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.embed-frame {
  position: relative;
  min-height: 18rem;
  background: rgba(255, 255, 255, 0.82);
}

.embed-frame iframe {
  position: relative;
  z-index: 1;
}

.embed-frame-shell.has-horizontal-scroll .embed-frame {
  min-width: var(--embed-min-width, 100%);
}

.embed-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  padding-top: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 239, 228, 0.92));
  color: var(--muted);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.embed-loading::before {
  content: "";
  width: calc(100% - 2rem);
  height: 0.32rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 77, 99, 0.14), rgba(23, 77, 99, 0.55), rgba(23, 77, 99, 0.14));
}

.embed-spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(23, 77, 99, 0.16);
  border-top-color: var(--blue-deep);
  border-radius: 50%;
  animation: embed-spin 900ms linear infinite;
}

.embed-frame.is-loaded .embed-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.embed-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1.2rem 1.2rem;
  border-top: 1px solid var(--line);
}

.pdf-modal[hidden] {
  display: none;
}

.pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.pdf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 31, 38, 0.62);
  backdrop-filter: blur(10px);
}

.pdf-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(96vw, 1280px);
  height: min(92vh, 980px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(244, 236, 224, 0.96));
  box-shadow: 0 28px 80px rgba(14, 24, 29, 0.28);
}

.pdf-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(240, 230, 213, 0.76));
}

.pdf-modal-copy {
  min-width: 0;
}

.pdf-modal-kicker {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdf-modal-header h2 {
  margin: 0.28rem 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.pdf-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.pdf-modal-close {
  border: 1px solid rgba(23, 77, 99, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  padding: 0.8rem 1rem;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.pdf-modal-close:hover,
.pdf-modal-close:focus-visible {
  transform: translateY(-1px);
  background: rgba(23, 77, 99, 0.08);
  border-color: rgba(23, 77, 99, 0.24);
}

.pdf-modal-frame-shell {
  min-height: 0;
  padding: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 241, 232, 0.92));
}

.pdf-modal-frame-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  border: 1px solid rgba(23, 77, 99, 0.08);
  background: #fff;
}

body.pdf-modal-open {
  overflow: hidden;
}

.text-link {
  color: var(--blue-deep);
  font-weight: 700;
}

.image-card {
  overflow: hidden;
  padding: 1rem;
}

.image-card img {
  width: 100%;
  border-radius: 18px;
}

.schedule-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.schedule-card-copy {
  display: grid;
  gap: 0.45rem;
}

.schedule-card-header p {
  max-width: 48rem;
}

.schedule-season-note,
.calendar-month-subtitle,
.calendar-empty-message,
.calendar-no-entries,
.calendar-event-hours,
.calendar-event-note {
  color: var(--muted);
}

.schedule-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.calendar-nav-button {
  padding: 0.82rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition), opacity var(--transition);
}

.calendar-nav-button:hover,
.calendar-nav-button:focus-visible {
  background: rgba(23, 77, 99, 0.08);
  border-color: rgba(23, 77, 99, 0.24);
}

.calendar-nav-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.calendar-month-status {
  text-align: center;
}

.calendar-kicker {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-month-title {
  margin: 0.2rem 0 0.15rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.calendar-scroll {
  overflow-x: auto;
  padding-bottom: 0.4rem;
}

.calendar-weekdays,
.month-calendar-grid {
  min-width: 980px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.calendar-weekdays span {
  padding: 0.5rem 0.75rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.month-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
}

.calendar-cell {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 13rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
}

.calendar-cell.is-outside-month {
  background: rgba(255, 255, 255, 0.32);
}

.calendar-cell.is-outside-month .calendar-date-number {
  color: rgba(95, 106, 104, 0.45);
}

.calendar-cell.is-today {
  border-color: rgba(23, 77, 99, 0.5);
  box-shadow: inset 0 0 0 1px rgba(23, 77, 99, 0.16);
}

.calendar-cell.has-entries {
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(239, 232, 221, 0.74));
}

.calendar-cell-header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.calendar-date-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 999px;
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.calendar-cell.is-today .calendar-date-number {
  background: var(--blue-deep);
  color: #fff;
}

.calendar-cell-events {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.calendar-event {
  padding: 0.8rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 77, 99, 0.08), rgba(126, 143, 120, 0.1));
}

.calendar-event.is-waste {
  background: linear-gradient(135deg, rgba(126, 143, 120, 0.14), rgba(126, 143, 120, 0.08));
}

.calendar-event.is-waste-blucan {
  background: linear-gradient(135deg, rgba(23, 77, 99, 0.16), rgba(126, 143, 120, 0.1));
}

.calendar-event-owner,
.calendar-event-time,
.calendar-event-hours,
.calendar-event-note {
  line-height: 1.45;
}

.calendar-event-owner {
  font-weight: 800;
}

.calendar-event-time {
  margin-top: 0.2rem;
  color: var(--ink);
}

.calendar-event-hours,
.calendar-event-note,
.calendar-no-entries {
  margin-top: 0.2rem;
  font-size: 0.92rem;
}

.calendar-empty-message {
  margin-top: 1rem;
}

.schedule-notes {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.payment-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.field-label {
  font-weight: 700;
}

.text-input {
  width: 100%;
  padding: 0.88rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.text-input:focus {
  outline: 2px solid rgba(23, 77, 99, 0.22);
  outline-offset: 2px;
  border-color: var(--blue);
}

.field-help {
  margin-top: 0.85rem;
}

.steps-list {
  display: grid;
  gap: 1rem;
  padding-left: 1.3rem;
  line-height: 1.7;
}

.steps-list a,
.contact-card a {
  color: var(--blue-deep);
  font-weight: 700;
}

.member-card {
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.member-role {
  margin-bottom: 0.4rem;
  color: var(--clay);
}

.site-footer {
  padding: 1rem 1rem 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: calc(var(--radius-lg) + 4px);
  background: rgba(34, 49, 55, 0.94);
  color: rgba(255, 250, 242, 0.92);
  box-shadow: var(--shadow);
}

.footer-brand h2,
.footer-group h2 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
}

.footer-brand p,
.footer-links a {
  color: rgba(255, 250, 242, 0.72);
}

.footer-links {
  flex-direction: column;
  gap: 0.45rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

@keyframes embed-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
    width: min(100%, var(--max-width));
    margin: 0.8rem auto 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 26px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: var(--shadow);
  }

  .mobile-nav {
    display: grid;
    gap: 0.55rem;
  }

  .mobile-link,
  .mobile-subnav-link,
  .mobile-group summary {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    font-weight: 600;
  }

  .mobile-group {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
  }

  .mobile-group summary {
    list-style: none;
    cursor: pointer;
    background: rgba(23, 77, 99, 0.05);
  }

  .mobile-group summary::-webkit-details-marker {
    display: none;
  }

  .mobile-subnav {
    display: grid;
    gap: 0.35rem;
    padding: 0 0.6rem 0.7rem;
  }

  .mobile-link.is-current,
  .mobile-subnav-link.is-current,
  .mobile-group.is-active > summary {
    background: rgba(23, 77, 99, 0.12);
    color: var(--blue-deep);
  }

  .hub-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.75rem;
  }

  .header-bar {
    padding: 0.85rem 1rem;
    border-radius: 24px;
  }

  .brand-tag {
    display: none;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-inner {
    padding: 2rem 1.25rem;
    border-radius: 28px;
  }

  .document-row,
  .payment-row,
  .schedule-card-header {
    grid-template-columns: 1fr;
  }

  .schedule-card-header {
    display: grid;
  }

  .schedule-toolbar {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .calendar-month-status {
    text-align: left;
  }

  .document-meta {
    justify-self: start;
  }

  .pdf-modal {
    padding: 0.5rem;
  }

  .pdf-modal-panel {
    width: 100%;
    height: min(100vh - 1rem, 100%);
    border-radius: 24px;
  }

  .pdf-modal-header,
  .pdf-modal-actions {
    display: grid;
  }

  .pdf-modal-actions {
    justify-items: start;
  }

  .pdf-modal-frame-shell {
    padding: 0.6rem;
  }

  .hub-card-body,
  .callout-card,
  .action-card,
  .panel-card,
  .payment-card,
  .schedule-card,
  .notice-card,
  .contact-card,
  .section-nav-card,
  .footer-grid {
    padding: 1.15rem;
  }
}
