/* ================================================================
   Ehnle Landscaping — Premium Custom Styles
   Theme: edge_mod (Ghost Edge)
   ================================================================ */

/* ----------------------------------------------------------------
   0. ROOT VARIABLES & GHOST ACCENT OVERRIDE
   ---------------------------------------------------------------- */
:root {
    --el-green: #2c5530;
    --el-green-light: #3a7040;
    --el-green-dark: #1e3b22;
    --el-gold: #c9a227;
    --el-gold-light: #dbb94a;
    --el-gold-dark: #a8871e;
    --el-charcoal: #1a1a1a;
    --el-warm-white: #fafaf7;
    --el-stone: #f0ede8;
    --el-stone-dark: #e4dfd8;
    --el-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --el-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --el-shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.12);
    --el-shadow-xl: 0 16px 64px rgba(0, 0, 0, 0.16);
    --el-radius: 8px;
    --el-radius-lg: 12px;
    --el-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --el-transition-fast: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    /* Kill Ghost neon green accent */
    --ghost-accent-color: #2c5530 !important;
}

/* ----------------------------------------------------------------
   1. GLOBAL BASE OVERRIDES
   ---------------------------------------------------------------- */
body {
    background-color: var(--el-warm-white);
    color: var(--el-charcoal);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--el-charcoal);
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

a {
    color: var(--el-green);
    transition: color var(--el-transition-fast), opacity var(--el-transition-fast);
}

a:hover {
    color: var(--el-green-light);
    opacity: 1;
}

::selection {
    background: rgba(44, 85, 48, 0.15);
    color: var(--el-charcoal);
}

/* ----------------------------------------------------------------
   2. HEADER — Sticky, dark, premium
   ---------------------------------------------------------------- */
.gh-head {
    position: sticky !important;
    top: 0;
    z-index: 999;
    background-color: rgba(26, 26, 26, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color var(--el-transition);
}

.gh-head-inner {
    padding: 1.8rem 0;
}

.gh-head-logo {
    font-family: 'Lora', Georgia, serif;
    font-size: 2.6rem !important;
    font-weight: 700;
    color: var(--el-warm-white) !important;
    letter-spacing: -0.03em;
    transition: color var(--el-transition-fast);
}

.gh-head-logo:hover {
    color: var(--el-gold) !important;
    opacity: 1;
}

.gh-head-logo img {
    max-height: 40px;
    filter: brightness(0) invert(1);
    transition: filter var(--el-transition-fast);
}

.gh-head .nav a {
    color: rgba(250, 250, 247, 0.85) !important;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    position: relative;
    transition: color var(--el-transition-fast);
}

.gh-head .nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--el-gold);
    transition: width var(--el-transition), left var(--el-transition);
    border-radius: 1px;
}

.gh-head .nav a:hover {
    color: #fff !important;
    opacity: 1;
}

.gh-head .nav a:hover::after {
    width: 100%;
    left: 0;
}

.gh-search {
    color: rgba(250, 250, 247, 0.7) !important;
    transition: color var(--el-transition-fast);
}

.gh-search:hover {
    color: var(--el-gold) !important;
    opacity: 1;
}

/* Burger menu for mobile */
.gh-burger::before,
.gh-burger::after {
    background-color: var(--el-warm-white) !important;
}

/* Head transparent variant override */
.is-head-transparent .gh-head {
    background-color: transparent !important;
    border-bottom-color: transparent;
}

/* Head button overrides */
.gh-head-btn.gh-btn,
.gh-head-btn {
    background-color: var(--el-gold) !important;
    color: var(--el-charcoal) !important;
    border-radius: 6px;
    font-weight: 700;
    transition: background-color var(--el-transition-fast), transform var(--el-transition-fast);
}

.gh-head-btn.gh-btn:hover,
.gh-head-btn:hover {
    background-color: var(--el-gold-light) !important;
    transform: translateY(-1px);
}

/* ----------------------------------------------------------------
   3. HERO SECTION — Full viewport, dramatic
   ---------------------------------------------------------------- */
.hero {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(26, 26, 26, 0.3) 0%,
        rgba(26, 26, 26, 0.15) 30%,
        rgba(26, 26, 26, 0.4) 60%,
        rgba(26, 26, 26, 0.85) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-content {
    text-align: center;
    color: #fff;
    max-width: 860px;
    padding: 2rem 2.4rem;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-family: 'Lora', Georgia, serif;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4), 0 4px 40px rgba(0, 0, 0, 0.2);
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.hero-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2.8rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.01em;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: inline-block;
    background: var(--el-gold);
    color: var(--el-charcoal) !important;
    padding: 1.1rem 3rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color var(--el-transition), transform var(--el-transition), box-shadow var(--el-transition);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.3);
}

.hero-cta:hover {
    background: var(--el-gold-light);
    color: var(--el-charcoal) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201, 162, 39, 0.45);
}

.hero-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(201, 162, 39, 0.3);
}

/* ----------------------------------------------------------------
   4. HOME CONTENT SECTIONS
   ---------------------------------------------------------------- */
.home-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2.4rem;
}

.home-content .post-content {
    max-width: none;
}

.home-content .post-content h2 {
    font-family: 'Lora', Georgia, serif;
    font-size: 2.6rem;
    color: var(--el-charcoal);
    margin: 4rem 0 1.8rem;
    text-align: center;
    position: relative;
    padding-bottom: 1.2rem;
}

.home-content .post-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--el-gold), var(--el-gold-light));
    border-radius: 2px;
}

.home-content .post-content h3 {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.6rem;
    color: var(--el-green);
    margin: 2.4rem 0 1rem;
}

.home-content .post-content p {
    font-size: 1.7rem;
    line-height: 1.75;
    color: #444;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.home-content .post-content ul {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.home-content .post-content ul li {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #444;
    padding-left: 0.4rem;
}

/* Alternate section backgrounds */
.home-content .post-content > h2:nth-of-type(even) {
    margin-top: 5rem;
}

/* ----------------------------------------------------------------
   5. SERVICES GRID — Premium cards
   ---------------------------------------------------------------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    margin: 2.4rem 0 3rem;
    max-width: 1200px;
}

.service-card {
    background: #fff;
    border-radius: var(--el-radius-lg);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--el-shadow-md);
    text-align: center;
    transition: transform var(--el-transition), box-shadow var(--el-transition);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--el-shadow-xl);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 0;
    transition: transform var(--el-transition);
    display: block;
}

.service-card:hover img {
    transform: scale(1.06);
}

/* Overflow hidden on the image container */
.service-card {
    overflow: hidden;
}

.service-card h3 {
    font-family: 'Lora', Georgia, serif;
    color: var(--el-green);
    margin: 1.6rem 1.8rem 0.6rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.service-card p {
    color: #555;
    font-size: 1.5rem;
    line-height: 1.65;
    margin: 0 1.8rem 1.8rem;
}

/* ----------------------------------------------------------------
   6. PAGE CONTENT — Posts, Services, About
   ---------------------------------------------------------------- */
.post-full-header {
    text-align: center;
    padding: 4rem 0 2rem;
}

.post-full-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 3.4rem;
    color: var(--el-charcoal);
    letter-spacing: -0.03em;
    line-height: 1.15;
    position: relative;
    display: inline-block;
}

/* Feature image on pages */
.post-full-image {
    border-radius: var(--el-radius-lg);
    overflow: hidden;
    box-shadow: var(--el-shadow-lg);
    margin-bottom: 3rem;
}

.post-full-image img {
    width: 100%;
    display: block;
}

/* Content typography */
.gh-content {
    font-size: 1.7rem;
    line-height: 1.75;
    color: #444;
}

.gh-content > p,
.gh-content > ol,
.gh-content > ul,
.gh-content > dl {
    font-size: 1.7rem;
    line-height: 1.75;
}

.gh-content a {
    color: var(--el-green);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(44, 85, 48, 0.3);
    transition: text-decoration-color var(--el-transition-fast), color var(--el-transition-fast);
}

.gh-content a:hover {
    color: var(--el-green-light);
    text-decoration-color: var(--el-green-light);
}

/* Blockquotes — elegant green accent */
.gh-content blockquote:not([class]),
blockquote:not([class]) {
    border-left: 4px solid var(--el-green) !important;
    padding: 1.2rem 0 1.2rem 2.4rem;
    margin: 2.8rem 0;
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 1.9rem;
    line-height: 1.7;
    color: #333;
    background: linear-gradient(90deg, rgba(44, 85, 48, 0.04) 0%, transparent 100%);
    border-radius: 0 var(--el-radius) var(--el-radius) 0;
}

.gh-content blockquote:not([class]) p {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 1.9rem;
}

/* Horizontal rules — thin green centered line */
.gh-content hr,
hr {
    background: transparent !important;
    border: none !important;
    height: auto !important;
    margin: 3.5rem auto !important;
    position: relative;
}

.gh-content hr::after,
hr::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--el-green), transparent);
    margin: 0 auto;
    border-radius: 1px;
}

/* Lists with custom markers */
.gh-content ul {
    list-style: none;
    padding-left: 0;
}

.gh-content ul li {
    padding-left: 1.8rem;
    position: relative;
    margin-bottom: 0.6rem;
}

.gh-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    background: var(--el-gold);
    border-radius: 50%;
}

.gh-content ol li {
    margin-bottom: 0.6rem;
}

/* ----------------------------------------------------------------
   7. GALLERY — Transformations page
   ---------------------------------------------------------------- */
.kg-gallery-card {
    margin: 2rem 0;
}

.kg-gallery-container {
    gap: 1rem;
}

.kg-gallery-row {
    gap: 1rem;
}

.kg-gallery-image {
    border-radius: var(--el-radius);
    overflow: hidden;
    box-shadow: var(--el-shadow-sm);
    transition: box-shadow var(--el-transition), transform var(--el-transition);
}

.kg-gallery-image:hover {
    box-shadow: var(--el-shadow-lg);
    transform: translateY(-2px);
}

.kg-gallery-image img {
    transition: transform var(--el-transition);
    border-radius: var(--el-radius);
}

.kg-gallery-image:hover img {
    transform: scale(1.04);
}

.kg-gallery-card figcaption {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--el-green);
    margin-top: 0.8rem;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.01em;
}

/* Standalone images in content */
.kg-image-card {
    border-radius: var(--el-radius);
    overflow: hidden;
}

.kg-image-card img {
    border-radius: var(--el-radius);
    transition: transform var(--el-transition);
}

.kg-image-card:hover img {
    transform: scale(1.02);
}

.kg-image-card figcaption {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    color: var(--el-green);
    font-size: 1.3rem;
}

/* ----------------------------------------------------------------
   8. CONTACT PAGE
   ---------------------------------------------------------------- */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin: 2.4rem 0;
}

.contact-method {
    text-align: center;
    padding: 2.8rem 2rem;
    background: #fff;
    border-radius: var(--el-radius-lg);
    border-top: 4px solid var(--el-green);
    box-shadow: var(--el-shadow-md);
    transition: transform var(--el-transition), box-shadow var(--el-transition);
}

.contact-method:hover {
    transform: translateY(-4px);
    box-shadow: var(--el-shadow-lg);
}

.contact-method h3 {
    font-family: 'Lora', Georgia, serif;
    color: var(--el-green);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.contact-method p {
    color: #555;
    font-size: 1.5rem;
    line-height: 1.65;
    margin: 0;
}

.contact-method a {
    color: var(--el-green);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(44, 85, 48, 0.2);
    transition: border-color var(--el-transition-fast), color var(--el-transition-fast);
}

.contact-method a:hover {
    color: var(--el-green-light);
    border-color: var(--el-green-light);
}

/* ----------------------------------------------------------------
   9. FOOTER — Dark, refined
   ---------------------------------------------------------------- */
.gh-foot {
    background-color: var(--el-charcoal) !important;
    color: rgba(250, 250, 247, 0.6);
    padding: 4.8rem 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-foot-inner {
    max-width: 1200px;
}

.gh-foot a {
    color: rgba(250, 250, 247, 0.6) !important;
    transition: color var(--el-transition-fast);
}

.gh-foot a:hover {
    color: var(--el-gold) !important;
    opacity: 1;
}

.gh-copyright {
    color: rgba(250, 250, 247, 0.4);
    font-size: 1.3rem;
}

.gh-powered-by {
    color: rgba(250, 250, 247, 0.3);
}

.gh-powered-by a {
    color: rgba(250, 250, 247, 0.4) !important;
}

.gh-powered-by a:hover {
    color: var(--el-gold) !important;
}

.gh-foot-menu .nav a {
    color: rgba(250, 250, 247, 0.6) !important;
    font-weight: 500;
}

.gh-foot-menu .nav a:hover {
    color: var(--el-gold) !important;
}

.gh-foot-menu .nav li + li::before {
    color: rgba(250, 250, 247, 0.2);
}

/* ----------------------------------------------------------------
   10. BUTTONS — Global styling
   ---------------------------------------------------------------- */
.gh-btn {
    background-color: var(--el-green);
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background-color var(--el-transition-fast), transform var(--el-transition-fast), box-shadow var(--el-transition-fast);
}

.gh-btn:hover {
    background-color: var(--el-green-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 85, 48, 0.25);
}

.gh-primary-btn {
    background-color: var(--el-green) !important;
}

.gh-primary-btn:hover {
    background-color: var(--el-green-light) !important;
}

/* ----------------------------------------------------------------
   11. GHOST PORTAL / MEMBERS / CTA OVERRIDES
   ---------------------------------------------------------------- */

/* Hide upgrade CTA nag bars */
.gh-post-upgrade-cta,
.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta *,
.footer-cta,
.footer-cta-card {
    display: none !important;
}

/* Portal button override */
.gh-portal-triggerbtn-iframe {
    display: none !important;
}

/* Override any remaining accent color bleed */
.gh-article-tag,
.gh-head-btn:not(.gh-btn),
:not(pre) > code {
    color: var(--el-green);
}

.gh-content a {
    color: var(--el-green);
}

/* Subscribe form styling if present */
.gh-subscribe-input {
    border: 2px solid var(--el-stone-dark);
    border-radius: 6px;
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
    transition: border-color var(--el-transition-fast);
}

.gh-subscribe-input:focus {
    border-color: var(--el-green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(44, 85, 48, 0.1);
}

/* ----------------------------------------------------------------
   12. ARTICLE / POST PAGES
   ---------------------------------------------------------------- */
.gh-article-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 3.6rem;
    letter-spacing: -0.03em;
}

.gh-article-excerpt {
    color: #666;
    font-size: 1.9rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.gh-article-tag {
    color: var(--el-green) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
}

.gh-article-image {
    border-radius: var(--el-radius-lg);
    overflow: hidden;
    box-shadow: var(--el-shadow-lg);
}

.gh-article-image img {
    border-radius: var(--el-radius-lg);
}

/* ----------------------------------------------------------------
   13. CARDS — Ghost editor cards
   ---------------------------------------------------------------- */
.kg-callout-card {
    border-radius: var(--el-radius);
    border: none;
}

.kg-callout-card-accent {
    background: rgba(44, 85, 48, 0.06) !important;
    border-left: 4px solid var(--el-green);
}

.kg-toggle-card {
    border-radius: var(--el-radius);
    border-color: var(--el-stone-dark);
}

.kg-button-card .kg-btn {
    background-color: var(--el-green) !important;
    border-radius: 6px;
    transition: background-color var(--el-transition-fast), transform var(--el-transition-fast);
}

.kg-button-card .kg-btn:hover {
    background-color: var(--el-green-light) !important;
    transform: translateY(-1px);
}

/* Bookmark cards */
.kg-bookmark-card {
    border-radius: var(--el-radius);
    border-color: var(--el-stone-dark);
    overflow: hidden;
    transition: box-shadow var(--el-transition);
}

.kg-bookmark-card:hover {
    box-shadow: var(--el-shadow-md);
}

/* ----------------------------------------------------------------
   14. COVER / TAG PAGES
   ---------------------------------------------------------------- */
.gh-cover {
    position: relative;
}

.gh-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.2) 0%, rgba(26, 26, 26, 0.7) 100%);
    pointer-events: none;
}

.gh-cover-title,
.gh-cover-description {
    position: relative;
    z-index: 1;
}

/* ----------------------------------------------------------------
   15. POST FEED — Grid
   ---------------------------------------------------------------- */
.post-feed .post {
    border-radius: var(--el-radius);
    overflow: hidden;
    transition: transform var(--el-transition), box-shadow var(--el-transition);
}

.post-feed .post:hover {
    transform: translateY(-3px);
    box-shadow: var(--el-shadow-lg);
}

.post-feed .post-image {
    transition: transform var(--el-transition);
}

.post-feed .post:hover .post-image {
    transform: scale(1.04);
}

/* ----------------------------------------------------------------
   16. PAGINATION
   ---------------------------------------------------------------- */
.pagination a {
    color: var(--el-green);
    font-weight: 600;
    transition: color var(--el-transition-fast);
}

.pagination a:hover {
    color: var(--el-gold);
}

.page-number {
    color: #888;
}

/* ----------------------------------------------------------------
   17. NAVIGATION (article nav)
   ---------------------------------------------------------------- */
.gh-navigation-link {
    color: var(--el-green);
    font-weight: 600;
    transition: color var(--el-transition-fast);
}

.gh-navigation-link:hover {
    color: var(--el-gold);
    opacity: 1;
}

/* ----------------------------------------------------------------
   18. SITE BACKGROUND ALTERNATION
   ---------------------------------------------------------------- */

/* Stone-colored alternate backgrounds on homepage content */
.home-content {
    background-color: var(--el-warm-white);
}

/* ----------------------------------------------------------------
   19. MOBILE RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8rem;
    }

    /* Mobile nav background */
    .is-head-open #gh-head {
        background-color: var(--el-charcoal) !important;
    }

    .is-head-open #gh-head .nav a {
        color: rgba(250, 250, 247, 0.9) !important;
        font-size: 2.2rem;
    }

    .is-head-open #gh-head .nav a:hover {
        color: var(--el-gold) !important;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 60vh;
        background-attachment: scroll; /* Fix iOS parallax */
    }

    .hero-content h1 {
        font-size: 3rem;
        letter-spacing: -0.02em;
    }

    .hero-tagline {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .hero-cta {
        padding: 1rem 2.4rem;
        font-size: 1.05rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .service-card img {
        height: 200px;
    }

    .home-content {
        padding: 3rem 1.6rem;
    }

    .home-content .post-content h2 {
        font-size: 2rem;
    }

    .post-full-title {
        font-size: 2.6rem;
    }

    .gh-article-title {
        font-size: 2.6rem;
    }

    .gh-article-excerpt {
        font-size: 1.7rem;
    }

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

    .contact-method {
        padding: 2rem 1.6rem;
    }

    .gh-content blockquote:not([class]),
    blockquote:not([class]) {
        font-size: 1.7rem;
        padding-left: 1.6rem;
        margin: 2rem 0;
    }

    .gh-content blockquote:not([class]) p {
        font-size: 1.7rem;
    }

    .gh-foot-inner {
        text-align: center;
    }

    .gh-head-inner {
        padding: 1.4rem 0;
    }

    .gh-head-logo {
        font-size: 2.2rem !important;
    }

    /* Better touch targets */
    .gh-head .nav a {
        padding: 0.6rem 0;
    }

    .gh-btn {
        padding: 1.4rem 2.2rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.4rem;
    }

    .hero-tagline {
        font-size: 1.15rem;
    }

    .home-content .post-content h2 {
        font-size: 1.8rem;
    }

    .post-full-title {
        font-size: 2.2rem;
    }

    .service-card h3 {
        font-size: 1.5rem;
    }

    .service-card p {
        font-size: 1.4rem;
    }
}

/* ----------------------------------------------------------------
   20. PRINT STYLES
   ---------------------------------------------------------------- */
@media print {
    .gh-head,
    .gh-foot,
    .hero-cta {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .gh-content a {
        color: #000;
        text-decoration: underline;
    }
}

/* ----------------------------------------------------------------
   21. REDUCED MOTION
   ---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    .hero {
        background-attachment: scroll;
    }
}

/* ----------------------------------------------------------------
   22. FOCUS STYLES — Accessibility
   ---------------------------------------------------------------- */
*:focus-visible {
    outline: 2px solid var(--el-gold);
    outline-offset: 3px;
    border-radius: 2px;
}

.gh-head .nav a:focus-visible {
    outline-color: var(--el-gold);
}

/* ----------------------------------------------------------------
   23. SCROLL BAR STYLING (Webkit)
   ---------------------------------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--el-warm-white);
}

::-webkit-scrollbar-thumb {
    background: var(--el-stone-dark);
    border-radius: 5px;
    border: 2px solid var(--el-warm-white);
}

::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* ----------------------------------------------------------------
   24. SMOOTH SCROLL
   ---------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

/* ----------------------------------------------------------------
   END
   ---------------------------------------------------------------- */

/* ========================================
   Trust Strip
   ======================================== */
.trust-strip {
  background: var(--color-primary, #2c5530);
  padding: 3rem 2rem;
}

.trust-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.trust-item {
  text-align: center;
  color: #fff;
}

.trust-number {
  display: block;
  font-family: 'Lora', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-accent, #c9a227);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.trust-label {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.9;
}

/* Hero secondary CTA */
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-cta-secondary {
  background: transparent !important;
  border: 2px solid #fff;
  color: #fff !important;
}

.hero-cta-secondary:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: var(--color-accent, #c9a227);
  color: #fff !important;
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.scroll-arrow {
  width: 2px;
  height: 30px;
  background: rgba(255,255,255,0.4);
  margin: 0.5rem auto 0;
  position: relative;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,0.6);
  border-bottom: 2px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
}

/* Contact page subtitle */
.contact-subtitle {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: #666;
  margin-top: -1rem;
  text-align: center;
}

.contact-page .post-content {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .trust-number {
    font-size: 2.2rem;
  }
  .trust-inner {
    gap: 1.5rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* ========================================
   Page Hero Banners (Services, About, Transformations)
   ======================================== */
.page-hero {
  position: relative;
  min-height: 45vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 0.4) 0%,
    rgba(26, 26, 26, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.page-hero-title {
  font-family: "Lora", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin: 0;
}

.page-hero-subtitle {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.75rem;
}

/* Services page styling */
.services-page .post-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.services-page .post-content h2 {
  font-family: "Lora", serif;
  font-size: 2.2rem;
  color: var(--el-charcoal, #1a1a1a);
  text-align: center;
  margin: 3rem 0 1.5rem;
}

.services-page .post-content blockquote {
  background: var(--el-stone, #f0ede8);
  border-left: 4px solid var(--el-green, #2c5530);
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--el-radius, 8px) var(--el-radius, 8px) 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #444;
}

.services-page .post-content blockquote em {
  font-style: italic;
}

.services-page .post-content ul {
  max-width: 800px;
  margin: 1.5rem auto;
  list-style: none;
  padding: 0;
}

.services-page .post-content ul li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.services-page .post-content ul li:last-child {
  border-bottom: none;
}

.services-page .post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 10px;
  height: 10px;
  background: var(--el-gold, #c9a227);
  border-radius: 50%;
}

.services-page .post-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--el-green, #2c5530), transparent);
  max-width: 120px;
  margin: 3rem auto;
}

/* Services CTA Bar */
.services-cta-bar {
  background: var(--el-green, #2c5530);
  padding: 4rem 2rem;
  text-align: center;
}

.services-cta-inner h2 {
  font-family: "Lora", serif;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.services-cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

.services-cta-inner .hero-cta {
  font-size: 1.1rem;
}

/* About page styling */
.about-page .post-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.about-page .post-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
}

.about-page .post-content blockquote {
  background: var(--el-stone, #f0ede8);
  border-left: 4px solid var(--el-green, #2c5530);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 var(--el-radius, 8px) var(--el-radius, 8px) 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--el-green, #2c5530);
}

.about-page .post-content h3 {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  color: var(--el-charcoal, #1a1a1a);
  margin: 3rem 0 1rem;
}

.about-page .post-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--el-green, #2c5530), transparent);
  max-width: 120px;
  margin: 2.5rem auto;
}

.about-page .kg-image-card {
  margin: 2.5rem 0;
  border-radius: var(--el-radius-lg, 12px);
  overflow: hidden;
  box-shadow: var(--el-shadow-md, 0 4px 20px rgba(0,0,0,0.08));
}

/* Transformations page */
.transformations-page .post-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.gallery-content .kg-gallery-card {
  margin: 3rem 0;
}

.gallery-content .kg-gallery-card figcaption {
  font-family: "Lora", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--el-green, #2c5530);
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--el-stone, #f0ede8);
}

.gallery-content .kg-gallery-image img {
  border-radius: var(--el-radius, 8px);
  transition: transform var(--el-transition, 0.3s ease), box-shadow var(--el-transition, 0.3s ease);
}

.gallery-content .kg-gallery-image:hover img {
  transform: scale(1.03);
  box-shadow: var(--el-shadow-lg, 0 8px 40px rgba(0,0,0,0.12));
}

@media (max-width: 768px) {
  .page-hero {
    min-height: 35vh;
    background-attachment: scroll;
  }
  .page-hero-title {
    font-size: 2.4rem;
  }
  .services-page .post-content,
  .about-page .post-content,
  .transformations-page .post-content {
    padding: 2rem 1rem;
  }
  .services-cta-bar {
    padding: 3rem 1.5rem;
  }
  .services-cta-inner h2 {
    font-size: 1.8rem;
  }
}

/* ========================================
   GOLD ACCENT FIX — Make it actually visible
   ======================================== */

/* Trust strip numbers — gold */
.trust-number {
  color: #c9a227 !important;
}

/* CTA buttons — gold background */
.hero-cta {
  background: #c9a227 !important;
  color: #1a1a1a !important;
}

.hero-cta:hover {
  background: #dbb94a !important;
  color: #1a1a1a !important;
}

/* Secondary CTA stays transparent */
.hero-cta-secondary {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.8);
}

.hero-cta-secondary:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: #c9a227;
  color: #fff !important;
}

/* Services CTA bar button */
.services-cta-inner .hero-cta {
  background: #c9a227 !important;
  color: #1a1a1a !important;
}

.services-cta-inner .hero-cta:hover {
  background: #dbb94a !important;
}

/* Nav hover — gold underline */
.gh-head-menu .nav a:hover,
.gh-head-menu .nav .nav-current a {
  color: #c9a227 !important;
}

/* Blockquote left border — gold accent line */
.services-page .post-content blockquote {
  border-left-color: #c9a227;
}

/* List bullet points — gold dots */
.services-page .post-content ul li::before,
.home-content .post-content ul li::before {
  background: #c9a227 !important;
}

/* Footer link hover */
.gh-foot a:hover {
  color: #c9a227 !important;
}

/* Home content list styling (match services) */
.home-content .post-content ul {
  list-style: none;
  padding: 0;
}

.home-content .post-content ul li {
  position: relative;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.home-content .post-content ul li:last-child {
  border-bottom: none;
}

.home-content .post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 10px;
  height: 10px;
  background: #c9a227;
  border-radius: 50%;
}

/* Gold punch highlights in blockquotes */
.gold-punch {
  color: #c9a227;
  font-weight: 700;
  font-style: normal;
}

/* ========================================
   Smooth Scroll
   ======================================== */
html {
  scroll-behavior: smooth;
}

/* ========================================
   Manual Before/After Labels (JS-applied)
   ======================================== */
.gallery-content .kg-gallery-row {
  position: relative;
}



/* Make gallery images position relative for the labels */
.gallery-content .kg-gallery-image {
  position: relative;
  overflow: hidden;
}

/* ========================================
   Scroll-triggered Fade-in Animations
   ======================================== */
.service-card,
.contact-method,
.trust-item,
.services-page .post-content blockquote,
.services-page .post-content h2,
.about-page .post-content > *,
.gallery-content .kg-gallery-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-card.visible,
.contact-method.visible,
.trust-item.visible,
.services-page .post-content blockquote.visible,
.services-page .post-content h2.visible,
.about-page .post-content > .visible,
.gallery-content .kg-gallery-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger cards */
.service-card:nth-child(2),
.contact-method:nth-child(2),
.trust-item:nth-child(2) { transition-delay: 0.1s; }
.service-card:nth-child(3),
.contact-method:nth-child(3),
.trust-item:nth-child(3) { transition-delay: 0.2s; }
.service-card:nth-child(4) { transition-delay: 0.15s; }
.service-card:nth-child(5) { transition-delay: 0.25s; }
.service-card:nth-child(6) { transition-delay: 0.3s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .contact-method,
  .trust-item,
  .services-page .post-content blockquote,
  .services-page .post-content h2,
  .about-page .post-content > *,
  .gallery-content .kg-gallery-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========================================
   Featured Project Section
   ======================================== */
.featured-project {
  background: var(--el-stone, #f0ede8);
  padding: 4rem 2rem;
  margin: 3rem 0;
  border-radius: var(--el-radius-lg, 12px);
}

.featured-project > h2 {
  font-family: "Lora", serif;
  font-size: 2.2rem;
  text-align: center;
  color: var(--el-charcoal, #1a1a1a);
  margin: 0 0 0.5rem;
}

.featured-project-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #888;
  letter-spacing: 0.05em;
  margin: 0 0 2.5rem;
}

.featured-project-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.featured-project-image img {
  width: 100%;
  border-radius: var(--el-radius-lg, 12px);
  box-shadow: var(--el-shadow-lg, 0 8px 40px rgba(0,0,0,0.12));
}

.featured-project-story h3 {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  color: var(--el-green, #2c5530);
  margin: 0 0 1rem;
}

.featured-project-story p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.5rem;
}

.featured-project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.featured-project-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--el-radius, 8px);
  box-shadow: var(--el-shadow-sm, 0 2px 8px rgba(0,0,0,0.06));
  transition: transform var(--el-transition, 0.3s ease), box-shadow var(--el-transition, 0.3s ease);
}

.featured-project-gallery img:hover {
  transform: scale(1.03);
  box-shadow: var(--el-shadow-md, 0 4px 20px rgba(0,0,0,0.08));
}

.featured-project-link {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--el-green, #2c5530) !important;
  text-decoration: none;
  border-bottom: 2px solid #c9a227;
  padding-bottom: 2px;
  transition: color var(--el-transition-fast, 0.2s ease), border-color var(--el-transition-fast, 0.2s ease);
}

.featured-project-link:hover {
  color: #c9a227 !important;
  border-color: var(--el-green, #2c5530);
}

@media (max-width: 768px) {
  .featured-project-layout {
    grid-template-columns: 1fr;
  }
  .featured-project {
    padding: 3rem 1.5rem;
    margin: 2rem 0;
  }
  .featured-project-gallery img {
    height: 140px;
  }
}


/* Before/After badge styles */
.gallery-label {
  position: absolute;
  bottom: 12px;
  padding: 6px 16px;
  font-family: "Lora", serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
}

.gallery-label-before {
  left: 12px;
  background: rgba(26, 26, 26, 0.75);
  color: #fff;
}

.gallery-label-after {
  left: 12px;
  background: rgba(201, 162, 39, 0.9);
  color: #1a1a1a;
  font-weight: 800;
}

/* ========================================
   Custom Gallery Section (HTML card galleries)
   ======================================== */
.custom-gallery-section {
  margin: 4rem 0;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--el-stone, #f0ede8);
}

.custom-gallery-title {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--el-green, #2c5530);
  text-align: center;
  margin-bottom: 2rem;
}

.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.custom-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--el-radius, 8px);
  box-shadow: var(--el-shadow-sm, 0 2px 8px rgba(0,0,0,0.06));
  transition: transform var(--el-transition, 0.3s ease), box-shadow var(--el-transition, 0.3s ease);
}

.custom-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--el-shadow-md, 0 4px 20px rgba(0,0,0,0.08));
}

.custom-gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform var(--el-transition, 0.3s ease);
}

.custom-gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .custom-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .custom-gallery-item img {
    height: 200px;
  }
}

/* ========================================
   Page Navigation Strip (bottom of each page)
   ======================================== */
.page-nav-strip {
  background: var(--el-stone, #f0ede8);
  padding: 3rem 2rem;
  margin-top: 3rem;
}

.page-nav-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.page-nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: var(--el-radius, 8px);
  box-shadow: var(--el-shadow-sm, 0 2px 8px rgba(0,0,0,0.06));
  text-decoration: none;
  transition: transform var(--el-transition, 0.3s ease), box-shadow var(--el-transition, 0.3s ease);
}

.page-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--el-shadow-md, 0 4px 20px rgba(0,0,0,0.08));
}

.page-nav-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999;
  margin-bottom: 0.4rem;
}

.page-nav-title {
  font-family: "Lora", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--el-charcoal, #1a1a1a);
}

.page-nav-card:hover .page-nav-title {
  color: var(--el-green, #2c5530);
}

.page-nav-cta {
  background: var(--el-green, #2c5530);
}

.page-nav-cta .page-nav-label {
  color: rgba(255,255,255,0.7);
}

.page-nav-cta .page-nav-title {
  color: #c9a227;
}

.page-nav-cta:hover {
  background: var(--el-green-light, #3a7040);
}

.page-nav-cta:hover .page-nav-title {
  color: #dbb94a;
}

@media (max-width: 768px) {
  .page-nav-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page-nav-card {
    padding: 1.5rem 1rem;
  }
  .page-nav-strip {
    padding: 2rem 1rem;
  }
}
