/* Core Styling Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-dark: #000000;
    --card-bg: #07090e;
    --gold: #d4af37;
    --gold-dim: #aa8c2c;
    --text-light: #ffffff;
    --text-gray: #a0a5b5;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Common Text Elements */
.gold-text {
    color: var(--gold) !important;
}

/* Brand Logo — exact brand artwork rendered on the site's black background */
.logo {
    text-align: center;
}
.brand-logo {
    display: inline-flex;
    text-decoration: none;
    line-height: 0;
}
.brand-img {
    display: block;
    width: var(--logo-w, 240px);
    max-width: 100%;
    height: auto;
}

/* Size variants for header, footer and hero placements */
.brand-logo--sm {
    --logo-w: 175px;
}
.brand-logo--md {
    --logo-w: 235px;
}
.brand-logo--lg {
    --logo-w: 440px;
    max-width: 100%;
    margin-bottom: 10px;
}

/* Header & Navigation Area */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 6%;
    background-color: var(--bg-dark);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin: 0 18px;
    letter-spacing: 1px;
    transition: color 0.3s;
}

nav a:hover, nav a.active {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
    padding-bottom: 4px;
}

.btn-request {
    border: 1px solid var(--gold);
    color: var(--text-light);
    text-decoration: none;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-request:hover {
    background-color: var(--gold);
    color: var(--bg-dark);
}

/* Hero Section Structural Grid */
.hero {
    position: relative;
    padding: 60px 0 60px 6%;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 40px;
}

.hero-content h1 {
    font-family: var(--font-heading);
    font-size: 52px;
    line-height: 1.15;
    margin: 30px 0 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hero-content p {
    color: var(--text-gray);
    font-size: 15px;
    max-width: 540px;
    margin-bottom: 35px;
}

/* Premium Gold Action Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 45px;
}

.gold-btn {
    background-color: var(--gold);
    color: var(--bg-dark);
    text-decoration: none;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
}

.gold-btn:hover {
    background-color: var(--gold-dim);
}

.gold-btn.square {
    border-radius: 0px;
    padding: 12px 30px;
}

.outline-btn {
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--text-light);
    text-decoration: none;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.outline-btn:hover {
    background: rgba(212, 175, 55, 0.1);
}

/* Scripture Subcard Placement */
.scripture-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 500px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 20px;
}

.scripture-icon {
    border: 1px solid var(--gold);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex-shrink: 0;
    font-size: 14px;
}

.scripture-text strong {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

.scripture-text p {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.4;
}

/* Hero Section Graphic Framing Wrap */
.hero-image {
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4%;
}

/* Soft ambient glow behind the graphic so it reads as lit from within
   the page rather than pasted on top of the black background. */
.hero-image::before {
    content: '';
    position: absolute;
    inset: 8% 4% 6% 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 55%,
        rgba(212, 175, 55, 0.18) 0%,
        rgba(212, 175, 55, 0.06) 38%,
        rgba(0, 0, 0, 0) 70%);
    filter: blur(20px);
    z-index: 0;
    pointer-events: none;
}

.hero-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Lighten blend lets the graphic's near-black backdrop melt into the
       page's black, leaving only the lit house, skyline and gold road. */
    mix-blend-mode: lighten;
    /* Feather the rectangular edges into transparency so there is no
       visible clip-art boundary against the background. */
    -webkit-mask-image: radial-gradient(ellipse 78% 82% at 50% 52%,
        #000 50%, rgba(0, 0, 0, 0.55) 74%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse 78% 82% at 50% 52%,
        #000 50%, rgba(0, 0, 0, 0.55) 74%, rgba(0, 0, 0, 0) 100%);
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}

/* Services Presentation Section */
.services-section {
    padding: 80px 6%;
    text-align: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.section-tag {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 5px;
}

.services-section h2 {
    font-family: var(--font-heading);
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-card {
    background-color: var(--card-bg);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 40px 25px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
}

.card-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle at 30% 25%, rgba(212, 175, 55, 0.18), rgba(7, 9, 14, 0.95) 70%);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(0, 0, 0, 0.6);
    transition: box-shadow 0.35s ease;
}

/* Luxury gold gradient ring around the icon badge */
.card-icon::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(145deg, rgba(247, 236, 191, 0.95), rgba(170, 140, 44, 0.12) 50%, rgba(212, 175, 55, 0.8));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.85;
    transition: opacity 0.35s ease, transform 0.5s ease;
}

.card-icon svg {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.service-card:hover .card-icon {
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.6), 0 0 26px rgba(212, 175, 55, 0.28), 0 6px 18px rgba(0, 0, 0, 0.6);
}

.service-card:hover .card-icon::before {
    opacity: 1;
    transform: rotate(45deg);
}

.service-card h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.service-card p {
    color: var(--text-gray);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    height: 70px; /* Aligns lengths */
}

.learn-more {
    color: var(--gold);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Highlights Grid Horizontal Bar */
.values-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: #040508;
    padding: 50px 6%;
    text-align: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.value-item {
    padding: 15px;
}

/* Luxury gold value-bar graphics (self-contained SVG, no external icon font) */
.value-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon svg {
    width: 52px;
    height: 52px;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.35)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    transition: filter 0.35s ease, transform 0.35s ease;
}

.value-item:hover .value-icon svg {
    filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.55)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    transform: translateY(-3px);
}

.value-item h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.value-tag {
    font-size: 11px;
    color: var(--text-gray);
    letter-spacing: 1px;
    font-weight: 500;
}

/* Middle Contact Request Hook Banner */
.cta-banner {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    background: url('https://unsplash.com') no-repeat center center/cover;
}

.cta-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-family: var(--font-heading);
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.cta-content p {
    color: var(--text-gray);
    font-size: 14px;
    margin-bottom: 25px;
}

/* Universal Footer Layout */
footer {
    background-color: var(--bg-dark);
    padding: 70px 6% 30px;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h3 {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: var(--text-light);
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-col p {
    color: var(--text-gray);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: var(--gold);
}

.areas-list {
    color: var(--text-gray);
    line-height: 1.8;
}

.areas-list span {
    display: inline-block;
    margin-right: 4px;
}

/* Footer Copyright & Social Strip */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    color: #666;
    font-size: 12px;
}

.social-icons a {
    color: var(--text-gray);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--gold);
}

/* Adaptive Breakpoint Customizations */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        padding-right: 6%;
    }
    .hero-image {
        display: none; /* Simplifies graphic rendering across tablets */
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    nav {
        margin: 10px 0;
    }
    .hero-content h1 {
        font-size: 36px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
