:root {
    --ink: #19251f;
    --muted: #5d6b64;
    --surface: #ffffff;
    --surface-soft: #f2f6f1;
    --brand: #176b4d;
    --brand-dark: #0e4d37;
    --logo-green: #00a100;
    --accent: #d8a931;
    --border: #d9e2dc;
    --danger: #9e2a2b;
    --success: #176b4d;
    --shadow: 0 18px 45px rgba(22, 46, 35, 0.1);
    --radius: 16px;
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}

body,
input,
textarea,
select,
button {
    font-size: 1rem;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.15;
}

h1 {
    max-width: 760px;
    margin-bottom: 1rem;
    font-size: clamp(2.6rem, 8vw, 5.7rem);
    letter-spacing: -0.055em;
}

h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: -0.035em;
}

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

code {
    padding: 0.15em 0.35em;
    border-radius: 5px;
    background: #e4ebe6;
    font-size: 0.9em;
}

.container {
    width: min(1120px, calc(100% - 2rem));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid rgba(217, 226, 220, 0.85);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(12px);
}

.nav-wrap {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
}

.brand {
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.brand span {
    color: var(--brand);
}

.brand--header {
    flex: 0 0 auto;
    line-height: 0;
}

.header-logo {
    display: block;
    width: auto;
    height: 28px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-nav a {
    color: var(--muted);
    font-weight: 650;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
    color: var(--brand);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background: var(--ink);
}

.hero {
    display: grid;
    min-height: 680px;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(216, 169, 49, 0.24), transparent 26rem),
        linear-gradient(135deg, #edf5ef 0%, #fbfcf9 64%);
}

.hero__content {
    padding-block: 6rem;
}

.hero__lead {
    max-width: 660px;
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.eyebrow {
    margin-bottom: 0.75rem;
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.25rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--brand);
    box-shadow: 0 8px 20px rgba(23, 107, 77, 0.18);
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.button:hover {
    color: #fff;
    background: var(--brand-dark);
    transform: translateY(-1px);
}

.button--secondary {
    color: var(--brand);
    border: 1px solid var(--brand);
    background: transparent;
    box-shadow: none;
}

.button--secondary:hover {
    color: var(--brand-dark);
    background: rgba(23, 107, 77, 0.08);
}

.button--full {
    width: 100%;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.nav-cta {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    color: #fff !important;
    background: var(--brand);
}

.nav-logout {
    display: block;
}

.nav-logout button {
    padding: 0;
    border: 0;
    color: var(--muted);
    background: transparent;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

.nav-logout button:hover {
    color: var(--brand);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
}

.connection-card {
    position: relative;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border: 1px solid rgba(23, 107, 77, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 70px rgba(22, 46, 35, 0.14);
    transform: rotate(2deg);
}

.connection-card__people {
    display: flex;
    margin-bottom: 1.5rem;
}

.connection-card__people span {
    display: grid;
    width: 56px;
    height: 56px;
    margin-left: -8px;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--brand);
    font-size: 0.8rem;
    font-weight: 800;
}

.connection-card__people span:first-child {
    margin-left: 0;
    background: #d68c5b;
}

.connection-card__people span:last-child {
    background: #596f9a;
}

.connection-card__quote {
    color: var(--ink);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 750;
    line-height: 1.35;
}

.connection-card__line {
    display: flex;
    gap: 0.45rem;
}

.connection-card__line span {
    width: 34px;
    height: 5px;
    border-radius: 999px;
    background: var(--accent);
}

.split-heading,
.story-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 8vw, 7rem);
    align-items: start;
}

.section-intro,
.page-lead {
    color: var(--muted);
    font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.card__number {
    display: block;
    margin-bottom: 2.4rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.invitation {
    text-align: center;
}

.invitation__inner {
    max-width: 780px;
}

.invitation__inner p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.2rem;
}

.page-hero,
.member-hero {
    padding-block: clamp(4.5rem, 10vw, 8rem);
    background: linear-gradient(145deg, #edf5ef, #fbfcf9);
}

.page-hero--compact {
    padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.prose--wide {
    max-width: 930px;
}

.section--tight {
    padding-block: clamp(3rem, 6vw, 5rem);
}

.auth-page {
    min-height: calc(100vh - 72px);
    padding-block: clamp(3rem, 8vw, 6rem);
    background: linear-gradient(145deg, #edf5ef, #fff 60%);
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
    gap: clamp(2rem, 8vw, 7rem);
    align-items: center;
}

.auth-intro h1 {
    font-size: clamp(2.8rem, 7vw, 5.2rem);
}

.auth-intro > p:last-child {
    max-width: 560px;
    color: var(--muted);
    font-size: 1.15rem;
}

.auth-card h2,
.profile-card h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.form-row > div {
    display: grid;
    gap: 0.65rem;
}

.field-hint,
.privacy-note,
.auth-switch,
.social-note {
    color: var(--muted);
    font-size: 0.9rem;
}

.field-hint {
    margin: -0.25rem 0 0;
}

.auth-switch {
    margin: 1.2rem 0 0;
    text-align: center;
}

.divider {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 1.3rem 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.divider::before,
.divider::after {
    height: 1px;
    flex: 1;
    background: var(--border);
    content: '';
}

.social-auth {
    display: grid;
    gap: 0.8rem;
}

.provider-note {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.social-button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--ink);
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.social-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.social-button__label {
    line-height: 1.2;
}

.social-button:hover {
    border-color: var(--brand);
}

.social-button[aria-disabled="true"] {
    color: #77827c;
    background: #f5f7f5;
    cursor: not-allowed;
}

.social-button__status {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.social-button small {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.member-page {
    min-height: 70vh;
    background: #fbfcfa;
}

.member-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 1rem;
}

.member-card,
.profile-summary {
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
}

.member-card--primary {
    grid-row: span 2;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: var(--ink);
    color: #fff;
}

.member-card--primary p:not(.eyebrow) {
    color: #cfdbd4;
}

.member-card h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.status-pill {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #e1eee6;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.2fr);
    gap: 1.25rem;
    align-items: start;
}

.profile-summary {
    text-align: center;
}

.profile-summary h2 {
    font-size: 1.35rem;
}

.profile-summary p {
    color: var(--muted);
}

.avatar {
    display: grid;
    width: 88px;
    height: 88px;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--brand);
    font-size: 1.4rem;
    font-weight: 850;
}

.footer-layout {
    padding-block: 1.4rem;
}

.brand--footer {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: #fff;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
}

.footer-links a {
    color: #d7e0db;
    text-decoration: none;
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #aebcb4;
    font-size: 0.85rem;
}

.footer-bottom p {
    margin: 0;
}

.chat-widget {
    position: fixed;
    z-index: 100;
    right: 1.5rem;
    bottom: 1.5rem;
}

.chat-launcher {
    position: relative;
    display: grid;
    width: 60px;
    height: 60px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #1b875f;
    box-shadow: 0 12px 30px rgba(15, 61, 44, 0.32);
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.chat-launcher:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
}

.chat-launcher:focus-visible,
.chat-close:focus-visible,
.chat-composer button:focus-visible {
    outline: 3px solid rgba(216, 169, 49, 0.7);
    outline-offset: 3px;
}

.chat-launcher svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.chat-launcher__close {
    display: none;
}

.chat-widget.is-open .chat-launcher__open {
    display: none;
}

.chat-widget.is-open .chat-launcher__close {
    display: block;
}

.chat-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.9rem);
    display: grid;
    width: min(380px, calc(100vw - 2rem));
    height: min(570px, calc(100vh - 7.5rem));
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(25, 37, 31, 0.14);
    border-radius: 18px;
    background: #efeae2;
    box-shadow: 0 24px 70px rgba(18, 38, 29, 0.28);
    transform-origin: bottom right;
    animation: chat-open 180ms ease-out;
}

.chat-panel[hidden] {
    display: none;
}

@keyframes chat-open {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.chat-panel__header {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    color: #fff;
    background: #176b4d;
}

.chat-panel__header h2,
.chat-panel__header p {
    margin: 0;
}

.chat-heading {
    min-width: 0;
    flex: 1;
}

.chat-heading h2,
.chat-heading p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-panel__header h2 {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
}

.chat-panel__header p {
    color: #dcebe4;
    font-size: 0.76rem;
}

.chat-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #fff;
    background: #0e4d37;
    font-size: 0.78rem;
    font-weight: 850;
}

.chat-close {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.chat-header-button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.chat-header-button:hover {
    background: rgba(255, 255, 255, 0.12);
}

.chat-header-button svg,
.friend-empty__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.chat-list-view {
    min-height: 0;
    overflow-y: auto;
    padding: 0.8rem;
    background: #fbfcfa;
}

.friend-add-form {
    margin-bottom: 0.9rem;
    padding: 0.85rem;
    border: 1px solid #cfdcd4;
    border-radius: 12px;
    background: #edf5ef;
}

.friend-add-form strong,
.friend-add-form p {
    margin: 0;
}

.friend-add-form p {
    color: var(--muted);
    font-size: 0.78rem;
}

.friend-add-form__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
}

.friend-add-form input {
    min-width: 0;
    padding: 0.65rem 0.7rem;
}

.friend-add-form button,
.friend-accept,
.friend-empty button {
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--brand);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 750;
    cursor: pointer;
}

.friend-add-form button {
    padding-inline: 0.8rem;
}

.friend-add-form .contact-picker-button {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.15rem;
    border: 1px solid var(--brand);
    color: var(--brand);
    background: #fff;
}

.contact-picker-button:hover {
    background: #f4f9f6;
}

.contact-picker-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.friend-add-form .contact-privacy {
    color: #6b7770;
    font-size: 0.68rem;
    text-align: center;
}

.contact-matches {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.contact-matches h3 {
    margin: 0 0 0.45rem;
    color: var(--brand-dark);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.friend-add-form button:disabled,
.friend-accept:disabled {
    opacity: 0.55;
    cursor: wait;
}

.chat-status--list {
    margin: 0 0 0.45rem;
}

.friend-section + .friend-section {
    margin-top: 1rem;
}

.friend-section h3 {
    margin: 0 0 0.45rem;
    color: var(--muted);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.friend-list {
    display: grid;
    gap: 0.35rem;
}

.friend-row {
    display: flex;
    width: 100%;
    min-height: 66px;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem;
    border: 0;
    border-radius: 11px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    text-align: left;
    box-shadow: 0 1px 3px rgba(25, 37, 31, 0.08);
}

button.friend-row {
    cursor: pointer;
}

button.friend-row:hover {
    background: #f0f6f2;
}

.friend-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #596f9a;
    font-size: 0.78rem;
    font-weight: 850;
}

.friend-details {
    display: grid;
    min-width: 0;
    flex: 1;
}

.friend-details strong,
.friend-details small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.friend-details strong {
    font-size: 0.9rem;
}

.friend-details small {
    color: var(--muted);
    font-size: 0.72rem;
}

.friend-unread {
    display: grid;
    min-width: 22px;
    height: 22px;
    padding-inline: 0.35rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--brand);
    font-size: 0.65rem;
    font-weight: 800;
}

.friend-accept {
    padding: 0.48rem 0.72rem;
}

.friend-pending {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 750;
}

.friend-empty,
.chat-guest-view {
    display: grid;
    padding: 2.2rem 1.2rem;
    place-items: center;
    text-align: center;
}

.friend-empty__icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 0.8rem;
    place-items: center;
    border-radius: 50%;
    color: var(--brand);
    background: #e1eee6;
}

.friend-empty strong,
.friend-empty p,
.chat-guest-view h3,
.chat-guest-view p {
    margin: 0;
}

.friend-empty p,
.chat-guest-view p {
    max-width: 280px;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.friend-empty button {
    margin-top: 0.9rem;
    padding: 0.6rem 0.9rem;
}

.chat-conversation {
    display: grid;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) auto;
}

.chat-guest-view {
    align-content: center;
    background: #fbfcfa;
}

.chat-guest-view h3 {
    font-size: 1.2rem;
}

.chat-launcher__badge {
    position: absolute;
    top: -3px;
    right: -3px;
    display: grid;
    min-width: 22px;
    height: 22px;
    padding-inline: 0.3rem;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #d43b3b;
    font-size: 0.62rem;
    font-weight: 850;
}

.chat-close:hover {
    background: rgba(255, 255, 255, 0.12);
}

.chat-close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.chat-panel__body {
    overflow-y: auto;
    padding: 1rem;
    background-color: #efeae2;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(23, 107, 77, 0.045) 0 2px, transparent 2px),
        radial-gradient(circle at 80% 65%, rgba(23, 107, 77, 0.04) 0 2px, transparent 2px);
    background-size: 34px 34px, 42px 42px;
}

.chat-day {
    margin-bottom: 0.8rem;
    text-align: center;
}

.chat-day span {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    color: #52625a;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 2px rgba(25, 37, 31, 0.08);
    font-size: 0.68rem;
    font-weight: 750;
    text-transform: uppercase;
}

.chat-messages {
    display: grid;
    gap: 0.55rem;
}

.chat-message-row {
    display: flex;
}

.chat-message-row--member {
    justify-content: flex-end;
}

.chat-message {
    width: fit-content;
    max-width: 86%;
    margin-bottom: 0.55rem;
    padding: 0.65rem 0.75rem 0.45rem;
    border-radius: 4px 13px 13px 13px;
    color: #1d2822;
    background: #fff;
    box-shadow: 0 1px 2px rgba(25, 37, 31, 0.12);
    font-size: 0.9rem;
}

.chat-message--member {
    border-radius: 13px 4px 13px 13px;
    background: #d9fdd3;
}

.chat-message p {
    margin: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.chat-message p + p {
    margin-top: 0.45rem;
}

.chat-message time {
    display: block;
    margin-top: 0.25rem;
    color: #718079;
    font-size: 0.64rem;
    text-align: right;
}

.chat-status {
    min-height: 1.2rem;
    margin: 0.4rem 0 0;
    color: #607068;
    font-size: 0.72rem;
    text-align: center;
}

.chat-status--error {
    color: var(--danger);
}

.chat-composer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 0.55rem;
    align-items: end;
    padding: 0.7rem;
    border-top: 1px solid rgba(25, 37, 31, 0.1);
    background: #f7f5f2;
}

.chat-composer textarea {
    min-height: 46px;
    max-height: 105px;
    padding: 0.7rem 0.9rem;
    border: 1px solid #d6ddd8;
    border-radius: 22px;
    resize: none;
}

.chat-composer button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #176b4d;
    cursor: pointer;
}

.chat-composer button:disabled {
    opacity: 0.55;
    cursor: wait;
}

.chat-composer button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.chat-guest-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.8rem;
    border-top: 1px solid rgba(25, 37, 31, 0.1);
    background: #f7f5f2;
}

.chat-guest-actions .button {
    min-height: 42px;
    padding: 0.55rem 1.1rem;
}

.chat-guest-actions > a:not(.button) {
    font-weight: 700;
}

.community-page {
    min-height: 70vh;
    background: #fbfcfa;
}

.discover-title {
    color: var(--logo-green);
}

.preference-panel {
    margin-bottom: clamp(3rem, 7vw, 5rem);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.preference-panel summary {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
}

.preference-panel summary > span {
    color: var(--logo-green);
    font-size: clamp(1.1rem, 2.1vw, 1.4rem);
    line-height: 1.25;
    white-space: nowrap;
}

.preference-panel summary small {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 650;
}

.preference-panel[open] summary {
    border-bottom: 1px solid var(--border);
}

.preference-form,
.meetup-form {
    gap: 1rem;
    padding: clamp(1rem, 4vw, 2rem);
}

.preference-form fieldset {
    min-width: 0;
    padding: 0;
    border: 0;
}

.preference-form legend {
    max-width: 100%;
    color: var(--logo-green);
    font-size: clamp(0.82rem, 2.1vw, 1.4rem);
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.interest-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
}

.interest-option {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.interest-option > .interest-option__card {
    height: 100%;
}

.interest-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.interest-option > .interest-option__card {
    position: relative;
    display: block;
    aspect-ratio: 25 / 42;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(8, 20, 14, 0.16);
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.interest-option > .interest-option__card::before {
    position: absolute;
    z-index: 2;
    top: 0.65rem;
    right: 0.65rem;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--brand);
    content: "✓";
    font-size: 0.9rem;
    font-weight: 900;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 150ms ease, transform 150ms ease;
}

.interest-option__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 220ms ease;
}

.interest-option:hover .interest-option__image {
    transform: scale(1.035);
}

.interest-option input:checked + .interest-option__card {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(23, 107, 77, 0.28), 0 10px 28px rgba(8, 20, 14, 0.2);
}

.interest-option input:checked + .interest-option__card::before {
    opacity: 1;
    transform: scale(1);
}

.interest-option input:focus-visible + .interest-option__card {
    outline: 4px solid var(--accent);
    outline-offset: 3px;
}

.interest-option input:disabled + .interest-option__card {
    opacity: 0.5;
    cursor: not-allowed;
}

html.a11y-reduce-motion .interest-option:hover .interest-option__image {
    transform: none;
}

@media (max-width: 1050px) {
    .interest-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .interest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .interest-option > .interest-option__card {
        border-radius: 9px;
    }

    .interest-option > .interest-option__card::before {
        top: 0.3rem;
        right: 0.3rem;
        width: 24px;
        height: 24px;
        border-width: 1px;
        font-size: 0.7rem;
    }
}

.area-preference {
    max-width: 680px;
    padding-top: 0.5rem;
}

.discovery-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.discovery-heading h2,
.discovery-heading p {
    margin-bottom: 0;
}

.area-filter {
    display: grid;
    min-width: min(100%, 350px);
    gap: 0.35rem;
}

.area-filter label {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}

.area-filter > div,
.meetup-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
}

.area-filter button,
.meetup-filters button {
    padding-inline: 0.9rem;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--brand);
    font-weight: 750;
    cursor: pointer;
}

.form-error {
    color: var(--danger);
}

.community-empty {
    padding: clamp(2.5rem, 7vw, 5rem);
    border: 1px dashed #b9c9c0;
    border-radius: var(--radius);
    text-align: center;
    background: #f5f8f5;
}

.community-empty h3,
.community-empty p {
    margin: 0;
}

.community-empty p {
    margin-top: 0.4rem;
    color: var(--muted);
}

.people-grid,
.meetup-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.person-card,
.meetup-card {
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 25px rgba(22, 46, 35, 0.07);
}

.person-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
}

.person-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.person-card__top > span {
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #e1eee6;
    font-size: 0.68rem;
    font-weight: 800;
}

.person-avatar {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #596f9a;
    font-size: 0.9rem;
    font-weight: 850;
}

.person-card h3 {
    margin-bottom: 0.2rem;
}

.person-area {
    margin-bottom: 0.8rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.interest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
}

.interest-tags span {
    padding: 0.3rem 0.55rem;
    border-radius: 7px;
    color: #405148;
    background: #f0f4f1;
    font-size: 0.68rem;
    font-weight: 700;
}

.person-card > form,
.person-card > .button,
.person-card > .connection-status {
    margin-top: auto;
}

.person-card > form .button {
    margin-top: 0;
}

.connection-status {
    display: inline-flex;
    width: fit-content;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #e1eee6;
    font-size: 0.76rem;
    font-weight: 800;
}

.meetup-form select,
.meetup-filters select {
    appearance: auto;
}

.safety-callout {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid var(--accent);
    border-radius: 8px;
    color: #4d4429;
    background: #fff8df;
    font-size: 0.82rem;
}

.meetup-filters {
    grid-template-columns: minmax(140px, 1fr) minmax(160px, 1fr) minmax(120px, 0.8fr) auto;
    min-width: min(100%, 720px);
}

.compact-checkbox {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    cursor: pointer;
}

.compact-checkbox input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: var(--brand);
}

.filter-help {
    width: fit-content;
    font-size: 0.78rem;
}

.shared-accessibility,
.meetup-accessibility {
    display: grid;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-left: 3px solid var(--brand);
    border-radius: 8px;
    background: var(--surface-soft);
}

.shared-accessibility > strong,
.meetup-accessibility > strong {
    font-size: 0.75rem;
}

.accessibility-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.accessibility-tags span {
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--brand);
    border-radius: 999px;
    color: var(--brand-dark);
    background: var(--surface);
    font-size: 0.68rem;
    font-weight: 750;
}

.meetup-accessibility p {
    margin: 0;
    color: var(--muted);
    font-size: 0.76rem;
}

.meetup-accessibility-picker {
    min-width: 0;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.meetup-accessibility-picker legend {
    padding-inline: 0.35rem;
    font-weight: 800;
}

.accessibility-grid--compact .access-option span {
    padding: 0.65rem;
}

.meetup-card {
    display: flex;
    min-height: 390px;
    flex-direction: column;
}

.meetup-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.meetup-card__meta span {
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #e8f2eb;
    font-size: 0.68rem;
    font-weight: 750;
}

.meetup-card h3 {
    margin-bottom: 0.65rem;
}

.meetup-card > p {
    color: var(--muted);
    font-size: 0.88rem;
}

.meetup-card dl {
    display: grid;
    gap: 0.45rem;
    margin: auto 0 1.2rem;
}

.meetup-card dl div {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 0.5rem;
}

.meetup-card dt {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 750;
    text-transform: uppercase;
}

.meetup-card dd {
    margin: 0;
    font-size: 0.8rem;
}

.meetup-card form .button {
    margin-top: 0;
}

.section {
    padding-block: clamp(4rem, 9vw, 7rem);
}

.section--muted {
    background: var(--surface-soft);
}

.section-heading {
    max-width: 700px;
    margin-bottom: 2.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.card,
.form-card {
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.card h3 {
    margin-bottom: 0.65rem;
}

.card p {
    margin-bottom: 0;
    color: var(--muted);
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(2rem, 7vw, 6rem);
    align-items: start;
}

form {
    display: grid;
    gap: 0.65rem;
}

label {
    margin-top: 0.55rem;
    font-weight: 750;
}

input,
textarea,
select {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border: 1px solid #b9c7be;
    border-radius: 9px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--brand);
    outline: 3px solid rgba(23, 107, 77, 0.15);
}

.label-optional {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-top: 0.8rem;
    padding: 0.85rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface-soft);
    cursor: pointer;
}

.checkbox-row input {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    flex: 0 0 18px;
    accent-color: var(--brand);
}

.checkbox-row span {
    display: grid;
    gap: 0.2rem;
}

.checkbox-row strong {
    font-size: 0.9rem;
}

.checkbox-row small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 500;
}

textarea {
    resize: vertical;
}

form .button {
    justify-self: start;
    margin-top: 0.8rem;
}

.alert {
    margin-bottom: 1.2rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid;
    border-radius: 8px;
    background: var(--surface-soft);
}

.alert ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.alert--success {
    border-color: var(--success);
}

.alert--error {
    border-color: var(--danger);
}

.prose {
    max-width: 780px;
}

.prose h1 {
    font-size: clamp(2.4rem, 7vw, 4.8rem);
}

.prose p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.1rem;
}

.site-footer {
    padding-block: 2rem;
    color: #d7e0db;
    background: var(--ink);
}

.footer-layout {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.footer-layout p {
    margin: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 740px) {
    .nav-toggle {
        display: block;
    }

    .header-logo {
        height: 20px;
    }

    .site-nav {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        padding: 1rem;
        border-bottom: 1px solid var(--border);
        background: #fff;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: grid;
    }

    .card-grid,
    .contact-layout,
    .hero__grid,
    .split-heading,
    .story-grid,
    .auth-shell,
    .member-grid,
    .profile-layout {
        grid-template-columns: 1fr;
    }

    .people-grid,
    .meetup-grid {
        grid-template-columns: 1fr;
    }

    .discovery-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .area-filter,
    .meetup-filters {
        min-width: 0;
    }

    .meetup-filters {
        grid-template-columns: 1fr;
    }

    .meetup-filters button {
        min-height: 44px;
    }

    .hero__content {
        padding-bottom: 1rem;
    }

    .connection-card {
        margin-bottom: 4rem;
        transform: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .member-card--primary {
        grid-row: auto;
    }

    .hero {
        min-height: 590px;
    }

    .footer-layout {
        flex-direction: column;
    }

    .footer-links {
        gap: 0.65rem 1.25rem;
    }

    .chat-widget {
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .chat-launcher {
        width: 56px;
        height: 56px;
    }

    .chat-panel {
        width: calc(100vw - 1.7rem);
        height: min(560px, calc(100vh - 6.5rem));
    }

    .friend-add-form__fields {
        grid-template-columns: 1fr;
    }

    .friend-add-form button {
        min-height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}

/* Accessibility controls and inclusive participation preferences */
.skip-link {
    position: fixed;
    z-index: 100;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.7rem 1rem;
    border: 3px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: #000;
    font-weight: 800;
    transform: translateY(-160%);
}

.skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

:where(a, button, summary, [tabindex]):focus-visible {
    outline: 3px solid #d8a931;
    outline-offset: 3px;
}

#main-content:focus {
    outline: none;
}

.accessibility-nav-button {
    min-width: 44px;
    min-height: 44px;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--brand);
    background: var(--surface);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 750;
    cursor: pointer;
}

.accessibility-nav-button:hover {
    border-color: var(--brand);
    background: var(--surface-soft);
}

.accessibility-dialog-open {
    overflow: hidden;
}

.accessibility-overlay {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.accessibility-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
}

.accessibility-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: clamp(1.1rem, 4vw, 2rem);
    border: 2px solid var(--ink);
    border-radius: 18px;
    color: var(--ink);
    background: var(--surface);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.accessibility-dialog__header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

.accessibility-dialog__header h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.55rem, 5vw, 2.25rem);
}

.accessibility-close {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--ink);
    background: var(--surface-soft);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.accessibility-control-group,
.accessibility-preference-form fieldset {
    min-width: 0;
    padding: 0;
    border: 0;
}

.accessibility-control-group legend {
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.accessibility-segmented {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
}

.accessibility-segmented button {
    min-height: 48px;
    padding: 0.55rem;
    border: 2px solid var(--border);
    border-radius: 9px;
    color: var(--ink);
    background: var(--surface);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.accessibility-segmented button[aria-pressed="true"] {
    border-color: var(--brand);
    color: #fff;
    background: var(--brand);
}

.accessibility-toggles {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.accessibility-toggles label {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin: 0;
    padding: 0.75rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface-soft);
    cursor: pointer;
}

.accessibility-toggles input {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 0.12rem;
    accent-color: var(--brand);
}

.accessibility-toggles span {
    display: grid;
    gap: 0.15rem;
}

.accessibility-toggles small,
.accessibility-storage-note {
    color: var(--muted);
}

.accessibility-dialog__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

.accessibility-dialog__actions .button {
    margin: 0;
}

.accessibility-storage-note {
    margin: 0.9rem 0 0;
    font-size: 0.82rem;
}

.accessibility-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

.accessibility-info {
    position: sticky;
    top: 100px;
}

.accessibility-info h2,
.accessibility-profile h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.accessibility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.access-option {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.access-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.access-option span {
    display: grid;
    min-height: 100%;
    gap: 0.25rem;
    padding: 0.85rem;
    border: 2px solid var(--border);
    border-radius: 11px;
    color: var(--ink);
    background: var(--surface);
}

.access-option small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 500;
}

.access-option input:checked + span {
    border-color: var(--brand);
    background: rgba(23, 107, 77, 0.08);
    box-shadow: inset 0 0 0 1px var(--brand);
}

.access-option input:focus-visible + span {
    outline: 3px solid var(--accent);
    outline-offset: 2px;
}

.checkbox-row--privacy {
    border-width: 2px;
}

.community-empty--left {
    text-align: left;
}

.community-empty--left .button-row {
    justify-content: flex-start;
}

html.a11y-font-large {
    font-size: 112.5%;
}

html.a11y-font-extra-large {
    font-size: 125%;
}

html.a11y-readable-font body,
html.a11y-readable-font input,
html.a11y-readable-font textarea,
html.a11y-readable-font select,
html.a11y-readable-font button {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.08em;
}

html.a11y-underline-links a:not(.button):not(.brand) {
    text-decoration: underline !important;
    text-decoration-thickness: 0.12em !important;
    text-underline-offset: 0.18em;
}

html.a11y-high-contrast {
    --ink: #000000;
    --muted: #202020;
    --surface: #ffffff;
    --surface-soft: #f0f0f0;
    --brand: #004f37;
    --brand-dark: #002f21;
    --accent: #8a5d00;
    --border: #333333;
    --danger: #970015;
    --success: #005e3d;
    --shadow: 0 0 0 2px #000000;
}

html.a11y-high-contrast .site-header,
html.a11y-high-contrast .site-nav,
html.a11y-high-contrast input,
html.a11y-high-contrast textarea,
html.a11y-high-contrast select {
    background: #fff;
}

html.a11y-high-contrast input,
html.a11y-high-contrast textarea,
html.a11y-high-contrast select,
html.a11y-high-contrast .checkbox-row {
    border-width: 2px;
    border-color: #000;
}

html.a11y-reduce-motion {
    scroll-behavior: auto;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}

html.a11y-reduce-motion .button:hover {
    transform: none;
}

@media (max-width: 900px) {
    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        padding: 1rem;
        border-bottom: 1px solid var(--border);
        background: var(--surface);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav .accessibility-nav-button {
        justify-self: start;
    }

    .accessibility-layout {
        grid-template-columns: 1fr;
    }

    .accessibility-info {
        position: static;
    }

    .meetup-filters {
        grid-template-columns: 1fr 1fr;
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .accessibility-overlay {
        padding: 0;
        place-items: end stretch;
    }

    .accessibility-dialog {
        width: 100%;
        max-height: 92vh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 18px 18px 0 0;
    }

    .accessibility-segmented,
    .accessibility-grid {
        grid-template-columns: 1fr;
    }

    .meetup-filters {
        grid-template-columns: 1fr;
    }
}
