:root {
    --wp--preset--spacing--30: 1.5rem;
    --wp--preset--spacing--40: 2rem;
    --wp--preset--spacing--50: 3rem;
    --wp--preset--spacing--60: 4rem;
    --wp--preset--spacing--70: 5.6rem;
    --additional-brown: #462a08;
    --background-cream: #fff8f2;
    --coptic-gold: #D4AF37;
    --deep-blue: #1e3a5f;
}

.session-three-template * {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.session-three-template {
    background-color: var(--background-cream);
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #2D3748;
    line-height: 1.7;
}

.session-three-template h1,
.session-three-template h2,
.session-three-template h3,
.session-three-template h4,
.session-three-template .serif {
    font-family: "EB Garamond", serif;
    color: #000;
    margin: 0;
}

.btn-terravan {
    background-color: var(--additional-brown);
    color: #fff8f2;
    padding: 0.8rem 2rem;
    border-radius: 37px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.btn-terravan:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.split-hero-card {
    background-color: #fff;
    border-radius: 26px;
    padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}

.info-card {
    background-color: #fff;
    border-radius: 18px;
    padding: var(--wp--preset--spacing--30);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.session-three-template section {
    padding: var(--wp--preset--spacing--70) 0;
}

.cover-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.cover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.content-container {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--30);
}

.uppercase-tag {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--additional-brown);
    margin-bottom: 1rem;
    display: block;
}

.heading-xl {
    font-size: 4.5rem;
    line-height: 1.05;
    margin-bottom: var(--wp--preset--spacing--40);
}

.session-three-template nav a {
    transition: color 0.3s ease;
    text-decoration: none;
}

.session-three-template nav a:hover {
    color: var(--additional-brown);
}

.quote-box {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-left: 4px solid var(--coptic-gold);
    padding: 1.5rem;
    border-radius: 8px;
    font-style: italic;
    margin: 1.5rem 0;
}

.saint-quote {
    background: #fef9f3;
    border-left: 4px solid var(--additional-brown);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.saint-name {
    color: var(--additional-brown);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--coptic-gold);
    opacity: 0.6;
    line-height: 1;
}

.step-card {
    position: relative;
    border-top: 4px solid var(--coptic-gold);
}

@media (max-width: 100vw) {
    .heading-xl {
        font-size: 2.8rem;
    }
}
