:root {
    --evergreen: #132A13;
    --hunter: #31572C;
    --fern: #4F772D;
    --palm: #90A955;
    --lime: #ECF39E;

    --yellow: #FFD60A;
    --gold: #FFC300;

    --cream: #F7F8EF;
    --white: #FFFFFF;
    --ink: #152015;
    --muted: #657064;

    --line: #E1E6DB;
    --shadow: 0 22px 60px rgba(19, 42, 19, 0.12);

    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(var(--container), calc(100% - 64px));
    margin: 0 auto;
}

.topbar {
    height: 36px;
    background: var(--evergreen);
    color: #e9efe5;
    font-size: 11px;
}

.topbar-inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-sep {
    opacity: 0.5;
}

.topbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar a:hover {
    color: var(--yellow);
}

.social-dot {
    display: grid;
    place-items: center;

    width: 21px;
    height: 21px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;

    font-weight: 900;

    margin-left: 5px;
}

.nav {
    height: 96px;
    background: #fff;
    border-bottom: 1px solid #edf0e9;
}

.nav-inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}

.brand {
    width: 295px;
    flex: none;
}

.brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-left: auto;
}

.main-nav a {
    font-size: 13px;
    font-weight: 750;
    color: #202820;
    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: var(--fern);
}

.chevron {
    font-size: 13px;
    margin-left: 3px;
}

.nav-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}

.icon-button {
    border: 0;
    background: transparent;

    font-size: 29px;
    color: var(--evergreen);

    cursor: pointer;
    padding: 2px 5px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 1px solid transparent;
    border-radius: 11px;

    padding: 10px 18px;

    font-size: 13px;
    font-weight: 850;

    cursor: pointer;

    transition: 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-signin {
    border-color: #9AA79A;
    background: #fff;
    color: var(--evergreen);
}

.btn-yellow {
    background: var(--yellow);
    color: var(--evergreen);
}

.btn-green {
    background: var(--evergreen);
    color: #fff;
}

.btn-large {
    padding: 13px 20px;
    font-size: 14px;
}

.mobile-toggle {
    display: none;
}

.hero {
    position: relative;

    min-height: 475px;

    overflow: hidden;

    background: #d8dfbd;
}

.hero-image {
    position: absolute;
    inset: 0;

    background-image: url("../images/hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.90) 0%,
            rgba(255, 255, 255, 0.68) 32%,
            rgba(255, 255, 255, 0.18) 62%,
            rgba(19, 42, 19, 0.08) 100%
        );
}

.hero-sun {
    display: none;
}

.hero-inner {
    position: relative;

    min-height: 475px;

    display: flex;
    align-items: center;
}

.hero-copy {
    width: 62%;
    padding: 55px 0;
}

.hero-kicker {
    font-size: 10px;
    letter-spacing: 0.18em;
    font-weight: 900;
    color: var(--fern);
}

.hero h1 {
    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(48px, 5.5vw, 68px);
    line-height: 0.97;

    letter-spacing: -0.045em;

    color: var(--evergreen);

    margin: 15px 0 18px;
}

.hero h1 span {
    display: inline-block;
}

.hero-copy > p {
    font-size: 16px;
    line-height: 1.55;

    max-width: 610px;

    margin: 0;

    color: #263326;
}

.hero-actions {
    display: flex;
    gap: 12px;

    margin-top: 24px;
}

.btn-search {
    font-size: 23px;
    line-height: 0;
}

.btn-hero-outline {
    border-color: var(--evergreen);
    background: rgba(255, 255, 255, 0.8);
    color: var(--evergreen);
}

.hero-tagline {
    font-family:
        "Brush Script MT",
        "Segoe Script",
        cursive;

    font-size: 24px;

    color: var(--evergreen);

    margin-top: 18px;

    transform: rotate(-2deg);
}

.hero-message {
    margin-left: auto;

    width: 180px;

    align-self: stretch;

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

.hero-message-border {
    width: 118px;
    height: 245px;

    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;

    background: rgba(19, 42, 19, 0.12);

    backdrop-filter: blur(4px);

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 23px;

    color: #fff;

    font-weight: 900;
    font-size: 13px;

    letter-spacing: 0.06em;
    line-height: 1.8;

    transform: skewY(-2deg);
}

.hero-message-border b {
    color: var(--yellow);
    font-size: 36px;
    margin-top: 8px;
}

.quick-links {
    background: #fff;
    padding: 16px 0;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.quick-card {
    min-height: 121px;

    background: linear-gradient(
        145deg,
        #fbfcf8,
        #f0f5e9
    );

    border: 1px solid #e6ece0;
    border-radius: 9px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 13px 10px;

    transition: 0.2s;
}

.quick-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(19, 42, 19, 0.09);

    border-color: #d4ddcd;
}

.quick-icon {
    width: 31px;
    height: 31px;

    display: grid;
    place-items: center;

    color: var(--evergreen);

    font-size: 24px;

    margin-bottom: 7px;
}

.quick-card strong {
    font-size: 15px;
    color: var(--evergreen);
}

.quick-card small {
    font-size: 11px;
    line-height: 1.25;

    color: #586558;

    margin-top: 2px;
}

.find-section {
    background: #f6f8ef;
    padding: 62px 0;
}

.find-grid {
    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    align-items: center;

    gap: 60px;
}

.section-label {
    display: block;

    font-size: 10px;

    letter-spacing: 0.18em;

    font-weight: 900;

    color: var(--fern);
}

.section-label.light {
    color: var(--lime);
}

.find-copy h2,
.spotlight-copy h2,
.join-inner h2 {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 43px;

    line-height: 1.03;

    letter-spacing: -0.04em;

    color: var(--evergreen);

    margin: 10px 0 12px;
}

.find-copy > p {
    color: var(--muted);
    font-size: 14px;
}

.community-search {
    display: flex;

    max-width: 620px;

    margin-top: 19px;

    background: #fff;

    border: 1px solid #d8dfd2;

    border-radius: 8px;

    padding: 5px;
}

.search-input {
    display: flex;
    align-items: center;

    gap: 8px;

    flex: 1;

    padding: 0 10px;
}

.search-input span {
    font-size: 22px;
    color: var(--fern);
}

.search-input input {
    width: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    font-size: 13px;
}

.browse-link {
    display: inline-block;

    margin-top: 12px;

    color: var(--hunter);

    font-size: 12px;

    text-decoration: underline;
}

.sask-map {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 35px;
}

.map-shape {
    position: relative;

    width: 145px;
    height: 205px;

    background: #d5dfc4;

    clip-path:
        polygon(
            17% 0,
            88% 4%,
            84% 25%,
            91% 49%,
            78% 66%,
            88% 88%,
            69% 100%,
            8% 93%,
            13% 70%,
            3% 48%,
            14% 24%
        );
}

.map-label {
    position: absolute;

    top: 12px;
    left: 25px;

    font-size: 6px;

    letter-spacing: 0.24em;

    color: #7b8874;
}

.map-shape i {
    position: absolute;

    width: 8px;
    height: 8px;

    background: var(--yellow);

    border: 2px solid var(--evergreen);

    border-radius: 50%;

    box-shadow:
        0 0 0 3px rgba(255, 214, 10, 0.18);
}

.map-copy {
    display: flex;
    flex-direction: column;

    gap: 9px;
}

.map-copy span {
    font-size: 8px;

    letter-spacing: 0.4em;

    color: #82907e;
}

.map-copy strong {
    font-family: Georgia, serif;

    font-size: 28px;

    line-height: 1.08;

    font-weight: 500;

    color: var(--evergreen);
}

.map-copy b {
    width: 35px;
    height: 3px;

    background: var(--yellow);
}

.spotlight-section {
    padding: 58px 0;

    background: #fff;
}

.spotlight-grid {
    display: grid;

    grid-template-columns: 0.8fr 0.9fr 1.15fr;

    gap: 30px;

    align-items: center;
}

.spotlight-copy h2 {
    font-size: 31px;
}

.spotlight-copy p {
    font-size: 14px;

    color: var(--muted);

    max-width: 260px;

    margin-bottom: 25px;
}

.town-image {
    height: 230px;

    border-radius: 9px;

    overflow: hidden;

    position: relative;

    background:
        linear-gradient(
            #8cc0e0 0 55%,
            #9bbf70 56% 100%
        );

    box-shadow:
        0 12px 30px rgba(19, 42, 19, 0.1);
}

.town-sky {
    position: absolute;

    width: 85px;
    height: 85px;

    background: var(--yellow);

    border-radius: 50%;

    top: 28px;
    left: 50%;

    box-shadow:
        0 0 35px rgba(255, 214, 10, 0.55);
}

.town-buildings {
    position: absolute;

    bottom: 58px;

    left: 0;
    right: 0;

    height: 88px;
}

.building {
    position: absolute;

    bottom: 0;

    background: #c98252;

    border: 2px solid rgba(19, 42, 19, 0.12);
}

.b1 {
    left: 3%;
    width: 22%;
    height: 63%;
}

.b2 {
    left: 24%;
    width: 25%;
    height: 78%;

    background: #d2a35d;
}

.b3 {
    left: 49%;
    width: 20%;
    height: 52%;

    background: #b87545;
}

.b4 {
    left: 69%;
    width: 28%;
    height: 68%;

    background: #d9b178;
}

.town-trees {
    position: absolute;

    left: 0;
    right: 0;

    bottom: 25px;

    height: 58px;

    background:
        radial-gradient(
            circle at 10% 70%,
            #31572C 0 20px,
            transparent 21px
        ),
        radial-gradient(
            circle at 23% 60%,
            #4F772D 0 25px,
            transparent 26px
        ),
        radial-gradient(
            circle at 78% 55%,
            #31572C 0 27px,
            transparent 28px
        ),
        radial-gradient(
            circle at 92% 65%,
            #4F772D 0 22px,
            transparent 23px
        );
}

.town-water {
    position: absolute;

    bottom: 8px;
    right: 13px;

    font-size: 8px;

    color: #fff;

    letter-spacing: 0.18em;

    font-weight: 900;
}

.events-preview {
    align-self: stretch;
}

.events-heading {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}

.events-heading h3 {
    font-family: Georgia, serif;

    color: var(--evergreen);

    font-size: 22px;

    margin: 0;
}

.events-heading a {
    font-size: 11px;

    text-decoration: underline;

    color: var(--hunter);
}

.event-row {
    display: grid;

    grid-template-columns: 52px 1fr 20px;

    gap: 12px;

    align-items: center;

    background: #f7f8f5;

    border: 1px solid #edf0eb;

    border-radius: 9px;

    padding: 9px 12px;

    margin: 7px 0;
}

.event-row time {
    width: 42px;
    height: 49px;

    background: #fff;

    border: 1px solid #e1e5df;

    border-radius: 7px;

    display: flex;

    flex-direction: column;

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

.event-row time b {
    font-size: 8px;

    color: #b88a00;
}

.event-row time strong {
    font-size: 20px;

    line-height: 1;

    color: var(--evergreen);
}

.event-row span > b {
    display: block;

    font-size: 13px;

    color: var(--evergreen);
}

.event-row small {
    display: block;

    font-size: 9px;

    color: #667166;

    line-height: 1.45;
}

.event-row em {
    font-style: normal;

    font-size: 23px;

    color: var(--fern);
}

.join-banner {
    background:
        linear-gradient(
            105deg,
            #102710,
            #183a18
        );

    color: #fff;

    padding: 62px 0;

    position: relative;

    overflow: hidden;
}

.join-banner::after {
    content: "";

    position: absolute;

    right: -80px;
    bottom: -70px;

    width: 440px;
    height: 180px;

    background:
        repeating-linear-gradient(
            70deg,
            transparent 0 20px,
            rgba(144, 169, 85, 0.12) 21px 24px
        );

    transform: rotate(-15deg);
}

.join-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    position: relative;

    z-index: 1;
}

.join-inner h2 {
    color: #fff;

    margin-top: 8px;
}

.join-inner p {
    color: #bfcdbb;

    font-size: 13px;

    max-width: 520px;
}

.join-side {
    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 9px;
}

.join-side span {
    font-size: 11px;

    color: #c3cfbe;
}

.footer {
    background: #0c210e;

    color: #dce6d8;
}

.footer-main {
    padding: 50px 0 34px;
}

.footer-grid {
    display: grid;

    grid-template-columns:
        1.4fr
        1fr
        1fr
        1fr;

    gap: 55px;
}

.footer-logo {
    display: block;

    width: 240px;
}

.footer-logo img {
    width: 100%;

    filter: brightness(0) invert(1);

    opacity: 0.96;
}

.footer-brand-col p {
    font-size: 11px;

    color: #9eac9c;

    margin-top: 4px;
}

.footer-column {
    display: flex;

    flex-direction: column;

    gap: 6px;
}

.footer-column h3 {
    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.14em;

    color: #fff;

    margin: 0 0 9px;
}

.footer-column a {
    font-size: 11px;

    color: #aebaad;
}

.footer-column a:hover {
    color: var(--yellow);
}

.social-row {
    display: flex;

    gap: 10px;
}

.social-row span {
    width: 26px;
    height: 26px;

    border: 1px solid rgba(255, 255, 255, 0.25);

    border-radius: 50%;

    display: grid;

    place-items: center;

    font-weight: 900;
}

.footer-social p {
    font-size: 11px;

    line-height: 1.6;

    color: #aebaad;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    padding: 13px 0;
}

.footer-bottom-inner {
    display: flex;

    justify-content: space-between;

    font-size: 9px;

    color: #7f8f7d;
}

.footer-bottom b {
    color: var(--yellow);
}

.page-hero {
    padding: 75px 0;

    background:
        linear-gradient(
            135deg,
            #f5f8ec,
            #fff
        );
}

.page-hero h1 {
    font-family: Georgia, serif;

    color: var(--evergreen);

    font-size: 58px;

    line-height: 1;

    margin: 10px 0;
}

.page-hero p {
    color: var(--muted);

    max-width: 650px;
}

.directory-search {
    display: flex;

    max-width: 800px;

    gap: 8px;

    margin-top: 28px;
}

.directory-search input,
.directory-search select {
    border: 1px solid #d8dfd2;

    border-radius: 9px;

    padding: 12px;

    background: #fff;

    outline: 0;
}

.directory-search input {
    flex: 1;
}

.directory-section {
    padding: 65px 0;

    background: #fff;
}

.directory-head {
    display: flex;

    justify-content: space-between;

    align-items: end;

    margin-bottom: 25px;
}

.directory-head h2 {
    font-family: Georgia, serif;

    color: var(--evergreen);

    font-size: 31px;

    margin: 0;
}

.directory-head span {
    font-size: 10px;

    color: #829080;
}

.community-cards {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}

.community-card {
    display: grid;

    grid-template-columns: 180px 1fr;

    border: 1px solid var(--line);

    border-radius: 16px;

    overflow: hidden;

    background: #fff;

    transition: 0.2s;
}

.community-card:hover {
    transform: translateY(-3px);

    box-shadow: var(--shadow);
}

.community-art {
    min-height: 190px;

    background:
        linear-gradient(
            160deg,
            #d8e9ef 0 45%,
            #90A955 46% 72%,
            #31572C 73%
        );
}

.art-warman {
    background:
        linear-gradient(
            160deg,
            #dbe8ed 0 48%,
            #c8b36a 49% 65%,
            #4F772D 66%
        );
}

.art-melfort {
    background:
        linear-gradient(
            160deg,
            #b8d5e5 0 43%,
            #90A955 44% 69%,
            #132A13 70%
        );
}

.art-kindersley {
    background:
        linear-gradient(
            160deg,
            #f0d49d 0 45%,
            #d3ae63 46% 64%,
            #4F772D 65%
        );
}

.community-card > div:last-child {
    padding: 22px;
}

.community-card span {
    font-size: 9px;

    color: var(--fern);

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.1em;
}

.community-card h3 {
    font-family: Georgia, serif;

    font-size: 25px;

    color: var(--evergreen);

    margin: 7px 0;
}

.community-card p {
    font-size: 12px;

    color: var(--muted);

    margin: 0 0 16px;
}

.community-card b {
    font-size: 11px;

    color: var(--hunter);
}

.coming-panel {
    max-width: 720px;

    text-align: center;

    margin: auto;

    border: 1px solid var(--line);

    border-radius: 20px;

    padding: 55px 35px;

    box-shadow: var(--shadow);
}

.coming-icon {
    width: 52px;
    height: 52px;

    border-radius: 15px;

    background: var(--lime);

    display: grid;

    place-items: center;

    margin: 0 auto 16px;

    color: var(--evergreen);

    font-size: 22px;
}

.coming-panel h2 {
    font-family: Georgia, serif;

    color: var(--evergreen);

    font-size: 30px;

    margin: 10px 0;
}

.coming-panel p {
    color: var(--muted);

    font-size: 14px;

    max-width: 570px;

    margin: 0 auto 24px;
}

.community-hero {
    padding: 85px 0;

    background:
        linear-gradient(
            120deg,
            var(--evergreen),
            var(--hunter)
        );

    color: #fff;
}

.community-hero .section-label {
    color: var(--lime);
}

.community-hero h1 {
    font-family: Georgia, serif;

    font-size: 62px;

    line-height: 1;

    margin: 10px 0;
}

.community-hero p {
    color: #cdd8c9;
}

.community-dashboard {
    padding: 60px 0;

    background: #f7f8f1;
}

.community-intro {
    display: flex;

    justify-content: space-between;

    gap: 35px;

    align-items: end;
}

.community-intro h2 {
    font-family: Georgia, serif;

    color: var(--evergreen);

    font-size: 37px;

    margin: 8px 0;
}

.community-intro p {
    max-width: 680px;

    color: var(--muted);

    font-size: 13px;
}

.dashboard-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;

    margin-top: 30px;
}

.dashboard-grid > div {
    background: #fff;

    border: 1px solid var(--line);

    padding: 24px;

    border-radius: 14px;
}

.dashboard-grid b {
    display: block;

    color: var(--evergreen);
}

.dashboard-grid span {
    display: block;

    color: var(--muted);

    font-size: 11px;

    margin-top: 4px;
}

@media (max-width: 1050px) {

    .container {
        width: min(
            var(--container),
            calc(100% - 40px)
        );
    }

    .nav-inner {
        gap: 20px;
    }

    .brand {
        width: 240px;
    }

    .main-nav {
        gap: 17px;
    }

    .main-nav a {
        font-size: 12px;
    }

    .hero-copy {
        width: 67%;
    }

    .hero-message {
        width: 150px;
    }

    .quick-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .find-grid {
        grid-template-columns: 1fr 0.8fr;

        gap: 30px;
    }

    .spotlight-grid {
        grid-template-columns: 0.8fr 0.9fr 1fr;

        gap: 20px;
    }

    .footer-grid {
        grid-template-columns:
            1.3fr
            1fr
            1fr;

        gap: 35px;
    }

    .footer-social {
        grid-column: span 3;
    }
}

@media (max-width: 850px) {

    .topbar {
        height: 34px;
    }

    .topbar-inner {
        font-size: 10px;
    }

    .topbar-right a:not(.social-dot) {
        display: none;
    }

    .nav {
        height: 78px;
    }

    .nav-inner {
        justify-content: space-between;

        gap: 10px;
    }

    .brand {
        width: 220px;
    }

    .main-nav,
    .nav-tools .btn {
        display: none;
    }

    .nav-tools {
        margin-left: auto;
    }

    .mobile-toggle {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        width: 42px;
        height: 42px;

        border: 1px solid #d7ded2;

        border-radius: 10px;

        background: #fff;

        color: var(--evergreen);

        cursor: pointer;

        font-size: 22px;
    }

    .hero {
        min-height: 590px;
    }

    .hero-inner {
        min-height: 590px;

        align-items: flex-start;
    }

    .hero-copy {
        width: 100%;

        padding: 75px 0 40px;

        position: relative;

        z-index: 2;
    }

    .hero h1 {
        font-size: clamp(
            42px,
            10vw,
            58px
        );
    }

    .hero-copy > p {
        max-width: 560px;
    }

    .hero-message {
        display: none;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.94) 0%,
                rgba(255, 255, 255, 0.78) 52%,
                rgba(255, 255, 255, 0.18) 100%
            );
    }

    .find-grid {
        grid-template-columns: 1fr;
    }

    .sask-map {
        justify-content: flex-start;
    }

    .spotlight-grid {
        grid-template-columns: 1fr 1fr;
    }

    .events-preview {
        grid-column: span 2;
    }

    .join-inner {
        flex-direction: column;

        align-items: flex-start;
    }

    .join-side {
        align-items: flex-start;
    }

    .community-cards {
        grid-template-columns: 1fr;
    }

    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .community-intro {
        flex-direction: column;

        align-items: flex-start;
    }
}

@media (max-width: 600px) {

    .container {
        width: calc(100% - 30px);
    }

    .topbar-left {
        white-space: nowrap;
    }

    .topbar-right {
        gap: 5px;
    }

    .brand {
        width: 195px;
    }

    .hero {
        min-height: 560px;
    }

    .hero-inner {
        min-height: 560px;
    }

    .hero-copy {
        padding-top: 55px;
    }

    .hero h1 {
        font-size: 43px;

        letter-spacing: -0.04em;
    }

    .hero-copy > p {
        font-size: 14px;
    }

    .hero-actions {
        flex-direction: column;

        align-items: stretch;

        max-width: 260px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-tagline {
        font-size: 21px;
    }

    .quick-links {
        padding: 12px 0;
    }

    .quick-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }

    .quick-card {
        min-height: 105px;
    }

    .quick-card strong {
        font-size: 13px;
    }

    .quick-card small {
        font-size: 10px;
    }

    .find-section {
        padding: 48px 0;
    }

    .find-copy h2,
    .spotlight-copy h2,
    .join-inner h2 {
        font-size: 34px;
    }

    .community-search {
        flex-direction: column;

        background: transparent;

        border: 0;

        padding: 0;
    }

    .search-input {
        min-height: 47px;

        background: #fff;

        border: 1px solid #d8dfd2;

        border-radius: 8px;
    }

    .community-search .btn {
        min-height: 46px;
    }

    .sask-map {
        gap: 20px;

        justify-content: center;
    }

    .map-shape {
        width: 120px;
        height: 170px;
    }

    .map-copy strong {
        font-size: 23px;
    }

    .spotlight-section {
        padding: 45px 0;
    }

    .spotlight-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .events-preview {
        grid-column: auto;
    }

    .town-image {
        height: 210px;
    }

    .event-row {
        grid-template-columns:
            48px
            1fr
            16px;

        gap: 8px;

        padding: 8px;
    }

    .event-row span > b {
        font-size: 12px;
    }

    .event-row small {
        font-size: 8px;
    }

    .join-banner {
        padding: 50px 0;
    }

    .footer-main {
        padding: 40px 0 25px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 30px;
    }

    .footer-brand-col {
        grid-column: span 2;
    }

    .footer-social {
        grid-column: span 2;
    }

    .footer-logo {
        width: 210px;
    }

    .footer-bottom-inner {
        flex-direction: column;

        gap: 5px;
    }

    .page-hero {
        padding: 55px 0;
    }

    .page-hero h1 {
        font-size: 43px;
    }

    .directory-search {
        flex-direction: column;
    }

    .community-card {
        grid-template-columns: 1fr;
    }

    .community-art {
        min-height: 150px;
    }

    .two-fields {
        grid-template-columns: 1fr;
    }

    .auth-card {
        padding: 25px 20px;
    }

    .community-hero {
        padding: 60px 0;
    }

    .community-hero h1 {
        font-size: 45px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {

    .brand {
        width: 175px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .quick-grid {
        grid-template-columns: 1fr 1fr;
    }

    .map-copy strong {
        font-size: 20px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }
}

.communities-page-hero {
    padding: 72px 0 68px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(144,169,85,.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f3f7ea 0%,
            #ffffff 70%
        );
}

.communities-page-hero h1 {
    max-width: 700px;
}

.communities-page-hero p {
    max-width: 680px;
    font-size: 15px;
}

.directory-search {
    align-items: stretch;
}

.directory-search input,
.directory-search select {
    min-height: 46px;
}

.directory-search input {
    min-width: 280px;
}

.directory-search select {
    min-width: 180px;
}

.community-card {
    position: relative;
}

.community-art {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.community-card > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.community-card b {
    transition: .2s ease;
}

.community-card:hover b {
    color: var(--yellow);
    transform: translateX(3px);
}

.community-directory-cta {
    background:
        linear-gradient(
            105deg,
            var(--evergreen),
            var(--hunter)
        );
    color: #fff;
    padding: 58px 0;
}

.community-directory-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.community-directory-cta h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    margin: 8px 0;
    line-height: 1.05;
}

.community-directory-cta p {
    margin: 0;
    color: #c7d4c3;
    font-size: 13px;
}

.community-detail-hero {
    min-height: 460px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.community-detail-image {
    position: absolute;
    inset: 0;
}

.community-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.community-detail-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(19,42,19,.88),
            rgba(19,42,19,.45),
            rgba(19,42,19,.08)
        ),
        linear-gradient(
            0deg,
            rgba(19,42,19,.75),
            transparent 60%
        );
}

.community-detail-content {
    position: relative;
    z-index: 2;
    padding-bottom: 65px;
}

.community-detail-content h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 7vw, 82px);
    line-height: .95;
    letter-spacing: -.045em;
    margin: 12px 0 10px;
}

.community-detail-content p {
    margin: 0;
    font-size: 15px;
    color: #e3e9df;
}

.community-detail-content .section-label {
    color: var(--lime);
}

.community-back {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 35px;
    opacity: .85;
    transition: .2s ease;
}

.community-back:hover {
    color: var(--yellow);
    transform: translateX(-3px);
}

.community-overview {
    padding: 72px 0;
    background: #fff;
}

.community-overview-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 80px;
    align-items: center;
}

.community-overview-copy h2 {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--evergreen);
    font-size: 46px;
    line-height: 1;
    letter-spacing: -.04em;
    margin: 10px 0 20px;
}

.community-overview-copy p {
    color: var(--muted);
    max-width: 670px;
    font-size: 14px;
    line-height: 1.7;
}

.community-stats {
    display: grid;
    gap: 12px;
}

.community-stat {
    padding: 22px 25px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: linear-gradient(
        145deg,
        #fbfcf8,
        #f2f6ec
    );
}

.community-stat span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 900;
    color: var(--fern);
    margin-bottom: 5px;
}

.community-stat strong {
    display: block;
    color: var(--evergreen);
    font-family: Georgia, serif;
    font-size: 22px;
}

.community-hub {
    padding: 70px 0;
    background: var(--cream);
}

.community-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.hub-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px;
    min-height: 190px;
    transition: .2s ease;
}

.hub-card:hover {
    transform: translateY(-4px);
    border-color: #cbd7c2;
    box-shadow: var(--shadow);
}

.hub-card-icon {
    width: 43px;
    height: 43px;
    border-radius: 11px;
    background: var(--lime);
    color: var(--evergreen);
    display: grid;
    place-items: center;
    font-size: 19px;
    margin-bottom: 18px;
}

.hub-card h3 {
    color: var(--evergreen);
    font-size: 18px;
    margin: 0 0 6px;
}

.hub-card p {
    color: var(--muted);
    font-size: 12px;
    margin: 0 0 18px;
}

.hub-card span {
    color: var(--hunter);
    font-size: 11px;
    font-weight: 850;
}

.hub-card:hover span {
    color: var(--fern);
}

.community-bottom-cta {
    padding: 60px 0;
    background:
        linear-gradient(
            105deg,
            #102710,
            #183a18
        );
    color: #fff;
}

.community-bottom-cta > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.community-bottom-cta h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 39px;
    line-height: 1;
    margin: 8px 0 12px;
}

.community-bottom-cta p {
    color: #bfccbb;
    font-size: 13px;
    margin: 0;
}

.community-bottom-cta .section-label {
    color: var(--lime);
}

@media (max-width: 900px) {

    .directory-search {
        flex-wrap: wrap;
    }

    .directory-search input,
    .directory-search select,
    .directory-search button {
        width: 100%;
        min-width: 0;
    }

    .community-cards {
        grid-template-columns: 1fr;
    }

    .community-directory-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .community-overview-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .community-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .communities-page-hero {
        padding: 55px 0;
    }

    .communities-page-hero h1 {
        font-size: 43px;
    }

    .community-card {
        grid-template-columns: 1fr;
    }

    .community-art {
        min-height: 180px;
    }

    .community-detail-hero {
        min-height: 390px;
    }

    .community-detail-content {
        padding-bottom: 45px;
    }

    .community-detail-content h1 {
        font-size: 52px;
    }

    .community-overview {
        padding: 55px 0;
    }

    .community-overview-copy h2 {
        font-size: 38px;
    }

    .community-hub-grid {
        grid-template-columns: 1fr;
    }

    .community-bottom-cta > .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .community-directory-cta h2,
    .community-bottom-cta h2 {
        font-size: 32px;
    }

}

.form-errors {
    background: #fff3f0;
    border: 1px solid #edc7bf;
    color: #8a3328;
    border-radius: 9px;
    padding: 12px 14px;
    font-size: 12px;
    margin-top: 18px;
}

.form-errors div + div {
    margin-top: 5px;
}

.login-options {
    display: flex;
    justify-content: flex-end;
    margin-top: -5px;
}

.login-options a {
    font-size: 11px;
    color: var(--fern);
    font-weight: 750;
}

.login-options a:hover {
    color: var(--hunter);
    text-decoration: underline;
}

.auth-card .btn {
    width: 100%;
    margin-top: 5px;
}

.dashboard-welcome {
    margin-bottom: 30px;
}

.dashboard-welcome h1 {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--evergreen);
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.04em;
    margin: 10px 0;
}

.dashboard-welcome p {
    color: var(--muted);
    font-size: 14px;
}

.dashboard-actions {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

@media (max-width: 600px) {

    .two-fields {
        grid-template-columns: 1fr;
    }

    .dashboard-welcome h1 {
        font-size: 39px;
    }

    .dashboard-actions {
        flex-direction: column;
    }

    .dashboard-actions .btn {
        width: 100%;
    }

}


/* AUTH PAGE BASE */
.inner-page { background:var(--cream); padding:75px 0; min-height:650px; }
.narrow { max-width:760px; }
.auth-card { background:#fff; border:1px solid var(--line); border-radius:20px; padding:38px; box-shadow:var(--shadow); }
.auth-card h1 { font-family:Georgia,serif; font-size:clamp(35px,5vw,52px); color:var(--evergreen); line-height:1.05; letter-spacing:-.04em; margin:10px 0; }
.auth-card > p { font-size:13px; color:var(--muted); }
.auth-description { margin-bottom:24px; }
.form-stack { display:flex; flex-direction:column; gap:18px; margin-top:28px; }
.auth-card .btn { width:100%; margin-top:5px; }

.auth-card { width:100%; max-width:760px; margin:0 auto; }
.auth-card .form-stack { display:flex; flex-direction:column; gap:18px; width:100%; margin-top:28px; }
.auth-card .form-stack > label,
.auth-card .form-stack > .two-fields,
.auth-card .form-stack > .checkbox-label,
.auth-card .form-stack > button { width:100%; }
.auth-card .form-stack label { display:block; color:var(--evergreen); font-size:12px; font-weight:800; }
.auth-card .form-stack input[type="text"],
.auth-card .form-stack input[type="email"],
.auth-card .form-stack input[type="password"] { display:block; width:100%; height:46px; margin-top:7px; padding:0 13px; border:1px solid #d4ddd0; border-radius:9px; background:#fff; color:var(--ink); outline:none; font-size:13px; box-sizing:border-box; transition:border-color .2s ease, box-shadow .2s ease; }
.auth-card .form-stack input[type="text"]:focus,
.auth-card .form-stack input[type="email"]:focus,
.auth-card .form-stack input[type="password"]:focus { border-color:var(--fern); box-shadow:0 0 0 3px rgba(79,119,45,.10); }
.auth-card .form-stack input::placeholder { color:#9aa49a; }
.auth-card .two-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.auth-card .field-help { display:block; margin-top:5px; color:var(--muted); font-size:10px; font-weight:500; }
.auth-card .checkbox-label { display:flex; align-items:flex-start; gap:9px; color:var(--muted); font-size:11px; line-height:1.5; font-weight:500; }
.auth-card .checkbox-label input[type="checkbox"] { width:17px; height:17px; margin:1px 0 0; padding:0; flex:0 0 17px; accent-color:var(--fern); }
.auth-card .checkbox-label span { flex:1; }
.auth-card .checkbox-label a { color:var(--fern); font-weight:800; text-decoration:underline; }
.auth-card .auth-submit { display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:48px; margin-top:4px; }
.auth-card .auth-foot { display:block; margin-top:22px !important; padding-top:20px; border-top:1px solid var(--line); text-align:center; color:var(--muted); font-size:12px; }
.auth-card .auth-foot a { color:var(--fern); font-weight:800; }
@media (max-width:700px) {
    .auth-card { padding:28px 22px; }
    .auth-card h1 { font-size:34px; }
    .auth-card .two-fields { grid-template-columns:1fr; gap:17px; }
}


@media (max-width:600px) {
    .inner-page { padding:45px 0 60px; }
    .narrow { max-width:none; }
    .auth-card { padding:28px 20px; border-radius:17px; }
    .auth-card h1 { font-size:38px; }
}
/* =========================================================
   LOGIN / AUTH FORM
   ========================================================= */

.auth-card .form-stack {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.auth-card .form-stack label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #071b0c;
    font-size: 14px;
    font-weight: 700;
}

.auth-card .form-stack input[type="email"],
.auth-card .form-stack input[type="password"],
.auth-card .form-stack input[type="text"] {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    box-sizing: border-box;

    border: 1px solid #d6ddd2;
    border-radius: 10px;

    background: #ffffff;
    color: #071b0c;

    font-family: inherit;
    font-size: 15px;
    font-weight: 500;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.auth-card .form-stack input:hover {
    border-color: #b8c4b5;
}

.auth-card .form-stack input:focus {
    border-color: #245d2c;
    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(36, 93, 44, 0.10);
}

.auth-card .form-stack input::placeholder {
    color: #8a9389;
}


/* =========================================================
   LOGIN OPTIONS
   ========================================================= */

.login-options {
    display: flex;
    justify-content: flex-end;
    margin-top: -6px;
}

.login-options a {
    color: #245d2c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.login-options a:hover {
    color: #d99b00;
    text-decoration: underline;
}


/* =========================================================
   AUTH SUBMIT BUTTON
   ========================================================= */

.auth-card .auth-submit,
.auth-card .form-stack .btn {
    width: 100%;
    min-height: 54px;

    margin-top: 4px;

    border: 0;
    border-radius: 10px;

    background: #ffd000;
    color: #071b0c;

    font-family: inherit;
    font-size: 15px;
    font-weight: 800;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.auth-card .auth-submit:hover,
.auth-card .form-stack .btn:hover {
    background: #f4c400;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08);

    transform: translateY(-1px);
}

.auth-card .auth-submit:active,
.auth-card .form-stack .btn:active {
    transform: translateY(0);
}


/* =========================================================
   FORM ERROR
   ========================================================= */

.auth-card .form-errors {
    margin-top: 24px;
    padding: 14px 16px;

    border: 1px solid #efb9ae;
    border-radius: 10px;

    background: #fff4f1;
    color: #a52d20;

    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   AUTH FOOTER
   ========================================================= */

.auth-foot {
    margin-top: 26px;
    padding-top: 22px;

    border-top: 1px solid #e1e6dc;

    text-align: center;

    color: #687268;
    font-size: 14px;
}

.auth-foot a {
    color: #245d2c;
    font-weight: 800;
    text-decoration: none;
}

.auth-foot a:hover {
    color: #d99b00;
    text-decoration: underline;
}


/* =========================================================
   CHECKBOX / TERMS
   ========================================================= */

.auth-card .checkbox-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5;
}

.auth-card .checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;

    margin: 1px 0 0;

    flex: 0 0 auto;

    accent-color: #245d2c;
}

.auth-card .checkbox-label a {
    color: #245d2c;
    font-weight: 700;
}


/* =========================================================
   TWO COLUMN FIELDS
   ========================================================= */

.auth-card .two-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}


/* =========================================================
   FIELD HELP
   ========================================================= */

.auth-card .field-help {
    margin-top: -2px;

    color: #7a8379;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .auth-card .two-fields {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .auth-card .form-stack {
        gap: 20px;
    }

    .auth-card .form-stack input[type="email"],
    .auth-card .form-stack input[type="password"],
    .auth-card .form-stack input[type="text"] {
        min-height: 52px;
    }

    .login-options {
        justify-content: flex-start;
    }

}
/* =========================================================
   PROFILE PAGE
========================================================= */

.profile-page {
    padding: 80px 0 110px;
}

.profile-page .dashboard-welcome {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 35px;
}

.profile-header-actions {
    flex-shrink: 0;
}

.profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.profile-main {
    display: grid;
    gap: 28px;
}

.profile-card {
    background: #fff;
    border: 1px solid #dfe5dd;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(19, 42, 19, 0.06);
}

.profile-card-header {
    margin-bottom: 28px;
}

.profile-card-header h2 {
    margin: 8px 0 0;
    font-size: 28px;
}

.profile-card-header p {
    margin: 8px 0 0;
    color: #66736a;
}

.profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 700;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ccd5cc;
    border-radius: 10px;
    background: #fff;
    padding: 13px 15px;
    font: inherit;
    color: #132a13;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.form-group input:focus {
    border-color: #132a13;
    box-shadow: 0 0 0 3px rgba(19, 42, 19, 0.08);
}

.profile-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e5e9e4;
}

.profile-form-footer span {
    color: #6c766f;
    font-size: 14px;
    line-height: 1.5;
}

.profile-message {
    border-radius: 12px;
    padding: 15px 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.profile-success {
    background: #eaf5e8;
    border: 1px solid #bcd8b8;
    color: #174d1d;
}

.profile-error {
    background: #fff0ee;
    border: 1px solid #e1b8b2;
    color: #8a2419;
}


/* =========================================================
   ACCOUNT DETAILS
========================================================= */

.account-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #e3e8e2;
    border: 1px solid #e3e8e2;
    border-radius: 12px;
    overflow: hidden;
}

.account-detail {
    background: #fff;
    padding: 20px;
}

.account-detail span {
    display: block;
    color: #718078;
    font-size: 13px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
}

.account-detail strong {
    font-size: 16px;
}

.account-status {
    color: #1f6a2a;
}


/* =========================================================
   SECURITY
========================================================= */

.profile-security-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 20px;
    border: 1px solid #e3e8e2;
    border-radius: 12px;
}

.profile-security-row strong {
    display: block;
    margin-bottom: 5px;
}

.profile-security-row span {
    display: block;
    color: #718078;
    font-size: 14px;
}


/* =========================================================
   PROFILE SIDEBAR
========================================================= */

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

.profile-avatar {
    width: 78px;
    height: 78px;
    margin: 22px 0 16px;
    border-radius: 50%;
    background: #132a13;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
}

.profile-avatar-image {
    width: 78px;
    height: 78px;
    margin: 22px 0 16px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile-summary h2 {
    margin: 0 0 6px;
    font-size: 24px;
}

.profile-summary > p {
    margin: 4px 0;
    color: #66736a;
}

.profile-summary-divider {
    height: 1px;
    background: #e3e8e2;
    margin: 25px 0 5px;
}

.profile-setting-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #e3e8e2;
    color: #132a13;
    text-decoration: none;
}

.profile-setting-row:last-child {
    border-bottom: 0;
}

.profile-setting-row strong {
    display: block;
    margin-bottom: 4px;
}

.profile-setting-row div span {
    color: #718078;
    font-size: 14px;
}

.profile-setting-row > span {
    font-size: 20px;
    color: #132a13;
}

.profile-setting-row:hover strong {
    color: #b88600;
}

.profile-logout strong {
    color: #8a2419;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

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

    .profile-sidebar {
        order: -1;
    }

}

@media (max-width: 700px) {

    .profile-page {
        padding: 55px 0 75px;
    }

    .profile-page .dashboard-welcome {
        display: block;
    }

    .profile-header-actions {
        margin-top: 20px;
    }

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

    .account-details-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        padding: 24px;
        border-radius: 16px;
    }

    .profile-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-form-footer .btn {
        width: 100%;
    }

    .profile-security-row {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-security-row .btn {
        width: 100%;
    }

}