:root {
  --lcc-ink: #263b4a;
  --lcc-green: #df6865;
  --lcc-green-dark: #173e67;
  --lcc-gold: #df6865;
  --lcc-cream: #f6f2e8;
  --lcc-mist: #edf3f4;
}

.custom-logo-text { font-size: clamp(0.9rem, 1.35vw, 1.35rem) !important; line-height: 1.1 !important; white-space: nowrap; }
.lcc-section { padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.lcc-section--cream { background: var(--lcc-cream); }
.lcc-section--green { background: var(--lcc-green-dark); color: #fff; }
.lcc-section--green h2, .lcc-section--green h3, .lcc-section--green p { color: inherit; }
.lcc-wrap { width: min(1120px, 100%); margin-inline: auto; }
.lcc-narrow { width: min(760px, 100%); margin-inline: auto; }
.lcc-kicker { color: var(--lcc-green); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lcc-section--green .lcc-kicker { color: #f2c87e; }
.lcc-lead { font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.65; }
.lcc-center { text-align: center; }
.lcc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.lcc-card { background: #fff; border-top: 5px solid var(--lcc-gold); box-shadow: 0 12px 34px rgba(36,48,39,.09); padding: clamp(1.6rem, 3vw, 2.4rem); }
.lcc-card h3 { margin-top: .2rem; }
.lcc-card a, .lcc-text-link { color: var(--lcc-green-dark); font-weight: 700; }
.lcc-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2rem; }
.lcc-button, .lcc-form button { display: inline-block; background: var(--lcc-green); border: 2px solid var(--lcc-green); color: #fff !important; font-weight: 700; padding: .85rem 1.35rem; text-decoration: none !important; }
.lcc-button--light { background: #fff; border-color: #fff; color: var(--lcc-green-dark) !important; }
.lcc-button--outline { background: transparent; border-color: currentColor; }
.lcc-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.lcc-event-card { background: #fff; color: var(--lcc-ink); box-shadow: 0 12px 34px rgba(36,48,39,.1); }
.lcc-event-card img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.lcc-event-card__body { padding: 1.5rem; }
.lcc-event-card__body h3 { margin: .25rem 0 .6rem; }
.lcc-event-meta { font-weight: 600; }
.lcc-empty { background: var(--lcc-mist); border-left: 5px solid var(--lcc-green); padding: 2rem; margin-top: 2rem; }
.lcc-form { background: #fff; color: var(--lcc-ink); box-shadow: 0 12px 40px rgba(36,48,39,.1); padding: clamp(1.5rem, 4vw, 3rem); margin-top: 2rem; }
.lcc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.lcc-form label { display: block; font-weight: 650; margin-bottom: 1.15rem; }
.lcc-form input, .lcc-form textarea { box-sizing: border-box; width: 100%; border: 1px solid #b9c1b5; border-radius: 2px; background: #fff; font: inherit; margin-top: .4rem; padding: .8rem; }
.lcc-form input:focus, .lcc-form textarea:focus { border-color: var(--lcc-green); outline: 3px solid rgba(223,104,101,.2); }
.lcc-form-note { color: #57605a; font-size: .9rem; }
.lcc-form button { cursor: pointer; font: inherit; }
.lcc-form button:hover, .lcc-button:hover { background: var(--lcc-green-dark); border-color: var(--lcc-green-dark); }
.lcc-success { background: #e4f1df; border-left: 5px solid var(--lcc-green); padding: 1.4rem; margin: 2rem 0; }
.lcc-hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.page-id-44 .site-content > .inner-wrap > .page-header,
.page-id-45 .site-content > .inner-wrap > .page-header,
.page-id-46 .site-content > .inner-wrap > .page-header { display: none; }
.page-id-44 h1.page-title, .page-id-44 h1.entry-title,
.page-id-45 h1.page-title, .page-id-45 h1.entry-title,
.page-id-46 h1.page-title, .page-id-46 h1.entry-title { display: none !important; }
.page-id-45 .lcc-split { display: block; }
.page-id-45 .lcc-split > div:first-child { width: min(760px, 100%); margin: 0 auto 2.5rem; }
.page-id-45 .lcc-split > div:last-child { width: min(760px, 100%); margin-inline: auto; }
.lcc-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.lcc-checklist { list-style: none; padding: 0; }
.lcc-checklist li { border-bottom: 1px solid rgba(23,62,103,.25); padding: .85rem 0 .85rem 1.8rem; position: relative; }
.lcc-checklist li::before { content: "✓"; color: var(--lcc-green); font-weight: 800; left: 0; position: absolute; }

@media (max-width: 800px) {
  .lcc-card-grid, .lcc-event-grid, .lcc-split { grid-template-columns: 1fr; }
  .lcc-form-grid { grid-template-columns: 1fr; gap: 0; }
  .lcc-section { padding-inline: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; }
}

.lcc-section--social { background: #edf3f4; }
.lcc-social-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.lcc-social-heading h2 { margin-bottom: .35rem; }
.lcc-button--facebook { background: #315f7d; border-color: #315f7d; flex: 0 0 auto; }
.lcc-facebook-feed .ti-widget-container,
.lcc-facebook-feed .ti-reviews-container { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 1.4rem !important; }
.lcc-facebook-feed .ti-review-item,
.lcc-facebook-feed .ti-widget-container > div { border-radius: 14px !important; overflow: hidden; }
.lcc-facebook-feed .ti-review-item { background: #fff !important; box-shadow: 0 12px 34px rgba(36,48,39,.1) !important; }
.lcc-facebook-feed img { width: 100%; height: auto; object-fit: cover; }
.lcc-facebook-feed p { color: var(--lcc-ink); }
@media (max-width: 800px) {
  .lcc-social-heading { align-items: flex-start; flex-direction: column; }
  .lcc-facebook-feed .ti-widget-container,
  .lcc-facebook-feed .ti-reviews-container { display: flex !important; gap: 1rem !important; overflow-x: auto; scroll-snap-type: x mandatory; padding: .25rem .1rem 1rem; scrollbar-width: thin; }
  .lcc-facebook-feed .ti-review-item,
  .lcc-facebook-feed .ti-widget-container > div { flex: 0 0 min(84vw, 340px); scroll-snap-align: start; }
}

/* Reference-inspired homepage hero */
.home .custom-header-media::before {
  background: linear-gradient(90deg, rgba(246,242,232,.92) 0%, rgba(246,242,232,.68) 44%, rgba(246,242,232,.12) 76%) !important;
}
.home .custom-header-media::after { background: linear-gradient(to bottom, transparent 65%, rgba(20,53,43,.22) 100%) !important; }
.home .navbar {
  background: linear-gradient(to bottom, rgba(246,242,232,.9), rgba(246,242,232,.48) 72%, transparent) !important;
  box-shadow: none;
  padding: 24px 0;
}
.home .navbar,
.home .navbar a { color: #173e67 !important; }
.home .navbar .header-inner { max-width: 1320px; }
.home .custom-logo-text {
  max-width: 285px;
  white-space: normal;
  color: #173e67 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}
.home .navbar-nav > li > a { font-size: .92rem; font-weight: 650; padding: .45rem .2rem; }
.home .navbar-nav > li { margin: 0 .75rem; }
.home .navbar-nav > li.current-menu-item > a { border-bottom-color: #df6865; }
.home #menu-item-80 > a {
  background: #df6865;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(145,65,63,.18);
  color: #fff !important;
  padding: .75rem 1.15rem;
}
.home #menu-item-80 > a::after { content: ' e'; }

/* Keep the primary navigation visually consistent on every page. */
body:not(.home) .navbar {
  background: linear-gradient(to bottom, rgba(246,242,232,.98), rgba(246,242,232,.9)) !important;
  box-shadow: none;
  padding: 24px 0;
}
body:not(.home) .navbar,
body:not(.home) .navbar a { color: #173e67 !important; }
body:not(.home) .navbar .header-inner { max-width: 1320px; }
body:not(.home) .custom-logo-text {
  max-width: 285px;
  white-space: normal;
  color: #173e67 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}
body:not(.home) .navbar-nav > li > a { font-size: .92rem; font-weight: 650; padding: .45rem .2rem; }
body:not(.home) .navbar-nav > li { margin: 0 .75rem; }
body:not(.home) .navbar-nav > li.current-menu-item > a { border-bottom-color: #df6865; }
body:not(.home) #menu-item-80 > a {
  background: #df6865;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(145,65,63,.18);
  color: #fff !important;
  padding: .75rem 1.15rem;
}
body:not(.home) #menu-item-80 > a::after { content: ' e'; }
.home .site-branding { text-align: left !important; top: 52% !important; }
.home .site-branding > .inner-wrap {
  display: block;
  max-width: 1320px;
  padding-left: max(4%, 30px);
  padding-right: 4%;
}
.home .site-branding-text { display: block !important; max-width: min(610px, 52vw) !important; }
.home .site-branding .site-title {
  color: #173e67 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(3.5rem, 6vw, 6.6rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.045em;
  line-height: .98 !important;
  margin: .25rem 0 1.35rem;
  max-width: 610px;
  text-align: left;
  text-shadow: none !important;
  text-transform: none !important;
}
.home .site-branding .site-title a { color: inherit !important; }
.home .site-branding .site-description {
  color: #263b4a !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  max-width: 430px;
  text-align: left;
  text-shadow: none !important;
}
.lcc-hero-kicker {
  color: #c95150;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .055em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.lcc-hero-kicker::before {
  background: #173e67;
  content: '';
  display: inline-block;
  height: 2px;
  margin: 0 .7rem .2rem 0;
  width: 28px;
}
.home .custom-header-button-wrapper {
  display: block;
  margin-top: 1.7rem;
  max-width: 610px;
  text-align: left;
}
.lcc-hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.lcc-hero-button {
  border: 2px solid #df6865;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .92rem;
  font-weight: 750;
  padding: .8rem 1.2rem;
  text-decoration: none;
}
.lcc-hero-button--primary { background: #df6865; color: #fff !important; }
.lcc-hero-button--secondary { background: rgba(255,255,255,.62); color: #b54848 !important; }
.lcc-hero-button:hover { background: #bd4d4b; border-color: #bd4d4b; color: #fff !important; }
.home #scroll-to-content { border: 0; bottom: 1.2rem; height: auto; left: 50%; transform: translateX(-50%); width: auto; }
.home #scroll-to-content::before,
.home #scroll-to-content::after { display: none; }
.lcc-scroll-label { color: #fff; display: block; font-size: .85rem; font-weight: 650; text-shadow: 0 1px 5px rgba(0,0,0,.7); white-space: nowrap; }

@media (max-width: 1024px) {
  .home .navbar { background: rgba(246,242,232,.92) !important; }
  .home .navbar-toggle .icon-bar { background: #173e67; }
  .home .site-branding-text { max-width: min(600px, 65vw) !important; }
  body:not(.home) .navbar { background: rgba(246,242,232,.98) !important; }
  body:not(.home) .navbar-toggle .icon-bar { background: #173e67; }
}
@media (max-width: 700px) {
  .home .custom-header-media::before { background: rgba(246,242,232,.78) !important; }
  .home .navbar { padding: 14px 0; }
  .home .custom-logo-text { font-size: 1rem !important; max-width: 205px; }
  .home .site-branding { top: 51% !important; }
  .home .site-branding > .inner-wrap { padding-inline: 7%; }
  .home .site-branding-text { max-width: 100% !important; }
  .home .site-branding .site-title { font-size: clamp(2.65rem, 13vw, 4.2rem) !important; max-width: 100%; }
  .home .site-branding .site-description { max-width: 92%; }
  .home .custom-header-button-wrapper { margin-top: 1.25rem; }
  .lcc-hero-actions { align-items: stretch; flex-direction: column; max-width: 235px; }
  .lcc-hero-button { justify-content: center; }
  .lcc-hero-kicker { font-size: .64rem; }
  .home #scroll-to-content { bottom: .8rem; }
  body:not(.home) .navbar { padding: 14px 0; }
  body:not(.home) .custom-logo-text { font-size: 1rem !important; max-width: 205px; }
}

/* Our Mission */
.lcc-mission-page .site-content > .inner-wrap > .page-header,
.lcc-mission-page h1.page-title,
.lcc-mission-page h1.entry-title { display: none !important; }
.lcc-mission-hero { background: var(--lcc-cream); overflow: hidden; position: relative; }
.lcc-mission-hero::after { background: #df6865; border-radius: 50%; content: ''; height: 220px; opacity: .09; position: absolute; right: -70px; top: -80px; width: 220px; }
.lcc-mission-hero h1 { color: #173e67; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.04em; line-height: 1; margin-bottom: 1.25rem; }
.lcc-mission-figure img { border-radius: 16px; box-shadow: 18px 18px 0 rgba(223,104,101,.18); display: block; width: 100%; }
.lcc-mission-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.lcc-mission-value { background: #edf3f4; border-radius: 12px; padding: 1.75rem; }
.lcc-mission-value span { color: #df6865; display: block; font-size: 1.7rem; font-weight: 800; margin-bottom: .4rem; }
.lcc-project-steps { counter-reset: mission-step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.lcc-project-step { border-top: 3px solid #df6865; counter-increment: mission-step; padding-top: 1.35rem; }
.lcc-project-step::before { color: #df6865; content: '0' counter(mission-step); display: block; font-weight: 800; letter-spacing: .08em; margin-bottom: .65rem; }
.lcc-grants { background: #173e67; color: #fff; }
.lcc-grants h2, .lcc-grants h3, .lcc-grants p { color: inherit; }
.lcc-grants .lcc-kicker { color: #f2aaa7; }
.lcc-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.lcc-news-card { background: #fff; border-radius: 14px; box-shadow: 0 12px 34px rgba(38,59,74,.1); overflow: hidden; }
.lcc-news-card img { aspect-ratio: 16/10; display: block; object-fit: cover; width: 100%; }
.lcc-news-card__body { padding: 1.5rem; }
.lcc-news-card h3 { margin: .25rem 0 .65rem; padding: 0; }
.lcc-news-card h3 a { color: #173e67; text-decoration: none; }
@media (max-width: 800px) {
  .lcc-mission-values, .lcc-project-steps, .lcc-news-grid { grid-template-columns: 1fr; }
  .lcc-project-steps { gap: 2rem; }
}

/* Mission drawing library and grant feed */
.lcc-drawings-section { background: #173e67; color: #fff; }
.lcc-drawings-section h2, .lcc-drawings-section p { color: inherit; }
.lcc-drawings-section .lcc-kicker { color: #f2aaa7; }
.lcc-drawing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; margin-top: 2.75rem; }
.lcc-drawing-card { background: #fff; border-radius: 16px; color: var(--lcc-ink); overflow: hidden; }
.lcc-drawing-image { background: #edf3f4; display: block; overflow: hidden; position: relative; }
.lcc-drawing-image img { aspect-ratio: 4/3; display: block; object-fit: contain; transition: transform .25s ease; width: 100%; }
.lcc-drawing-image span { background: rgba(23,62,103,.92); bottom: .8rem; color: #fff; font-size: .78rem; font-weight: 700; padding: .45rem .7rem; position: absolute; right: .8rem; }
.lcc-drawing-image:hover img { transform: scale(1.015); }
.lcc-drawing-card__body { padding: 1.4rem 1.5rem 1.6rem; }
.lcc-drawing-card__body h3 { color: #173e67; margin: .2rem 0 .6rem; padding: 0; }
.lcc-drawing-card__body p { color: var(--lcc-ink); }
.lcc-drawing-empty { align-items: center; background: rgba(255,255,255,.1); border: 1px dashed rgba(255,255,255,.5); border-radius: 16px; display: flex; gap: 1.4rem; margin-top: 2.5rem; padding: 2rem; }
.lcc-drawing-empty h3, .lcc-drawing-empty p { color: #fff; }
.lcc-drawing-empty__icon { align-items: center; border: 2px solid #f2aaa7; border-radius: 50%; color: #f2aaa7; display: flex; flex: 0 0 54px; font-size: 2rem; height: 54px; justify-content: center; }
.lcc-grant-feed { display: grid; gap: 1rem; margin-top: 2.5rem; }
.lcc-grant-card { align-items: center; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; display: grid; gap: 1.5rem; grid-template-columns: 150px 1fr; padding: 1.5rem; }
.lcc-grant-card h3 { margin: .2rem 0 .5rem; padding: 0; }
.lcc-grant-card__logo { align-items: center; background: #fff; border-radius: 10px; display: flex; justify-content: center; min-height: 110px; padding: 1rem; }
.lcc-grant-card__logo img { height: auto; max-height: 90px; object-fit: contain; width: auto; }
.lcc-grant-empty { background: rgba(255,255,255,.09); border-left: 5px solid #df6865; border-radius: 0 12px 12px 0; margin-top: 2.25rem; padding: 1.75rem; }
.lcc-grant-empty h3 { margin-top: 0; }
@media (max-width: 800px) {
  .lcc-drawing-grid { grid-template-columns: 1fr; }
  .lcc-drawing-empty { align-items: flex-start; }
  .lcc-grant-card { grid-template-columns: 1fr; }
  .lcc-grant-card__logo { justify-content: flex-start; }
}

.lcc-square-button::after { content: ' >'; }
.lcc-external-note { color: #5a6670; font-size: .9rem; margin-top: .85rem; }
.lcc-booking-card { border-top-color: #173e67; }
.lcc-booking-steps { counter-reset: booking-step; list-style: none; margin: 0; padding: 0; }
.lcc-booking-steps li { border-bottom: 1px solid rgba(23,62,103,.16); counter-increment: booking-step; display: grid; gap: .15rem; padding: 1rem 0 1rem 3rem; position: relative; }
.lcc-booking-steps li:last-child { border-bottom: 0; }
.lcc-booking-steps li::before { align-items: center; background: #df6865; border-radius: 50%; color: #fff; content: counter(booking-step); display: flex; font-weight: 800; height: 2rem; justify-content: center; left: 0; position: absolute; top: 1.05rem; width: 2rem; }
.lcc-booking-steps strong { color: #173e67; }
.lcc-booking-steps span { color: #59656b; }
