* {
  margin: 0;
  padding: 0;
}

:root {
  
  /* Slate */
  --slate-50:  #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  /* Gray */
  --gray-50:  #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #030712;

  /* Zinc */
  --zinc-50:  #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;

  /* Neutral */
  --neutral-50:  #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;

  /* Stone */
  --stone-50:  #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;

  /* Red */
  --red-50:  #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;

  /* Orange */
  --orange-50:  #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --orange-950: #431407;

  /* Amber */
  --amber-50:  #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --amber-950: #451a03;

  /* Yellow */
  --yellow-50:  #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;

  /* Lime */
  --lime-50:  #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --lime-950: #1a2e05;

  /* Green */
  --green-50:  #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --green-950: #052e16;

  /* Emerald */
  --emerald-50:  #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --emerald-950: #022c22;

  /* Teal */
  --teal-50:  #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --teal-950: #042f2e;

  /* Cyan */
  --cyan-50:  #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --cyan-950: #083344;

  /* Sky */
  --sky-50:  #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --sky-950: #082f49;

  /* Blue */
  --blue-50:  #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;

  /* Indigo */
  --indigo-50:  #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --indigo-950: #1e1b4b;

  /* Violet */
  --violet-50:  #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --violet-950: #2e1065;

  /* Purple */
  --purple-50:  #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --purple-950: #3b0764;

  /* Fuchsia */
  --fuchsia-50:  #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --fuchsia-950: #4a044e;

  /* Pink */
  --pink-50:  #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --pink-950: #500724;

  /* Rose */
  --rose-50:  #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --rose-950: #4c0519;


  --padding: 0rem;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #efefef;
  --color-text: var(--slate-800);
  --color-text-grey: var(--slate-600);;
  --color-background: var(--color-white);
  --color-code-light-grey:  var(--slate-200);
  --color-code-comment:     #a9aaad;
  --color-code-white:       #c5c9c6;
  --color-code-red:         #d16464;
  --color-code-orange:      #de935f;
  --color-code-yellow:      #f0c674;
  --color-code-green:       #a7bd68;
  --color-code-aqua:        #8abeb7;
  --color-code-blue:        #7e9abf;
  --color-code-purple:      #b294bb;
  --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;

}

@font-face {
  font-family: "Oxanium";
  src: url("../fonts/Oxanium/Oxanium-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


html {
  font-family: var(--font-family-sans);
  color: var(--color-text);
  background: var(--color-background);
}
img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
body {
  padding: var(--padding);
  /* max-width: 70rem; */
  margin: 0 auto;
}

/* Start hidden */
body {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Show when fonts ready */
body.fonts-loaded {
  opacity: 1;
}

/* Very large monitors / 4K */
@media (min-width: 2000px) {
  html {
    font-size: 18px;
  }
}

/* Very large monitors / 4K */
@media (min-width: 2400px) {
  html {
    font-size: 20px;
  }
}





li {
  list-style: none;
}
a {
  color: #1a8cc9;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
  white-space: nowrap;
}
strong, b {
  font-weight: 600;
}
small {
  font-size: inherit;
  color: var(--color-text-grey);
}

.bg-light {
  background-color: var(--color-light);
}
.color-grey {
  color: var(--color-text-grey);
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--color-code-light-grey);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 1000;

  padding: 0 1rem;

  a {
    color: var(--color-text);
  }
}

.logo {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.logo img {
  height: 2rem;
  width: auto;
  margin-right: 0.625rem;
}

.menu {
  display: flex;
}

.menu a {
  padding: 1rem;
  display: block;
  color: var(--color-text);
  font-weight: 400;
}

@media (max-width: 40rem) {
  .menu {
    justify-content: space-around;
    width: 100%;
  }
  .menu a {
    padding: 1rem 0.5rem;
  }
}

.menu a[aria-current] {
  font-weight: 600;
}

.social {
  display: flex;
  padding: 0 .5rem;
  justify-content: flex-end;
}
.social a {
  padding: 1rem .5rem;
  color: var(--color-text);
}

.social svg {
  height: 1rem;
  width: 1rem;
}

.section {
  padding: 3rem 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.grid > .column {
  margin-bottom: var(--gutter);
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.text {
  line-height: 1.5em;
}
.text a {
  text-decoration: underline;
}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul,
.text ol {
  margin-left: 1rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}

.text h2,
.h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.text h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}


.text h4,
.h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}




.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 2rem 0;
}
.text dt {
  font-weight: 600;
}
.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 1rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}
.text figure ul {
  line-height: 0;
  display: grid;
  gap: 1.5rem;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.text figure ul li {
  list-style: none;
}

hr {
  border: 0;
  background: var(--slate-200);
  height: 1px;
  width: 100%;
  margin: 1rem auto;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}
.page-title {
  width: max-content;
  margin: 1rem 0;
  
  h1 {
    font-size: 2rem;
  }
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  /* background: var(--color-black); */
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}

.footer {
  padding: 5rem 3rem 3rem;
  line-height: 1.5em;
}
/* .footer:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--color-code-light-grey);
  margin-bottom: 1.5rem;
} */

.footer h2 {
  font-weight: 600;
  margin-bottom: .75rem;
}
.footer ul,
.footer p {
  color: var(--color-text-grey);
}
.footer p {
  max-width: 15rem;
}
.footer a:hover {
  color: var(--color-text);
}

.footer-made-with {
  color: var(--slate-300);
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.footer-made-with svg {
  width: 1.25rem;
  fill: var(--color-code-light-grey);
  margin: 0 0.25rem;
}


.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: .75rem;
}
.margin-m {
  margin-bottom: 1.5rem;
}
.margin-l {
  margin-bottom: 3rem;
}
.margin-xl {
  margin-bottom: 4.5rem;
}
.margin-xxl {
  margin-bottom: 6rem;
}


@media screen and (min-width: 60rem) {
  body {
    --padding: 0rem;
  }

  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }

}

.pagination {
  display: flex;
  padding-top: 6rem;
}
.pagination > span {
  color: var(--color-text-grey);
}
.pagination > * {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}
.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.note-excerpt {
  line-height: 1.5em;
}
.note-excerpt header {
  margin-bottom: 1.5rem;
}
.note-excerpt figure {
  margin-bottom: .5rem;
}
.note-excerpt-title {
  font-weight: 600;
}
.note-excerpt-date {
  color: var(--color-text-grey);
}




.text-block.big {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.text-block.small {
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-block.default {
  font-size: 1rem;
  line-height: 1.6;
}



.news-block {
  margin: 0;
}

.news-block h2 {
  margin-bottom: 1rem;
}

.news-block .news-items {
  display: flex;
  gap: 0rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
}

.news-block .news-link {
  margin-top: 1rem;
}

.news-block .news-title {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-text);
}

.news-block .news-title a {
  text-decoration: none;
  color: var(--color-text);
}

.news-block .news-cover {
  width: 100%;
  aspect-ratio: 3 / 2;   /* choose the ratio you want */
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-block .news-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  text-decoration: none;
  width: 20%;
  margin-bottom: 1rem;
}

.news-block .news-item:hover {
  background-color: var(--slate-50);
  outline: solid 0.5rem var(--slate-50);
  /* color: var(--slate-800); */
}


@media (max-width: 80rem) {
  .news-block .news-item {
    width: 45%;
    margin: 2rem 0;
  }
}


@media (max-width: 45rem) {
  .news-block .news-item {
    width: 100%;
    margin: 2rem 0;
  }
}

.news-block .news-item .right-col {
  flex: 1;
}

.news-block .news-date {
  color: var(--color-text-grey);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.news-block .news-excerpt {
  color: var(--slate-600);
  font-size: 0.875rem;
  /* font-style: italic; */
  margin-bottom: 0.25rem;
}

.news-block .news-readmore {
  text-decoration: underline;
  /* color: var(--slate-500); */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-text);
}

.news-block .news-readmore svg {
  width: 1rem;
}

.news-block-archive-link {
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 0rem;
  /* display: none; */
}

@media (max-width: 40rem) {
  .news-block-archive-link {
    display: block;
  }
}

.news-block-archive-link button {
  background: var(--slate-100);
  padding: 0.75rem;
  color: var(--color-text);
  border-radius: 0.25rem;
  font-weight: 500;
}





/* notes page */




.news-archive {
  margin: 0;
}

.news-archive h2 {
  margin-bottom: 1rem;
}

.news-archive .news-items {
  display: flex;
  gap: 0rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1rem;
}

.news-archive .news-link {
  margin-top: 1rem;
}

.news-archive .news-title {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-text);
}

.news-archive .news-title a {
  text-decoration: none;
  color: var(--color-text);
}

.news-archive .news-cover {
  width: 100%;
  aspect-ratio: 3 / 2;   /* choose the ratio you want */
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-archive .news-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  text-decoration: none;
  width: 22%;
  margin-bottom: 2rem;
}

.news-archive .news-item:hover {
  background-color: var(--slate-50);
  outline: solid 0.5rem var(--slate-50);
  /* color: var(--slate-800); */
}


@media (max-width: 80rem) {
  .news-archive .news-item {
    width: 45%;
  }
}


@media (max-width: 56rem) {
  .news-archive .news-item {
    width: 100%;
  }
}

.news-archive .news-item .right-col {
  flex: 1;
}

.news-archive .news-date {
  color: var(--color-text-grey);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.news-archive .news-excerpt {
  color: var(--slate-600);
  font-size: 0.875rem;
  /* font-style: italic; */
  margin-bottom: 0.25rem;
}

.news-archive .news-readmore {
  text-decoration: underline;
  /* color: var(--slate-500); */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-text);
}

.news-archive .news-readmore svg {
  width: 1rem;
}


.notes-layout {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin: 2.25rem;
}

@media screen and (max-width: 40rem) {
  .notes-layout {
    flex-direction: column;
  }
}

.notes-main {
  flex: 1 1 auto;

  * a {
    color: var(--color-text);
  }
}

.notes-sidebar {
  flex-shrink: 0;
  margin-top: 4.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.notes-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notes-sidebar a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 1rem;
  background-color: var(--gray-100);
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
}

.notes-sidebar a.active {
  background-color: var(--purple-800);
  color: white;
  font-weight: 700;
}





/* newsletters */


.newsletter-list li {
  padding: 0.25rem 0rem;
}

.newsletter-list li a {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-text);
}

.newsletter-list li a:hover {
  text-decoration: underline;
}

.newsletter-list .newsletter-date {
  color: var(--color-text-grey);
  font-size: 0.75rem;
}



.newsletter-archive {
  margin-top: 2rem;
}

.newsletter-archive a {
  font-weight: 500;
  color: var(--color-text);
}

.newsletter-archive li {
  padding: 0.5rem 0;
}

.newsletter-archive .newsletter-date {
  color: var(--color-text-grey);
  font-size: 0.75rem;
}



.resource-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* space between items */
  justify-content: center;
  margin-top: 1rem;
}

.resource-card.resource-card  {
  flex: 0 1 15rem; /* square-ish base */
  background: var(--slate-50);
  text-decoration: none;
  color: var(--slate-700);
  border-radius: 8px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}

.resource-card:hover {
  background: var(--slate-100);
  transform: translateY(-2px);
}

.resource-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.resource-icon svg {
  fill: var(--slate-600);
  width: 3rem;
}

.resource-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

/* @media screen and (max-width: 40rem) {
  .resource-card.resource-card {
    min-width: calc(100% - 2rem);
  }
} */




.note-page-cover {
  --w: none;
  --h: none;
  margin: 0 auto;
  /* width: 75%; */
  max-width: 50rem;
  width: 100%;
}


.note-page-cover img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: static;
}

.hidden {
  display: none;
}

.note-footer * a {
  color: var(--color-text);
}

.blog-prevnext * a {
  color: var(--color-text);
}

.prevnext-text {
  vertical-align: middle;
  color: var(--slate-600);
  fill: var(--slate-600);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.prevnext-text svg {
  height: 1rem;
  width: auto;
}

.prev-text {
  justify-content: flex-start;
}

.prev-text svg {
  margin-right: 0.25rem;
}

.next-text {
  justify-content: flex-end;
}

.next-text svg {
  margin-left: 0.25rem;
}



.button-block.button-block {
  display:inline-block;
  background: var(--slate-300);
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  white-space: nowrap;
}

.button-block svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: inherit;
}




.socials-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-link:hover {
  transform: scale(1.15);
}

.social-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}


.sharp {
  border-radius: 0 !important;
}

.home-title-banner {
  height: 30rem;
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  background-color: var(--color-code-light-grey);

  .banner-title {
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    min-width: 64rem;
    text-align: center;
    text-shadow: 0px 0px 20px #000000aa;
    background: linear-gradient(135deg, #460a9baa 0%, #cf7113aa 100%);
    font-weight: 500;
    padding: 2rem;
    letter-spacing: 0.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    .frisbee {
      width: 7.5rem;
      height: 7.5rem;
      min-width: 7.5rem;
      min-height: 7.5rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: white;
      box-shadow: inset 0px 0px 0.5rem #00000077;
      margin-right: 1rem;
      img {
        width: 60%;
        height: auto;
        margin-left: 2px;
      }
    }
  }

  h1 {
    font-family: "Oxanium";
    font-size: 5.5rem;
    text-transform: uppercase;
    line-height: 0.9;

  }


  .banner-blurb {
    font-family: var(--font-family-sans);
    font-size: 1.3rem;
    opacity: 0.85;
    font-weight: 300;
    z-index: 2;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
    font-weight: 500;

  }

}


@media (max-width: 1200px) {
  .home-title-banner {
    h1 {
      font-size: 4rem;
      white-space: nowrap;
    }
    .banner-title {
      width: fit-content;
      min-width: unset;
      letter-spacing: 0.25rem;
      .frisbee {
        width: 6rem;
        height: 6rem;
        min-width: 6rem;
        min-height: 6rem;
      }
    }
  }

}

@media (max-width: 900px) {
  .home-title-banner {
    h1 {
      font-size: 4rem;
      white-space: nowrap;
    }
    .banner-title {
      letter-spacing: 0;
      .frisbee {
        width: 4.5rem;
        height: 4.5rem;
        min-width: 4.5rem;
        min-height: 4.5rem;
      }
    }
  }
}


@media (max-width: 767px) {
  .home-title-banner {
    h1 {
      font-size: 5rem;
      white-space: wrap;
    }
    .banner-title {
      .frisbee {
        display: none;
      }
    }
  }
}

@media (max-width: 550px) {
  .home-title-banner {
    h1 {
      font-size: 4rem;
    }
  }
}



.banner-slides {
  width: 100%;
  /* height: 30rem; */
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.banner-slides.slick-initialized {
  opacity: 1;    
}

.slick-track > img {
  object-fit: cover;
  object-position: center;
}

.slick-track {
  height: 30rem;
}


.home-blurb {
  background-color: rgb(175, 175, 175);
  color: rgba(227, 227, 227, 0.9);
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 1.125rem;
  background: linear-gradient(135deg, #460a9b -15%, #cf7113 115%);
  opacity: 1;
  /* top: -6rem; */
  position: relative;
  display: none;
}





.table-scroll-wrapper {
  overflow-x: auto;
  /* max-width: 100%; */
  max-width: calc(100vw - 3rem);
}

table {
  border-collapse: separate; /* Merges cell borders into a single line */
  border-spacing: 0.25rem;
  border-radius: 0.5rem;
  width: 100%;
}

.pickup-table {
  min-width: 48rem;
}

th, td {
  text-align: left;
  padding: 0.5rem;
  /* border: solid 1px var(--slate-100); */
}

th {
  background: var(--slate-50);
  font-weight: 500;
  font-size: 0.875rem;
  /* color: var(--slate-400); */
}

.k-slug-field {
	display: none !important;
}



.gallery-grid {
  column-count: initial; /* remove old CSS columns */
  display: block;
  margin: 0 auto;
  width: 97%;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.masonry-item {
  width: calc(33.33% - 1rem);   /* 3 columns */
  margin-bottom: 1rem;
  display: block;
  /* float: left; */
}

.gallery-grid a {
  /* display: inline-block; */
  margin-bottom: 1rem;
  break-inside: avoid; /* Prevents awkward breaks in columns */
  cursor: zoom-in;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}


@media (max-width: 900px) {
  .masonry-item {
    width: calc(50% - 1rem);    /* 2 columns */
  }
}

@media (max-width: 600px) {
  .masonry-item {
    width: calc(100% - 1rem);    /* 2 columns */
  }
}



.lg-thumb-item.lg-thumb-item {
  border-radius: 0.25rem !important;
  border: none !important;
}
.lg-thumb-item.lg-thumb-item img {
  border-radius: 0.25rem !important;
}


.lg-thumb-item.active {
  border: solid 2px white !important;
}

/* handling move to full width pages */

.default-main {
  padding: 2rem;
}



.basic-button.basic-button {
  display:inline-block;
  background: var(--slate-200);
  color: #fff;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  white-space: nowrap;
  font-size: 1rem;
  color: var(--slate-800);
  /* background-color: #ffe9cb; */

  svg {
    width: 1.25rem;
    margin-right: 0.25rem;
  }
}

.primary-button.primary-button {
  background-color: #661587;
  color: white;
}

.discord-button.discord-button {
  background-color: #7289da;
  color: white;
}












.home-section {
  overflow: hidden;
}

.home-max-width {
  /* max-width: 90rem; */
  margin: 0 auto;
}

.header .home-max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.home-section h2 {
  font-size: 3rem;
  text-align: center;
}

.home-section h3 {
  font-size: 2rem;
  text-align: left;
}

.home-section h4 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
}

.news-section {
  padding: 5rem 3rem;
  display: flex;
  justify-content: space-between;

  h3 {
    margin-left: 0.5rem;
    margin-bottom: 1rem;
  }

  .news-left {
    flex: 1;
    width: 100%;
    /* max-width: 50rem; */

    .news-title-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0.5rem 0;
    }



    h4 {
      text-align: left; 
      margin-top: 0.75rem; 
      margin-bottom: 0.5rem;
      font-size: 1.25rem;
    }  
  }

  .news-right {
    width: 20rem;
    height: 40rem;
    position: sticky;
    top: 2rem;
  }
}

.news-block-archive-link-desktop {
  font-size: 0.875rem;
  margin-right: 1rem;
}


.who-we-are-section {
  /* background: var(--slate-50); */
  padding-top: 5rem;
  padding-bottom: 7rem;
  text-align: center;
  position: relative;
  padding-top: 200px;
  margin-top: 3rem;

  .home-section-title {
    z-index: 2;
    position: relative;
    color: white;
    margin-top: 11rem;
    font-family: 'Oxanium';
    font-weight: 400;
    font-size: 2.5rem;
  }

  .who-we-are-frame {
    max-width: 50rem;
    margin: 0.5rem auto;
    text-align: left;
    padding: 2rem;
    position: relative;
    z-index: 2;
    color: white;
  }

  .who-we-are-main-text {
    font-weight: 500;
    text-align: left;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: var(--slate-100);
    font-style: italic;
    line-height: 1.5;
  }

  

}

.mountain-banner {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  background-color: #4d1e8eff;
  display: flex;
  flex-direction: column;
  align-items: center;

  svg {
    min-width: 70rem;
  }
}

.mountain-banner .players-img {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  height: 30rem;
  width: auto;
  opacity: 1;
  top: -3rem;
}


.sc-section {
  background: var(--slate-100);
  text-align: center;
  /* color: white; */
  padding: 5rem 0 8rem;

  .sc-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    /* font-style: italic; */
    /* color: white; */
  }

  .sc-blocks {
    display: flex;
    gap: 0rem;

    width: 90%;
    max-width: 50rem;
    border-radius: 4rem;
    /* background-color: white; */
    margin: 0 auto;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 2rem; */

    h3 {
      font-size: 2rem;
      font-family: 'Oxanium';
      margin-top: 0.5rem;
    }


  }

  .sc-block {
    /* background: var(--slate-100); */
    /* border-radius: 0.5rem; */
    margin: 0rem auto 0;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    /* width: 50%; */
    max-width: 80%;
    color: var(--slate-500);

    h4 {
      margin-bottom: 1rem;
      font-style: normal;
      color: var(--slate-900);
    }

    button {
      font-style: normal;
      font-size: 1.25rem;
    }
  }
}

@media (max-width: 900px) {
  /* .sc-section {
    .sc-blocks {
      flex-direction: column;
    }
    .sc-block {
      width: auto;
    }
  } */
}



.sc-block.darker {
  background: var(--slate-50);
}

.wtp-section {
  background: var(--slate-50);
  display: flex;
  height: 35rem;
  position: relative;
  overflow: hidden;

  .wtp-bg {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    /* THIS prevents the “max width = container width” issue */
    min-width: 100%;
    min-height: 100%;
  }
  
  .wtp-overlay {
    position: absolute;
    background: #24242555;
    /* background: var(--slate-900); */
    /* background: linear-gradient(0deg, #06330466 0%, #0a552d66 100%); */
    border-radius: 1rem;
    padding: 4rem;
    max-width: 30rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 1rem;
    text-align: left;
    text-align: center;

    .basic-button {
      margin: 2rem auto 0;
    }
  }

}

@media (max-width: 900px) {
  .wtp-section .wtp-overlay {
    max-width: unset;
    margin: 0;
    width: 75%;
  }
}

h2.home-section-title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2;
  font-family: 'Oxanium';
}

.resources-section {
  padding: 5rem 1rem 7rem;
}

.support-us-section {
  padding: 5rem 1rem 7rem;
  background: var(--slate-100);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;

}

.bottom-banner {
  height: 25rem;      
  width: 100%;
  overflow: hidden;       
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;    
}

.bottom-banner img {
  height: 100%;
  width: auto;         
  min-width: 100%;      
  object-fit: cover;   
  object-position: center; 
}



.default-frame h1 {
  padding: 2rem;
  text-transform: uppercase;
  background: linear-gradient(135deg, #460a9b 0%, #cf7113 100%);
  font-family: 'Oxanium'; 
  color: white;
  font-size: 2rem;
  margin-top: 3rem;
}


.pickup-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;

  .pickup-card {
    padding: 1.5rem;
    background: var(--slate-50);
    border-radius: 0.25rem;
    text-align: center;

    h5 {
      font-weight: 500;
      font-size: 1.125rem;
      margin-bottom: 0.25rem;
    }

    .pickup-location {
      display: flex;
      svg {
        width: 1rem;
        fill: rgb(18 94 151);
      }
    }
  }
}