/*
Theme Name:   Lumosouls Child
Theme URI:    https://lumosouls.com
Description:  Lumosouls child theme for Kadence WP
Author:       Lumosouls
Template:     kadence
Version:      1.4.0
Text Domain:  lumosouls-child
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --ls-primary:        #1D6A5C;
  --ls-primary-dark:   #2C4A3E;
  --ls-primary-light:  #E8F4F1;
  --ls-primary-mid:    #3D8C7C;
  --ls-gold:           #C9A96E;
  --ls-gold-light:     #F5ECD9;
  --ls-gold-dark:      #A07840;
  --ls-sand:           #F4EFE8;
  --ls-sand-mid:       #E8E0D4;
  --ls-sand-dark:      #C8BBA8;
  --ls-white:          #FFFFFF;
  --ls-charcoal:       #2C2C2A;
  --ls-text:           #3A3A38;
  --ls-text-mid:       #6B6B68;
  --ls-text-light:     #9A9A96;
  --ls-border:         rgba(44,74,62,0.12);
  --ls-border-mid:     rgba(44,74,62,0.22);
  --ls-font-display:   'Cormorant Garamond', Georgia, serif;
  --ls-font-body:      'DM Sans', sans-serif;
  --ls-section-py:     5rem;
  --ls-section-py-sm:  3rem;
  --ls-container:      1160px;
  --ls-radius:         10px;
  --ls-radius-sm:      6px;
  --ls-radius-lg:      18px;
  --ls-shadow-sm:      0 2px 12px rgba(29,106,92,0.08);
  --ls-shadow:         0 4px 28px rgba(29,106,92,0.12);
  --ls-shadow-lg:      0 8px 48px rgba(29,106,92,0.16);
  --ls-ease:           cubic-bezier(0.25,0.1,0.25,1);
  --ls-transition:     0.28s cubic-bezier(0.25,0.1,0.25,1);
}

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--ls-font-body); font-size: 16px; line-height: 1.75; color: var(--ls-text); background: #fff; }
h1,h2,h3,h4,h5,h6 { font-family: var(--ls-font-display); color: var(--ls-charcoal); line-height: 1.2; font-weight: 400; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem,5vw,3.6rem); }
h2 { font-size: clamp(1.9rem,3.5vw,2.8rem); }
h3 { font-size: clamp(1.35rem,2.5vw,1.9rem); }
h4 { font-size: 1.25rem; }
p  { margin-bottom: 1.2em; }
p:last-child { margin-bottom: 0; }
a  { color: var(--ls-primary); text-decoration: none; transition: color var(--ls-transition); }
a:hover { color: var(--ls-primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul,ol { padding-left: 1.25rem; }
li { margin-bottom: 0.35em; }

/* ============================================================
   KADENCE HEADER — white background, dark text, every selector
   ============================================================ */
#masthead,
.site-header,
.kadence-header,
header#masthead,
#masthead .kadence-header-row,
.site-header .kadence-header-row,
#masthead .header-navigation-wrap,
.site-header .header-navigation-wrap,
#masthead .site-header-row,
.site-header .site-header-row {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(29,106,92,0.1) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

/* Nav link colour and size */
#masthead a,
#masthead nav a,
#masthead .nav-menu a,
#masthead .kadence-navigation a,
#masthead .kadence-navigation .menu-item > a,
.site-header nav a,
.site-header .kadence-navigation a,
.site-header .kadence-navigation .menu-item > a {
    color: #2C2C2A !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
}
#masthead a:hover,
#masthead .kadence-navigation a:hover,
.site-header .kadence-navigation a:hover { color: #1D6A5C !important; }

/* Site title text (shown when no logo image) */
#masthead .site-title,
#masthead .site-title a,
.site-header .site-title,
.site-header .site-title a {
    color: #1D6A5C !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Logo image — always visible, correct size */
#masthead .custom-logo,
#masthead .site-logo img,
#masthead img.custom-logo,
.site-header .custom-logo,
.site-header .site-logo img,
.kadence-header .custom-logo {
    max-height: 54px !important;
    width: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
}

/* Mobile hamburger icon */
#masthead .kadence-menu-toggle-icon span,
#masthead button.menu-toggle span { background-color: #2C2C2A !important; }

/* Header Book a Session CTA nav item */
#masthead .menu-item.header-cta-btn > a,
.site-header .menu-item.header-cta-btn > a {
    background: #1D6A5C !important;
    color: #fff !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px !important;
}

/* ============================================================
   STRIP KADENCE DEFAULT PAGE PADDING
   on full-width pages and the homepage
   ============================================================ */
body.home .entry-header,
body.front-page .entry-header,
body.page-template-page-templates-full-width-php .entry-header { display: none !important; }
body.home .entry-content,
body.front-page .entry-content,
body.page-template-page-templates-full-width-php .entry-content,
.ls-full-width-page .entry-content {
    padding: 0 !important; margin: 0 !important; max-width: 100% !important;
}
body.home .site-main,
body.front-page .site-main,
body.page-template-page-templates-full-width-php .site-main { padding: 0 !important; }

/* ============================================================
   DESIGN SYSTEM — used by all imported content pages
   ============================================================ */

/* Container */
.ls-container {
    max-width: var(--ls-container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Sections */
.ls-section { padding-top: var(--ls-section-py); padding-bottom: var(--ls-section-py); }
.ls-section-sm { padding-top: var(--ls-section-py-sm); padding-bottom: var(--ls-section-py-sm); }
.ls-bg-white     { background-color: #fff; }
.ls-bg-sand      { background-color: var(--ls-sand); }
.ls-bg-primary   { background-color: var(--ls-primary); }
.ls-bg-dark      { background-color: var(--ls-primary-dark); }
.ls-bg-gold-light { background-color: var(--ls-gold-light); }
.ls-pattern-bg   { position: relative; }
.ls-pattern-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(201,169,110,0.06) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(29,106,92,0.06) 0%, transparent 50%);
    pointer-events: none;
}

/* Grids */
.ls-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.ls-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.ls-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }

/* Typography helpers */
.ls-overline {
    display: inline-block;
    font-family: var(--ls-font-body);
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--ls-gold-dark); margin-bottom: 0.75rem;
}
.ls-lead { font-size: 1.1rem; line-height: 1.8; color: var(--ls-text-mid); font-weight: 300; }
.ls-divider {
    width: 60px; height: 2px;
    background: linear-gradient(90deg, var(--ls-gold), var(--ls-primary));
    border-radius: 2px; margin: 1.25rem auto;
}
.ls-divider-left { margin-left: 0; }
.ls-section-header { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.ls-section-header h2 { margin-bottom: 0.75rem; }
.ls-section-header p { font-size: 1rem; color: var(--ls-text-mid); line-height: 1.75; }

/* Buttons */
.ls-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.85rem 2.2rem; border-radius: 50px;
    font-family: var(--ls-font-body); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em;
    cursor: pointer; transition: all var(--ls-transition);
    border: 1.5px solid transparent; text-decoration: none; white-space: nowrap;
}
.ls-btn-primary { background: var(--ls-primary); color: #fff; border-color: var(--ls-primary); }
.ls-btn-primary:hover { background: var(--ls-primary-dark); border-color: var(--ls-primary-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--ls-shadow); }
.ls-btn-outline { background: transparent; color: var(--ls-primary); border-color: var(--ls-primary); }
.ls-btn-outline:hover { background: var(--ls-primary); color: #fff; transform: translateY(-1px); }
.ls-btn-gold { background: var(--ls-gold); color: var(--ls-charcoal); border-color: var(--ls-gold); }
.ls-btn-gold:hover { background: var(--ls-gold-dark); border-color: var(--ls-gold-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--ls-shadow); }
.ls-btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.35); backdrop-filter: blur(4px); }
.ls-btn-ghost:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); color: #fff; }
.ls-btn-sm { padding: 0.55rem 1.4rem !important; font-size: 0.82rem !important; }

/* Cards */
.ls-card {
    background: #fff; border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg); padding: 2rem;
    transition: all var(--ls-transition);
}
.ls-card:hover { border-color: var(--ls-border-mid); box-shadow: var(--ls-shadow); transform: translateY(-3px); }
.ls-card-icon {
    width: 52px; height: 52px; background: var(--ls-primary-light);
    border-radius: var(--ls-radius); display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
}
.ls-card-icon svg { width: 24px; height: 24px; stroke: var(--ls-primary); }
.ls-card h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.ls-card p { font-size: 0.93rem; color: var(--ls-text-mid); line-height: 1.7; }

/* Badges */
.ls-badge { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.28rem 0.85rem; border-radius: 50px; font-size: 0.75rem; font-weight: 500; }
.ls-badge-primary { background: var(--ls-primary-light); color: var(--ls-primary-dark); }
.ls-badge-gold    { background: var(--ls-gold-light);    color: var(--ls-gold-dark); }
.ls-badge-sand    { background: var(--ls-sand-mid);      color: var(--ls-text-mid); }

/* Testimonials */
.ls-testimonial {
    background: #fff; border: 1px solid var(--ls-border);
    border-left: 3px solid var(--ls-primary);
    border-radius: var(--ls-radius-lg); padding: 2rem 2rem 2rem 2.5rem;
}
.ls-testimonial-quote {
    font-family: var(--ls-font-display); font-size: 1.15rem; font-style: italic;
    color: var(--ls-charcoal); line-height: 1.7; margin-bottom: 1.25rem;
}
.ls-testimonial-quote::before { content: '\201C'; }
.ls-testimonial-quote::after  { content: '\201D'; }
.ls-testimonial-author { display: flex; align-items: center; gap: 0.85rem; }
.ls-testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ls-primary-light); }
.ls-testimonial-name { font-weight: 500; font-size: 0.88rem; color: var(--ls-charcoal); }
.ls-testimonial-role { font-size: 0.78rem; color: var(--ls-text-light); }

/* Forms */
.ls-form-wrap {
    background: #fff; border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg); padding: 2.5rem; box-shadow: var(--ls-shadow-sm);
}
.ls-form-group { margin-bottom: 1.5rem; }
.ls-form-group label { display: block; font-size: 0.85rem; font-weight: 500; color: var(--ls-charcoal); margin-bottom: 0.4rem; }
.ls-form-group input[type="text"],
.ls-form-group input[type="email"],
.ls-form-group input[type="tel"],
.ls-form-group select,
.ls-form-group textarea {
    width: 100%; padding: 0.75rem 1.1rem;
    border: 1.5px solid var(--ls-sand-dark); border-radius: var(--ls-radius);
    font-family: var(--ls-font-body); font-size: 0.93rem; color: var(--ls-text);
    background: #fff; transition: border-color var(--ls-transition), box-shadow var(--ls-transition);
    outline: none; appearance: none;
}
.ls-form-group input:focus,
.ls-form-group select:focus,
.ls-form-group textarea:focus { border-color: var(--ls-primary); box-shadow: 0 0 0 3px rgba(29,106,92,0.1); }
.ls-form-group textarea { resize: vertical; min-height: 120px; }
.ls-form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B68' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

/* Multi-step form */
.ls-form-progress { display: flex; align-items: center; margin-bottom: 2.5rem; }
.ls-progress-step { flex: 1; text-align: center; position: relative; }
.ls-progress-step::after { content: ''; position: absolute; top: 18px; left: 50%; width: 100%; height: 1px; background: var(--ls-sand-dark); z-index: 0; }
.ls-progress-step:last-child::after { display: none; }
.ls-progress-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--ls-sand); border: 2px solid var(--ls-sand-dark); margin: 0 auto 0.5rem; font-size: 0.8rem; font-weight: 500; color: var(--ls-text-light); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; transition: all var(--ls-transition); }
.ls-progress-step.active .ls-progress-dot { background: var(--ls-primary); border-color: var(--ls-primary); color: #fff; }
.ls-progress-label { font-size: 0.72rem; color: var(--ls-text-light); font-weight: 500; }
.ls-progress-step.active .ls-progress-label { color: var(--ls-primary); }
.ls-form-step { display: none; }
.ls-form-step.active { display: block; }

/* Radio / checkbox groups */
.ls-radio-group, .ls-check-group { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.ls-radio-option, .ls-check-option { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border: 1.5px solid var(--ls-sand-dark); border-radius: 50px; cursor: pointer; font-size: 0.88rem; transition: all var(--ls-transition); }
.ls-radio-option:hover, .ls-check-option:hover { border-color: var(--ls-primary); background: var(--ls-primary-light); }

/* Page hero — used by all inner pages */
.ls-page-hero {
    background: var(--ls-primary-dark);
    padding: 5rem 0 4.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ls-page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(201,169,110,0.08) 0%, transparent 60%),
                radial-gradient(circle at 80% 50%, rgba(29,106,92,0.15) 0%, transparent 60%);
}
.ls-page-hero .ls-container { position: relative; z-index: 1; }
.ls-page-hero h1 { color: #fff; font-weight: 300; margin-bottom: 0.75rem; }
.ls-page-hero p { color: rgba(255,255,255,0.72); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.ls-page-hero .ls-overline { color: var(--ls-gold) !important; }

/* Scroll animations */
.ls-fade-in { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ls-fade-in.ls-visible { opacity: 1; transform: none; }
.ls-fade-in-delay-1 { transition-delay: 0.1s; }
.ls-fade-in-delay-2 { transition-delay: 0.2s; }
.ls-fade-in-delay-3 { transition-delay: 0.3s; }
.ls-fade-in-delay-4 { transition-delay: 0.4s; }

/* Footer */
.site-footer, #colophon {
    background: var(--ls-primary-dark);
    color: rgba(255,255,255,0.75);
    padding: 4rem 0 2rem;
}
.site-footer a { color: rgba(255,255,255,0.65); font-size: 0.88rem; display: block; margin-bottom: 0.6rem; }
.site-footer a:hover { color: var(--ls-gold); }

/* ============================================================
   HOMEPAGE RENDERER CLASSES  (lsh-* prefix)
   Used by lumosouls_render_homepage() in functions.php
   ============================================================ */
.lsh-section { width: 100%; box-sizing: border-box; }
.lsh-wrap { max-width: 1160px; margin: 0 auto; padding: 0 2rem; box-sizing: border-box; width: 100%; }

.lsh-g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }
.lsh-g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

.lsh-stats { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(44,74,62,0.12); border-radius: 18px; overflow: hidden; background: #fff; }
.lsh-stat-col { padding: 2.5rem 2.25rem; border-right: 1px solid rgba(44,74,62,0.08); }
.lsh-stat-col:last-child { border-right: none; }
.lsh-stat-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.8rem; color: #1D6A5C; font-weight: 300; line-height: 1; margin-bottom: 0.4rem; }
.lsh-stat-label { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #A07840; margin-bottom: 0.85rem; }
.lsh-stat-text { font-family: 'DM Sans', sans-serif; font-size: 0.87rem; color: #6B6B68; line-height: 1.75; margin: 0; }

.lsh-card { border: 1px solid rgba(44,74,62,0.12); border-radius: 18px; overflow: hidden; background: #fff; transition: box-shadow 0.28s ease, transform 0.28s ease; display: flex; flex-direction: column; }
.lsh-card:hover { box-shadow: 0 8px 36px rgba(29,106,92,0.13); transform: translateY(-4px); }
.lsh-card-img { height: 210px; overflow: hidden; background: #E8F4F1; flex-shrink: 0; }
.lsh-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.lsh-card:hover .lsh-card-img img { transform: scale(1.04); }
.lsh-card-body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.lsh-card-tag { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; margin-bottom: 1rem; }
.lsh-card-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; font-weight: 400; color: #2C2C2A; margin: 0 0 0.65rem; line-height: 1.25; }
.lsh-card-body p { font-family: 'DM Sans', sans-serif; font-size: 0.87rem; color: #6B6B68; line-height: 1.75; margin: 0 0 1.5rem; flex: 1; }
.lsh-card-btn { display: inline-flex; align-items: center; gap: 6px; color: #1D6A5C; font-family: 'DM Sans', sans-serif; font-size: 0.84rem; font-weight: 600; text-decoration: none; border: 1.5px solid rgba(29,106,92,0.35); padding: 9px 20px; border-radius: 50px; transition: all 0.25s ease; align-self: flex-start; }
.lsh-card-btn:hover { background: #1D6A5C; color: #fff; border-color: #1D6A5C; }

.lsh-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); background: rgba(255,255,255,0.06); border-radius: 18px; overflow: hidden; }
.lsh-step { padding: 2.5rem 2rem; border-right: 1px solid rgba(255,255,255,0.07); }
.lsh-step:last-child { border-right: none; }
.lsh-step-num { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid rgba(201,169,110,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; color: #C9A96E; flex-shrink: 0; }
.lsh-step h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; font-weight: 400; color: #fff; margin: 0 0 0.65rem; }
.lsh-step p { font-family: 'DM Sans', sans-serif; font-size: 0.84rem; color: rgba(255,255,255,0.5); line-height: 1.75; margin: 0; }

.lsh-testi { background: #F4EFE8; border-radius: 16px; padding: 1.85rem; border-left: 3px solid #1D6A5C; }
.lsh-testi-gold { border-left-color: #C9A96E; }
.lsh-testi blockquote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.1rem; font-style: italic; color: #2C2C2A; line-height: 1.75; margin: 0 0 1.1rem; padding: 0; border: none; background: none; }
.lsh-testi-author { display: flex; align-items: center; gap: 0.75rem; }
.lsh-testi-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 0.95rem; font-weight: 500; }
.lsh-testi-name { font-family: 'DM Sans', sans-serif; font-size: 0.86rem; font-weight: 600; color: #2C2C2A; }
.lsh-testi-role { font-family: 'DM Sans', sans-serif; font-size: 0.74rem; color: #9A9A96; }

.lsh-check-list { display: flex; flex-direction: column; gap: 0.85rem; }
.lsh-check-item { display: flex; align-items: flex-start; gap: 1rem; }
.lsh-check-dot { width: 32px; height: 32px; border-radius: 50%; background: #E8F4F1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.lsh-check-text { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #3A3A38; line-height: 1.7; margin: 0; }

.lsh-trust-row { display: flex; flex-wrap: wrap; gap: 1.75rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.lsh-trust-item { display: flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: rgba(255,255,255,0.45); }

.lsh-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,169,110,0.14); border: 1px solid rgba(201,169,110,0.28); border-radius: 50px; padding: 6px 18px; margin-bottom: 2.5rem; font-family: 'DM Sans', sans-serif; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C9A96E; }
.lsh-pill-dot { width: 5px; height: 5px; border-radius: 50%; background: #C9A96E; display: block; flex-shrink: 0; }

.lsh-btn-gold { display: inline-flex; align-items: center; gap: 10px; background: #C9A96E; color: #1a1a18; padding: 16px 36px; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background 0.25s ease; }
.lsh-btn-gold:hover { background: #b8935a; color: #1a1a18; }
.lsh-btn-ghost-text { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.65); font-family: 'DM Sans', sans-serif; font-size: 0.9rem; text-decoration: none; white-space: nowrap; transition: color 0.25s ease; }
.lsh-btn-ghost-text:hover { color: rgba(255,255,255,0.9); }

.lsh-overline { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #A07840; margin-bottom: 0.75rem; }
.lsh-overline-light { color: #C9A96E; }
.lsh-h2-dark { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 400; color: #2C2C2A; margin: 0 0 0.85rem; line-height: 1.2; }
.lsh-h2-light { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 300; color: #fff; margin: 0 0 1rem; line-height: 1.2; }
.lsh-body-muted { font-family: 'DM Sans', sans-serif; color: #6B6B68; font-size: 0.95rem; line-height: 1.8; }
.lsh-body-muted-light { font-family: 'DM Sans', sans-serif; color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.8; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .ls-grid-3, .ls-grid-4, .lsh-g3 { grid-template-columns: 1fr 1fr; }
    .lsh-stats { grid-template-columns: 1fr; }
    .lsh-stat-col { border-right: none; border-bottom: 1px solid rgba(44,74,62,0.08); }
    .lsh-stat-col:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
    :root { --ls-section-py: 3.5rem; }
    .ls-container, .lsh-wrap { padding-left: 1.25rem; padding-right: 1.25rem; }
    .ls-grid-2, .ls-grid-3, .ls-grid-4, .lsh-g3, .lsh-g2 { grid-template-columns: 1fr; gap: 1.5rem; }
    .lsh-steps-grid { grid-template-columns: 1fr 1fr; }
    .lsh-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .lsh-step:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
    .lsh-hero-btns { flex-direction: column; align-items: flex-start; }
    .ls-page-hero { padding: 4rem 0 3rem; }
    .ls-btn { width: 100%; justify-content: center; }
    .ls-section-header { margin-bottom: 2.5rem; }
    .ls-form-wrap { padding: 1.5rem; }
}
@media (max-width: 480px) {
    .lsh-steps-grid { grid-template-columns: 1fr; }
    .lsh-step:nth-child(odd) { border-right: none; }
}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
:focus-visible { outline: 2px solid var(--ls-primary); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media print { .site-header, .site-footer { display: none; } body { color: #000; } }

/* ============================================================
   KADENCE GLOBAL PAGE / POST BACKGROUND OVERRIDE
   Kadence sets a dark background on pages/posts via inline styles
   and its own option system. These rules beat all of that.
   ============================================================ */

/* Force white background on every page and post body */
body.page,
body.single,
body.archive,
body.blog,
body.search,
body.error404 {
    background-color: #ffffff !important;
}

/* Kill any dark overlay Kadence puts on the page content area */
body.page .content-bg,
body.page #content,
body.single #content,
body.page .site-content,
body.single .site-content,
body.page .kadence-page-hero,
.page-hero-section,
.page-hero,
#inner-wrap,
.inner-wrap {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
}

/* Kill Kadence's "page title" area dark box that appears above content */
.page-title-section,
.entry-hero,
.page-hero,
.kadence-page-hero,
.kadence-hero-bg,
.hero-section,
.wp-block-kadence-header,
.kadence-simple-hero {
    background: transparent !important;
    background-color: transparent !important;
}

/* Force all article/page content areas to white */
body.page article,
body.single article,
body.page .hentry,
body.single .hentry,
body.page .type-page,
.ls-full-width-page article,
.ls-full-width-page .hentry {
    background: transparent !important;
    color: var(--ls-text) !important;
}

/* Override any Kadence global colours that make text appear dark on dark */
body.page h1, body.page h2, body.page h3,
body.page h4, body.page h5, body.page h6,
body.single h1, body.single h2, body.single h3 {
    color: var(--ls-charcoal) !important;
}
body.page p, body.page li, body.page span,
body.single p, body.single li {
    color: var(--ls-text) !important;
}

/* The ls-page-hero already has its own dark green background — keep that */
.ls-page-hero,
.ls-page-hero h1,
.ls-page-hero p { color: inherit !important; }
.ls-page-hero h1 { color: #ffffff !important; }
.ls-page-hero p  { color: rgba(255,255,255,0.72) !important; }

/* ============================================================
   FIX: content container width on full-width pages
   Kadence adds max-width to .entry-content — override it
   ============================================================ */
body.page-template-page-templates-full-width-php .content-container,
body.page-template-page-templates-full-width-php .site-content,
body.page-template-page-templates-full-width-php #content,
body.page-template-page-templates-full-width-php .entry-content,
body.page-template-page-templates-full-width-php .content-wrap,
.ls-full-width-page .content-container,
.ls-full-width-page #content,
.ls-full-width-page .content-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================================
   MULTISTEP FORM JS — hide inactive steps, show active
   ============================================================ */
.ls-form-step { display: none; }
.ls-form-step.active { display: block; }
