.elementor-kit-221{--e-global-color-primary:#C89D3D;--e-global-color-secondary:#082347;--e-global-color-text:#243244;--e-global-color-accent:#F6F8FB;--e-global-color-27c629e:#FFFFFF;--e-global-color-fd3c13b:#0D2F63;--e-global-color-a23a53b:#D9B86A;--e-global-color-7fd74f0:#536273;--e-global-color-8048fa6:#D8DEE8;--e-global-color-0290aa8:#0E274F14;--e-global-typography-primary-font-family:"Segoe UI";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Segoe UI";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Segoe UI";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;--e-global-typography-2cce206-font-family:"Cinzel";--e-global-typography-63d4f28-font-family:"Open Sans";}.elementor-kit-221 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#gscf-section {
    scroll-margin-top: 110px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --color-background: #ffffff;
    --color-background-soft: #f6f8fb;
    --color-border: #d8dee8;
    --color-gold: #c89d3d;
    --color-gold-soft: #d9b86a;
    --color-navy: #0d2f63;
    --color-navy-deep: #082347;
    --color-shadow: rgba(14, 39, 79, 0.08);
    --color-text: #243244;
    --color-text-soft: #536273;
    --container-width: 1180px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 10px;
    --transition: 0.25s ease;
}

a {
    color: var(--color-navy);
    text-decoration: none;
}

body {
    background: var(--color-background);
    color: var(--color-text);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    min-width: 320px;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1 {
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    letter-spacing: -0.03em;
}

h1,
h2,
h3 {
    color: var(--color-navy);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.15;
    margin-top: 0;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.65rem;
}

html {
    scroll-behavior: smooth;
}

img,
svg {
    max-width: 100%;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

.about-pillar-image {
    display: block;
    height: 135px;
    object-fit: contain;
    width: 125px;
}

.brand {
    align-items: center;
    color: var(--color-navy);
    display: inline-flex;
    gap: 1rem;
}

.brand-acronym {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.brand-emblem {
    display: block;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
}

.brand-mark {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 70px;
    overflow: hidden;
    width: 70px;
}

.brand-name {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-transform: uppercase;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1.4rem;
    text-align: center;
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        background-color var(--transition),
        color var(--transition),
        border-color var(--transition);
}

.button:hover,
.button:focus-visible {
    box-shadow: 0 16px 34px rgba(13, 47, 99, 0.12);
    transform: translateY(-1px);
}

.button-external {
    max-width: 290px;
    width: 100%;
}

.button-primary {
    background: linear-gradient(180deg, var(--color-navy) 0%, var(--color-navy-deep) 100%);
    color: #ffffff;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.75rem;
}

.button-row-end {
    align-items: flex-start;
    justify-content: flex-end;
}

.button-secondary {
    background: #ffffff;
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.card-grid {
    display: grid;
    gap: 1.5rem;
}

.card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-icon {
    background: linear-gradient(180deg, var(--color-navy) 0%, var(--color-navy-deep) 100%);
    border-radius: 50%;
    height: 82px;
    margin: 0 auto 1rem;
    position: relative;
    width: 82px;
}

.card-icon::before,
.card-icon::after {
    content: "";
    position: absolute;
}

.card-icon-cap::after {
    background: var(--color-gold-soft);
    border-radius: 3px;
    height: 10px;
    left: 28px;
    top: 42px;
    width: 26px;
}

.card-icon-cap::before {
    background: var(--color-gold-soft);
    height: 16px;
    left: 18px;
    top: 25px;
    transform: skewX(-20deg);
    width: 46px;
}

.card-icon-handshake::after {
    background: var(--color-gold-soft);
    border-radius: 8px;
    height: 12px;
    right: 14px;
    top: 29px;
    transform: rotate(-18deg);
    width: 22px;
}

.card-icon-handshake::before {
    background: var(--color-gold-soft);
    border-radius: 8px;
    height: 12px;
    left: 14px;
    top: 29px;
    transform: rotate(18deg);
    width: 22px;
}

.card-icon-heart::after {
    background: var(--color-gold-soft);
    border-radius: 50% 50% 0 0;
    height: 22px;
    left: 22px;
    top: 25px;
    transform: rotate(45deg);
    width: 22px;
}

.card-icon-heart::before {
    background: var(--color-gold-soft);
    border-radius: 50% 50% 0 0;
    height: 22px;
    left: 30px;
    top: 25px;
    transform: rotate(-45deg);
    width: 22px;
}

.card-icon-image {
    display: block;
    height: 82px;
    margin: 0 auto 1rem;
    object-fit: contain;
    width: 82px;
}

.card-icon-infinity::after {
    right: 18px;
}

.card-icon-infinity::before {
    left: 18px;
}

.card-icon-infinity::before,
.card-icon-infinity::after {
    border: 5px solid var(--color-gold-soft);
    border-radius: 50%;
    height: 20px;
    top: 26px;
    width: 20px;
}

.card-icon-shield::before {
    border: 4px solid var(--color-gold-soft);
    border-radius: 18px 18px 10px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
    height: 42px;
    left: 23px;
    top: 18px;
    width: 36px;
}

.column-divider {
    border-left: 1px solid rgba(13, 47, 99, 0.12);
    border-right: 1px solid rgba(13, 47, 99, 0.12);
    display: grid;
    min-height: 100%;
    place-items: center;
}

.contact-icon-large {
    background: rgba(13, 47, 99, 0.05);
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: 50%;
    height: 250px;
    position: relative;
    width: 250px;
}

.contact-icon-large::after {
    border-bottom: 8px solid var(--color-navy);
    border-left: 8px solid var(--color-navy);
    content: "";
    height: 68px;
    left: 66px;
    position: absolute;
    top: 88px;
    transform: rotate(-45deg);
    width: 118px;
}

.contact-icon-large::before {
    border: 8px solid var(--color-gold-soft);
    border-radius: 14px;
    content: "";
    height: 105px;
    left: 50px;
    position: absolute;
    top: 72px;
    width: 150px;
}

.contact-panel {
    align-items: start;
    background: var(--color-background-soft);
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: var(--radius-md);
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 2rem;
    padding: 2rem;
}

.contact-panel-large {
    grid-template-columns: 360px minmax(0, 1fr);
}

.contact-copy p,
.learn-more-panel p,
.gscf-side-panel p,
.contact-list {
    color: var(--color-text-soft);
}

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

.contact-list ul {
    margin-top: 0.25rem;
    padding-left: 1.25rem;
}

.container {
    margin: 0 auto;
    width: min(100% - 2rem, var(--container-width));
}

.content-section {
    padding: 2.5rem 0;
}

.copy-panel p {
    color: var(--color-text);
    font-size: 1.08rem;
    max-width: 900px;
}

.courthouse-base {
    background: rgba(13, 47, 99, 0.14);
    border-radius: 6px;
    bottom: 90px;
    height: 28px;
    position: absolute;
    width: 320px;
}

.courthouse-columns {
    display: flex;
    gap: 26px;
    position: absolute;
    top: 165px;
}

.courthouse-columns span {
    background: rgba(13, 47, 99, 0.12);
    border-radius: 12px 12px 2px 2px;
    display: block;
    height: 150px;
    width: 24px;
}

.courthouse-illustration {
    display: grid;
    inset: 0;
    opacity: 0.65;
    place-items: center;
    position: absolute;
}

.courthouse-top {
    border: 6px solid rgba(13, 47, 99, 0.14);
    border-bottom: 0;
    border-radius: 55px 55px 0 0;
    height: 110px;
    position: absolute;
    top: 72px;
    width: 110px;
}

.courthouse-top::before {
    background: rgba(13, 47, 99, 0.12);
    border-radius: 50%;
    content: "";
    height: 42px;
    left: 50%;
    position: absolute;
    top: -26px;
    transform: translateX(-50%);
    width: 42px;
}

.eyebrow {
    color: var(--color-gold);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    grid-column: 1 / -1;
}

.form-note {
    color: var(--color-text-soft);
    font-size: 0.96rem;
    margin: 0;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-row-full {
    grid-column: 1 / -1;
}

.form-row input,
.form-row select,
.form-row textarea {
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    color: var(--color-text);
    outline: none;
    padding: 0.95rem 1rem;
    transition: border-color var(--transition), box-shadow var(--transition);
    width: 100%;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: rgba(13, 47, 99, 0.4);
    box-shadow: 0 0 0 4px rgba(13, 47, 99, 0.08);
}

.form-row label {
    color: var(--color-navy);
    font-weight: 700;
}

.gscf-action {
    display: flex;
    justify-content: flex-end;
}



.gscf-copy h2 {
    font-size: clamp(1.75rem, 2.4vw, 2.25rem);
    margin-bottom: 0.6rem;
}

.gscf-copy p {
    color: var(--color-text);
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.gscf-logo {
    background: #ffffff;
    border-radius: var(--radius-sm);
    display: grid;
    min-height: 140px;
    overflow: hidden;
    padding: 0.25rem;
    place-items: center;
}

.gscf-logo-image {
    display: block;
    max-height: 118px;
    object-fit: contain;
    width: 100%;
}

.gscf-side-panel {
    background: var(--color-background-soft);
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}

.header-inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    min-height: 88px;
    padding: 0.85rem 0;
}

.hero {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    padding: 4rem 0 2.5rem;
    position: relative;
    overflow: hidden;
}

.hero-art {
    min-height: 430px;
    position: relative;
}

.hero-art-rose,
.hero-art-scholarship,
.hero-art-contact {
    display: grid;
    place-items: center;
}

.hero-compact {
    padding-bottom: 4rem;
}

.hero-copy {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.hero-grid {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 3rem;
}

.hero-grid-compact {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.hero-home {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    isolation: isolate;
    padding: 2.75rem 0 2.5rem;
}

.hero-home::before,
.hero-home::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.hero-home::before {
    background: url("https://gwinnettmasonicassoc.org/wp-content/uploads/2026/06/gcma-building-photo-background-strong-1.png") right bottom / cover no-repeat;
    bottom: 0;
    filter: contrast(1.08) saturate(1.03);
    height: 58%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000000 18%);
    mask-image: linear-gradient(90deg, transparent 0%, #000000 18%);
    opacity: 0.4;
    right: -12rem;
    width: min(760px, 160vw);
    z-index: 0;
}

.hero-home::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.6) 48%, #ffffff 100%);
    inset: 0;
    z-index: 1;
}

.hero-home .hero-copy {
    max-width: 640px;
}

.hero-home .hero-grid {
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
}

.hero-home h1 {
    letter-spacing: 0;
}

.hero-home .section-divider span {
    width: min(100%, 22rem);
}

.hero-panel {
    background:
        linear-gradient(135deg, rgba(13, 47, 99, 0.04), rgba(13, 47, 99, 0.01)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 251, 0.92));
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 48px var(--color-shadow);
    inset: 2rem 0 2rem 3rem;
    position: absolute;
}

.hero-shape {
    border-radius: 50%;
    filter: blur(8px);
    position: absolute;
}

.hero-shape-one {
    background: rgba(200, 157, 61, 0.12);
    height: 220px;
    right: 4rem;
    top: 0;
    width: 220px;
}

.hero-shape-two {
    background: rgba(13, 47, 99, 0.08);
    bottom: 1rem;
    height: 280px;
    right: 0;
    width: 280px;
}

.icon-panel {
    border-right: 1px solid rgba(13, 47, 99, 0.12);
    display: grid;
    min-height: 210px;
    place-items: center;
}

.impact-band {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 28%),
        linear-gradient(135deg, var(--color-navy-deep) 0%, var(--color-navy) 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 2.6rem 0;
    position: relative;
}

.impact-band::before,
.impact-band::after {
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    height: 220px;
    position: absolute;
    width: 220px;
}

.impact-band::after {
    right: -80px;
    top: -80px;
}

.impact-band::before {
    bottom: -90px;
    left: -90px;
}

.impact-band-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.impact-copy h2 {
    color: var(--color-gold-soft);
}

.impact-copy p {
    color: #ffffff;
    max-width: 900px;
    margin-bottom: 0;
}

.impact-icon {
    display: grid;
    place-items: center;
}

.impact-pillar-image {
    display: block;
    height: 112px;
    object-fit: contain;
    width: 112px;
}

.info-card {
    background: #ffffff;
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: var(--radius-md);
    box-shadow: 0 20px 40px rgba(13, 47, 99, 0.06);
    height: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
}

.info-card p {
    color: var(--color-text-soft);
    margin-bottom: 0;
}

.involvement-copy,
.involvement-grid .button-row {
    position: relative;
    z-index: 1;
}

.involvement-grid {
    align-items: end;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    overflow: hidden;
    position: relative;
}

.involvement-watermark {
    bottom: -1.25rem;
    filter: grayscale(1);
    height: 126px;
    object-fit: contain;
    opacity: 0.08;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    width: 126px;
}

.lead {
    color: var(--color-text);
    font-size: 1.25rem;
    max-width: 640px;
}

.mobile-title-break {
    display: none;
}

.nav-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
}

.nav-toggle span {
    background: var(--color-navy);
    border-radius: 999px;
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 28px;
}

.pillar-icon {
    align-items: end;
    border-bottom: 6px solid var(--color-gold);
    border-top: 6px solid var(--color-gold);
    border-radius: 8px;
    display: flex;
    gap: 0.5rem;
    height: 110px;
    justify-content: center;
    padding: 0 0.75rem 0.8rem;
    width: 90px;
}

.pillar-icon span {
    background: var(--color-gold);
    border-radius: 999px;
    display: block;
    height: 60px;
    width: 10px;
}

.pillar-icon-compact {
    height: 92px;
    width: 76px;
}

.pillar-icon-light {
    border-color: var(--color-gold-soft);
}

.pillar-icon-light span {
    background: var(--color-gold-soft);
}

.rose-circle {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.62) 45%, rgba(13, 47, 99, 0.06) 100%);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(13, 47, 99, 0.08);
    position: absolute;
}

.rose-circle-large {
    height: 360px;
    opacity: 0.95;
    width: 360px;
}

.rose-circle-small {
    height: 220px;
    opacity: 0.9;
    width: 220px;
}

.rose-core {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 1), rgba(200, 157, 61, 0.18) 55%, rgba(13, 47, 99, 0.12) 100%);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(13, 47, 99, 0.08);
    height: 82px;
    position: absolute;
    width: 82px;
}

.scholarship-icon-large,
.contact-icon-large {
    background: rgba(13, 47, 99, 0.05);
    border: 1px solid rgba(13, 47, 99, 0.08);
    border-radius: 50%;
    height: 250px;
    position: relative;
    width: 250px;
}

.scholarship-icon-large::after {
    background: var(--color-navy);
    border-radius: 8px;
    content: "";
    height: 34px;
    left: 85px;
    position: absolute;
    top: 146px;
    width: 80px;
}

.scholarship-icon-large::before {
    background: var(--color-gold-soft);
    border-radius: 6px;
    content: "";
    height: 44px;
    left: 54px;
    position: absolute;
    top: 98px;
    transform: skewX(-18deg);
    width: 142px;
}

.section-bottom {
    padding-bottom: 4rem;
}

.section-divider {
    align-items: center;
    display: flex;
    margin: 1rem 0 1.5rem;
}

.section-divider span {
    background: rgba(200, 157, 61, 0.45);
    display: block;
    height: 2px;
    position: relative;
    width: 170px;
}

.section-divider span::after {
    background: var(--color-gold);
    border-radius: 2px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
}

.section-divider-full {
    width: 100%;
}

.section-divider-full span {
    width: 100%;
    max-width: none;
}

.section-divider-light span {
    background: rgba(255, 255, 255, 0.32);
}

.section-divider-light span::after {
    background: var(--color-gold-soft);
}

.section-heading {
    margin: 0 auto 2rem;
    max-width: 880px;
    text-align: center;
}

.section-heading .section-divider {
    justify-content: center;
}

.section-heading p {
    color: var(--color-text-soft);
    font-size: 1.05rem;
}

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

.site-footer {
    background: var(--color-navy-deep);
    border-top: 4px solid var(--color-gold);
    color: #ffffff;
    padding: 1rem 0;
    text-align: center;
}

.site-footer p {
    margin: 0;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(13, 47, 99, 0.08);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-nav a {
    color: var(--color-navy);
    display: inline-block;
    font-weight: 600;
    padding: 0.5rem 0;
    position: relative;
}

.site-nav a::after {
    background: var(--color-gold);
    border-radius: 999px;
    bottom: -0.15rem;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
    width: 100%;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
    transform: scaleX(1);
}

.site-nav ul {
    align-items: center;
    display: flex;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.skip-link {
    background: var(--color-navy);
    border-radius: var(--radius-sm);
    color: #ffffff;
    left: 16px;
    padding: 0.75rem 1rem;
    position: absolute;
    top: -50px;
    z-index: 1000;
}

.skip-link:focus {
    top: 16px;
}

.split-feature {
    align-items: center;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 2rem;
}

.text-link {
    color: var(--color-navy);
    display: inline-flex;
    font-weight: 800;
    margin-top: 1.25rem;
}

.text-link:hover,
.text-link:focus-visible {
    text-decoration: underline;
}

.two-column-copy p {
    color: var(--color-text);
    font-size: 1.05rem;
}

.two-column-feature {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
    gap: 2rem;
}

.two-column-feature-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.widows-emblem {
    border: 3px solid var(--color-gold-soft);
    border-radius: 50%;
    display: grid;
    height: 112px;
    place-items: center;
    width: 112px;
}

.widows-emblem-circle {
    border: 2px solid var(--color-gold-soft);
    border-radius: 50%;
    color: var(--color-gold-soft);
    display: grid;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
    height: 72px;
    place-items: center;
    width: 72px;
}

.widows-footer-actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.widows-footer-grid {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px minmax(0, 1fr);
    gap: 2rem;
}

@media (max-width: 1100px) {
    .hero-grid,
    .hero-grid-compact,
    .split-feature,
    .two-column-feature,
    .two-column-feature-simple,
    .contact-panel,
    .contact-panel-large,
    .gscf-callout,
    .widows-footer-grid,
    .involvement-grid,
    .impact-band-inner {
        grid-template-columns: 1fr;
    }

    .column-divider {
        border: 0;
        min-height: auto;
    }

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

    .form-row-full,
    .form-actions {
        grid-column: auto;
    }

    .gscf-action,
    .button-row-end {
        justify-content: flex-start;
    }

    .icon-panel {
        border-bottom: 1px solid rgba(13, 47, 99, 0.12);
        border-right: 0;
        padding-bottom: 1rem;
    }

    .impact-copy,
    .impact-copy p {
        text-align: left;
    }

    .widows-footer-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .brand-acronym {
        font-size: 2.5rem;
    }

    .brand-name {
        font-size: 0.84rem;
    }

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

    .header-inner {
        align-items: center;
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-nav {
        display: none;
        width: 100%;
    }

    .site-nav.nav-open {
        display: block;
    }

    .site-nav a {
        padding: 0.9rem 0;
        width: 100%;
    }

    .site-nav li {
        width: 100%;
    }

    .site-nav ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
        padding: 0.5rem 0 0.75rem;
    }
}

@media (max-width: 720px) {
    .brand {
        gap: 0.75rem;
    }

    .brand-mark {
        height: 58px;
        width: 58px;
    }

    .button {
        width: 100%;
    }

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

    h1 {
        font-size: 2.35rem;
    }

    h2 {
        font-size: 2rem;
    }

    .hero {
        padding-top: 2.5rem;
    }

    .hero-art {
        min-height: 280px;
    }

    .hero-panel {
        inset: 1.25rem;
    }

    .lead {
        font-size: 1.08rem;
    }
}

@media (max-width: 430px) {
    .brand {
        min-width: 0;
    }

    .brand-acronym {
        font-size: 2.15rem;
    }

    .brand-mark {
        height: 50px;
        width: 50px;
    }

    .brand-name {
        font-size: 0.73rem;
        letter-spacing: 0.06em;
    }

    .container {
        width: min(100% - 1.5rem, var(--container-width));
    }

    h1 {
        font-size: 2.2rem;
        overflow-wrap: anywhere;
    }

    .header-inner {
        gap: 0.75rem;
        min-height: 78px;
    }

    .hero-home .section-divider span {
        width: 100%;
    }

    .mobile-title-break {
        display: block;
    }

    .nav-toggle {
        height: 42px;
        width: 42px;
    }
}

@media (min-width: 721px) {
    .hero-home::before {
        height: 72%;
        opacity: 0.52;
        right: -5rem;
        width: min(700px, 90vw);
    }
}

@media (min-width: 900px) {
    .container {
        width: min(100% - 8rem, var(--container-width));
    }
}

@media (min-width: 1101px) {
    .hero-home {
        min-height: 330px;
        padding: 2rem 0;
    }

    .hero-home::after {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 36%, rgba(255, 255, 255, 0.12) 45%, rgba(255, 255, 255, 0) 53%);
    }

    .hero-home::before {
        background-position: left center;
        background-size: auto 100%;
        bottom: 0;
        height: 100%;
        left: max(540px, calc(50% - 90px));
        opacity: 1;
        right: auto;
        top: 0;
        width: 660px;
    }

    .hero-home .hero-grid {
        gap: 2.5rem;
        grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
        min-height: 290px;
    }

    .hero-home h1 {
        font-size: 3.35rem;
    }

    .hero-home .lead {
        font-size: 1.15rem;
        max-width: 600px;
    }

    .hero-home .section-divider span {
        width: 25rem;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://gwinnettmasonicassoc.org/wp-content/uploads/2026/06/segoeuithis.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://gwinnettmasonicassoc.org/wp-content/uploads/2026/06/segoeuithibd.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://gwinnettmasonicassoc.org/wp-content/uploads/2026/06/segoeuithisz.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://gwinnettmasonicassoc.org/wp-content/uploads/2026/06/segoeuithisi.ttf') format('truetype');
}
/* End Custom Fonts CSS */