:root {
  --lc-navy: #0c1628;
  --lc-charcoal: #151a20;
  --lc-ivory: #f5f1e8;
  --lc-gold: #b89a5b;
  --lc-slate: #4b5563;
  --lc-white: #ffffff;
  --lc-border: rgba(184, 154, 91, 0.5);
  --lc-shadow: 0 18px 55px rgba(12, 22, 40, 0.08);
  --lc-serif: Georgia, "Times New Roman", serif;
  --lc-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.law-coach-site {
  margin: 0;
  background: var(--lc-ivory);
  color: var(--lc-charcoal);
  font-family: var(--lc-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.law-coach-site * { box-sizing: border-box; }
body.law-coach-site img { max-width: 100%; height: auto; }
body.law-coach-site a { color: inherit; }
body.law-coach-site h1,
body.law-coach-site h2,
body.law-coach-site h3 {
  color: var(--lc-navy);
  font-family: var(--lc-serif);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 0.55em;
  letter-spacing: -0.02em;
}
body.law-coach-site h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); max-width: 980px; }
body.law-coach-site h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
body.law-coach-site h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
body.law-coach-site p { margin: 0 0 1.25em; }
body.law-coach-site ul { margin-top: 0.8em; padding-left: 1.25em; }
body.law-coach-site li { margin-bottom: 0.55em; }
body.law-coach-site :focus-visible { outline: 3px solid var(--lc-gold); outline-offset: 3px; }

.lc-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.lc-reading-width { max-width: 840px; }
.lc-main { overflow: hidden; }
.lc-skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--lc-gold); color: var(--lc-navy); padding: 10px 14px; font-weight: 700; text-decoration: none; }
.lc-skip-link:focus { top: 16px; }

.lc-header { position: sticky; top: 0; z-index: 1000; background: rgba(12, 22, 40, 0.98); border-bottom: 1px solid rgba(184, 154, 91, 0.28); }
.admin-bar .lc-header { top: 32px; }
.lc-header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.lc-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--lc-white); text-decoration: none; flex: 0 0 auto; }
.lc-monogram { width: 48px; height: 48px; border: 1px solid var(--lc-gold); display: inline-grid; place-items: center; color: var(--lc-gold); font-family: var(--lc-serif); font-size: 1.35rem; letter-spacing: -0.08em; }
.lc-brand-text { display: grid; line-height: 1; letter-spacing: 0.14em; }
.lc-brand-text strong { font-family: var(--lc-serif); font-size: 1.08rem; font-weight: 600; }
.lc-brand-text small { color: var(--lc-gold); margin-top: 6px; font-size: 0.65rem; }
.lc-nav-wrap { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.lc-nav { display: flex; align-items: center; gap: 23px; }
.lc-nav a { color: var(--lc-ivory); text-decoration: none; font-size: 0.78rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; padding: 32px 0 26px; border-bottom: 2px solid transparent; }
.lc-nav a:hover, .lc-nav a[aria-current="page"] { color: var(--lc-gold); border-color: var(--lc-gold); }
.lc-header-cta { background: var(--lc-gold); color: var(--lc-navy); text-decoration: none; padding: 13px 17px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.lc-header-cta:hover { background: #c7aa6d; }
.lc-menu-toggle { display: none; margin-left: auto; border: 1px solid var(--lc-gold); background: transparent; color: var(--lc-ivory); padding: 10px 12px; font: inherit; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; gap: 9px; align-items: center; }

.lc-hero { background: var(--lc-navy); color: var(--lc-ivory); position: relative; }
.lc-hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 34%; border-left: 1px solid rgba(184,154,91,.22); opacity: .55; pointer-events: none; }
.lc-hero-inner { position: relative; z-index: 1; min-height: 720px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 110px 0 95px; }
.lc-hero h1 { color: var(--lc-white); max-width: 930px; }
.lc-hero-copy { color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 790px; }
.lc-eyebrow { color: var(--lc-gold); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px !important; }
.lc-button-row { display: flex; flex-wrap: wrap; gap: 13px; margin: 25px 0 0; }
.lc-single-button { margin-top: 28px; }
.lc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; background: var(--lc-gold); color: var(--lc-navy) !important; text-decoration: none; padding: 13px 23px; font-size: 0.78rem; line-height: 1.2; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; border: 1px solid var(--lc-gold); }
.lc-button:hover { background: #c7aa6d; border-color: #c7aa6d; }
.lc-button-secondary { background: transparent; color: var(--lc-ivory) !important; }
.lc-button-secondary:hover { background: rgba(184,154,91,.12); }
.lc-hero-meta { margin-top: 45px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.62); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.lc-hero-meta span::before { content: "•"; color: var(--lc-gold); margin-right: 11px; }
.lc-hero-meta span:first-child::before { display: none; }

.lc-trust-strip { background: var(--lc-white); border-bottom: 1px solid rgba(12,22,40,.08); }
.lc-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.lc-trust-grid span { padding: 23px 20px; text-align: center; color: var(--lc-navy); border-right: 1px solid rgba(12,22,40,.09); font-size: .77rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.lc-trust-grid span:last-child { border-right: 0; }

.lc-section { padding: 105px 0; background: var(--lc-ivory); }
.lc-section-white { background: var(--lc-white); }
.lc-section-dark { background: var(--lc-navy); color: rgba(255,255,255,.8); }
.lc-section-dark h2, .lc-section-dark h3 { color: var(--lc-white); }
.lc-section-heading { max-width: 770px; margin-bottom: 48px; }
.lc-section-heading > p:not(.lc-eyebrow) { color: var(--lc-slate); font-size: 1.08rem; }
.lc-section-heading-light > p:not(.lc-eyebrow) { color: rgba(255,255,255,.7); }
.lc-card-grid { display: grid; gap: 22px; }
.lc-card-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.lc-card { position: relative; background: var(--lc-white); border: 1px solid var(--lc-border); padding: 34px; box-shadow: var(--lc-shadow); }
.lc-card::before { content: ""; position: absolute; left: -1px; top: 26px; width: 3px; height: 46px; background: var(--lc-gold); }
.lc-card p { color: var(--lc-slate); }
.lc-card-number { display: block; color: var(--lc-gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 24px; }
.lc-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.lc-monogram-panel { min-height: 470px; background: var(--lc-navy); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--lc-gold); box-shadow: var(--lc-shadow); }
.lc-monogram-panel span { font-family: var(--lc-serif); color: var(--lc-gold); font-size: clamp(6rem,15vw,12rem); line-height: .8; letter-spacing: -.12em; transform: translateX(-.06em); }
.lc-monogram-panel small { margin-top: 38px; color: var(--lc-ivory); font-weight: 700; letter-spacing: .25em; }
.lc-process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(184,154,91,.35); }
.lc-process-grid article { padding: 40px 34px 0 0; border-right: 1px solid rgba(184,154,91,.24); }
.lc-process-grid article:not(:first-child) { padding-left: 34px; }
.lc-process-grid article:last-child { border-right: 0; }
.lc-process-grid span { color: var(--lc-gold); font-family: var(--lc-serif); font-size: 2.3rem; }
.lc-package-card { min-height: 320px; }
.lc-package-kicker { color: var(--lc-gold) !important; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.lc-featured-card { background: var(--lc-navy); color: rgba(255,255,255,.78); transform: translateY(-12px); }
.lc-featured-card h2, .lc-featured-card h3 { color: var(--lc-white); }
.lc-featured-card p { color: rgba(255,255,255,.75); }
.lc-resource-preview { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.lc-resource-preview > div:first-child { max-width: 750px; }
.lc-final-cta { background: var(--lc-navy); color: rgba(255,255,255,.8); text-align: center; padding: 100px 0; border-top: 1px solid rgba(184,154,91,.28); }
.lc-final-cta .lc-shell { max-width: 850px; }
.lc-final-cta h2 { color: var(--lc-white); }
.lc-final-cta .lc-single-button { display: flex; justify-content: center; }

.lc-page-hero { background: var(--lc-navy); color: rgba(255,255,255,.78); padding: 115px 0 100px; border-bottom: 1px solid rgba(184,154,91,.28); }
.lc-page-hero h1 { color: var(--lc-white); max-width: 930px; }
.lc-page-hero p:not(.lc-eyebrow) { max-width: 760px; font-size: 1.17rem; }
.lc-check-list { list-style: none; padding-left: 0 !important; }
.lc-check-list li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid rgba(12,22,40,.1); }
.lc-check-list li::before { content: "—"; position: absolute; left: 0; color: var(--lc-gold); font-weight: 800; }
.lc-program-list { display: grid; gap: 0; }
.lc-program-list > article { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 30px; padding: 55px 0; border-bottom: 1px solid rgba(12,22,40,.13); }
.lc-program-list > article:first-child { padding-top: 0; }
.lc-program-list > article > span { color: var(--lc-gold); font-family: var(--lc-serif); font-size: 2.5rem; }
.lc-program-list article div { max-width: 880px; }
.lc-program-list ul { columns: 2; column-gap: 50px; }
.lc-package-grid .lc-card { min-height: 640px; }
.lc-package-grid .lc-card ul { padding-left: 1.1em; }
.lc-package-note { border-top: 1px solid rgba(12,22,40,.12); padding-top: 18px; margin-top: 24px; }
.lc-editor-note { margin: 36px 0; border-left: 4px solid var(--lc-gold); background: #fff7e9; padding: 22px 24px; color: #513b15; }
.lc-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.lc-testimonial-placeholder { border: 1px dashed var(--lc-gold); background: var(--lc-white); padding: 34px; min-height: 300px; }
.lc-testimonial-placeholder span { color: var(--lc-gold); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.lc-small-print { margin-top: 35px; color: var(--lc-slate); font-size: .85rem; }
.lc-resource-list { display: grid; gap: 28px; }
.lc-resource-list article { background: var(--lc-white); border: 1px solid var(--lc-border); padding: 42px; }
.lc-resource-list article ul { columns: 2; column-gap: 50px; }

.lc-contact-details { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 70px; border: 1px solid var(--lc-border); background: var(--lc-white); }
.lc-contact-details > div { min-height: 130px; padding: 25px; border-right: 1px solid rgba(12,22,40,.1); display: flex; flex-direction: column; justify-content: center; }
.lc-contact-details > div:last-child { border-right: 0; }
.lc-contact-details span { color: var(--lc-gold); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 8px; }
.lc-contact-details a, .lc-contact-details strong { color: var(--lc-navy); text-decoration: none; font-size: .98rem; }
.lc-form-shell { max-width: 950px; }
.lc-form-warning { background: #fff7e9; border-left: 4px solid var(--lc-gold); padding: 24px; margin-bottom: 30px; }
.lc-form-warning p { margin-bottom: 0; }
.lc-form-intro { max-width: 720px; margin-bottom: 30px; }
.lc-form { background: var(--lc-white); border: 1px solid var(--lc-border); box-shadow: var(--lc-shadow); padding: clamp(24px,5vw,52px); }
.lc-form fieldset { border: 0; padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid rgba(12,22,40,.12); }
.lc-form fieldset:last-of-type { margin-bottom: 28px; }
.lc-form legend { width: 100%; color: var(--lc-navy); font-family: var(--lc-serif); font-size: 1.7rem; font-weight: 600; margin-bottom: 23px; }
.lc-form label { display: block; color: var(--lc-navy); font-weight: 650; margin-bottom: 20px; }
.lc-form input[type="text"], .lc-form input[type="email"], .lc-form input[type="tel"], .lc-form select, .lc-form textarea { width: 100%; margin-top: 8px; border: 1px solid #bcc1c9; background: #fff; color: var(--lc-charcoal); min-height: 49px; padding: 12px 14px; font: inherit; font-size: .96rem; border-radius: 0; }
.lc-form textarea { min-height: 120px; resize: vertical; }
.lc-form input:focus, .lc-form select:focus, .lc-form textarea:focus { border-color: var(--lc-gold); box-shadow: 0 0 0 2px rgba(184,154,91,.18); outline: 0; }
.lc-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
.lc-field-help { color: var(--lc-slate); margin-top: -12px; }
.lc-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.lc-check { display: flex !important; align-items: flex-start; gap: 10px; background: var(--lc-ivory); border: 1px solid rgba(12,22,40,.1); padding: 13px 14px; margin: 0 !important; font-weight: 500 !important; }
.lc-check input { margin: 5px 0 0; flex: 0 0 auto; accent-color: var(--lc-navy); }
.lc-consent-box { background: var(--lc-ivory); padding: 24px !important; }
.lc-consent-box .lc-check { background: var(--lc-white); margin-bottom: 12px !important; }
.lc-submit { background: var(--lc-gold); color: var(--lc-navy); border: 1px solid var(--lc-gold); min-height: 52px; padding: 14px 25px; font: inherit; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; border-radius: 0; }
.lc-submit:hover { background: #c7aa6d; }
.lc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.lc-form-message { padding: 20px 22px; margin-bottom: 22px; border-left: 4px solid; background: var(--lc-white); }
.lc-form-message p { margin: 5px 0 0; }
.lc-form-success { border-color: #237a4b; }
.lc-form-error { border-color: #b42318; }

.lc-footer { background: #080f1d; color: rgba(255,255,255,.68); padding: 78px 0 28px; border-top: 1px solid rgba(184,154,91,.3); }
.lc-footer-grid { display: grid; grid-template-columns: 1.6fr .75fr .9fr 1fr; gap: 48px; }
.lc-footer h2 { color: var(--lc-white); font-family: var(--lc-sans); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
.lc-footer a, .lc-footer span { color: rgba(255,255,255,.72); display: block; text-decoration: none; margin-bottom: 10px; }
.lc-footer a:hover { color: var(--lc-gold); }
.lc-footer-brand { display: flex; align-items: center; gap: 14px; color: var(--lc-white); margin-bottom: 22px; letter-spacing: .08em; }
.lc-footer-brand .lc-monogram { width: 42px; height: 42px; font-size: 1.1rem; }
.lc-footer-bottom { display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 55px; font-size: .75rem; }
.lc-footer-bottom p:first-child { max-width: 800px; }

@media (max-width: 1080px) {
  .lc-header-inner { min-height: 76px; }
  .lc-menu-toggle { display: inline-flex; }
  .lc-nav-wrap { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--lc-navy); border-top: 1px solid rgba(184,154,91,.25); padding: 14px 24px 24px; }
  .lc-nav-wrap.is-open { display: block; }
  .lc-nav { display: grid; gap: 0; }
  .lc-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .lc-header-cta { display: inline-flex; margin-top: 16px; }
  .lc-card-grid-3, .lc-testimonial-grid { grid-template-columns: repeat(2,1fr); }
  .lc-package-grid .lc-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .lc-contact-details { grid-template-columns: repeat(2,1fr); }
  .lc-contact-details > div:nth-child(2) { border-right: 0; }
  .lc-contact-details > div:nth-child(-n+2) { border-bottom: 1px solid rgba(12,22,40,.1); }
  .lc-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .lc-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 782px) {
  .admin-bar .lc-header { top: 46px; }
  .lc-shell { width: min(100% - 32px, 1180px); }
  .lc-header-inner { min-height: 70px; }
  .lc-brand-text { display: none; }
  .lc-monogram { width: 43px; height: 43px; }
  .lc-hero-inner { min-height: auto; padding: 85px 0 75px; }
  .lc-hero::after { width: 20%; opacity: .3; }
  .lc-trust-grid { grid-template-columns: repeat(2,1fr); }
  .lc-trust-grid span { border-bottom: 1px solid rgba(12,22,40,.09); }
  .lc-trust-grid span:nth-child(2) { border-right: 0; }
  .lc-section { padding: 75px 0; }
  .lc-card-grid-3, .lc-testimonial-grid { grid-template-columns: 1fr; }
  .lc-featured-card { transform: none; }
  .lc-split { grid-template-columns: 1fr; gap: 38px; }
  .lc-monogram-panel { min-height: 330px; }
  .lc-process-grid { grid-template-columns: 1fr; }
  .lc-process-grid article, .lc-process-grid article:not(:first-child) { border-right: 0; border-bottom: 1px solid rgba(184,154,91,.24); padding: 30px 0; }
  .lc-resource-preview { display: block; }
  .lc-resource-preview .lc-single-button { margin-top: 25px; }
  .lc-page-hero { padding: 80px 0 70px; }
  .lc-program-list > article { grid-template-columns: 55px minmax(0,1fr); gap: 14px; padding: 42px 0; }
  .lc-program-list ul, .lc-resource-list article ul { columns: 1; }
  .lc-package-grid .lc-card { min-height: auto; }
  .lc-contact-details { grid-template-columns: 1fr; }
  .lc-contact-details > div { border-right: 0; border-bottom: 1px solid rgba(12,22,40,.1); }
  .lc-form-grid, .lc-check-grid { grid-template-columns: 1fr; }
  .lc-form { padding: 24px 18px; }
  .lc-footer-grid { grid-template-columns: 1fr 1fr; }
  .lc-footer-grid > div:first-child, .lc-footer-grid > div:last-child { grid-column: 1 / -1; }
  .lc-footer-bottom { display: block; }
}

@media (max-width: 480px) {
  body.law-coach-site { font-size: 16px; }
  .lc-button-row { display: grid; width: 100%; }
  .lc-button { width: 100%; }
  .lc-trust-grid { grid-template-columns: 1fr; }
  .lc-trust-grid span { border-right: 0; }
  .lc-program-list > article { grid-template-columns: 1fr; }
  .lc-footer-grid { grid-template-columns: 1fr; }
  .lc-footer-grid > div { grid-column: auto !important; }
}

/* Version 2.0 additions */
.lc-brand { min-width: 245px; }
.lc-brand img { display: block; width: 245px; height: auto; }
.lc-footer-logo { display: block !important; max-width: 280px; margin-bottom: 24px !important; }
.lc-footer-logo img { display: block; width: 100%; height: auto; }

.lc-founder-visual { margin: 0; border: 1px solid var(--lc-gold); background: var(--lc-navy); box-shadow: var(--lc-shadow); overflow: hidden; }
.lc-founder-visual img { display: block; width: 100%; height: auto; }
.lc-founder-photo img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.lc-founder-photo figcaption { padding: 15px 18px; color: var(--lc-ivory); background: var(--lc-navy); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lc-founder-panel img { aspect-ratio: 4 / 4.9; object-fit: cover; }
.lc-text-link { color: var(--lc-navy) !important; text-decoration: none; font-weight: 750; border-bottom: 1px solid var(--lc-gold); padding-bottom: 2px; }
.lc-text-link:hover { color: var(--lc-gold) !important; }

.lc-credential-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.lc-credential-grid article { background: var(--lc-white); border: 1px solid var(--lc-border); padding: 30px; box-shadow: var(--lc-shadow); }
.lc-credential-grid article span { display: block; color: var(--lc-gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 13px; }
.lc-credential-grid article p { color: var(--lc-slate); margin-bottom: 0; }

.lc-price { color: var(--lc-navy) !important; font-family: var(--lc-serif); font-size: clamp(2.5rem,4vw,3.7rem); line-height: 1; margin: 16px 0 7px !important; }
.lc-featured-card .lc-price { color: var(--lc-gold) !important; }
.lc-price-note { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.lc-home-packages .lc-package-card { min-height: 330px; }
.lc-package-grid .lc-package-card { display: flex; flex-direction: column; }
.lc-package-grid .lc-package-note { margin-top: auto; }

.lc-policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.lc-policy-grid article { border-top: 3px solid var(--lc-gold); background: var(--lc-ivory); padding: 28px; }
.lc-policy-grid article p { color: var(--lc-slate); margin-bottom: 0; }

.lc-download-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.lc-download-card { display: flex; flex-direction: column; min-height: 380px; background: var(--lc-white); border: 1px solid var(--lc-border); padding: 38px; box-shadow: var(--lc-shadow); }
.lc-download-card p:not(.lc-eyebrow) { color: var(--lc-slate); }
.lc-download-card .lc-download-meta { display: flex; gap: 10px 18px; flex-wrap: wrap; margin: auto 0 20px; padding-top: 20px; color: var(--lc-slate); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.lc-download-card .lc-download-meta span + span::before { content: "•"; color: var(--lc-gold); margin-right: 18px; }
.lc-download-card .lc-button { align-self: flex-start; }

.lc-legal-note { margin-top: 34px; border-left: 4px solid var(--lc-gold); background: var(--lc-ivory); padding: 22px 24px; color: var(--lc-navy); }
.lc-contact-ack { margin: 15px 0 25px !important; }

@media (max-width: 1080px) {
  .lc-brand { min-width: 210px; }
  .lc-brand img { width: 210px; }
  .lc-credential-grid, .lc-policy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  .lc-brand { min-width: 0; }
  .lc-brand img { width: 180px; }
  .lc-credential-grid, .lc-policy-grid, .lc-download-grid { grid-template-columns: 1fr; }
  .lc-download-card { min-height: 0; padding: 30px; }
}

@media (max-width: 480px) {
  .lc-brand img { width: 150px; }
  .lc-founder-photo figcaption { font-size: .65rem; }
}

/* Keep the horizontal logo and menu comfortably inside small screens. */
@media (max-width: 782px) {
  .lc-header-inner { gap: 12px; }
  .lc-brand { min-width: 0; flex: 0 1 210px; }
  .lc-brand img { width: min(210px, 100%); }
  .lc-menu-toggle { flex: 0 0 auto; }
}
@media (max-width: 420px) {
  .lc-brand { flex-basis: 178px; }
  .lc-brand img { width: min(178px, 100%); }
  .lc-menu-label { display: none; }
}

/* Version 2.2 refinements: brighter footer labels, visible page tabs, and original hero imagery. */
.lc-footer h2 {
  color: #efd69d !important;
  font-weight: 850;
}
.lc-footer a,
.lc-footer span {
  color: rgba(255,255,255,.9) !important;
}
.lc-footer a:hover { color: #efd69d !important; }

/* Present the primary page links as unmistakable tabs beside the main CTA. */
.lc-nav-wrap { gap: 12px; }
.lc-nav { gap: 8px; }
.lc-nav a {
  color: var(--lc-ivory);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(184,154,91,.38);
  padding: 10px 11px;
  border-radius: 2px;
  line-height: 1.1;
}
.lc-nav a:hover,
.lc-nav a[aria-current="page"] {
  color: var(--lc-navy);
  background: var(--lc-gold);
  border-color: var(--lc-gold);
}

/* Reuse the original site's stock photographs as a refined editorial strip. */
.lc-hero-inner { min-height: auto; }
.lc-hero-media {
  width: 100%;
  max-width: 1060px;
  display: grid;
  gap: 12px;
  margin: 28px 0 30px;
}
.lc-hero-media-1 { grid-template-columns: 1fr; max-width: 940px; }
.lc-hero-media-2 { grid-template-columns: 1.45fr 1fr; }
.lc-hero-media-3 { grid-template-columns: 1.45fr 1fr 1fr; }
.lc-hero-media figure {
  position: relative;
  height: clamp(220px, 24vw, 330px);
  margin: 0;
  overflow: hidden;
  background: #080f1d;
  border: 1px solid rgba(239,214,157,.72);
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}
.lc-hero-media-1 figure { height: clamp(250px, 30vw, 390px); }
.lc-hero-media figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,22,40,.03), rgba(12,22,40,.2));
  pointer-events: none;
}
.lc-hero-media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04) brightness(.9);
  transform: scale(1.002);
}

/* The extra page tab needs a little more room than the original header. */
@media (max-width: 1180px) {
  .lc-header-inner { min-height: 76px; }
  .lc-menu-toggle { display: inline-flex; }
  .lc-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--lc-navy);
    border-top: 1px solid rgba(184,154,91,.25);
    padding: 14px 24px 24px;
  }
  .lc-nav-wrap.is-open { display: block; }
  .lc-nav { display: grid; gap: 0; }
  .lc-nav a {
    padding: 14px 8px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: transparent;
    border-radius: 0;
  }
  .lc-nav a:hover,
  .lc-nav a[aria-current="page"] {
    color: var(--lc-gold);
    background: rgba(184,154,91,.1);
  }
  .lc-header-cta { display: inline-flex; margin-top: 16px; }
}

@media (max-width: 782px) {
  .lc-hero-media,
  .lc-hero-media-1,
  .lc-hero-media-2,
  .lc-hero-media-3 { grid-template-columns: 1fr; }
  .lc-hero-media figure { height: 230px; }
  .lc-hero-media figure:nth-child(n+2) { display: none; }
}


/* Law Coach final navigation and hero spacing corrections */

/* Keep desktop navigation tabs antique gold at all times */
@media (min-width: 1181px) {
  body.law-coach-site .lc-header .lc-nav > a,
  body.law-coach-site .lc-header .lc-nav > a:visited,
  body.law-coach-site .lc-header .lc-nav > a:hover,
  body.law-coach-site .lc-header .lc-nav > a:focus-visible,
  body.law-coach-site .lc-header .lc-nav > a[aria-current="page"] {
    color: #0c1628 !important;
    background: #b89a5b !important;
    border: 1px solid #b89a5b !important;
  }
}

/* Remove the oversized empty area above the homepage photographs */
body.law-coach-site .lc-hero-inner {
  min-height: 0 !important;
  justify-content: flex-start !important;
  padding-top: 50px !important;
  padding-bottom: 70px !important;
}

body.law-coach-site .lc-hero h1 {
  margin-bottom: 0 !important;
}

body.law-coach-site .lc-hero-media {
  margin-top: 12px !important;
  margin-bottom: 24px !important;
}

/* Compact phone spacing */
@media (max-width: 782px) {
  body.law-coach-site .lc-hero-inner {
    padding-top: 38px !important;
    padding-bottom: 52px !important;
  }

  body.law-coach-site .lc-hero-media {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}


/* FINAL FIX: visible hero heading, compact spacing, and gold dropdown tabs */

/* Make the hero headline visible and remove the oversized blank area */
body.law-coach-site .lc-hero-inner {
  min-height: 0 !important;
  justify-content: flex-start !important;
  padding-top: 42px !important;
  padding-bottom: 58px !important;
}

body.law-coach-site .lc-hero .lc-eyebrow {
  margin: 0 0 12px !important;
}

body.law-coach-site .lc-hero h1 {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2.8rem, 5vw, 4.8rem) !important;
  line-height: 1.04 !important;
  max-width: 930px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 0 18px !important;
}

body.law-coach-site .lc-hero-media {
  margin: 0 0 22px !important;
}

body.law-coach-site .lc-hero-copy {
  margin-top: 0 !important;
}

/* Make every link inside the opened dropdown gold */
@media (max-width: 1180px) {
  body.law-coach-site .lc-nav-wrap.is-open {
    padding: 14px 18px 22px !important;
  }

  body.law-coach-site .lc-nav-wrap.is-open .lc-nav {
    display: grid !important;
    gap: 8px !important;
  }

  body.law-coach-site .lc-nav-wrap.is-open .lc-nav a,
  body.law-coach-site .lc-nav-wrap.is-open .lc-nav a:visited {
    color: #0c1628 !important;
    background: #b89a5b !important;
    border: 1px solid #b89a5b !important;
    padding: 13px 15px !important;
    margin: 0 !important;
    border-radius: 2px !important;
  }

  body.law-coach-site .lc-nav-wrap.is-open .lc-nav a:hover,
  body.law-coach-site .lc-nav-wrap.is-open .lc-nav a:focus-visible,
  body.law-coach-site .lc-nav-wrap.is-open .lc-nav a[aria-current="page"] {
    color: #0c1628 !important;
    background: #c7aa6d !important;
    border-color: #c7aa6d !important;
  }
}

/* Compact phone layout */
@media (max-width: 782px) {
  body.law-coach-site .lc-hero-inner {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
  }

  body.law-coach-site .lc-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem) !important;
    margin-bottom: 15px !important;
  }

  body.law-coach-site .lc-hero-media {
    margin-bottom: 18px !important;
  }
}

/* Lighten the featured Momentum Plan card */
body.law-coach-site .lc-featured-card {
  background: #e7dfd0 !important;
  color: #243044 !important;
  border-color: #b89a5b !important;
  box-shadow: 0 18px 55px rgba(12, 22, 40, 0.12) !important;
}

body.law-coach-site .lc-featured-card h2,
body.law-coach-site .lc-featured-card h3 {
  color: #0c1628 !important;
}

body.law-coach-site .lc-featured-card p,
body.law-coach-site .lc-featured-card li {
  color: #334155 !important;
}

body.law-coach-site .lc-featured-card .lc-price,
body.law-coach-site .lc-featured-card .lc-package-kicker {
  color: #8a692f !important;
}

body.law-coach-site .lc-featured-card .lc-package-note {
  border-top-color: rgba(12, 22, 40, 0.18) !important;
}