/* ============================================================
   DEEPSHUI VENTURES — MAIN STYLESHEET v2
   Brand: Sanctuary · Ownership · Sovereignty
   ============================================================ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, body.ds-site {
    background-color: #FAF7F2;
    color: #2C2F33;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
}
body.ds-site { padding-top: 0 !important; }
#page-container { padding-top: 0 !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color: #1E2A36;
    line-height: 1.15;
    margin: 0 0 0.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
h1 { font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 700; }
p { margin: 0 0 1.2em; font-size: 1.05rem; }

/* ── BUTTONS ── */
.btn, a.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    line-height: 1;
}
.btn-primary, a.btn-primary { background: #F2C94C; color: #1E2A36; border-color: #F2C94C; }
.btn-primary:hover, a.btn-primary:hover {
    background: #e5bb38; border-color: #e5bb38;
    transform: translateY(-2px); box-shadow: 0 8px 28px rgba(242,201,76,0.4);
}
.btn-outline, a.btn-outline { background: transparent; color: #1E2A36; border-color: #1E2A36; }
.btn-outline:hover, a.btn-outline:hover { background: #1E2A36; color: #FAF7F2; }
.btn-ghost, a.btn-ghost { background: transparent; color: #FAF7F2; border-color: rgba(250,247,242,0.4); }
.btn-ghost:hover, a.btn-ghost:hover { border-color: #FAF7F2; background: rgba(250,247,242,0.08); }

/* ── BRANDED HEADER ── */
.ds-site-header {
    position: sticky; top: 0; z-index: 9999;
    background: #1E2A36;
    border-bottom: 1px solid rgba(242,201,76,0.2);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.ds-header-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 32px;
    height: 72px; display: flex; align-items: center;
    justify-content: space-between; gap: 24px;
}
.ds-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ds-logo-mark { color: #F2C94C; font-size: 1.3rem; line-height: 1; }
.ds-logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800; font-size: 1rem;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: #FAF7F2; display: flex; flex-direction: column; line-height: 1.1;
}
.ds-logo-text em {
    font-style: normal; font-weight: 300; font-size: 0.62rem;
    letter-spacing: 0.22em; color: #F2C94C; text-transform: uppercase;
}
.ds-nav { display: flex; align-items: center; gap: 2px; }
.ds-nav a {
    font-family: 'Montserrat', sans-serif; font-size: 0.72rem;
    font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(250,247,242,0.75); padding: 8px 12px;
    border-radius: 2px; transition: color 0.2s; white-space: nowrap;
}
.ds-nav a:hover { color: #F2C94C; }
.ds-nav a.ds-nav-cta {
    background: #F2C94C; color: #1E2A36;
    padding: 8px 16px; font-weight: 700; margin-left: 10px;
}
.ds-nav a.ds-nav-cta:hover { background: #e5bb38; color: #1E2A36; }
.ds-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.ds-nav-toggle span { display: block; width: 22px; height: 2px; background: #FAF7F2; transition: all 0.2s; }

/* Hide Divi header elements */
#main-header, #top-header, .et-fixed-header, #et-secondary-nav,
#et-main-nav, .et_pb_menu, #et_search_icon { display: none !important; }

/* ── HERO ── */
.hero, section.hero {
    background: linear-gradient(155deg, #1E2A36 0%, #0d1621 55%, #1a2535 100%);
    color: #FAF7F2; padding: 120px 32px 100px;
    text-align: center; position: relative; overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(242,201,76,0.09) 0%, transparent 70%);
    pointer-events: none;
}
.hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 2px; background: linear-gradient(90deg, transparent, #F2C94C, transparent);
}
.hero-content { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.hero h1, .hero .hero-title {
    color: #FAF7F2; font-size: clamp(2.2rem, 5.5vw, 3.8rem); font-weight: 800;
    line-height: 1.1; margin-bottom: 24px; text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.hero p, .hero .hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 300; color: rgba(250,247,242,0.82); margin-bottom: 40px;
    max-width: 620px; margin-left: auto; margin-right: auto;
    font-style: italic; line-height: 1.7;
}

/* ── SECTIONS ── */
section { padding: 80px 32px; max-width: 100%; }
.section-content, section > div:not([class]) { max-width: 1100px; margin: 0 auto; text-align: center; }
section:nth-of-type(even) { background: #fff; }
section:nth-of-type(odd) { background: #FAF7F2; }
section.hero, .hero { background: linear-gradient(155deg, #1E2A36 0%, #0d1621 55%, #1a2535 100%) !important; }
section h2 { margin-bottom: 16px; }
section > p, section .section-content > p {
    max-width: 680px; margin: 0 auto 40px;
    font-size: 1.1rem; color: #555; font-style: italic;
}
.ds-rule { width: 48px; height: 3px; background: #F2C94C; border: none; margin: 16px auto 36px; display: block; }

/* ── CARDS / PHASES ── */
.phases-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px; margin: 36px auto 0; max-width: 1100px; text-align: left;
}
.phase {
    background: #FAF7F2; border: 1px solid rgba(30,42,54,0.07);
    border-top: 3px solid #F2C94C; border-radius: 3px; padding: 32px 28px;
    transition: box-shadow 0.25s, transform 0.25s;
}
.phase:hover { box-shadow: 0 8px 32px rgba(30,42,54,0.1); transform: translateY(-3px); }
.phase h3 { font-size: 0.82rem; letter-spacing: 0.14em; color: #1E2A36; margin-bottom: 12px; }
.phase p { font-size: 1rem; color: #555; font-style: italic; line-height: 1.7; margin-bottom: 20px; }
.phase .btn { font-size: 0.75rem; padding: 10px 20px; }

/* ── FIND PRACTITIONER ── */
#location-search { display: flex; gap: 12px; max-width: 520px; margin: 28px auto 0; flex-wrap: wrap; justify-content: center; }
#location-input {
    flex: 1; min-width: 220px; padding: 14px 20px;
    border: 2px solid rgba(30,42,54,0.12); border-radius: 2px;
    font-family: 'Cormorant Garamond', serif; font-size: 1rem;
    background: #fff; color: #1E2A36; outline: none; transition: border-color 0.2s;
}
#location-input:focus { border-color: #F2C94C; }
#location-input::placeholder { color: #bbb; font-style: italic; }

/* ── PRACTITIONER CARD ── */
.practitioner-list { list-style: none; padding: 0; margin: 32px auto; max-width: 800px; display: grid; gap: 20px; }
.practitioner-item {
    background: #fff; border: 1px solid rgba(30,42,54,0.08);
    border-left: 4px solid #F2C94C; border-radius: 3px; padding: 24px;
    text-align: left; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
}
.practitioner-item img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.practitioner-item strong { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; display: block; }
.practitioner-item .door-type {
    font-family: 'Montserrat', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em;
    text-transform: uppercase; background: #F2C94C; color: #1E2A36;
    padding: 2px 8px; border-radius: 20px; display: inline-block; margin: 4px 0 8px;
}

/* ── DISCOVERY CALL ── */
.discovery-call {
    background: #1E2A36; color: #FAF7F2; border-radius: 3px;
    padding: 56px 40px; text-align: center; max-width: 680px; margin: 48px auto;
    position: relative; overflow: hidden;
}
.discovery-call::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #F2C94C; }
.discovery-call h3 { color: #FAF7F2; font-size: 1.2rem; margin-bottom: 12px; }
.discovery-call p { color: rgba(250,247,242,0.72); font-style: italic; margin-bottom: 28px; }

/* ── EPISODES ── */
.episode-list { max-width: 820px; margin: 0 auto; }
.episode {
    background: #fff; border-radius: 3px; border-left: 4px solid #F2C94C;
    padding: 32px; margin-bottom: 24px; text-align: left;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.episode h3 { font-size: 0.9rem; letter-spacing: 0.06em; margin-bottom: 16px; }

/* ── DASHBOARD ── */
.ds-dashboard { padding: 60px 32px; max-width: 1200px; margin: 0 auto; }
.ds-dashboard .widgets { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 60px; }
.widget { background: #fff; border: 1px solid rgba(30,42,54,0.08); border-top: 3px solid #F2C94C; border-radius: 3px; padding: 28px; }
.widget h3 { font-size: 0.78rem; letter-spacing: 0.14em; margin-bottom: 16px; color: #1E2A36; }
.widget input[type="number"] { border: 1px solid #ddd; border-radius: 2px; padding: 6px 10px; font-size: 0.95rem; width: 80px; margin-left: 8px; }

/* ── FOOTER ── */
.ds-footer { background: #1E2A36; color: rgba(250,247,242,0.6); padding: 60px 32px 32px; }
.ds-footer-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px;
    padding-bottom: 40px; border-bottom: 1px solid rgba(250,247,242,0.1);
}
.ds-footer-brand p { font-size: 0.9rem; color: rgba(250,247,242,0.45); font-style: italic; margin-top: 12px; }
.ds-footer h4 { font-family: 'Montserrat', sans-serif; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: #F2C94C; margin-bottom: 16px; }
.ds-footer nav a, .ds-footer a { display: block; font-size: 0.88rem; color: rgba(250,247,242,0.55); padding: 4px 0; transition: color 0.2s; }
.ds-footer nav a:hover, .ds-footer a:hover { color: #F2C94C; }
.ds-footer-bottom {
    max-width: 1100px; margin: 24px auto 0;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.75rem; color: rgba(250,247,242,0.3);
    font-family: 'Montserrat', sans-serif; letter-spacing: 0.04em;
}

/* Hide Divi footer */
#main-footer, .et-l--footer, #footer-widgets,
.et_pb_footer_bar_wrap { display: none !important; }

/* ── DIVI CLEANUP ── */
.et_pb_section { padding-top: 0 !important; }
#et-main-area { padding-top: 0 !important; }
#sidebar { display: none !important; }

/* ── SWAL OVERRIDES ── */
.swal2-popup { font-family: 'Cormorant Garamond', serif !important; border-radius: 3px !important; border-top: 3px solid #F2C94C !important; }
.swal2-title { font-family: 'Montserrat', sans-serif !important; font-size: 1.1rem !important; text-transform: uppercase !important; letter-spacing: 0.06em !important; color: #1E2A36 !important; }
.swal2-confirm { background: #F2C94C !important; color: #1E2A36 !important; font-family: 'Montserrat', sans-serif !important; font-weight: 700 !important; letter-spacing: 0.08em !important; border-radius: 2px !important; border: none !important; }

/* ── UTILITY ── */
.text-gold { color: #F2C94C; }
.text-center { text-align: center; }
.italic { font-style: italic; }
