/*
Theme Name: Shaun-Patrick Theme
Theme URI: https://personsmedia.staging.tempurl.host/
Description: Bespoke high-ticket personal brand framework.
Version: 1.0.0
Author: Shaun-Patrick Parsons
Text Domain: shaun-patrick-theme
*/

.sp-complete-gateway {
    background-color: #0A0A0B !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0; padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.sp-complete-gateway *, .sp-complete-gateway *:before, .sp-complete-gateway *:after {
    box-sizing: inherit;
}
.sp-luxury-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 50px;
}
.sp-gold-text {
    color: #C5A059 !important;
    display: inline-block;
    font-weight: 400;
}
.serif-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif !important;
    text-transform: none; 
    letter-spacing: 0px;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 1.05 !important;
}
.serif-title-alt {
    font-family: 'Cinzel', serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #FFFFFF !important;
}
.sp-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    background: linear-gradient(to bottom, rgba(10,10,11,0.98) 0%, rgba(10,10,11,0) 100%);
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 100;
}
.sp-logo {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    letter-spacing: 5px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
}
.sp-nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0; padding: 0;
}
.sp-nav-links a {
    color: #E0E0E6;
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}
.sp-nav-links a:hover { color: #FFFFFF; }
.hero-section {
    background: linear-gradient(to bottom, rgba(10,10,11,0.05) 0%, rgba(10,10,11,1) 95%), 
                url('https://personsmedia.staging.tempurl.host/wp-content/uploads/2026/06/homepage-atlanta-skyline.png') no-repeat center center;
    background-size: cover;
    padding: 240px 0 60px 0;
    position: relative;
}
.hero-content { max-width: 750px; }
.hero-section h1 { 
    font-family: 'Cormorant Garamond', serif !important;
    text-transform: none;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #FFFFFF !important;
    font-size: 6.4rem !important; 
    line-height: 1.02 !important; 
    margin: 0 0 45px 0;
}
.hero-section p { 
    font-size: 1.4rem !important; 
    color: #E0E0E6 !important; 
    line-height: 1.5 !important; 
    font-weight: 300; 
    letter-spacing: 0.3px;
    margin: 0 0 40px 0;
}
.btn-gold-flat {
    background: #C5A059 !important; 
    color: #000000 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.75rem;
}
.btn-gold-flat:hover { 
    background: #D4AF37 !important; 
    transform: translateY(-2px); 
}
.location-tag { 
    position: absolute; 
    bottom: 30px; 
    right: 60px; 
    color: #A0A0A5; 
    font-size: 0.7rem; 
    letter-spacing: 3px; 
    text-transform: uppercase; 
    font-family: 'Inter', sans-serif;
}
.section-padd { padding: 25px 0; } 
.overline-tag { color: #DAA520; font-size: 0.7rem; letter-spacing: 4px; font-weight: 600; margin-bottom: 12px; display: block; text-transform: uppercase; font-family: 'Cinzel', sans-serif; }
.thesis-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.thesis-img img { width: 100%; height: auto; display: block; }
.thesis-text h2 { 
    font-size: 3.6rem !important; 
    margin: 0 0 15px 0; 
    line-height: 1.15 !important; 
    letter-spacing: -0.5px;
}
.thesis-p-lead {
    color: #FFFFFF !important;
    font-size: 1.35rem !important; 
    line-height: 1.6 !important;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.thesis-list-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 30px 0;
}
.thesis-list-item {
    color: #FFFFFF !important;
    font-size: 1.35rem !important; 
    line-height: 1.4 !important;
    font-weight: 300;
}
.thesis-p-footer { 
    color: #E0E0E6 !important; 
    font-size: 1.35rem !important; 
    line-height: 1.6 !important; 
    font-weight: 300; 
}
.thesis-divider {
    width: 45px;
    height: 2px;
    background-color: #C5A059;
    margin: 20px 0 25px 0;
}
.framework-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 10px 0 0 0; }
.framework-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 35px;
    text-align: left;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 440px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}
.framework-card:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(10,10,11,0.2) 0%, rgba(10,10,11,0.7) 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
}
.framework-card:hover { border-color: rgba(212, 175, 55, 0.5); transform: translateY(-5px); }
.framework-card:hover:before { opacity: 0.4; }
.card-num { font-size: 0.8rem; color: #FFFFFF; opacity: 0.6; margin-bottom: 35px; display: block; letter-spacing: 1px; font-weight: 600; }
.framework-card h3 { 
    font-size: 2.5rem !important; 
    margin: 0 0 10px 0; 
    font-family: 'Cinzel', serif !important; 
    letter-spacing: 2px; 
    text-shadow: 0 2px 8px rgba(0,0,0,0.9);
    line-height: 1.1 !important;
}
.framework-card h4 { 
    font-size: 1.35rem !important; 
    color: #FFFFFF !important; 
    margin: 0 0 30px 0; 
    font-weight: 400; 
    font-family: 'Cormorant Garamond', serif !important; 
    text-shadow: 0 2px 8px rgba(0,0,0,0.9);
    line-height: 1.2 !important;
}
.framework-card p { 
    color: #E0E0E6 !important; 
    opacity: 0.95; 
    font-size: 1.15rem !important; 
    line-height: 1.5 !important; 
    margin: 0 0 30px 0; 
    font-weight: 300; 
    text-shadow: 0 2px 8px rgba(0,0,0,0.85);
}
.btn-card-sub { 
    color: #FFFFFF !important; 
    text-decoration: none; 
    font-size: 0.8rem !important; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 600; 
    border-bottom: 1px solid rgba(255,255,255,0.6); 
    padding-bottom: 4px; 
    align-self: flex-start; 
    text-shadow: 0 2px 5px rgba(0,0,0,0.9); 
    font-family: 'Cinzel', serif;
    margin-top: auto; 
    transition: border-color 0.3s;
}
.btn-card-sub:hover { border-color: #C5A059; color: #C5A059 !important; }
.framework-card:nth-child(1) { background-image: url('https://personsmedia.staging.tempurl.host/wp-content/uploads/2026/06/homepage-private-jet.png'); }
.framework-card:nth-child(2) { background-image: url('https://personsmedia.staging.tempurl.host/wp-content/uploads/2026/06/homepage-man-great-hall.png'); }
.framework-card:nth-child(3) { background-image: url('https://personsmedia.staging.tempurl.host/wp-content/uploads/2026/06/homepage-man-suit.png'); }
.ecosystem-machine { 
    display: grid; 
    grid-template-columns: 1fr 1.25fr; 
    gap: 60px; 
    align-items: center; 
    padding: 0 0 40px 0; 
    margin-top: -20px;   
}
.ecosystem-machine h2 { 
    font-size: 3.6rem !important; 
    margin: 0 0 20px 0; 
    line-height: 1.15 !important;
    letter-spacing: -0.5px;
}
.ecosystem-machine p { 
    font-size: 1.35rem !important; 
    color: #E0E0E6 !important;
    line-height: 1.6 !important;
    font-weight: 300;
    margin: 0;
}
.machine-visual img { width: 100%; height: auto; display: block; }
.machine-divider { width: 45px; height: 2px; background-color: #C5A059; margin: 20px 0 25px 0; }
.pillar-section { padding: 40px 0; }
.pillar-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}
.pillar-row-top { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pillar-row-bottom { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 80%; margin: 0 auto; }
.pillar-tile { 
    background: #0E0E10; 
    padding: 24px 20px; 
    border: 1px solid rgba(255,255,255,0.04); 
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}
.pillar-tile span { font-size: 0.95rem !important; letter-spacing: 1px; text-transform: none; color: #FFFFFF !important; font-weight: 400; }
.pillar-icon-svg { width: 24px; height: 24px; flex-shrink: 0; }
.ai-consult-wrapper { 
    display: grid; 
    grid-template-columns: 1fr 1.15fr; 
    gap: 70px; 
    align-items: center; 
    border-top: 1px solid rgba(255,255,255,0.05); 
    padding: 60px 0;
}
.ai-consult-wrapper h2 { 
    font-size: 3.6rem !important; 
    margin: 0 0 20px 0; 
    line-height: 1.15 !important;
    letter-spacing: -0.5px;
}
.ai-consult-wrapper p { 
    font-size: 1.35rem !important; 
    color: #E0E0E6 !important;
    line-height: 1.6 !important;
    font-weight: 300;
}
.ai-console-box { 
    background: #0E0E10; 
    border: 1px solid rgba(255,255,255,0.05); 
    padding: 40px; 
    position: relative;
}
.ai-console-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.ai-console-title { font-family: 'Cinzel', serif; font-size: 0.75rem; letter-spacing: 2px; color: #808085; text-transform: uppercase; }
.ai-console-arrow-top { width: 14px; height: 14px; opacity: 0.4; }
.ai-suggested-prompts { display: flex; flex-direction: column; gap: 12px; margin-bottom: 25px; }
.ai-prompt-btn { 
    background: rgba(255,255,255,0.01); 
    border: 1px solid rgba(255,255,255,0.04); 
    color: #FFFFFF; 
    text-align: left; 
    padding: 18px 24px; 
    font-size: 1.05rem !important; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    transition: all 0.3s; 
    font-weight: 300;
}
.ai-prompt-btn:hover { border-color: #C5A059; background: rgba(255,255,255,0.03); }
.ai-prompt-btn span:first-child { font-family: 'Cormorant Garamond', serif; font-style: italic; color: #A0A0A5; margin-right: 12px; }
.ai-prompt-btn span:last-child { opacity: 0.3; font-size: 0.8rem; }
.ai-input-bar { 
    display: flex; 
    align-items: center;
    border: 1px solid rgba(255,255,255,0.06); 
    background: rgba(255,255,255,0.02); 
    padding: 6px 16px; 
}
.ai-input-bar input { 
    background: transparent; 
    border: none; 
    color: #FFFFFF; 
    padding: 12px 0; 
    width: 100%; 
    outline: none; 
    font-size: 1.05rem; 
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}
.ai-input-bar input::placeholder { color: #505055; }
.ai-input-submit-btn { background: transparent; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; }
.ai-input-submit-btn svg { width: 16px; height: 16px; fill: none; stroke: #FFFFFF; stroke-width: 2; opacity: 0.4; transition: opacity 0.3s; }
.ai-input-submit-btn:hover svg { opacity: 1; stroke: #C5A059; }
.closing-cta-block {
    background: linear-gradient(to right, rgba(10,10,11,0.95) 20%, rgba(10,10,11,0.3) 70%), 
                url('https://personsmedia.staging.tempurl.host/wp-content/uploads/2026/06/homepage-restaurant.png') no-repeat center center;
    background-size: cover;
    padding: 110px 0;
    text-align: left; 
}
.closing-content-container { max-width: 800px; }
.closing-cta-block h2 { 
    font-size: 3.8rem !important; 
    line-height: 1.1 !important; 
    margin: 0 0 35px 0; 
    letter-spacing: -0.5px;
}
.footer-button-group { display: flex; justify-content: flex-start; gap: 16px; margin-bottom: 0; }
.btn-footer-outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF !important;
    background: transparent;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 28px;
    border-radius: 0px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    transition: all 0.3s ease;
}
.btn-footer-outline:hover { border-color: #FFFFFF; background: rgba(255, 255, 255, 0.05); }
.sp-footer-base-wrap { background-color: #0A0A0B; border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 0; }
.sp-footer-base { display: flex; justify-content: space-between; align-items: center; }
.footer-brand-signature { font-family: 'Cinzel', serif; font-size: 1.1rem; letter-spacing: 5px; color: #FFFFFF; text-decoration: none; }
.footer-mid-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; align-items: center; }
.footer-mid-links-divider { width: 35px; height: 1px; background-color: rgba(255,255,255,0.2); margin-right: 10px; }
.footer-mid-links a { color: #808085; text-decoration: none; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; transition: color 0.3s; }
.footer-mid-links a:hover { color: #FFFFFF; }
.footer-right-socials { display: flex; gap: 24px; align-items: center; }
.footer-right-socials a { color: #808085; text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.footer-right-socials a:hover { color: #FFFFFF; }
.footer-copyright-bottom { text-align: center; color: #404045; font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; margin-top: 25px; }

@media (max-width: 992px) {
    .sp-nav-header { padding: 25px 30px; }
    .sp-nav-links { display: none; }
    .hero-section { padding: 160px 0 60px 0; }
    .hero-section h1 { font-size: 4rem !important; }
    .hero-section p { font-size: 1.2rem !important; }
    .section-padd { padding: 25px 0; }
    .thesis-block, .ecosystem-machine, .ai-consult-wrapper { grid-template-columns: 1fr; gap: 35px; text-align: left; }
    .thesis-text h2, .ecosystem-machine h2, .ai-consult-wrapper h2 { font-size: 2.6rem; }
    .framework-grid { grid-template-columns: 1fr; gap: 25px; }
    .ecosystem-machine { margin-top: 0; padding: 25px 0; }
    .pillar-row-top, .pillar-row-bottom { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
    .closing-cta-block { padding: 80px 0; text-align: center; background: linear-gradient(to bottom, rgba(10,10,11,0.9) 0%, rgba(10,10,11,0.9) 100%); }
    .footer-button-group { flex-direction: column; align-items: center; gap: 15px; }
    .footer-button-group a { width: 100%; max-width: 340px; text-align: center; justify-content: center; }
    .sp-footer-base { flex-direction: column; gap: 25px; text-align: center; }
    .footer-mid-links { flex-direction: column; gap: 15px; }
    .footer-mid-links-divider { display: none; }
}
@media (max-width: 480px) {
    .hero-section h1 { font-size: 3.2rem !important; }
    .closing-cta-block h2 { font-size: 2.4rem !important; }
    .pillar-row-top, .pillar-row-bottom { grid-template-columns: 1fr; }
}