:root {
    --stc-navy: #082d3c;
    --stc-navy-2: #0d3c4d;
    --stc-teal: #00aeb8;
    --stc-teal-dark: #008d96;
    --stc-lime: #d9f35b;
    --stc-white: #ffffff;
    --stc-ink: #10232d;
    --stc-muted: #60717a;
    --stc-line: #dfe7e9;
    --stc-soft: #f4f8f8;
    --stc-soft-2: #eaf3f3;
    --stc-danger: #a72929;
    --stc-success: #176f42;
    --stc-shadow: 0 18px 48px rgba(8, 45, 60, .12);
    --stc-radius: 22px;
    --stc-radius-sm: 14px;
    --stc-shell: 1220px;
    --stc-header-h: 86px;
    --stc-font: "Segoe UI", "Aptos", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--stc-ink);
    background: var(--stc-white);
    font-family: var(--stc-font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--stc-teal-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--stc-navy); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
.stc-skip-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: -100px;
    padding: 10px 14px;
    background: var(--stc-navy);
    color: #fff;
    border-radius: 8px;
}
.stc-skip-link:focus { top: 16px; }

.stc-shell {
    width: min(calc(100% - 40px), var(--stc-shell));
    margin-inline: auto;
}
.stc-section { padding: 96px 0; }
.stc-section--soft { background: var(--stc-soft); }
.stc-page-section { padding: 68px 0 96px; }

.stc-eyebrow {
    margin: 0 0 12px;
    color: var(--stc-teal-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.stc-section h2,
.stc-membership-band h2,
.stc-location h2,
.stc-page-hero h1,
.stc-hero h1,
.stc-empty-state h1 {
    margin: 0;
    color: var(--stc-navy);
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.stc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}
.stc-section-heading--center { justify-content: center; text-align: center; }
.stc-section-heading h2 { max-width: 760px; font-size: clamp(2rem, 3.5vw, 3.3rem); }

.stc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.stc-button:hover { transform: translateY(-1px); }
.stc-button--primary { color: var(--stc-navy); background: var(--stc-lime); box-shadow: 0 8px 20px rgba(217, 243, 91, .22); }
.stc-button--primary:hover { color: var(--stc-navy); background: #e5fa78; }
.stc-button--dark { color: #fff; background: var(--stc-navy); }
.stc-button--dark:hover { color: #fff; background: var(--stc-navy-2); }
.stc-button--light { color: var(--stc-navy); background: #fff; }
.stc-button--light:hover { color: var(--stc-navy); background: var(--stc-soft); }
.stc-button--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.stc-button--ghost:hover { color: #fff; background: rgba(255,255,255,.16); }
.stc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.stc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--stc-navy);
    font-weight: 800;
    text-decoration: none;
}
.stc-text-link svg { transition: transform .18s ease; }
.stc-text-link:hover svg { transform: translateX(3px); }
.stc-text-link--light { color: #fff; }
.stc-text-link--light:hover { color: var(--stc-lime); }

/* Utility + header */
.stc-utility {
    position: relative;
    z-index: 1002;
    background: var(--stc-navy);
    color: #dce9ed;
    font-size: .82rem;
}
.stc-utility__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.stc-utility a { color: inherit; text-decoration: none; }
.stc-utility__contact { display: flex; gap: 22px; }
.stc-utility__contact a, .stc-utility__social a { display: inline-flex; align-items: center; gap: 7px; }
.stc-utility__contact svg { width: 15px; height: 15px; }
.stc-utility__social { display: flex; gap: 12px; }
.stc-utility__social a { color: #fff; }
.stc-utility__social svg { width: 17px; height: 17px; }

.stc-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(8,45,60,.07);
    box-shadow: 0 8px 28px rgba(8,45,60,.055);
    backdrop-filter: blur(18px);
}
.admin-bar .stc-header { top: 32px; }
.stc-header .stc-shell { width: min(calc(100% - 48px), 1460px); }
.stc-header__inner {
    min-height: 108px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.stc-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 268px;
    min-height: 82px;
    padding: 4px 0;
    text-decoration: none;
}
.stc-brand__image,
.stc-brand img {
    width: 100%;
    max-width: 268px;
    max-height: 86px;
    object-fit: contain;
    object-position: left center;
}

.stc-nav {
    margin-left: auto;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    background: var(--stc-navy);
    box-shadow: 0 12px 30px rgba(8,45,60,.15);
}
.stc-nav-list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.stc-nav-list > li { position: relative; }
.stc-nav-list > li > a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 13px;
    border-radius: 999px;
    color: rgba(255,255,255,.9);
    font-size: .86rem;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -.01em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .16s ease, background .16s ease, transform .16s ease;
}
.stc-nav-list > li.current-menu-item > a,
.stc-nav-list > li.current-menu-ancestor > a,
.stc-nav-list > li > a:hover,
.stc-nav-list > li > a:focus-visible {
    color: var(--stc-navy);
    background: var(--stc-lime);
}
.stc-nav-list > li > a:hover { transform: translateY(-1px); }
.stc-nav-list .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 224px;
    margin: 0;
    padding: 9px;
    list-style: none;
    border: 1px solid var(--stc-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(8,45,60,.17);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: .16s ease;
}
.stc-nav-list li:hover > .sub-menu, .stc-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.stc-nav-list .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}
.stc-nav-list .sub-menu a {
    display: block;
    padding: 10px 11px;
    border-radius: 10px;
    color: var(--stc-ink);
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}
.stc-nav-list .sub-menu a:hover,
.stc-nav-list .sub-menu a:focus-visible { color: var(--stc-navy); background: var(--stc-soft-2); }
.stc-header__cta {
    flex: 0 0 auto;
    min-height: 56px;
    padding-inline: 23px;
    box-shadow: 0 12px 26px rgba(217,243,91,.28);
}
.stc-nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--stc-navy);
    color: #fff;
    box-shadow: 0 9px 22px rgba(8,45,60,.15);
}
.stc-nav-toggle__close { display: none; }
.stc-nav-toggle[aria-expanded="true"] .stc-nav-toggle__open { display: none; }
.stc-nav-toggle[aria-expanded="true"] .stc-nav-toggle__close { display: inline-flex; }

/* Home hero */
.stc-hero {
    position: relative;
    min-height: min(760px, calc(100vh - 122px));
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--stc-navy);
}
.stc-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stc-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3,30,42,.88) 0%, rgba(3,30,42,.64) 48%, rgba(3,30,42,.18) 100%), linear-gradient(0deg, rgba(3,30,42,.4), transparent 50%);
}
.stc-hero__content { position: relative; z-index: 2; padding: 96px 0 110px; }
.stc-hero .stc-eyebrow { color: var(--stc-lime); }
.stc-hero h1 { max-width: 780px; color: #fff; font-size: clamp(3.4rem, 8vw, 7.4rem); }
.stc-hero__lead { max-width: 690px; margin: 24px 0 30px; color: #e8f0f2; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.stc-hero__facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 46px; color: #e8f0f2; }
.stc-hero__facts span { display: flex; align-items: baseline; gap: 7px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.28); }
.stc-hero__facts span:last-child { border: 0; }
.stc-hero__facts strong { color: #fff; font-size: 1.28rem; }

/* Quick actions */
.stc-quick-actions { position: relative; z-index: 4; margin-top: -48px; }
.stc-quick-actions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stc-action-card {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(8,45,60,.08);
    border-radius: 18px;
    color: var(--stc-ink);
    background: #fff;
    box-shadow: var(--stc-shadow);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}
.stc-action-card:hover { transform: translateY(-3px); border-color: rgba(0,174,184,.35); color: var(--stc-ink); }
.stc-action-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--stc-navy); background: var(--stc-soft-2); }
.stc-action-card__icon svg { width: 24px; height: 24px; }
.stc-action-card strong, .stc-action-card small { display: block; }
.stc-action-card strong { color: var(--stc-navy); font-size: 1rem; }
.stc-action-card small { margin-top: 3px; color: var(--stc-muted); font-size: .79rem; line-height: 1.35; }
.stc-action-card__arrow { color: var(--stc-teal-dark); }

/* Intro */
.stc-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.stc-section-copy > p:not(.stc-eyebrow) { max-width: 650px; color: var(--stc-muted); font-size: 1.08rem; }
.stc-section-copy h2 { max-width: 640px; margin-bottom: 24px; }
.stc-section-copy .stc-actions { margin-top: 28px; }
.stc-image-stack { position: relative; min-height: 510px; }
.stc-image-stack__main { position: absolute; inset: 0 54px 54px 0; width: calc(100% - 54px); height: calc(100% - 54px); object-fit: cover; border-radius: 28px; box-shadow: var(--stc-shadow); }
.stc-image-stack__small { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1.35; object-fit: cover; border: 7px solid #fff; border-radius: 22px; box-shadow: var(--stc-shadow); }
.stc-image-stack__badge { position: absolute; top: 28px; right: 0; width: 138px; padding: 18px; border-radius: 18px; color: var(--stc-navy); background: var(--stc-lime); box-shadow: var(--stc-shadow); }
.stc-image-stack__badge strong, .stc-image-stack__badge span { display: block; }
.stc-image-stack__badge strong { font-size: 2rem; line-height: 1; }
.stc-image-stack__badge span { margin-top: 6px; font-size: .75rem; font-weight: 700; line-height: 1.25; }

/* Schedules / features */
.stc-schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stc-schedule-card { padding: 24px; border: 1px solid var(--stc-line); border-radius: var(--stc-radius-sm); background: #fff; }
.stc-schedule-card span { display: block; color: var(--stc-teal-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.stc-schedule-card strong { display: block; margin-top: 7px; color: var(--stc-navy); font-size: 1.45rem; }
.stc-schedule-card p { margin: 5px 0 0; color: var(--stc-muted); }

.stc-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stc-feature-card { padding: 30px; border-radius: 20px; background: var(--stc-soft); }
.stc-feature-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--stc-navy); background: var(--stc-lime); }
.stc-feature-card > span svg { width: 26px; height: 26px; }
.stc-feature-card h3 { margin: 20px 0 8px; color: var(--stc-navy); font-size: 1.2rem; }
.stc-feature-card p { margin: 0; color: var(--stc-muted); }

/* Events */
.stc-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stc-event-grid--archive { grid-template-columns: repeat(2, 1fr); }
.stc-event-card { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 24px; border: 1px solid var(--stc-line); border-radius: 18px; background: #fff; }
.stc-event-card time { width: 74px; height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: var(--stc-navy); }
.stc-event-card time span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.stc-event-card time strong { font-size: 1.8rem; line-height: 1; }
.stc-event-card h2, .stc-event-card h3 { margin: 0 0 8px; color: var(--stc-navy); line-height: 1.2; }
.stc-event-card h3 { font-size: 1.15rem; }
.stc-event-card h2 { font-size: 1.35rem; }
.stc-event-card p { margin: 0 0 10px; color: var(--stc-muted); }

/* Membership band */
.stc-membership-band { padding: 76px 0; color: #fff; background: linear-gradient(120deg, var(--stc-navy), #07596a); }
.stc-membership-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.stc-membership-band .stc-eyebrow { color: var(--stc-lime); }
.stc-membership-band h2 { max-width: 760px; color: #fff; font-size: clamp(2.2rem, 4.5vw, 4.1rem); }
.stc-membership-band p:not(.stc-eyebrow) { max-width: 700px; margin-bottom: 0; color: #dce8eb; }
.stc-membership-band .stc-actions { flex: 0 0 auto; flex-direction: column; align-items: flex-start; }

/* Sponsors */
.stc-sponsor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.stc-sponsor { min-height: 122px; display: grid; place-items: center; padding: 18px; border: 1px solid var(--stc-line); border-radius: 18px; background: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.stc-sponsor:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(8,45,60,.09); }
.stc-sponsor img { max-width: 100%; max-height: 80px; width: auto; object-fit: contain; filter: saturate(.92); }
.stc-sponsor--platinum { grid-column: span 2; min-height: 160px; }
.stc-sponsor--platinum img { max-height: 118px; }

/* Location */
.stc-location { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 540px; background: var(--stc-soft); }
.stc-location__map iframe { width: 100%; height: 100%; min-height: 540px; display: block; border: 0; filter: saturate(.72) contrast(.95); }
.stc-location__content { align-self: center; max-width: 530px; padding: 64px 70px; }
.stc-location h2 { margin-bottom: 30px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.stc-location__item { display: flex; align-items: flex-start; gap: 13px; margin: 13px 0; color: var(--stc-muted); }
.stc-location__item svg { flex: 0 0 auto; margin-top: 3px; color: var(--stc-teal-dark); }
.stc-location__item a { color: inherit; text-decoration: none; }
.stc-location .stc-button { margin-top: 22px; }

/* Page hero */
.stc-page-hero { position: relative; min-height: 370px; display: flex; align-items: end; overflow: hidden; background: var(--stc-navy); color: #fff; }
.stc-page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stc-page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,36,49,.9), rgba(4,36,49,.34)); }
.stc-page-hero__content { position: relative; z-index: 2; padding: 80px 0 58px; }
.stc-page-hero .stc-eyebrow { color: var(--stc-lime); }
.stc-page-hero h1 { max-width: 850px; color: #fff; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.stc-page-hero--simple { min-height: 280px; align-items: center; background: linear-gradient(130deg, var(--stc-navy), #0a5d6d); }
.stc-page-hero--simple .stc-page-hero__content { padding-block: 70px; }

/* Generic content */
.stc-prose { max-width: 980px; }
.stc-prose > *:first-child { margin-top: 0; }
.stc-prose > *:last-child { margin-bottom: 0; }
.stc-prose p, .stc-prose li { color: #435961; }
.stc-prose p { margin: 0 0 1.25em; }
.stc-prose h2, .stc-prose h3, .stc-prose h4 { color: var(--stc-navy); letter-spacing: -.025em; line-height: 1.15; }
.stc-prose h2 { margin: 2.2em 0 .75em; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.stc-prose h3 { margin: 1.8em 0 .65em; font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.stc-prose h4 { margin: 1.5em 0 .6em; font-size: 1.15rem; }
.stc-prose ul, .stc-prose ol { padding-left: 1.4rem; }
.stc-prose li + li { margin-top: .45rem; }
.stc-prose hr { margin: 48px 0; border: 0; border-top: 1px solid var(--stc-line); }
.stc-prose blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--stc-teal); border-radius: 0 14px 14px 0; background: var(--stc-soft); }
.stc-prose table { width: 100%; border-collapse: collapse; margin: 26px 0 34px; border: 1px solid var(--stc-line); border-radius: 12px; overflow: hidden; }
.stc-prose th, .stc-prose td { padding: 14px 16px; border-bottom: 1px solid var(--stc-line); text-align: left; vertical-align: top; }
.stc-prose th { color: var(--stc-navy); background: var(--stc-soft-2); }
.stc-prose tr:last-child td { border-bottom: 0; }
.stc-prose img { border-radius: 16px; }
.stc-featured-image { width: 100%; margin-bottom: 34px; }

.stc-content-lead { max-width: 780px; margin-bottom: 34px; color: var(--stc-muted); font-size: 1.16rem; }
.stc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 30px 0; }
.stc-info-card { padding: 25px; border: 1px solid var(--stc-line); border-radius: 18px; background: #fff; }
.stc-info-card h3 { margin-top: 0; }
.stc-info-card p:last-child { margin-bottom: 0; }
.stc-highlight-card { margin: 30px 0; padding: 30px; border-radius: 20px; background: var(--stc-soft); }
.stc-highlight-card h2, .stc-highlight-card h3 { margin-top: 0; }
.stc-cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin: 38px 0; padding: 32px; border-radius: 20px; color: #fff; background: var(--stc-navy); }
.stc-cta-panel h2, .stc-cta-panel h3, .stc-cta-panel p { color: #fff; margin-top: 0; }
.stc-cta-panel p:last-child { margin-bottom: 0; }
.stc-cta-panel .stc-button { flex: 0 0 auto; }
.stc-pill-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0 !important; list-style: none; }
.stc-pill-list li { margin: 0 !important; padding: 8px 13px; border-radius: 999px; color: var(--stc-navy); background: var(--stc-soft-2); font-size: .9rem; font-weight: 700; }

.stc-person-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 34px 0; }
.stc-person-card { overflow: hidden; border: 1px solid var(--stc-line); border-radius: 20px; background: #fff; }
.stc-person-card img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; border-radius: 0; background: var(--stc-soft); }
.stc-person-card__body { padding: 20px; }
.stc-person-card__role { margin: 0 0 5px; color: var(--stc-teal-dark) !important; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stc-person-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.stc-person-card p:last-child { margin-bottom: 0; }
.stc-person-card--text { min-height: 230px; }
.stc-person-card--text .stc-person-card__body { display: flex; flex-direction: column; justify-content: center; height: 100%; }

.stc-rate-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
.stc-rate-card { padding: 26px; border: 1px solid var(--stc-line); border-radius: 18px; background: #fff; }
.stc-rate-card small { display: block; color: var(--stc-muted); }
.stc-rate-card strong { display: block; margin-top: 6px; color: var(--stc-navy); font-size: 1.7rem; }

/* Contact form */
.stc-contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; }
.stc-contact-details { padding: 28px; border-radius: 20px; background: var(--stc-soft); }
.stc-contact-details h2 { margin-top: 0; }
.stc-contact-details a { word-break: break-word; }
.stc-contact-form-wrap { max-width: 780px; }
.stc-contact-form { display: grid; gap: 18px; }
.stc-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stc-contact-form label { display: grid; gap: 7px; color: var(--stc-navy); font-weight: 700; }
.stc-contact-form label span small { color: var(--stc-muted); font-weight: 500; }
.stc-contact-form input, .stc-contact-form textarea {
    width: 100%;
    border: 1px solid #cbd8dc;
    border-radius: 12px;
    padding: 12px 14px;
    color: var(--stc-ink);
    background: #fff;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.stc-contact-form input:focus, .stc-contact-form textarea:focus { border-color: var(--stc-teal); box-shadow: 0 0 0 4px rgba(0,174,184,.12); }
.stc-honeypot { position: absolute; left: -10000px; }
.stc-form-message { margin-bottom: 20px; padding: 13px 16px; border-radius: 12px; font-weight: 700; }
.stc-form-message--success { color: var(--stc-success); background: #eaf7f0; }
.stc-form-message--error { color: var(--stc-danger); background: #fbecec; }

/* Gallery */
.stc-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stc-gallery__item { padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: var(--stc-soft); }
.stc-gallery__item img { width: 100%; aspect-ratio: 1.3; object-fit: cover; transition: transform .25s ease; }
.stc-gallery__item:hover img { transform: scale(1.035); }
.stc-lightbox { width: min(1100px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 18px; background: #071f2a; overflow: visible; }
.stc-lightbox::backdrop { background: rgba(2,16,22,.86); backdrop-filter: blur(6px); }
.stc-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 18px; }
.stc-lightbox__close { position: absolute; top: -18px; right: -18px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--stc-navy); box-shadow: var(--stc-shadow); }

/* Posts */
.stc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stc-post-card { overflow: hidden; border: 1px solid var(--stc-line); border-radius: 20px; background: #fff; }
.stc-post-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.stc-post-card > div { padding: 22px; }
.stc-post-card h2 { margin: 0 0 10px; font-size: 1.35rem; line-height: 1.2; }
.stc-post-card h2 a { color: var(--stc-navy); text-decoration: none; }
.stc-post-card p { color: var(--stc-muted); }

/* Footer */
.stc-footer { padding: 72px 0 20px; color: #cfe0e5; background: #041f2b; }
.stc-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 48px; }
.stc-footer h2 { margin: 0 0 18px; color: #fff; font-size: 1rem; }
.stc-footer a { color: inherit; }
.stc-footer__brand img { width: 190px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .96; }
.stc-footer__brand p { max-width: 360px; margin: 0; }
.stc-footer__links { margin: 0; padding: 0; list-style: none; }
.stc-footer__links li + li { margin-top: 8px; }
.stc-footer__links a { text-decoration: none; }
.stc-footer__links a:hover { color: #fff; }
.stc-footer address { font-style: normal; }
.stc-footer__social { display: flex; gap: 10px; margin-top: 22px; }
.stc-footer__social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.stc-footer__cta .stc-button { margin-bottom: 12px; }
.stc-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8eabb5; font-size: .82rem; }
.stc-footer__bottom p { margin: 0; }

.stc-empty-state { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.stc-empty-state h1 { margin-bottom: 14px; }
.stc-empty-state p { color: var(--stc-muted); }
.stc-empty-state .stc-button { margin-top: 15px; }

@media (max-width: 1320px) {
    .stc-header .stc-shell { width: min(calc(100% - 36px), 1320px); }
    .stc-brand { width: 232px; }
    .stc-brand__image, .stc-brand img { max-width: 232px; max-height: 80px; }
    .stc-header__inner { gap: 18px; }
    .stc-nav-list > li > a { padding-inline: 10px; font-size: .81rem; }
    .stc-header__cta { padding-inline: 18px; }
}

@media (max-width: 1120px) {
    .stc-header__cta { display: none; }
    .stc-brand { width: 218px; }
    .stc-brand__image, .stc-brand img { max-width: 218px; }
    .stc-nav-list > li > a { padding-inline: 9px; font-size: .79rem; }
    .stc-quick-actions__grid { grid-template-columns: repeat(2, 1fr); }
    .stc-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .stc-sponsor-grid { grid-template-columns: repeat(3, 1fr); }
    .stc-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .stc-footer__cta { grid-column: 2 / -1; }
}

@media (max-width: 920px) {
    :root { --stc-header-h: 82px; }
    .admin-bar .stc-header { top: 46px; }
    .stc-utility__contact a:last-child { display: none; }
    .stc-header .stc-shell { width: min(calc(100% - 32px), var(--stc-shell)); }
    .stc-header__inner { min-height: var(--stc-header-h); gap: 14px; }
    .stc-brand { width: 210px; min-height: 68px; }
    .stc-brand__image, .stc-brand img { max-width: 210px; max-height: 72px; }
    .stc-nav-toggle { display: inline-flex; margin-left: auto; }
    .stc-nav {
        position: fixed;
        top: calc(36px + var(--stc-header-h));
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 22px 20px 44px;
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        background: linear-gradient(160deg, var(--stc-navy), #07596a);
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: .18s ease;
    }
    .admin-bar .stc-nav { top: calc(36px + var(--stc-header-h) + 46px); }
    .nav-open .stc-nav { opacity: 1; visibility: visible; transform: none; }
    .stc-nav-list { display: block; }
    .stc-nav-list > li + li { margin-top: 4px; }
    .stc-nav-list > li > a { min-height: 54px; padding: 12px 15px; color: #fff; font-size: 1.08rem; }
    .stc-nav-list > li.current-menu-item > a,
    .stc-nav-list > li.current-menu-ancestor > a,
    .stc-nav-list > li > a:hover,
    .stc-nav-list > li > a:focus-visible { color: var(--stc-navy); background: var(--stc-lime); }
    .stc-nav-list .sub-menu { position: static; width: auto; display: block; margin: 2px 0 10px 16px; padding: 3px 0 3px 12px; border: 0; border-left: 1px solid rgba(255,255,255,.18); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .stc-nav-list .sub-menu::before { display: none; }
    .stc-nav-list .sub-menu a { padding: 8px 10px; color: rgba(255,255,255,.78); }
    .stc-nav-list .sub-menu a:hover, .stc-nav-list .sub-menu a:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
    .stc-hero { min-height: 680px; }
    .stc-hero__content { padding-block: 90px; }
    .stc-hero__facts { gap: 15px; }
    .stc-hero__facts span { padding-right: 15px; }
    .stc-split { grid-template-columns: 1fr; gap: 46px; }
    .stc-image-stack { min-height: 460px; }
    .stc-schedule-grid { grid-template-columns: repeat(2, 1fr); }
    .stc-event-grid, .stc-event-grid--archive { grid-template-columns: 1fr; }
    .stc-membership-band__inner { align-items: flex-start; flex-direction: column; }
    .stc-location { grid-template-columns: 1fr; }
    .stc-location__map iframe { min-height: 360px; }
    .stc-location__content { max-width: none; padding: 50px 40px; }
    .stc-person-grid { grid-template-columns: repeat(2, 1fr); }
    .stc-gallery { grid-template-columns: repeat(3, 1fr); }
    .stc-contact-layout { grid-template-columns: 1fr; }
    .stc-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .stc-shell { width: min(calc(100% - 28px), var(--stc-shell)); }
    .stc-section { padding: 68px 0; }
    .stc-page-section { padding: 46px 0 70px; }
    .stc-utility__inner { min-height: 34px; }
    .stc-utility__contact { gap: 10px; }
    .stc-utility__contact span { font-size: .75rem; }
    .stc-utility__social { gap: 8px; }
    .stc-header__inner { min-height: 78px; }
    .stc-brand { width: 190px; min-height: 64px; }
    .stc-brand__image, .stc-brand img { max-width: 190px; max-height: 68px; }
    .stc-nav { top: 112px; }
    .admin-bar .stc-nav { top: 158px; }
    .stc-hero { min-height: 650px; align-items: end; }
    .stc-hero__overlay { background: linear-gradient(0deg, rgba(3,30,42,.94) 5%, rgba(3,30,42,.54) 70%, rgba(3,30,42,.28)); }
    .stc-hero__content { padding: 92px 0 88px; }
    .stc-hero h1 { font-size: clamp(3.15rem, 17vw, 5.2rem); }
    .stc-hero__lead { font-size: 1.03rem; }
    .stc-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 34px; }
    .stc-hero__facts span { display: block; padding: 0; border: 0; font-size: .73rem; }
    .stc-hero__facts strong { display: block; font-size: 1.05rem; }
    .stc-actions { align-items: stretch; }
    .stc-actions .stc-button { width: 100%; }
    .stc-quick-actions { margin-top: -34px; }
    .stc-quick-actions__grid { grid-template-columns: 1fr; gap: 8px; }
    .stc-action-card { min-height: 94px; grid-template-columns: 44px 1fr auto; padding: 16px; }
    .stc-action-card__icon { width: 44px; height: 44px; }
    .stc-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
    .stc-image-stack { min-height: 360px; }
    .stc-image-stack__main { inset: 0 38px 38px 0; width: calc(100% - 38px); height: calc(100% - 38px); }
    .stc-image-stack__small { width: 52%; border-width: 5px; }
    .stc-image-stack__badge { top: 18px; width: 112px; padding: 14px; }
    .stc-schedule-grid { grid-template-columns: 1fr; }
    .stc-feature-grid { grid-template-columns: 1fr; }
    .stc-feature-card { padding: 24px; }
    .stc-event-card { grid-template-columns: 62px 1fr; gap: 14px; padding: 18px; }
    .stc-event-card time { width: 62px; height: 70px; }
    .stc-membership-band { padding: 58px 0; }
    .stc-sponsor-grid { grid-template-columns: repeat(2, 1fr); }
    .stc-sponsor--platinum { grid-column: span 2; }
    .stc-location__content { padding: 44px 22px; }
    .stc-page-hero { min-height: 300px; }
    .stc-page-hero__content { padding: 60px 0 42px; }
    .stc-page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
    .stc-prose table { display: block; overflow-x: auto; white-space: nowrap; }
    .stc-card-grid, .stc-rate-grid { grid-template-columns: 1fr; }
    .stc-person-grid { grid-template-columns: 1fr; }
    .stc-person-card:not(.stc-person-card--text) { display: grid; grid-template-columns: 118px 1fr; }
    .stc-person-card img { height: 100%; aspect-ratio: auto; }
    .stc-person-card__body { padding: 17px; }
    .stc-cta-panel { align-items: flex-start; flex-direction: column; padding: 24px; }
    .stc-form-grid { grid-template-columns: 1fr; }
    .stc-gallery { grid-template-columns: repeat(2, 1fr); gap: 7px; }
    .stc-lightbox__close { top: -12px; right: -6px; }
    .stc-post-grid { grid-template-columns: 1fr; }
    .stc-footer { padding-top: 54px; }
    .stc-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .stc-footer__cta { grid-column: auto; }
    .stc-footer__bottom { flex-direction: column; gap: 8px; margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
