@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Regular-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Light-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'GT Super';
    src: url('../fonts/GT-Super-Display-Super-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* Outfit Font Faces */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}
p {
    font-family: 'Outfit';
    font-size: 1rem;
    color: #676767;
    font-weight: 300;
    line-height: 1.5em;
    margin: 5px;
}
img {
    max-width: 100%;
}
.sc-main-content {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 100px 0px;
}
.sc-button {
    background-color: #6591C6;
    color: white;
    padding: 20px 20px;
    min-width: 160px;
    text-transform: uppercase;
    font-family: 'Outfit';
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 30px;
    text-align: center;
}
.sc-button:hover {
    background-color: #152C48;
}
.sc-button.white:hover {
    background-color: #152C48;
    color: white;
}
.sc-button.white {
    background-color: white;
    color: #6591C6;
}
.sc-hero {
    background-image: url('/images/giving-chapel-hero.jpg');
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    aspect-ratio: 2.13;
    font-family: 'GT super';
    padding: 60px 80px;
}
.sc-hero-mobile {
    display: none;
}
.mobile-donation-embed {
    display: none;
}
.carousel-container {
    display: none;
}
.mobile-only {
    display: none;
}
.hero-donation-embed {
    width: 35%;
    min-width: 350px;
}
.sc-hero-subtitle {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: sans-serif;
    text-shadow: 1px 1px 6px #00000041;
    margin: 5px 0px;
    font-weight: 500;
}

h1 {
    font-size: 5rem;
    color: white;
    line-height: 1.2;
    text-shadow: 1px 1px 6px #00000041;
    margin-bottom: 0px;
}
h2 {
    font-family: 'GT super';
    font-size: 3rem;
    color: #6591C6;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px;
}
h3 {
    font-family: 'GT super';
    font-size: 1.7rem;
    color: #6591C6;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px;
}
.carousel {
    position: relative;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.carousel-slide .sc-button {
    display: block;
}

.carousel-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    aspect-ratio: 1.2;
    margin-bottom: 16px;
}

.carousel-slide h2,
.carousel-slide h3 {
    margin: 16px 0 8px 0;
}

.carousel-slide p {
    margin: 0 0 16px 0;
}
.sc-video-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.sc-video-section p {
    margin: 5px;
}
.sc-video-section-content {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    max-width: 500px;
}
.sc-video {
    width: 100%;
    aspect-ratio: 16/9;
}
.container {
    width:100%;
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.sc-fifty-fifty {
    display: flex;
    flex-direction: row;
}
.sc-fifty-fifty img {
    aspect-ratio: 4/3;
    object-fit: cover;
    box-shadow: 0px 0px 8px #00000067;
}
.sc-fifty-fifty-card {
    width: 50%;
}
.sc-fifty-fifty h2 {
    padding-top: 10px;
}
.sc-three-across {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
}
.sc-three-across h3 {
    text-align: left;
}
.sc-three-across img {
    aspect-ratio: 4/3;
    object-fit: cover;
    box-shadow: 2px 2px 8px #000000aa;
}
.sc-yellow-section {
    background-color: #F5F3E6E5;
}
.sc-yellow-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 80px;
    gap: 30px;
}
.sc-yellow-section p {
    text-align: center;
    margin: 5px 0px;
}
.sc-yellow-section h2 {
    text-align: center;
    margin: 5px 0px;
}
.sc-quote {
    color: #6591C6;
    font-style: italic;
    font-family: 'GT Super';
    font-size: 24px;
    font-weight: 400;
}
.sc-quote-attribution {
    color: #6591C6;
    font-family: 'GT Super';
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.sc-yellow-section h2 {
    text-transform: none;
    font-size: 48px;
}
.sc-yellow-section div h2 {
    text-transform: uppercase;
    font-weight: 400;
}

.sc-blue-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 500px;
}

.sc-blue-left {
    width: 50%;
    background-color: #6591C6;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    box-sizing: border-box;
}
.sc-blue-left h2 {
    max-width: 510px;
}
.sc-blue-left p {
    max-width: 410px;
}

.sc-blue-left h2 {
    color: white;
    margin: 0;
}

.sc-blue-left p {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
}

.sc-blue-left .sc-button {
    border: solid 1px white;
    font-weight: 500;
}
.sc-recognition-opportunites.sc-button {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    border-width: 0px;
    padding: 16px;
}

.sc-airial {
    width: 50%;
    background-image: url('/images/sc-airial.jpg');
    background-size: cover;
    background-position: center;
}
.sc-airial h2 {
    display: none;
}
.sc-blue-left .sc-button:hover {
    background-color: white;
    color: #6591C6;
}
.sc-recognition-opportunites.sc-button:hover {
    background-color: #ffffff00;
    color: white;
}
.sc-make-your-mark {
    padding: 60px 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.sc-make-your-mark h2 {
    text-transform: none;
}
.sc-make-your-mark h3 {
    text-transform: none;
    text-align: center;
}
.sc-number {
    font-family: 'GT Super';
    font-size: 32px;
    color: #6591C6;
    font-weight: 500;
    margin-top: 10px;

}

.sc-final-section {
    min-height: 600px;
    background-image: url('/images/sc-prayer-gardens.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px;
}

.sc-final-section .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.sc-white-card {
    background: white;
    padding: 60px 80px;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.sc-white-card h2 {
    color: #6591C6;
    margin: 0;
}

.sc-white-card > p {
    color: #676767;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sc-jim-thomas-info {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: top;
    margin: 20px 0;
    width: 100%;
}

.sc-jim-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #E0E0E0;
    flex-shrink: 0;
    background-image: url('/images/jim-thomas.png');
    background-size: cover;
    background-position: center;
}

.sc-jim-thomas-info > div {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-jim-thomas-info p {
    margin: 0;
    font-size: 14px;
    color: #676767;
}

.sc-name {
    font-family: 'GT Super';
    font-size: 28px;
    font-weight: 500;
    color: #6591C6 !important;
    margin: 0px;
}

.sc-blue {
    color: #6591C6;
    font-weight: 500;
}

.sc-jim-thomas-info .sc-button {
    margin-top: 10px;
    align-self: flex-start;
}
.contribute-overlay {
    position: absolute !important;
    background-color: #6591C6;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    bottom: 20px;
    left: -100%;
    z-index: 1;
    border-radius: 0px;
    opacity: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    pointer-events: none;
}

.sc-fifty-fifty-card > div:hover .contribute-overlay,
.sc-three-across > div:hover .contribute-overlay {
    left: 0px;
    opacity: 1;
    pointer-events: auto;
}

.brick-section {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.brick-section-card {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.brick-card {
    background: #FFFFFF;
    border: 2px solid #6591C6;
    border-radius: 4px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.brick-details-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.brick-details-container .brick-price {
    margin-top: -12px;
}
.brick-card img {
    width: 100%;
    max-width: 240px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.brick-card .brick-title {
    font-family: 'GT Super';
    font-size: 28px;
    color: #6591C6;
    margin: 0;
    text-transform: none;
}
.brick-card .brick-price {
    font-family: 'GT Super';
    font-size: 40px;
    color: #6591C6;
    margin: 0;
    font-weight: 500;
}
.brick-card .brick-size {
    font-family: 'GT Super';
    font-style: italic;
    font-size: 18px;
    color: #1E2A3A;
    margin: -10px 0 10px 0;
}
.brick-card .brick-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.brick-card .brick-info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: 190px;
}
.brick-card .brick-info-section h4 {
    font-family: 'GT Super';
    font-size: 14px;
    letter-spacing: 1px;
    color: #152C48;
    margin: 0;
}
.brick-card .brick-info-section p {
    font-size: 12px;
    color: #676767;
    margin: 0;
}
.brick-card .sc-button {
    margin-top: 12px;
}

.sc-questions-section {
    background-color: #FFFFFF;
    padding: 20px;
}

.sc-questions-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.sc-questions-section h2 {
    font-family: 'GT Super';
    font-size: 42px;
    color: #6591C6;
    margin: 0;
    text-transform: uppercase;
}

.sc-questions-section > .container > p {
    font-size: 14px;
    color: #676767;
    max-width: 700px;
    margin: 0;
}

.sc-contact-options {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 20px;
}

.sc-contact-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-width: 300px;
}

.sc-contact-option div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.sc-contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.sc-contact-option h3 {
    font-family: 'GT Super';
    font-size: 24px;
    color: #6591C6;
    margin: 0;
    text-transform: none;
}

.sc-contact-option .sc-contact-number {
    font-size: 18px;
    font-weight: 300;
    color: #152C48;
    color: 676767;
}

.sc-contact-option p {
    font-size: 12px;
    color: #676767;
    margin: 0;
    line-height: 1.5;
}

/* Modal Styles */
.sc-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.sc-modal-overlay.active {
    display: flex;
}

.sc-modal {
    background: white;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.sc-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    color: #676767;
    cursor: pointer;
    z-index: 1;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
    font-weight: 200;
    font-family: sans-serif;
}

.sc-modal-close:hover {
    color: #000;
}

.sc-modal-header {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.sc-modal-header p {
    color: #676767;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.sc-modal-body {
    padding: 40px;
    display: flex;
    gap: 40px;
}

.sc-modal-form {
    flex: 1;
}

.sc-modal-sidebar {
    flex-shrink: 0;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 0;
}

.sc-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.sc-form-row.single {
    flex-direction: column;
}

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

.sc-form-group label {
    font-family: 'sans-serif';
    font-size: 12px;
    color: #152C48;
    margin-bottom: 6px;
    text-transform: capitalize;
}

input,
select {
    padding: 5px 14px;
    border: 1px solid #d0d0d0;
    font-family: sans-serif;
    font-size: 13px;
    color: #676767;
    border-radius: 4px;
}

input:focus,
select:focus {
    outline: none;
    border-color: #6591C6;
}

.sc-modal-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sc-modal-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url('/images/jim-thomas.png');
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.sc-modal-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc-modal-contact-info p {
    margin: 4px 0;
    font-size: 14px;
    color: #676767;
}

.sc-modal-contact-info .sc-name {
    font-family: 'GT Super';
    font-weight: 500;
    color: #6591C6;
    font-size: 18px;
}

.sc-modal-contact-info .sc-blue {
    color: #6591C6;
    font-weight: 500;
}

.sc-submit-button {
    background-color: #6591C6;
    color: white;
    padding: 12px 32px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    display: block;
}

.sc-submit-button:hover {
    background-color: #5580b5;
}

/* Recognition Opportunities Modal */
.sc-recognition-modal {
    background: white;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
}

.sc-recognition-left {
    width: 300px;
    background: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.sc-recognition-left h2 {
    font-family: 'GT Super';
    font-size: 24px;
    color: #6591C6;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
}

.sc-recognition-left p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.sc-recognition-left .sc-link {
    color: #6591C6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

.sc-recognition-form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.sc-recognition-form input::placeholder {
    color: #999;
}

.sc-recognition-submit {
    background-color: #6591C6;
    color: white;
    padding: 12px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
}

.sc-recognition-submit:hover {
    background-color: #5580b5;
}

.sc-recognition-right {
    flex: 1;
    position: relative;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.sc-slideshow-header {
    background: linear-gradient(to right, #E91E8C, #6591C6);
    color: white;
    padding: 20px 30px;
    text-align: center;
    font-family: 'GT Super';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc-slideshow-container {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sc-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sc-slide.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-slide img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sc-slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #6591C6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.sc-slide-nav.prev {
    left: 20px;
    padding-left: 6px;
}

.sc-slide-nav.next {
    right: 20px;
    padding-right: 3px;
}

.carousel-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6591C6;
    cursor: pointer;
    opacity: 0.5;
    transition: background 0.3s;
}

.dot.active {
    opacity: 1;
}

.sc-slideshow.img1 {
    background-image: url('/images/sc-slideshow-altar.jpeg')
}
.sc-slideshow.img2 {
    background-image: url('/images/sc-slideshow-bell.jpeg')
}
.sc-slideshow.img3 {
    background-image: url('/images/sc-slideshow-fountain.jpeg')
}
.sc-slideshow.img4 {
    background-image: url('/images/sc-slideshow-garden.jpeg')
}
.sc-slideshow.img5 {
    background-image: url('/images/sc-slideshow-night.jpeg')
}
.sc-slideshow.img6 {
    background-image: url('/images/sc-slideshow-station.jpeg')
}

@media (max-width: 768px) {
    .contribute-overlay {
        display: none !important;
    }

    .sc-hero:not(.brick-hero) {
        padding: 30px 10px;
        flex-direction: column;
    }
    
    .brick-hero {
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .brick-hero h1 {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    
    .brick-hero .sc-hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .brick-hero > div {
        width: 100%;
    }
    
    .brick-hero .sc-button {
        width: auto;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        padding: 12px 20px;
    }
    
    .brick-hero > div > div {
        flex-direction: column !important;
        width: 100%;
        gap: 15px !important;
    }

    .sc-hero:not(.brick-hero) .hero-donation-embed {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .container {
        padding: 20px;
    }
    
    .sc-hero:not(.brick-hero) h1 {
        font-size: 4rem;
    }
    
    .sc-hero:not(.brick-hero) .sc-hero-subtitle {
        font-size: 16px;
    }

    .sc-video-section {
        flex-direction: column;
        flex-flow: column-reverse;
        gap: 20px;
    }

    .sc-video-section-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .sc-video {
        width: 100%;
        padding-top: 30px;
    }

    .sc-fifty-fifty {
        flex-direction: column;
    }

    .sc-fifty-fifty-card {
        width: 100%;
        margin-bottom: 24px;
        padding: 0px !important;
    }

    .sc-three-across {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sc-yellow-section .container {
        padding: 40px 20px;
    }

    .sc-blue-section {
        flex-direction: column;
        flex-flow: column-reverse;
    }
    
    .sc-blue-left,
    .sc-airial {
        width: 100%;
    }
    
    .sc-airial {
        min-height: 300px;
    }
    
    .sc-blue-left {
        padding: 40px 30px;
    }

    .sc-make-your-mark {
        padding: 40px 20px;
    }

    .sc-make-your-mark .sc-three-across div {
        border: none !important;
    }
    
    .sc-final-section {
        padding: 40px 20px;
    }
    
    .sc-white-card {
        padding: 40px 30px;
    }
    
    .sc-jim-thomas-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .sc-jim-thomas-info > div {
        text-align: center;
        align-items: center;
    }
    
    .sc-jim-thomas-info .sc-button {
        align-self: center;
    }

    .sc-modal {
        width: 95%;
    }

    .sc-modal-header {
        padding: 40px 20px 30px;
    }

    .sc-modal-body {
        padding: 30px 20px;
        flex-direction: column;
    }

    .sc-modal-sidebar {
        width: 100%;
        padding-top: 0;
        border-left: none;
        border-top: 1px solid #e0e0e0;
        padding-left: 0;
        padding-top: 30px;
    }

    .sc-modal-header h2 {
        text-align: left !important;
        color: #6591C6;
        font-family: 'GT Super';
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 8px 0;
    }

    .sc-form-row {
        flex-direction: column;
        gap: 0;
    }

    .sc-recognition-modal {
        flex-direction: column;
        max-height: 95vh;
        overflow-y: auto;
    }

    .sc-recognition-left {
        width: 100%;
    }

    .sc-recognition-right {
        min-height: 400px;
    }

    .sc-slideshow-header {
        font-size: 14px;
        padding: 15px 20px;
    }
    .brick-section {
        flex-direction: column;
    }

    .brick-section-card {
        width: 100%;
        margin-bottom: 24px;
        padding: 0px !important;
    }
    
    .sc-contact-options {
        flex-direction: column;
        gap: 40px;
    }
    
    .sc-contact-option {
        max-width: 100%;
    }

    .brick-card {
        padding: 32px 24px;
        max-width: 440px;
    }

    .brick-info {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .brick-info-section {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .sc-hero {
        display: none;
    }
    
    .brick-hero {
        padding: 30px 15px;
        min-height: auto;
        aspect-ratio: auto;
    }
    
    .brick-hero h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    .brick-section {
        display: none;
    }
    .brick-hero .sc-hero-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .brick-hero .sc-button {
        font-size: 14px;
        padding: 12px 20px;
        width: auto;
    }
    
    .brick-hero > div > div {
        flex-direction: column !important;
        width: 100%;
        gap: 12px !important;
        padding: 15px 0px !important;
    }
    
    .sc-hero-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        background-color: #F5F3E6E5;
        text-align: center;
        padding-top: 40px;
    }   
    .sc-hero-mobile h1 {
        color: #6591C6;
        font-size: 2rem;
        text-shadow: 0px 0px 0px #ffffff00;
    }
    .sc-hero-mobile .sc-hero-subtitle {
        padding-bottom: 20px;
    }
    .sc-hero-subtitle {
        color: #152C48;
        font-size: 1.2rem;
        text-shadow: 0px 0px 0px #ffffff00;
        font-family: "Gt Super";
        text-transform: none;
    }
    .mobile-donation-embed {
        display: block;
        padding: 0px 10px;
        margin-bottom: -80px;
        margin-top: -60px;
    }
    
    .sc-video-section {
        margin-top: -80px;
        padding-top: 20px;
    }
    .sc-video-section-content {
        text-align: center;
        align-items: center;
    }
    .sc-main-content {
        gap: 40px;
        padding: 20px 0px;
    }
    .sc-fifty-fifty.container {
        display: none;
    }
    .sc-three-across.container {
        display: none;
    }
    .carousel-container {
        display: block;
    }
    img[alt="Front of Chapel"] {
        display: none;
    }
    .sc-airial {
        background-image: url('/images/sc-aerial-mobile.jpg');
        aspect-ratio: 0.8;
    }
    .sc-airial h2 {
        display: block;
        background-color: #6591C6;
        color: white;
        padding: 10px;
        width: 100%;
        max-width: 270px;
        margin: 20px auto;
        border-left: solid 1px white;
        z-index: 1;
    }
    .sc-airial .line {
        position: absolute;
        width: 100px;
        top: 0px;
        bottom: 0px;
        margin: auto 0px;
        left: 0px;
        border-top: solid 1px white;
        height: 1px;
    }
    .sc-airial .airial-banner {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 0px;
    }
    .sc-blue-left h2, .sc-blue-left img {
        display: none;
    }
    h2 {
        font-size: 24px;
    }
    .sc-yellow-section h2 {
        font-size: 22px;
    }
    .sc-three-across {
        width: 100%;
    }
    h3 {
        font-size: 18px;
    }
    .sc-number {
        font-size: 24px;
    }
    .sc-quote {
        font-size: 18px;
    }
    .sc-quote-attribution {
        font-size: 14px;
    }
    .brick-title {
        font-size: 24px;
    }
    .brick-price {
        font-size: 32px;
    }
    .brick-size {
        font-size: 16px;
    }
    
    .sc-questions-section {
        padding: 20px;
    }
    
    .sc-questions-section h2 {
        font-size: 28px;
    }
    
    .sc-contact-option {
        flex-direction: column;
        align-items: center;
    }
    .sc-contact-option div {
        text-align: center;
    }
    .sc-contact-option h3 {
        font-size: 16px;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .sc-recognition-right {
        display: none;
    }
    .sc-make-your-mark h2 {
        text-transform: uppercase;
        margin: 0px;
    }
    .sc-make-your-mark {
        gap: 10px;
    }
    .sc-make-your-mark .sc-three-across {
        gap: 0px;
    }
    .sc-make-your-mark .sc-button {
        padding-left: 40px;
        padding-right: 40px;
        font-weight: 400;
        border-radius: 40px;
        display: block;
        margin-top: 20px;
    }
    .sc-final-section .container {
        padding: 0px;
    }
    .sc-final-section {
        padding: 0px;
    }
}


