:root {
    --primary: #8f0b9f;
    --primary-dark: #5a075f;
    --accent: #ffc400;
    --accent-red: #c4148b;
    --accent-soft: #f6d7f1;
    --surface: #ffffff;
    --text: #321735;
    --muted: #70586f;
    --border: rgba(143, 11, 159, 0.18);
    --shadow: 0 24px 60px rgba(90, 7, 95, 0.16);
}

.visit-page-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: start;
}

.visit-information-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.visit-page-card {
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
}

.visit-page-card h2 {
    margin-top: 0;
}

.visit-page-card p {
    color: var(--muted);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(12px);
    background: rgba(90, 7, 95, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #ffe66d);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.brand-logo {
    width: 148px;
    height: 58px;
    object-fit: contain;
    border-radius: 8px;
}

.main-nav {
    display: flex;
    gap: 26px;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.main-nav a:hover,
.main-nav a:focus {
    color: #fff;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 28px rgba(143, 11, 159, 0.24);
}

.btn-primary:hover {
    transform: translateY(-1px);
}

.nav-btn {
    background: linear-gradient(135deg, var(--accent-red), #b91f2b);
    box-shadow: 0 10px 24px rgba(229, 50, 50, 0.24);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero {
    position: relative;
    background-color: #24103f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: clamp(620px, calc(100vh - 95px), 820px);
    padding: 72px 0 80px;
    color: #fff;
}

.page-hero {
    padding: 110px 0 90px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #fff;
}

.page-hero h1 {
    max-width: 720px;
    margin: 12px 0 14px;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    line-height: 1.05;
}

.page-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
}

.hero-content {
    display: flex;
    align-items: center;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.single-hero-banner {
    display: block;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero-copy h1 {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1.08;
    font-family: Georgia, 'Times New Roman', serif;
    color: #fff;
}

.hero-copy p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100%, 650px);
    padding: 40px 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(90, 7, 95, 0.84), rgba(143, 11, 159, 0.58));
    box-shadow: 0 24px 70px rgba(90, 7, 95, 0.3);
    backdrop-filter: blur(7px);
}

.hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.hero .btn {
    min-height: 52px;
    padding-inline: 24px;
}

.hero-meta {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
}

.hero-contact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-contact-strip div {
    min-width: 0;
}

.hero-contact-strip span,
.hero-contact-strip strong {
    display: block;
}

.hero-contact-strip span {
    margin-bottom: 5px;
    color: var(--accent-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-contact-strip strong {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    line-height: 1.35;
}

.hero-visual {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(90, 7, 95, 0.18);
    background: var(--accent-soft);
    display: none;
}

.single-hero-banner .hero-visual {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 16 / 7;
    border-width: 0;
    border-radius: 24px;
    box-shadow: none;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.82);
    object-position: center;
}

.hero-visual-caption {
    display: none;
}

.hero-card {
    grid-row: 2;
    background: var(--primary-dark);
    border: 1px solid rgba(143, 11, 159, 0.2);
    display: none;
    border-radius: 24px;
    padding: 22px 24px;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow);
    background: rgba(9, 16, 29, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.service-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
}

.time {
    color: var(--accent-soft);
    font-weight: 700;
}

.text-link {
    color: var(--accent-soft);
    font-weight: 600;
}

.section {
    padding: 100px 0;
}

.section-alt {
    background: #fff1fb;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.split-layout h2,
.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 0 0 18px;
}

.split-layout p,
.section-heading p,
.feature-card p,
.ministry-card p,
.event-details p,
.visit-wrap p,
.site-footer p,
.site-footer li {
    color: var(--muted);
}

.feature-list {
    display: grid;
    gap: 18px;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.history-section {
    margin-top: 34px;
    padding: 30px;
    background: linear-gradient(135deg, #fff1fb, #ffffff);
    border-left: 5px solid var(--accent-red);
    border-radius: 18px;
}

.history-section h2 {
    margin: 0 0 10px;
}

.history-section p {
    max-width: 860px;
    margin: 0;
    color: var(--muted);
}

.feature-card,
.ministry-card,
.service-card,
.event-item,
.visit-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(10, 31, 56, 0.05);
}

.feature-card {
    padding: 24px;
}

.feature-card h3,
.ministry-card h3,
.service-card h3,
.event-details h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.stats {
    padding: 30px 0 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.stat-item {
    min-width: 0;
    background: var(--surface);
    border-radius: 20px;
    border: 1px solid var(--border);
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 14px 30px rgba(10, 31, 56, 0.04);
}

.stat-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: clamp(1.7rem, 4vw, 2.3rem);
    line-height: 1.1;
    color: var(--primary);
}

.stat-item span {
    display: block;
    overflow-wrap: anywhere;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.35;
}

.section-heading {
    margin-bottom: 34px;
    text-align: center;
}

.service-grid,
.ministries-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.week-program {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.program-day {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px 16px;
    box-shadow: 0 16px 35px rgba(10, 31, 56, 0.04);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 170px;
}

.program-day.highlight {
    background: linear-gradient(135deg, rgba(13, 59, 102, 0.08), rgba(212, 175, 55, 0.12));
}

.program-label {
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.program-day strong {
    font-size: 1.05rem;
    line-height: 1.35;
}

.program-day small {
    color: var(--muted);
    margin-top: auto;
}

.service-card,
.ministry-card {
    padding: 24px;
}

.ministry-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    overflow: hidden;
}

.day {
    display: inline-block;
    margin-bottom: 18px;
    background: rgba(13, 59, 102, 0.08);
    color: var(--primary);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.icon-badge {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.14);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.ministry-image {
    width: calc(100% + 48px);
    height: 200px;
    flex: 0 0 200px;
    margin: -24px -24px 20px;
    object-fit: cover;
    object-position: center;
    background: var(--accent-soft);
    cursor: zoom-in;
}

.leader-grid-home {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.leader-card-home {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(10, 31, 56, 0.04);
}

.leader-card-home img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.leader-card-body {
    padding: 20px;
}

.leader-role {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.live-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.live-service-card {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(10, 31, 56, 0.05);
}

.live-service-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.live-service-body {
    padding: 18px;
}

.live-service-body h3 {
    margin: 0 0 8px;
}

.live-service-body p {
    margin: 0;
    color: var(--muted);
}

.live-service-link {
    display: grid;
    aspect-ratio: 16 / 9;
    place-items: center;
    background: var(--primary-dark);
    color: #fff;
    font-weight: 800;
}

.gallery-item {
    overflow: hidden;
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: 0 18px 45px rgba(10, 31, 56, 0.04);
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.gallery-item figcaption {
    padding: 14px 16px 18px;
    font-weight: 600;
    color: var(--text);
}

.image-lightbox-trigger {
    cursor: zoom-in;
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 32px;
    background: rgba(4, 14, 26, 0.9);
}

.image-lightbox[hidden] {
    display: none;
}

.image-lightbox img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
    cursor: zoom-out;
}

.image-lightbox-close {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.event-list {
    display: grid;
    gap: 18px;
}

.event-item {
    display: grid;
    grid-template-columns: 180px 150px 1fr;
    gap: 20px;
    padding: 24px;
    align-items: center;
}

.event-item:not(:has(.event-image)) {
    grid-template-columns: 150px 1fr;
}

.event-image {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 14px;
}

.event-date {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 18px;
    padding: 18px 14px;
    text-align: center;
    min-height: 92px;
    display: grid;
    place-items: center;
}

.visit-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: #fff;
}

.visit-wrap {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
}

.visit-wrap p,
.visit-card p {
    color: rgba(255, 255, 255, 0.82);
}

.visit-card {
    background: rgba(255, 255, 255, 0.06);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.giving-section {
    background: #fff1fb;
}

.giving-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.giving-card {
    padding: 26px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(10, 31, 56, 0.05);
}

.giving-card h3 {
    margin-top: 0;
}

.giving-card p {
    margin: 8px 0 0;
    color: var(--muted);
}

.contact-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(10, 31, 56, 0.06);
}

.contact-form {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    font: inherit;
    background: #f9fbfd;
    color: var(--text);
}

.contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.alert {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 600;
}

.alert.success {
    background: rgba(34, 197, 94, 0.12);
    color: #166534;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.alert.error {
    background: rgba(239, 68, 68, 0.1);
    color: #991b1b;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.site-footer {
    background: var(--primary-dark);
    color: #fff;
    padding-top: 66px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 0.9fr;
    gap: 18px;
}

.footer-brand {
    margin-bottom: 12px;
}

.footer-quick-links {
    grid-column: 1 / -1;
    align-self: start;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.footer-quick-links h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
}

.footer-quick-links ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 18px;
    white-space: nowrap;
    overflow-x: auto;
}

.footer-quick-links li {
    flex: 0 0 auto;
    border-bottom: 0;
}

.footer-quick-links a {
    display: block;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-quick-links a:hover,
.footer-quick-links a:focus {
    padding-left: 6px;
    color: var(--accent);
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.site-footer h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 30px;
    padding: 18px 0 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
    .hero-content,
    .split-layout,
    .visit-wrap,
    .footer-grid,
    .service-grid,
    .ministries-grid {
        grid-template-columns: 1fr 1fr;
    }

    .main-nav {
        display: none;
    }

    .footer-quick-links {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .hero,
    .section {
        padding-top: 84px;
        padding-bottom: 72px;
    }

    .hero {
        background-size: cover;
        background-position: center;
    }

    .hero-content {
        min-height: 0;
    }

    .hero-content,
    .split-layout,
    .visit-wrap,
    .stats-grid,
    .service-grid,
    .ministries-grid,
    .footer-grid,
    .event-item,
    .about-pillars,
    .live-services-grid,
    .giving-grid {
        grid-template-columns: 1fr;
    }

    .visit-page-layout {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .hero-visual,
    .hero-card {
        grid-column: 1;
        grid-row: auto;
    }

    .hero-copy {
        max-width: none;
        padding: 32px;
    }

    .hero-visual {
        aspect-ratio: 4 / 3;
    }

    .hero-contact-strip {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .event-image {
        width: 100%;
        height: 220px;
    }

    .nav-wrap {
        flex-wrap: wrap;
        gap: 12px;
    }

    .nav-btn {
        width: 100%;
    }

}

/* Homepage editorial layout */
.home-page {
    background: var(--bg);
}

.home-page .site-header {
    position: sticky;
    inset: auto;
    width: auto;
    background: linear-gradient(110deg, #5a075f, var(--primary), #b51aa8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(11, 45, 115, 0.2);
    backdrop-filter: blur(12px);
}

.home-page .nav-wrap {
    width: min(1200px, calc(100% - 40px));
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.home-page .brand {
    display: block;
    margin-bottom: 0;
}

.home-page .brand-logo {
    width: 156px;
    height: 64px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
}

.home-page .main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    font-weight: 700;
}

.home-page .main-nav a {
    padding: 10px 13px;
    border-radius: 999px;
    border-bottom: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-page .main-nav a:hover,
.home-page .main-nav a:focus,
.home-page .main-nav a:first-child {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.home-page .main-nav .nav-btn {
    width: auto;
    margin-top: 0;
    margin-left: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, var(--accent-red), #b91f2b);
    box-shadow: 0 8px 18px rgba(229, 50, 50, 0.3);
}

.home-page .main-nav .nav-btn:hover,
.home-page .main-nav .nav-btn:focus {
    background: linear-gradient(135deg, #f04a43, var(--accent-red));
    transform: translateY(-2px);
}

.home-page main {
    margin-left: 0;
}

.home-page .hero {
    min-height: auto;
    padding: 52px 7vw 58px;
    background: var(--bg);
    color: var(--text);
}

.home-page .hero-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(42px, 7vw, 112px);
    align-items: stretch;
    min-height: 500px;
}

.home-page .hero-copy {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 500px;
    padding: clamp(22px, 2.6vw, 34px);
    border: 2px solid rgba(143, 11, 159, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 44px rgba(90, 7, 95, 0.14);
    backdrop-filter: blur(4px);
}

.home-page .eyebrow {
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}

.home-page .hero-copy h1 {
    max-width: 590px;
    margin-bottom: 16px;
    color: var(--primary-dark);
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: clamp(2.35rem, 4.4vw, 4.4rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.91;
    text-transform: uppercase;
}

.home-page .hero-copy p {
    max-width: 570px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.4;
}

.home-page .hero-actions {
    gap: 10px;
    margin-top: 16px;
}

.home-page .hero .btn {
    min-height: 42px;
    border-radius: 0;
    padding: 0.65rem 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .hero .btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 28px rgba(143, 11, 159, 0.24);
}

.home-page .hero .btn-secondary {
    color: var(--primary-dark);
    border-color: rgba(143, 11, 159, 0.5);
    background: transparent;
}

.home-page .hero-meta {
    gap: 8px 14px;
    margin-top: 14px;
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 700;
}

.home-page .hero-contact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
    padding-top: 12px;
    border-top-color: rgba(143, 11, 159, 0.2);
}

.home-page .hero-contact-strip span {
    color: var(--accent-red);
}

.home-page .hero-contact-strip strong {
    color: var(--primary-dark);
    font-size: 0.68rem;
    line-height: 1.2;
}

.home-page .hero-visual {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 0;
}

.home-page .home-image-stack {
    display: block;
    align-self: stretch;
    height: auto;
    min-height: 500px;
}

.home-page .home-image-frame {
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 18px;
    background: var(--primary-dark);
    box-shadow: 12px 12px 0 rgba(90, 7, 95, 0.16);
}

.home-page .section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.home-page .stats {
    padding-top: 28px;
    padding-bottom: 28px;
}

.home-page .home-full-image {
    width: 100%;
    height: clamp(260px, 38vw, 520px);
    overflow: hidden;
    background: var(--primary-dark);
}

.home-page .home-full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-page .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-page .hero-card {
    display: none;
}

@media (max-width: 900px) {
    .home-page .site-header {
        position: sticky;
        inset: auto;
        width: auto;
    }

    .home-page .nav-wrap {
        width: min(1200px, calc(100% - 40px));
        height: auto;
        padding: 14px 0;
        flex-direction: row;
        align-items: center;
    }

    .home-page .brand {
        margin-bottom: 0;
    }

    .home-page .brand-logo {
        width: 148px;
        height: 58px;
    }

    .home-page .main-nav {
        display: none;
    }

    .home-page main,
    .home-page .site-footer {
        margin-left: 0;
    }

    .home-page .hero {
        min-height: auto;
        padding: 52px 0 58px;
    }

    .home-page .hero-content {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .home-page .hero-content {
        grid-template-columns: 1fr;
    }

    .home-page .hero-copy h1 {
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .home-page .hero-copy {
        height: auto;
        min-height: 0;
    }

    .home-page .hero-visual {
        grid-column: 1;
        grid-row: auto;
        max-width: 360px;
    }

    .home-page .home-image-stack {
        height: auto;
        min-height: 440px;
    }

    .home-page .home-image-frame {
        min-height: 440px;
    }

    .home-page .hero-contact-strip {
        grid-template-columns: 1fr;
    }
}
