@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap");
:root {
  --ink: #244431;
  --moss: #315d48;
  --cream: #fdfbf7;
  --sand: #ded0b9;
  --sun: #d99029;
  --blue: #4e7b94;
  --orange: #d99029;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.55 "Source Sans 3",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 10px;
  top: 10px;
  z-index: 10;
  background: #fff;
  padding: 8px;
}
.notice {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 13px;
}
.notice a {
  text-decoration: underline;
  margin-left: 7px;
}
.site-header {
  height: 86px;
  width: min(1230px, calc(100% - 48px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  line-height: 1.05;
  letter-spacing: 0.14em;
}
.brand {
  width: 278px;
  height: 68px;
  background-image: url("assets/nearenough-brand-board.png");
  background-repeat: no-repeat;
  background-size: 525px auto;
  background-position: -30px -31px;
  flex: none;
}
.brand > * {
  opacity: 0;
}
.brand .mark {
  width: 0;
  height: 0;
}
.site-header {
  height: 96px;
}
.site-header nav {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.eyebrow,
.tag,
.breadcrumbs,
.status,
.table th {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.hero h1,
h2,
h3,
.page-hero h1,
.meeting-card h3,
.visit h2,
.news h3,
.document-grid h3,
.newsletter h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.hero h1 {
  font-weight: 800;
}
.hero-copy {
  border-left: 5px solid var(--sun);
  padding-left: 25px;
}
.hero-copy .eyebrow {
  color: #f4d59a;
}
.button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: 0;
}
.pay {
  border-radius: 0;
}
.notice {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.03em;
  background: var(--ink);
}
.service-grid b {
  color: var(--sun);
}
.video-note {
  border-left: 3px solid var(--sun);
}
footer .brand {
  filter: none;
}
.brand strong {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.mark {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 46% 50%;
  background: var(--sun);
  display: grid;
  place-items: center;
  color: var(--ink);
  font:
    700 21px Newsreader,
    serif;
  letter-spacing: 0;
}
nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
nav a:not(.pay):hover,
.text-link:hover,
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pay,
.button {
  background: var(--sun);
  padding: 11px 17px;
  border-radius: 2px;
}
.menu {
  display: none;
  border: 0;
  background: none;
  font: inherit;
}
.hero {
  min-height: 645px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero > img {
  width: 100%;
  height: 645px;
  object-fit: cover;
  display: block;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 48, 42, 0.72),
    rgba(13, 48, 42, 0.12) 67%
  );
}
.hero-copy {
  position: absolute;
  left: max(24px, calc((100% - 1160px) / 2));
  top: 142px;
  width: min(560px, calc(100% - 48px));
}
.eyebrow,
.tag {
  font:
    500 11px "DM Mono",
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero h1,
h2,
h3 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
}
.hero h1 {
  font-size: clamp(52px, 7vw, 86px);
  margin: 14px 0 19px;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 18px;
  max-width: 410px;
}
.button {
  display: inline-flex;
  gap: 34px;
  margin-top: 17px;
  align-items: center;
  font-weight: 700;
  border: 0;
  color: var(--ink);
  cursor: pointer;
}
.button span {
  font-size: 23px;
  line-height: 12px;
}
.light {
  background: #fff;
}
.dark {
  background: var(--ink);
  color: #fff;
}
.video-note {
  position: absolute;
  right: max(24px, calc((100% - 1160px) / 2));
  bottom: 26px;
  font-size: 12px;
  background: rgba(20, 54, 50, 0.85);
  padding: 11px 15px;
}
.video-note span:last-child {
  margin-left: 16px;
  color: #dfd6c7;
}
.pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
  margin-right: 7px;
}
.services {
  padding: 92px 0;
}
.section-head {
  max-width: 590px;
}
.section-head h2 {
  font-size: clamp(39px, 5vw, 57px);
  margin: 9px 0 14px;
}
.section-head > p:last-child {
  color: #55716d;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
  border-top: 1px solid #c9c6b8;
}
.service-grid a {
  padding: 26px 24px 23px 0;
  border-bottom: 1px solid #c9c6b8;
}
.service-grid a:not(:last-child) {
  border-right: 1px solid #c9c6b8;
  padding-right: 22px;
  margin-right: 22px;
}
.service-grid b {
  display: block;
  color: var(--orange);
  font-size: 26px;
}
.service-grid span {
  display: block;
  margin: 21px 0 5px;
  font-weight: 700;
}
.service-grid small {
  color: #6b807b;
}
.notices {
  background: var(--sand);
  padding: 77px 0;
}
.split {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 58px;
}
.notice-list {
  border-top: 1px solid #aeaa99;
}
.notice-list article {
  display: grid;
  grid-template-columns: 78px 1fr 20px;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #aeaa99;
}
.notice-list time {
  font:
    12px "DM Mono",
    monospace;
  color: var(--orange);
}
.notice-list p {
  margin: 0;
  font-weight: 700;
}
.notice-list small {
  color: #68736c;
}
.council {
  padding: 95px 0;
}
.meeting-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--moss);
  color: #fff;
  margin-top: 43px;
}
.meeting-card > div {
  padding: 43px;
}
.meeting-card h3 {
  font-size: 41px;
  margin: 13px 0 20px;
}
.agenda {
  background: #e9d5a8;
  color: var(--ink);
}
.agenda > p {
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
}
.agenda li {
  margin: 13px 0;
  padding-left: 7px;
}
.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.document-grid article {
  border: 1px solid #c8c8b9;
  padding: 25px;
}
.document-grid span {
  font: 11px "DM Mono";
  color: var(--orange);
  letter-spacing: 0.1em;
}
.document-grid h3 {
  font-size: 26px;
  margin: 20px 0 5px;
}
.document-grid button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--ink);
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news {
  padding: 92px 0;
  background: #fff;
}
.row {
  display: flex;
  justify-content: space-between;
  max-width: none;
  align-items: end;
}
.news-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.875fr 0.875fr;
  gap: 23px;
  margin-top: 40px;
}
.image {
  height: 195px;
  background-size: cover;
  background-position: center;
  width: 100%;
  object-fit: cover;
}
.feature .image {
  height: 305px;
}
.field {
  background:
    linear-gradient(145deg, transparent 60%, #d8a53c 61% 65%, transparent 66%),
    linear-gradient(25deg, #5e7b52 0 38%, #dca846 39% 74%, #93a978 75%);
}
.hall {
  background: linear-gradient(#c7d6cd 48%, #d3b778 49% 100%);
  position: relative;
}
.hall:after {
  content: "";
  position: absolute;
  width: 48%;
  height: 40%;
  left: 26%;
  bottom: 0;
  background: #dfe5dc;
  border: 7px solid #76928a;
  box-shadow: 0 -17px #6a857e;
}
.sign {
  background: linear-gradient(135deg, #89a9a0, #d8c175);
  position: relative;
}
.sign:after {
  content: "TEMPORARY";
  position: absolute;
  left: 29%;
  top: 22%;
  padding: 16px 10px;
  background: #e97037;
  color: #fff;
  font: 14px "DM Mono";
  transform: rotate(-4deg);
}
.news h3 {
  font-size: 28px;
  margin: 9px 0;
}
.news p:not(.tag) {
  color: #5d716d;
}
.visit {
  background: var(--ink);
  color: #fff;
  padding: 100px 0;
}
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.visit h2 {
  font-size: 61px;
  margin: 10px 0;
}
.facts {
  display: flex;
  gap: 24px;
  margin: 30px 0;
}
.facts span {
  font-size: 12px;
  color: #b6c8c1;
}
.facts b {
  font: 34px Newsreader;
  display: block;
  color: #f2d9a6;
}
.map {
  height: 350px;
  background: #d9cfac;
  position: relative;
  overflow: hidden;
  color: var(--ink);
}
.location-map {
  margin: 0;
  background: var(--sand);
  padding: 8px;
  box-shadow: 12px 12px 0 #173d37;
}
.location-map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.location-map figcaption {
  font:
    11px/1.3 Montserrat,
    Arial,
    sans-serif;
  color: var(--ink);
  padding: 8px 2px 0;
}
@media (max-width: 760px) {
  .location-map {
    box-shadow: 7px 7px 0 #173d37;
  }
}
.map:before,
.map:after {
  content: "";
  position: absolute;
  border: 25px solid #92b4b2;
  border-radius: 50%;
  width: 570px;
  height: 160px;
  left: -190px;
  top: 45px;
  transform: rotate(24deg);
}
.map:after {
  border-color: #f5efdd;
  width: 550px;
  height: 100px;
  left: -80px;
  top: 180px;
  transform: rotate(-29deg);
}
.map strong {
  position: absolute;
  bottom: 21px;
  left: 24px;
  font: 26px Newsreader;
  letter-spacing: 0.1em;
}
.pin {
  position: absolute;
  background: var(--orange);
  padding: 7px;
  color: #fff;
  font: 11px "DM Mono";
  font-style: normal;
}
.one {
  top: 82px;
  left: 52%;
}
.two {
  top: 195px;
  left: 25%;
}
.three {
  right: 14px;
  bottom: 55px;
}
.newsletter {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter h2 {
  font-size: 45px;
  margin: 7px 0;
}
.newsletter form {
  display: flex;
  align-items: end;
  gap: 11px;
}
.newsletter label {
  position: absolute;
  left: -999px;
}
.newsletter input {
  width: 245px;
  padding: 13px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  font: inherit;
  background: transparent;
}
.newsletter .button {
  margin: 0;
}
footer {
  background: #d7cbaa;
  padding: 48px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.7fr;
  gap: 20px;
}
.footer-grid p {
  margin: 0 0 6px;
  font-size: 13px;
}
.footer-grid div:last-child {
  display: grid;
  gap: 5px;
  font-size: 13px;
}
.fine {
  border-top: 1px solid #aaa083;
  margin-top: 42px;
  padding-top: 16px;
  font-size: 11px;
  color: #5a655d;
}
dialog {
  max-width: 600px;
  border: 0;
  padding: 45px;
  box-shadow: 0 15px 70px #0004;
  color: var(--ink);
}
dialog::backdrop {
  background: #143d3a99;
}
dialog h2 {
  font-size: 42px;
  margin: 8px 0 16px;
}
.close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.thanks {
  margin: 0;
  font-weight: 700;
  max-width: 310px;
}
.page-hero {
  background: var(--ink);
  color: #fff;
  padding: 78px 0 68px;
}
.page-hero h1 {
  font:
    400 clamp(54px, 7vw, 84px) / 0.95 Newsreader,
    serif;
  margin: 12px 0;
}
.page-hero p:not(.eyebrow) {
  max-width: 640px;
  font-size: 18px;
  color: #dce7df;
}
.breadcrumbs {
  font:
    12px "DM Mono",
    monospace;
  color: #bfd0c5;
}
.content {
  padding: 72px 0 100px;
}
.content-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 65px;
}
.side-nav {
  border-top: 1px solid #b9b8aa;
}
.side-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #b9b8aa;
  font-size: 14px;
}
.side-nav a:hover {
  font-weight: bold;
}
.content h2 {
  font-size: 46px;
  margin: 0 0 18px;
}
.content h3 {
  font-size: 30px;
  margin: 35px 0 12px;
}
.prose {
  max-width: 770px;
}
.prose p {
  color: #536d66;
}
.action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 28px 0 45px;
}
.action-card {
  border: 1px solid #c9c6b8;
  padding: 22px;
  min-height: 142px;
  display: block;
}
.action-card:hover {
  background: #fff;
}
.action-card b {
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
}
.action-card small {
  color: #62756f;
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
}
.table th,
.table td {
  text-align: left;
  padding: 15px 8px;
  border-bottom: 1px solid #c9c6b8;
  font-size: 14px;
}
.table th {
  font: 11px "DM Mono";
  letter-spacing: 0.08em;
}
.callout {
  background: var(--sand);
  padding: 28px;
  margin: 32px 0;
}
.callout h3 {
  margin: 0 0 8px;
}
.news-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.news-page-grid article {
  border-bottom: 1px solid #aeb5a9;
  padding-bottom: 20px;
}
.brand-board {
  width: 100%;
  margin: 25px 0;
  border: 1px solid #ddd0b9;
}
.story-photo {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  margin: 0 0 28px;
}
.story-photo-small {
  height: 290px;
  margin-top: 8px;
}
.minutes-recording {
  margin: 18px 0 28px;
  background: var(--ink);
  padding: 10px;
  box-shadow: 8px 8px 0 var(--sun);
}
.minutes-recording iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #101a17;
}
.minutes-recording figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 3px 1px;
  color: #fff;
  font-size: 12px;
}
.minutes-recording figcaption span {
  font:
    700 10px Montserrat,
    Arial,
    sans-serif;
  letter-spacing: 0.1em;
  color: #f2cf88;
}
@media (max-width: 760px) {
  .minutes-recording figcaption {
    display: block;
  }
  .minutes-recording figcaption span {
    display: block;
    margin-bottom: 5px;
  }
}
.mascot-feature {
  background: var(--blue);
  color: #fff;
  padding: 40px 0;
}
.mascot-grid {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 44px;
  max-width: 900px;
}
.mascot-grid img {
  width: 190px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border: 5px solid #fdfbf7;
  box-shadow: 10px 10px 0 var(--sun);
}
.mascot-grid h2 {
  font-size: 44px;
  margin: 5px 0 13px;
}
.mascot-grid p:not(.eyebrow) {
  font-size: 18px;
  max-width: 600px;
}
.mascot-quote {
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-left: 3px solid var(--sun);
  padding-left: 14px;
  margin-top: 20px;
}
.mascot-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  width: 108px;
  padding: 7px 8px 9px;
  background: var(--cream);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--sun);
  color: var(--ink);
  font:
    700 10px/1.1 Montserrat,
    Arial,
    sans-serif;
  text-align: center;
  transform: rotate(2deg);
  transition: transform 0.2s;
}
.mascot-badge:hover {
  transform: rotate(-2deg) translateY(-3px);
}
.mascot-badge img {
  display: block;
  width: 52px;
  height: 52px;
  margin: -20px auto 3px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: var(--cream);
}
@media (max-width: 760px) {
  .mascot-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mascot-grid img {
    width: 150px;
    height: 180px;
  }
  .mascot-grid h2 {
    font-size: 36px;
  }
  .mascot-badge {
    right: 10px;
    bottom: 10px;
    width: 88px;
    font-size: 8px;
  }
  .mascot-badge img {
    width: 43px;
    height: 43px;
    margin-top: -17px;
  }
}
.project {
  padding: 25px 0;
  border-bottom: 1px solid #c9c6b8;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
}
.grant-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 45px;
}
.grant-card {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: start;
  padding: 25px 0;
  border-top: 1px solid #c9c6b8;
}
.grant-card:last-child {
  border-bottom: 1px solid #c9c6b8;
}
.grant-card h3 {
  margin: 0 0 8px;
}
.grant-card p {
  margin: 0;
}
.grant-amount {
  font: 700 12px Montserrat, Arial, sans-serif;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.grant-card .button {
  margin-top: 0;
  white-space: nowrap;
}
.grant-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 25px 0 36px;
  background: #c9c6b8;
  border: 1px solid #c9c6b8;
}
.grant-meta div {
  background: #fff;
  padding: 18px;
}
.grant-meta small,
.application-form label {
  display: block;
  font: 700 10px Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.grant-meta b {
  display: block;
  margin-top: 6px;
}
.application-form {
  margin-top: 30px;
  padding: 30px;
  background: #eee7d9;
}
.application-form h2 {
  margin-top: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.form-field.full {
  grid-column: 1 / -1;
}
.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid #9d9b8f;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.application-form textarea {
  min-height: 120px;
  resize: vertical;
}
.application-form .check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.application-form .check input {
  width: auto;
  margin-top: 5px;
}
.status {
  font: 11px "DM Mono";
  color: var(--orange);
  letter-spacing: 0.08em;
}
.event {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 18px;
  border-bottom: 1px solid #c9c6b8;
  padding: 19px 0;
}
.event time {
  font: 15px "DM Mono";
  color: var(--orange);
}
@media (max-width: 760px) {
  .wrap,
  .site-header {
    width: min(100% - 32px, 1160px);
  }
  .site-header {
    height: 72px;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 110px;
    left: 16px;
    right: 16px;
    background: #fff;
    padding: 20px;
    z-index: 5;
    box-shadow: 0 5px 20px #0002;
  }
  nav.open {
    display: grid;
  }
  .hero,
  .hero > img {
    min-height: 590px;
    height: 590px;
  }
  .hero-copy {
    top: 105px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .video-note {
    left: 16px;
    right: auto;
  }
  .services,
  .council,
  .news,
  .visit {
    padding: 65px 0;
  }
  .service-grid,
  .document-grid,
  .news-grid,
  .visit-grid,
  .split {
    grid-template-columns: 1fr;
  }
  .service-grid a:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .split {
    gap: 25px;
  }
  .meeting-card {
    grid-template-columns: 1fr;
  }
  .meeting-card > div {
    padding: 30px;
  }
  .row {
    display: block;
  }
  .news-grid {
    gap: 36px;
  }
  .feature .image,
  .image {
    height: 220px;
  }
  .visit h2 {
    font-size: 51px;
  }
  .facts {
    gap: 10px;
  }
  .facts b {
    font-size: 28px;
  }
  .newsletter {
    display: block;
  }
  .newsletter form {
    margin-top: 26px;
    display: grid;
    gap: 14px;
  }
  .newsletter input {
    width: 100%;
  }
  .newsletter .button {
    width: max-content;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .content-grid,
  .news-page-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .action-grid {
    grid-template-columns: 1fr;
  }
  .project {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .event {
    grid-template-columns: 80px 1fr;
  }
  .event .button {
    display: none;
  }
  .grant-card,
  .grant-meta,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .grant-card .button {
    justify-self: start;
  }
}
