.elementor-6450 .elementor-element.elementor-element-1a200b7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================================================
   East Texas Lighthouse for the Blind — Summer 2026 Newsletter
   Stylesheet v1.0  |  namespace: .etlbnl-
   Paste this ENTIRE file into: Elementor > Page Settings (gear) > Advanced > Custom CSS
   Namespaced so it cannot collide with the White Cane Day (.wcd-) page.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=Source+Sans+3:wght@400;600;700&display=swap');

:root{
  --etlbnl-maroon:#6D010E;
  --etlbnl-maroon-2:#560009;
  --etlbnl-heading:#7C0B16;
  --etlbnl-accent:#C2262C;
  --etlbnl-accent-dark:#9E1B21;
  --etlbnl-gray:#F2F2F2;
  --etlbnl-soft:#F2F2F2;
  --etlbnl-text:#332F2E;
  --etlbnl-muted:#5C5856;
  --etlbnl-faint:#6F6A68;
  --etlbnl-border:#E6E1E1;
  --etlbnl-white:#FFFFFF;
  --etlbnl-shadow:0 1px 2px rgba(0,0,0,.04), 0 10px 30px rgba(109,1,14,.07);
  --etlbnl-shadow-lift:0 2px 6px rgba(0,0,0,.05), 0 20px 48px rgba(109,1,14,.13);
}

/* ---------- base (scoped to each block's own <section>) ---------- */
.etlbnl-sec,.etlbnl-sec *,.etlbnl-sec *::before,.etlbnl-sec *::after{box-sizing:border-box;}
.etlbnl-sec{
  font-family:"Source Sans 3",ui-sans-serif,system-ui,-apple-system,sans-serif;
  color:var(--etlbnl-text);
  line-height:1.65;
  padding-block:4.5rem;
  -webkit-font-smoothing:antialiased;
}
@media (min-width:768px){ .etlbnl-sec{ padding-block:6.5rem; } }

.etlbnl-sec h1,.etlbnl-sec h2,.etlbnl-sec h3{
  font-family:"Playfair Display",Georgia,"Times New Roman",serif;
  color:var(--etlbnl-heading);
  line-height:1.18;
  letter-spacing:-.005em;
  margin:0;
}
.etlbnl-sec p{margin:0;}
.etlbnl-sec img{max-width:100%;height:auto;display:block;}
.etlbnl-sec a{color:inherit;text-decoration:none;}
.etlbnl-sec ul{list-style:none;margin:0;padding:0;}
.etlbnl-sec svg{flex-shrink:0;}

.etlbnl-sec--gray{background:var(--etlbnl-gray);}
.etlbnl-sec--white{background:var(--etlbnl-white);}
.etlbnl-sec--maroon{background:var(--etlbnl-maroon)!important;color:var(--etlbnl-white)!important;}
.etlbnl-sec--maroon h1,.etlbnl-sec--maroon h2,.etlbnl-sec--maroon h3,
.etlbnl-sec--maroon p,.etlbnl-sec--maroon span,.etlbnl-sec--maroon li{color:var(--etlbnl-white)!important;}

.etlbnl-wrap{width:100%;max-width:1180px;margin-inline:auto;padding-inline:1.25rem;}
@media (min-width:768px){ .etlbnl-wrap{padding-inline:2rem;} }

/* ---------- eyebrow + section headers ---------- */
.etlbnl-eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--etlbnl-accent);
}
.etlbnl-eyebrow::before{content:"";width:30px;height:1px;background:currentColor;opacity:.55;}
.etlbnl-eyebrow svg{width:14px;height:14px;}

.etlbnl-head{max-width:760px;}
.etlbnl-head--center{text-align:center;margin-inline:auto;}
.etlbnl-head h2{font-size:clamp(1.75rem,3.6vw,2.5rem);margin-top:1rem;}
.etlbnl-head p{color:var(--etlbnl-muted);font-size:1.0625rem;margin-top:.9rem;}
.etlbnl-sec--maroon .etlbnl-head p{color:rgba(255,255,255,.85)!important;}

/* ---------- body prose ---------- */
.etlbnl-prose p{color:var(--etlbnl-muted);margin-top:1.05rem;}
.etlbnl-prose h3{font-size:1.375rem;}
.etlbnl-placeholder{color:var(--etlbnl-faint);}
.etlbnl-callout{color:var(--etlbnl-accent);font-weight:700;margin-top:1.25rem;}
.etlbnl-kicker{color:var(--etlbnl-accent);font-weight:700;font-size:1rem;margin-top:.75rem;}

/* ---------- links + buttons ---------- */
.etlbnl-sec .etlbnl-link{
  display:inline-flex;align-items:center;gap:.4rem;
  color:var(--etlbnl-accent)!important;font-weight:700;font-size:.9375rem;margin-top:1.5rem;
  text-decoration:none!important;
}
.etlbnl-sec .etlbnl-link svg{width:14px;height:14px;}
.etlbnl-sec .etlbnl-link:hover,.etlbnl-sec .etlbnl-link:focus-visible{
  color:var(--etlbnl-accent-dark)!important;
  text-decoration:underline!important;text-underline-offset:3px;
}

.etlbnl-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:48px;padding:.85rem 1.5rem;border-radius:999px;border:2px solid transparent;
  font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.etlbnl-btn svg{width:16px;height:16px;}
.etlbnl-sec .etlbnl-btn{text-decoration:none!important;}
.etlbnl-sec .etlbnl-btn--primary{
  background:var(--etlbnl-accent)!important;color:#fff!important;
  box-shadow:0 4px 14px rgba(194,38,44,.25);
}
.etlbnl-sec .etlbnl-btn--primary:hover,.etlbnl-sec .etlbnl-btn--primary:focus-visible{
  background:var(--etlbnl-accent-dark)!important;color:#fff!important;
  transform:translateY(-1px);box-shadow:0 8px 22px rgba(194,38,44,.3);
}
.etlbnl-sec .etlbnl-btn--ghost{
  background:#fff!important;color:var(--etlbnl-accent)!important;border-color:var(--etlbnl-accent)!important;
}
.etlbnl-sec .etlbnl-btn--ghost:hover,.etlbnl-sec .etlbnl-btn--ghost:focus-visible{background:var(--etlbnl-soft)!important;}

.etlbnl-sec a:focus-visible,.etlbnl-sec button:focus-visible{
  outline:3px solid var(--etlbnl-accent);outline-offset:3px;border-radius:6px;
}
.etlbnl-sec--maroon a:focus-visible{outline-color:#fff;}

/* ---------- hero ---------- */
.etlbnl-hero{position:relative;overflow:hidden;background:var(--etlbnl-maroon);color:#fff;padding-block:5rem;}
@media (min-width:768px){ .etlbnl-hero{padding-block:7rem;} }
.etlbnl-hero__bg{position:absolute;inset:0;z-index:0;}
.etlbnl-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.18;}
.etlbnl-hero__veil{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(109,1,14,.96) 0%,rgba(109,1,14,.86) 45%,rgba(109,1,14,.6) 100%);
}
.etlbnl-hero__inner{position:relative;z-index:2;}
.etlbnl-hero__badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);
  color:#fff;padding:.4rem 1rem;border-radius:999px;
  font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
}
.etlbnl-hero__badge svg{width:14px;height:14px;}
.etlbnl-hero h1{color:#fff;font-size:clamp(2.25rem,5.2vw,3.5rem);margin-top:1.5rem;max-width:16ch;}
.etlbnl-hero__lead{margin-top:1.5rem;max-width:620px;font-size:1.125rem;color:rgba(255,255,255,.86);}
.etlbnl-hero__meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:2rem;
  font-size:.9375rem;color:rgba(255,255,255,.9);
}
.etlbnl-hero__meta span{display:inline-flex;align-items:center;gap:.5rem;}
.etlbnl-hero__meta svg{width:16px;height:16px;}
.etlbnl-hero__dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.45);}

/* ---------- split (image + copy) ---------- */
.etlbnl-split{display:grid;gap:2.5rem;align-items:center;}
@media (min-width:900px){ .etlbnl-split{grid-template-columns:1fr 1fr;gap:4rem;} }
.etlbnl-split--flip .etlbnl-split__media{order:2;}
@media (max-width:899px){ .etlbnl-split--flip .etlbnl-split__media{order:0;} }
.etlbnl-split__media img{border-radius:1rem;box-shadow:var(--etlbnl-shadow-lift);width:100%;}

/* ---------- video ---------- */
.etlbnl-video{border-radius:1rem;overflow:hidden;box-shadow:var(--etlbnl-shadow-lift);background:#000;line-height:0;}
.etlbnl-video video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#000;}

/* ---------- stats ---------- */
.etlbnl-pill{
  display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);
  padding:.4rem 1rem;border-radius:999px;
  font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;
}
.etlbnl-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.75rem;}
@media (min-width:640px){ .etlbnl-stats{grid-template-columns:repeat(3,1fr);} }
@media (min-width:1000px){ .etlbnl-stats{grid-template-columns:repeat(5,1fr);} }
.etlbnl-stat{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:.875rem;padding:1.65rem 1rem;text-align:center;
}
.etlbnl-stat__num{
  font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:2.25rem;
  line-height:1;color:#fff!important;display:block;
}
.etlbnl-stat__label{
  display:block;margin-top:.65rem;font-size:.6875rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.78)!important;line-height:1.4;
}

/* ---------- feature card (Meta Glasses) ---------- */
.etlbnl-feature{
  display:grid;background:#fff;border:1px solid var(--etlbnl-border);
  border-radius:1.25rem;overflow:hidden;box-shadow:var(--etlbnl-shadow-lift);
}
@media (min-width:960px){ .etlbnl-feature{grid-template-columns:1fr 1fr;} }
.etlbnl-feature__media{position:relative;}
.etlbnl-feature__media--video{background:#101013;display:grid;place-items:center;padding:1.5rem;}
.etlbnl-feature__media--video video{
  display:block;width:100%;max-width:360px;aspect-ratio:9/16;object-fit:cover;
  border-radius:.9rem;background:#000;box-shadow:0 12px 32px rgba(0,0,0,.45);
}
.etlbnl-feature__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem;}
.etlbnl-fstat{
  background:var(--etlbnl-soft);border:1px solid #E3E3E3;border-radius:.75rem;
  padding:1.1rem .75rem;text-align:center;
}
.etlbnl-fstat strong{
  display:block;font-family:"Playfair Display",Georgia,serif;font-weight:700;
  font-size:1.75rem;line-height:1;color:var(--etlbnl-heading);
}
.etlbnl-fstat span{
  display:block;margin-top:.45rem;font-size:.6875rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:var(--etlbnl-muted);line-height:1.4;
}
.etlbnl-feature__cite{margin:1.75rem 0 0;padding-left:1.1rem;border-left:3px solid var(--etlbnl-accent);}
.etlbnl-feature__cite p{
  font-family:"Playfair Display",Georgia,serif;font-style:italic;
  font-size:1.0625rem;line-height:1.5;color:var(--etlbnl-heading);
}
.etlbnl-feature__cite cite{
  display:block;margin-top:.6rem;font-style:normal;font-size:.6875rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--etlbnl-muted);
}
.etlbnl-press{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;margin-top:1.75rem;}
.etlbnl-press__label{
  font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--etlbnl-muted);
}
.etlbnl-sec .etlbnl-press a{
  display:inline-flex;align-items:center;gap:.4rem;background:#fff;
  border:1px solid var(--etlbnl-border);border-radius:999px;padding:.5rem 1rem;
  font-size:.8125rem;font-weight:700;color:var(--etlbnl-heading)!important;
  box-shadow:var(--etlbnl-shadow);text-decoration:none!important;
  transition:color .2s ease,border-color .2s ease;
}
.etlbnl-sec .etlbnl-press a svg{width:12px;height:12px;}
.etlbnl-sec .etlbnl-press a:hover,.etlbnl-sec .etlbnl-press a:focus-visible{
  border-color:var(--etlbnl-accent);color:var(--etlbnl-accent)!important;
}
.etlbnl-feature__body{padding:2rem;}
@media (min-width:768px){ .etlbnl-feature__body{padding:2.5rem;} }
.etlbnl-feature__top{
  display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;
  border-left:4px solid var(--etlbnl-accent);padding-left:1.25rem;
}
.etlbnl-feature__top .etlbnl-eyebrow{font-size:.6875rem;letter-spacing:.16em;}
.etlbnl-feature__top .etlbnl-eyebrow::before{display:none;}
.etlbnl-feature h2{
  font-size:clamp(1.5rem,3vw,2rem);text-transform:uppercase;color:var(--etlbnl-accent);
  margin-top:.5rem;line-height:1.05;
}
.etlbnl-feature__date{text-align:right;flex-shrink:0;}
.etlbnl-feature__date strong{
  display:block;font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;font-weight:700;
  color:var(--etlbnl-accent);letter-spacing:.02em;
}
.etlbnl-feature__date span{
  display:block;margin-top:.35rem;padding-top:.35rem;border-top:2px solid var(--etlbnl-accent);
  font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--etlbnl-accent);
}
.etlbnl-feature__lead{margin-top:1.5rem;color:var(--etlbnl-muted);}
.etlbnl-feature__lead strong{color:var(--etlbnl-heading);}
.etlbnl-feature__list{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;margin-top:1.75rem;}
@media (min-width:560px){ .etlbnl-feature__list{grid-template-columns:1fr 1fr;} }
.etlbnl-feature__list li{display:flex;align-items:center;gap:.75rem;}
.etlbnl-feature__list .ico{
  display:grid;place-items:center;width:32px;height:32px;border-radius:50%;
  background:var(--etlbnl-soft);color:var(--etlbnl-accent);flex-shrink:0;
}
.etlbnl-feature__list .ico svg{width:16px;height:16px;}
.etlbnl-feature__list span.txt{
  font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--etlbnl-text);line-height:1.35;
}
.etlbnl-feature__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;}
.etlbnl-feature__logos{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;
  margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--etlbnl-border);
  font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--etlbnl-faint);
}

/* ---------- story cards ---------- */
.etlbnl-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;}
@media (min-width:700px){ .etlbnl-cards{grid-template-columns:repeat(2,1fr);} }
@media (min-width:1000px){ .etlbnl-cards{grid-template-columns:repeat(3,1fr);} }
.etlbnl-card{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--etlbnl-border);
  border-radius:1rem;overflow:hidden;box-shadow:var(--etlbnl-shadow);
  transition:transform .25s ease,box-shadow .25s ease;
}
.etlbnl-card:hover{transform:translateY(-3px);box-shadow:var(--etlbnl-shadow-lift);}
.etlbnl-card__media{position:relative;}
.etlbnl-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover;}
.etlbnl-card__tag{
  position:absolute;top:.9rem;left:.9rem;display:inline-flex;align-items:center;gap:.4rem;
  background:#fff;border-radius:999px;padding:.35rem .8rem;
  font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--etlbnl-accent);box-shadow:0 2px 8px rgba(0,0,0,.15);
}
.etlbnl-card__tag svg{width:12px;height:12px;}
.etlbnl-card__body{display:flex;flex-direction:column;flex:1;padding:1.5rem;}
.etlbnl-card h3{font-size:1.25rem;}
.etlbnl-card p{margin-top:.75rem;font-size:.9375rem;color:var(--etlbnl-muted);}
.etlbnl-card .etlbnl-link{margin-top:auto;padding-top:1.5rem;}

/* ---------- upcoming events ---------- */
.etlbnl-events{display:flex;flex-direction:column;gap:1rem;margin-top:2.25rem;}
.etlbnl-event{
  display:grid;grid-template-columns:auto 1fr;gap:1rem;
  background:#fff;border:1px solid var(--etlbnl-border);border-radius:1rem;
  padding:1.5rem;box-shadow:var(--etlbnl-shadow);
}
.etlbnl-event__icon{color:var(--etlbnl-accent);}
.etlbnl-event__icon svg{width:20px;height:20px;}
.etlbnl-event h3{
  font-family:"Source Sans 3",ui-sans-serif,system-ui,sans-serif;
  font-size:1.0625rem;font-weight:700;color:var(--etlbnl-heading);
}
.etlbnl-event__meta{margin-top:.2rem;font-size:.9375rem;color:var(--etlbnl-muted);}
.etlbnl-event p{margin-top:.65rem;font-size:.9375rem;color:var(--etlbnl-muted);}
.etlbnl-event .etlbnl-link{margin-top:1rem;}

.etlbnl-poster{
  margin-top:1.5rem;border-radius:1.25rem;overflow:hidden;
  border:1px solid var(--etlbnl-border);box-shadow:var(--etlbnl-shadow-lift);
}
.etlbnl-poster img{width:100%;}

.etlbnl-sr{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

@media (prefers-reduced-motion:reduce){
  .etlbnl-sec *{transition:none!important;animation:none!important;}
  .etlbnl-card:hover,.etlbnl-btn--primary:hover{transform:none;}
}/* End custom CSS */