/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Space Grotesk", "Trebuchet MS", Arial, sans-serif;
    --font-body: "Source Serif 4", Georgia, serif;
    --color-ivory: #FFF8E9;
    --color-sand: #F4E4C8;
    --color-kingdom: #145A43;
    --color-ink: #16324F;
    --color-turquoise: #087F8C;
    --color-gold: #C8A24B;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gold\/30 {
    border-color: color-mix(in srgb, #C8A24B 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gold) 30%, transparent);
    }
  }
  .\!bg-ivory {
    background-color: var(--color-ivory) !important;
  }
  .\!bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent) !important;
    }
  }
  .bg-\[\#F0E8D7\] {
    background-color: #F0E8D7;
  }
  .bg-ivory {
    background-color: var(--color-ivory);
  }
  .bg-sand {
    background-color: var(--color-sand);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .font-body {
    font-family: var(--font-body);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-ivory {
    color: var(--color-ivory) !important;
  }
  .text-\[\#E4C57D\] {
    color: #E4C57D;
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-kingdom {
    color: var(--color-kingdom);
  }
  .text-turquoise {
    color: var(--color-turquoise);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
  }
  body {
    margin: 0;
    background: #FFF8E9;
    color: #16324F;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  h1,h2,h3,h4,nav,summary,button,.ui {
    font-family: var(--font-heading);
  }
  h1,h2,h3,h4 {
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -.035em;
    text-wrap: balance;
  }
  h1 {
    font-size: clamp(2.5rem,4.7vw,4.6rem);
  }
  h2 {
    font-size: clamp(1.9rem,3vw,2.75rem);
  }
  h3 {
    font-size: 1.45rem;
  }
  img {
    max-width: 100%;
    display: block;
  }
  a {
    text-underline-offset: 4px;
  }
  a,summary {
    -webkit-tap-highlight-color: transparent;
  }
  a:focus-visible,summary:focus-visible {
    outline: 3px solid #087F8C;
    outline-offset: 5px;
    border-radius: 5px;
  }
  .dark a:focus-visible,.dark summary:focus-visible {
    outline-color: #F4E4C8;
  }
  ::selection {
    background: #C8A24B;
    color: #103D2E;
  }
  summary {
    cursor: pointer;
  }
  p {
    text-wrap: pretty;
  }
  [id] {
    scroll-margin-top: 7.5rem;
  }
}
@layer components {
  .wrap {
    width: min(1280px,calc(100% - 64px));
    margin-inline: auto;
  }
  .section {
    padding-block: 88px;
  }
  .eyebrow {
    font-family: var(--font-heading);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .lead {
    font-size: 1.23rem;
    line-height: 1.7;
    max-width: 43rem;
  }
  .muted {
    color: #526259;
  }
  .kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .kicker:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
  }
  .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .82rem;
    line-height: 1.4;
    transition: background-color .18s,transform .18s;
    text-decoration: none;
  }
  .btn:hover {
    transform: translateY(-2px);
  }
  .btn:active {
    transform: translateY(1px);
  }
  .btn-green {
    background: #145A43;
    color: #FFF8E9;
  }
  .btn-green:hover {
    background: #114B38;
  }
  .btn-light {
    background: #FFF8E9;
    color: #145A43;
  }
  .btn-light:hover {
    background: #F4E4C8;
  }
  .btn-outline {
    border: 1px solid #ffffff55;
    color: #FFF8E9;
    background: #ffffff0a;
  }
  .btn-outline:hover {
    background: #ffffff18;
  }
  .btn-soft {
    background: #F4E4C8;
    color: #16324F;
  }
  .text-link {
    font-family: var(--font-heading);
    font-size: .85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    min-height: 44px;
    color: #09616B;
    text-decoration: none;
  }
  .text-link:hover {
    text-decoration: underline;
  }
  .arrow {
    font-family: Arial,sans-serif;
    font-size: 1.25em;
    font-weight: 400;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    border-radius: 99px;
    font-family: var(--font-heading);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .045em;
    background: #F4E4C8;
    color: #145A43;
    line-height: 1.5;
  }
  .pill-link {
    min-height: 40px;
    padding-inline: 16px;
    font-size: .74rem;
    background: #FFF8E9;
    border: 1px solid #D9D9BD;
    text-decoration: none;
  }
  .pill-link:hover,.pill-link[aria-current=page] {
    background: #145A43;
    color: #FFF8E9;
    border-color: #145A43;
  }
  .topline {
    background: #EFE1C5;
    border-bottom: 1px solid #DED2B5;
    font-family: var(--font-heading);
    font-size: .61rem;
    letter-spacing: .12em;
    font-weight: 700;
    padding: 8px 0;
    text-transform: uppercase;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #FFF8E9f5;
    border-bottom: 1px solid #C8A24B55;
    backdrop-filter: blur(12px);
  }
  .navrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 83px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: -.06em;
    text-decoration: none;
    white-space: nowrap;
  }
  .brand-icon {
    width: 41px;
    height: 41px;
    padding: 7px;
    border: 1px solid #C8A24B66;
    border-radius: 13px;
    background: #F4E4C8;
  }
  .brand-dot {
    color: #087F8C;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .nav-link {
    font-size: .75rem;
    padding: 12px 13px;
    border-radius: 9px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }
  .nav-link:hover,.nav-link[aria-current=page] {
    background: #F4E4C8;
    color: #145A43;
  }
  .mobile-menu {
    display: none;
  }
  .skip {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 99;
    padding: 12px 20px;
    background: #16324F;
    color: #fff;
    border-radius: 10px;
    font-family: var(--font-heading);
  }
  .skip:focus {
    top: 10px;
  }
  .hero {
    background: #145A43;
    color: #FFF8E9;
    position: relative;
    overflow: hidden;
  }
  .hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 64px;
    align-items: center;
    padding-block: 62px 68px;
  }
  .hero h1 {
    margin: 21px 0;
    font-size: clamp(3rem,5.1vw,4.8rem);
    line-height: 1.02;
    letter-spacing: -.055em;
  }
  .hero h1 em {
    font-style: normal;
    color: #E5C981;
  }
  .hero p {
    color: #F4E4C8;
    max-width: 470px;
  }
  .hero .eyebrow {
    color: #E4C57D;
  }
  .hero-bottom {
    margin-top: 33px;
    padding-top: 23px;
    border-top: 1px solid #ffffff27;
    display: flex;
    gap: 23px;
    font-size: .66rem;
    color: #E8DAC0;
    font-family: var(--font-heading);
  }
  .hero-art {
    position: relative;
  }
  .hero-main-image {
    border: 1px solid #C8A24B99;
    padding: 8px;
    background: #082F2670;
    border-radius: 26px;
    box-shadow: 0 25px 70px #052A2555;
    transform: rotate(-1.3deg);
  }
  .hero-main-image img {
    border-radius: 19px;
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
  }
  .art-caption {
    padding: 13px 12px 8px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-family: var(--font-heading);
    font-size: .61rem;
    letter-spacing: .055em;
    color: #F4E4C8;
  }
  .hero-minis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 22px 12px 0;
  }
  .hero-mini {
    display: flex;
    gap: 13px;
    padding: 10px;
    border: 1px solid #ffffff23;
    background: #ffffff09;
    border-radius: 14px;
    align-items: center;
    text-decoration: none;
  }
  .hero-mini:hover {
    background: #ffffff15;
  }
  .hero-mini img {
    width: 67px;
    height: 67px;
    border-radius: 9px;
    object-fit: cover;
  }
  .hero-mini b {
    font-size: .8rem;
    font-family: var(--font-heading);
    line-height: 1.3;
    display: block;
  }
  .hero-mini small {
    font-size: .65rem;
    color: #DFCEA9;
    display: block;
    margin-top: 4px;
  }
  .pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(45deg,transparent 48.5%,#C8A24B09 49%,#C8A24B09 51%,transparent 51.5%),linear-gradient(-45deg,transparent 48.5%,#C8A24B09 49%,#C8A24B09 51%,transparent 51.5%);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg,transparent 30%,#000);
  }
  .sport-strip {
    background: #103F31;
    color: #F4E4C8;
    border-top: 1px solid #ffffff20;
  }
  .sport-strip .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-block: 16px;
  }
  .sport-strip a {
    display: flex;
    gap: 11px;
    align-items: center;
    font-family: var(--font-heading);
    font-size: .76rem;
    min-height: 32px;
    text-decoration: none;
  }
  .sport-strip a:hover {
    color: white;
    text-decoration: underline;
  }
  .sport-strip .sport-num {
    font-size: .56rem;
    color: #E4C57D;
    margin-right: 4px;
  }
  .section-head {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: end;
    margin-bottom: 32px;
  }
  .section-head h2 {
    margin-top: 10px;
  }
  .section-head p {
    max-width: 410px;
    margin: 14px 0 0;
    color: #526259;
  }
  .sport-card {
    border: 1px solid #D6D8BF;
    background: #fffdf6;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 4px 10px #16324F06;
    transition: transform .2s,box-shadow .2s;
  }
  .sport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 24px #16324F12;
  }
  .sport-card .media {
    position: relative;
    overflow: hidden;
  }
  .sport-card .media img {
    aspect-ratio: 16/10;
    width: 100%;
    object-fit: cover;
    transition: transform .45s;
  }
  .sport-card:hover .media img {
    transform: scale(1.035);
  }
  .sport-card .media .pill {
    position: absolute;
    left: 18px;
    top: 17px;
    background: #FFF8E9ed;
  }
  .sport-card .copy {
    padding: 23px 25px 21px;
  }
  .sport-card h3 {
    font-size: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .sport-card p {
    font-size: .94rem;
    color: #526259;
    margin-top: 9px;
    line-height: 1.6;
  }
  .sport-card .entry {
    display: block;
    text-decoration: none;
  }
  .card-index {
    font-family: var(--font-heading);
    font-size: .7rem;
    color: #7C7050;
  }
  .business-panel {
    background: #087F8C;
    color: #FFF8E9;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 25px #087F8C12;
  }
  .business-panel .media {
    position: relative;
    min-height: 400px;
  }
  .business-panel .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-panel .copy {
    padding: 45px 45px 42px;
    position: relative;
  }
  .business-panel h2 {
    margin-top: 17px;
    font-size: 2.4rem;
  }
  .business-panel p {
    margin-top: 19px;
    color: #FFF8E9;
  }
  .mini-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 11px;
    margin: 26px 0;
  }
  .mini-grid div {
    padding: 16px 10px;
    border-radius: 13px;
    background: #ffffff10;
    border: 1px solid #ffffff28;
  }
  .mini-grid b {
    display: block;
    font-family: var(--font-heading);
    font-size: .72rem;
  }
  .mini-grid span {
    font-size: .77rem;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
  }
  .split-section {
    display: grid;
    grid-template-columns: 4fr 7fr;
    gap: 80px;
    align-items: start;
  }
  .event-list {
    border-top: 1px solid #C2C6AB;
  }
  .event-row {
    display: grid;
    grid-template-columns: 47px 1fr auto;
    align-items: center;
    gap: 17px;
    padding: 22px 0;
    border-bottom: 1px solid #C2C6AB;
    text-decoration: none;
  }
  .event-row:hover h3 {
    color: #087F8C;
  }
  .event-row h3 {
    font-size: 1.05rem;
    letter-spacing: -.02em;
  }
  .event-row p {
    font-family: var(--font-heading);
    font-size: .68rem;
    color: #596356;
    margin-top: 6px;
  }
  .event-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FFF8E9;
    border: 1px solid #C8A24B66;
  }
  .journal-card {
    border: 1px solid #DADCC8;
    border-radius: 22px;
    overflow: hidden;
    background: #FFFDF6;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s,box-shadow .2s;
  }
  .journal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px #16324F10;
  }
  .journal-card .picture {
    overflow: hidden;
  }
  .journal-card .picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform .4s;
  }
  .journal-card:hover .picture img {
    transform: scale(1.025);
  }
  .journal-card .copy {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .journal-card h3 {
    font-size: 1.24rem;
    line-height: 1.3;
    margin: 13px 0 12px;
  }
  .journal-card h3 a {
    text-decoration: none;
  }
  .journal-card h3 a:hover {
    color: #087F8C;
  }
  .journal-card p {
    font-size: .91rem;
    line-height: 1.65;
    color: #536158;
  }
  .journal-card .meta {
    font-family: var(--font-heading);
    font-size: .64rem;
    color: #58685D;
    margin-top: auto;
    padding-top: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: 4fr 7fr;
    gap: 80px;
  }
  .faq-list {
    border-top: 1px solid #C9CCB5;
  }
  .faq-list details {
    border-bottom: 1px solid #C9CCB5;
  }
  .faq-list summary {
    padding: 23px 38px 23px 0;
    font-weight: 600;
    font-size: .93rem;
    list-style: none;
    position: relative;
    line-height: 1.6;
  }
  .faq-list summary::-webkit-details-marker {
    display: none;
  }
  .faq-list summary:after {
    content: "+";
    position: absolute;
    right: 7px;
    top: 22px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #145A43;
  }
  .faq-list details[open] summary:after {
    content: "−";
  }
  .faq-list details p {
    padding: 0 32px 23px 0;
    font-size: .99rem;
    color: #526259;
  }
  .closing {
    padding: 48px 0;
    background: #F4E4C8;
    border-top: 1px solid #E4D6B8;
  }
  .closing .wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
  }
  .closing h2 {
    font-size: 2rem;
    max-width: 620px;
  }
  .site-footer {
    background: #103F31;
    color: #FFF8E9;
    padding: 60px 0 25px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .site-footer .brand {
    font-size: 1.4rem;
  }
  .site-footer .brand-dot {
    color: #DBBD73;
  }
  .site-footer p {
    font-size: .9rem;
    color: #E3D9BE;
    max-width: 310px;
    margin-top: 17px;
  }
  .site-footer h2 {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 18px;
    color: #E4C57D;
  }
  .site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-footer li a {
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: .75rem;
    min-height: 35px;
    align-items: center;
    color: #F0E8D2;
    text-decoration: none;
  }
  .site-footer li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-bottom {
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid #ffffff20;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .64rem;
    color: #D3D4BA;
    font-family: var(--font-heading);
  }
  .crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    font-family: var(--font-heading);
    font-size: .68rem;
    color: #556457;
    padding: 21px 0;
  }
  .crumbs a {
    text-decoration: none;
  }
  .crumbs a:hover {
    text-decoration: underline;
  }
  .page-hero {
    padding: 28px 0 52px;
  }
  .page-hero h1 {
    max-width: 900px;
    margin: 17px 0 22px;
  }
  .page-hero .lead {
    color: #526259;
  }
  .topic-hero {
    background: #145A43;
    color: #FFF8E9;
    padding-block: 42px 52px;
    position: relative;
  }
  .topic-hero .layout {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 60px;
    align-items: center;
    position: relative;
  }
  .topic-hero h1 {
    margin: 19px 0 24px;
  }
  .topic-hero .lead {
    color: #F4E4C8;
  }
  .topic-hero figure {
    border: 1px solid #C8A24B88;
    border-radius: 24px;
    padding: 8px;
    background: #0C3B2E;
    overflow: hidden;
  }
  .topic-hero figure img {
    width: 100%;
    aspect-ratio: 16/11;
    border-radius: 17px;
    object-fit: cover;
  }
  .topic-hero figcaption {
    padding: 10px 8px 3px;
    color: #E4D5AC;
    font-family: var(--font-heading);
    font-size: .61rem;
  }
  .topic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .info-card {
    background: #FFFDF6;
    border: 1px solid #D5D8C0;
    border-radius: 23px;
    padding: 30px;
  }
  .info-card h2,.info-card h3 {
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
  .info-card p+p {
    margin-top: 15px;
  }
  .source-ref {
    font-family: var(--font-heading);
    font-size: .69rem;
    display: block;
    margin-top: 16px;
    color: #09616B;
  }
  .notice {
    padding: 23px 27px;
    border-left: 4px solid #BC533B;
    background: #F4E4C8;
    border-radius: 0 16px 16px 0;
  }
  .notice .eyebrow {
    color: #814326;
  }
  .notice p {
    margin-top: 8px;
  }
  .directory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .directory-card {
    background: #fffdf7;
    border: 1px solid #D5D8C0;
    border-radius: 23px;
    overflow: hidden;
  }
  .directory-card .content {
    padding: 30px;
  }
  .directory-card h2 {
    font-size: 1.7rem;
    margin: 12px 0 16px;
  }
  .directory-card p {
    color: #526259;
  }
  .directory-card dl {
    margin: 22px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    font-size: .82rem;
  }
  .directory-card dt {
    font-family: var(--font-heading);
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #626A52;
    padding-top: 3px;
  }
  .directory-card dd {
    margin: 0;
  }
  .directory-card .stripe {
    height: 6px;
    background: linear-gradient(90deg,#145A43 0% 40%,#C8A24B 40% 62%,#087F8C 62% 83%,#BC533B 83%);
  }
  .article-header {
    max-width: 940px;
    margin: 0 auto;
    padding: 24px 0 43px;
    text-align: center;
  }
  .article-header h1 {
    font-size: clamp(2.2rem,4.3vw,4rem);
    margin: 21px 0 23px;
  }
  .article-header .lead {
    margin-inline: auto;
    max-width: 770px;
    color: #536159;
  }
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    font-family: var(--font-heading);
    font-size: .67rem;
    color: #56614E;
    margin-top: 25px;
  }
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 285px;
    gap: 70px;
    align-items: start;
    max-width: 1130px;
    margin-inline: auto;
  }
  .article-cover {
    margin-bottom: 40px;
    border-radius: 23px;
    overflow: hidden;
    border: 1px solid #C8A24B55;
    background: #0C3B2E;
  }
  .article-cover img {
    width: 100%;
    height: auto;
  }
  .article-cover figcaption {
    font-size: .65rem;
    font-family: var(--font-heading);
    color: #E8D7AD;
    padding: 12px 18px;
  }
  .article-body {
    font-size: 1.12rem;
    line-height: 1.85;
  }
  .article-body p {
    margin: 0 0 24px;
  }
  .article-body h2 {
    font-size: 1.85rem;
    margin: 47px 0 21px;
    line-height: 1.25;
  }
  .article-body h3 {
    font-size: 1.35rem;
    margin: 32px 0 16px;
  }
  .article-body a {
    color: #09616B;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .article-body a:hover {
    color: #145A43;
  }
  .article-sidebar {
    position: sticky;
    top: 110px;
    padding-top: 0;
  }
  .contents {
    background: #F4E4C8;
    border: 1px solid #E0D1AE;
    border-radius: 20px;
    padding: 25px;
  }
  .contents h2 {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 17px;
  }
  .contents ol {
    margin: 0;
    padding-left: 17px;
  }
  .contents li {
    padding: 5px 0;
    font-size: .7rem;
    font-family: var(--font-heading);
    line-height: 1.6;
  }
  .contents a {
    text-decoration: none;
  }
  .contents a:hover {
    color: #087F8C;
    text-decoration: underline;
  }
  .sidebar-note {
    font-family: var(--font-heading);
    font-size: .68rem;
    line-height: 1.7;
    padding: 22px 5px;
    color: #536252;
  }
  .reading-tags {
    margin-top: 40px;
    border-top: 1px solid #CCD0B9;
    padding-top: 24px;
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
  }
  .prose-page {
    max-width: 830px;
  }
  .prose-page h2 {
    font-size: 1.7rem;
    margin: 36px 0 17px;
  }
  .prose-page p {
    margin: 0 0 20px;
    font-size: 1.08rem;
    line-height: 1.85;
  }
  .prose-page a {
    color: #09616B;
    text-decoration: underline;
  }
  .contact-box {
    border: 1px solid #CFD4B6;
    border-radius: 25px;
    padding: 39px;
    background: #F4E4C8;
  }
  .contact-email {
    font-family: var(--font-heading);
    font-size: clamp(1.05rem,3vw,2rem);
    font-weight: 700;
    color: #145A43;
    overflow-wrap: anywhere;
  }
  .source-item {
    border-bottom: 1px solid #D0D5BB;
    padding: 29px 0;
  }
  .source-item:first-child {
    padding-top: 0;
  }
  .source-item h2 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .source-item p {
    font-size: .95rem;
    color: #526259;
  }
  .source-item a {
    font-family: var(--font-heading);
    font-size: .75rem;
    color: #09616B;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
  }
  .archive-intro {
    border-top: 1px solid #CCD0B9;
    padding-top: 25px;
    margin-top: 30px;
    max-width: 820px;
  }
  .reading-routes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .route {
    padding: 27px;
    background: #FFFDF6;
    border: 1px solid #D5D8C0;
    border-radius: 21px;
    text-decoration: none;
  }
  .route h3 {
    font-size: 1.25rem;
    margin: 20px 0 11px;
  }
  .route p {
    font-size: .95rem;
    color: #526259;
  }
  .route:hover {
    background: #F4E4C8;
  }
}
@media (min-width:1500px) {
  .hero-inner {
    gap: 75px;
    padding-block: 76px 82px;
  }
}
@media (max-width:1150px) {
  .desktop-nav {
    gap: 0;
  }
  .nav-link {
    padding: 12px 9px;
    font-size: .68rem;
  }
  .hero-inner {
    gap: 35px;
  }
  .hero-mini {
    gap: 8px;
  }
  .hero-mini img {
    width: 52px;
    height: 58px;
  }
  .hero-mini b {
    font-size: .69rem;
  }
  .business-panel .copy {
    padding: 34px;
  }
  .split-section,.faq-grid {
    gap: 45px;
  }
  .article-layout {
    gap: 45px;
    grid-template-columns: minmax(0,1fr) 255px;
  }
}
@media (max-width:1023px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    margin-left: auto;
  }
  .mobile-menu summary {
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #D8CEAB;
    border-radius: 11px;
    font-size: .8rem;
    font-weight: 700;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu .menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF8E9;
    border-bottom: 1px solid #C8A24B;
    padding: 15px 32px;
    max-height: 65vh;
    overflow: auto;
    box-shadow: 0 20px 30px #16324F15;
  }
  .mobile-menu nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .mobile-menu .nav-link {
    font-size: .85rem;
    padding: 13px;
  }
  .navrow {
    min-height: 76px;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .hero-bottom {
    gap: 13px;
  }
  .hero-minis {
    grid-template-columns: 1fr;
    margin: 15px 4px 0;
  }
  .hero-mini {
    padding: 8px 12px;
  }
  .hero-mini:last-child {
    display: none;
  }
  .hero-mini img {
    width: 55px;
    height: 45px;
  }
  .hero-mini b {
    font-size: .78rem;
  }
  .hero-mini small {
    margin: 0;
  }
  .section {
    padding-block: 65px;
  }
  .business-panel h2 {
    font-size: 2rem;
  }
  .business-panel .copy {
    padding: 32px;
  }
  .mini-grid {
    gap: 7px;
  }
  .mini-grid div {
    padding: 13px 8px;
  }
  .article-layout {
    grid-template-columns: minmax(0,1fr) 230px;
    gap: 32px;
  }
  .article-body {
    font-size: 1.07rem;
  }
  .contents {
    padding: 20px;
  }
  .topic-hero .layout {
    gap: 35px;
  }
}
@media (max-width:767px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 52px;
  }
  .topline {
    font-size: .56rem;
  }
  .topline .secondary {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 37px 39px;
  }
  .hero h1 {
    font-size: clamp(3.2rem,9vw,4.3rem);
    max-width: 580px;
  }
  .hero p {
    max-width: 540px;
  }
  .hero .lead {
    font-size: 1.12rem;
  }
  .hero-art {
    max-width: 570px;
    width: 100%;
    margin-inline: auto;
  }
  .hero-main-image {
    transform: none;
    border-radius: 23px;
  }
  .hero-main-image img {
    aspect-ratio: 16/10;
  }
  .hero-minis {
    grid-template-columns: 1fr 1fr;
    margin: 14px 0 0;
    gap: 10px;
  }
  .hero-mini:last-child {
    display: flex;
  }
  .hero-mini {
    padding: 8px;
    gap: 9px;
  }
  .hero-mini b {
    font-size: .68rem;
  }
  .hero-mini small {
    font-size: .6rem;
  }
  .hero-mini img {
    width: 48px;
    height: 48px;
  }
  .hero-bottom {
    margin-top: 26px;
    padding-top: 17px;
    gap: 20px;
  }
  .sport-strip .wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    padding-block: 17px;
  }
  .sport-strip a {
    font-size: .68rem;
    gap: 8px;
  }
  .sport-num {
    display: none;
  }
  .section-head {
    display: block;
    margin-bottom: 26px;
  }
  .section-head .text-link {
    margin-top: 13px;
  }
  .section-head p {
    max-width: 550px;
  }
  .sport-card .copy {
    padding: 23px;
  }
  .business-panel {
    grid-template-columns: 1fr;
  }
  .business-panel .media {
    min-height: 0;
  }
  .business-panel .media img {
    aspect-ratio: 16/10;
  }
  .business-panel .copy {
    padding: 30px 25px 35px;
  }
  .business-panel h2 {
    font-size: 2.2rem;
  }
  .business-panel .lead {
    font-size: 1.07rem;
  }
  .mini-grid div {
    padding: 16px 10px;
  }
  .mini-grid b {
    font-size: .68rem;
  }
  .split-section,.faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .event-row {
    gap: 12px;
  }
  .event-row h3 {
    font-size: 1rem;
  }
  .closing .wrap {
    display: block;
  }
  .closing h2 {
    font-size: 1.75rem;
  }
  .closing .btn {
    margin-top: 25px;
  }
  .footer-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 35px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-bottom {
    display: block;
    font-size: .62rem;
  }
  .footer-bottom span {
    display: block;
    margin-top: 7px;
  }
  .topic-hero .layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .topic-hero h1 {
    font-size: 3rem;
  }
  .topic-hero figure img {
    aspect-ratio: 16/10;
  }
  .topic-grid,.directory-grid {
    grid-template-columns: 1fr;
  }
  .article-layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .article-sidebar {
    position: static;
    order: -1;
    width: 100%;
    padding: 0;
  }
  .contents {
    padding: 20px;
  }
  .contents ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin-top: 7px;
  }
  .sidebar-note {
    display: none;
  }
  .article-header {
    padding-top: 15px;
  }
  .article-header h1 {
    font-size: 2.4rem;
  }
  .article-header .lead {
    font-size: 1.08rem;
  }
  .article-meta {
    font-size: .61rem;
    gap: 8px 16px;
  }
  .article-body {
    font-size: 1.08rem;
  }
  .article-body h2 {
    font-size: 1.65rem;
  }
  .article-cover {
    margin-bottom: 30px;
  }
  .reading-routes {
    grid-template-columns: 1fr;
  }
  .page-hero {
    padding-bottom: 35px;
  }
  .page-hero h1 {
    font-size: 2.75rem;
  }
  .lead {
    font-size: 1.1rem;
  }
  .contact-box {
    padding: 26px;
  }
  .source-item h2 {
    font-size: 1.2rem;
  }
  .directory-card .content {
    padding: 25px;
  }
  .journal-card .copy {
    padding: 22px;
  }
}
@media (max-width:390px) {
  .brand {
    font-size: 1.1rem;
  }
  .brand-icon {
    width: 35px;
    height: 35px;
  }
  .navrow {
    gap: 8px;
  }
  .mobile-menu summary {
    padding: 10px 12px;
  }
  .hero h1 {
    font-size: 3.06rem;
  }
  .hero .eyebrow {
    font-size: .59rem;
  }
  .hero-bottom {
    font-size: .58rem;
    gap: 14px;
  }
  .hero-minis {
    gap: 8px;
  }
  .hero-mini img {
    width: 37px;
    height: 43px;
  }
  .hero-mini b {
    font-size: .63rem;
  }
  .hero-mini small {
    font-size: .56rem;
  }
  .contents ol {
    display: block;
  }
  .btn {
    padding-inline: 18px;
  }
  .art-caption {
    font-size: .52rem;
  }
  .mini-grid span {
    font-size: .69rem;
  }
  .mini-grid b {
    font-size: .61rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
    animation: none !important;
  }
  .hero-main-image {
    transform: none;
  }
}
@media print {
  .site-header,.topline,.site-footer,.closing,.article-sidebar,.related-section,.skip {
    display: none !important;
  }
  .wrap {
    width: 100%;
  }
  .article-layout {
    display: block;
  }
  .section {
    padding-block: 20px;
  }
  .article-body {
    font-size: 11pt;
  }
  .article-cover {
    max-width: 450px;
    margin: auto;
  }
  body {
    background: #fff;
    color: #111;
  }
  a {
    color: #111 !important;
  }
  .article-header h1 {
    font-size: 28pt;
  }
  .article-body h2 {
    page-break-after: avoid;
  }
  .article-body p {
    orphans: 3;
    widows: 3;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
    }
  }
}
