/* Batesville Lions Club — homepage preview
   Colors and type from Lions Clubs International brand guidance.
   Local club site, not an LCI headquarters impersonation. */

:root {
  --lci-yellow: #EBB700;
  --lci-blue: #00338D;
  --lci-gray: #55565A;
  --lci-white: #FFFFFF;
  --lci-navy: #0D2240;
  --lci-fog: #B3B2B1;
  --lci-sky: #407CCA;
  --page: #F4F5F7;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--lci-gray);
  background: var(--lci-white);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--lci-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--lci-navy);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 100;
  background: var(--lci-white);
  padding: 8px 12px;
}

.wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

/* —— Header —— */
.topline {
  height: 5px;
  background: var(--lci-yellow);
}

.site-header {
  background: var(--lci-white);
  border-bottom: 1px solid #e4e5e8;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 104px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.lci-emblem {
  flex: 0 0 auto;
  height: 68px;
  width: auto;
  max-height: 68px;
  object-fit: contain;
}

.brand-logo {
  height: 78px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a:not(.btn) {
  color: var(--lci-navy);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav a:not(.btn):hover {
  color: var(--lci-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--lci-yellow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lci-yellow);
  color: var(--lci-navy);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 10px 18px;
  border: 2px solid var(--lci-yellow);
  line-height: 1;
  white-space: nowrap;
}

.btn:hover {
  color: var(--lci-navy);
  background: #f3c71a;
  border-color: #f3c71a;
}

.btn-lg {
  font-size: 16px;
  padding: 14px 26px;
}

.btn-ghost {
  background: transparent;
  color: var(--lci-white);
  border-color: var(--lci-white);
}

.btn-ghost:hover {
  background: var(--lci-white);
  color: var(--lci-navy);
  border-color: var(--lci-white);
}

/* —— Hero —— */
.hero {
  position: relative;
  background: var(--lci-navy);
  color: var(--lci-white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 48%;
  height: 100%;
  background: var(--lci-blue);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 72px 0 80px;
  min-height: 420px;
}

.kicker {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lci-yellow);
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0;
  color: var(--lci-white);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 16ch;
}

.gold-rule {
  width: 48px;
  height: 4px;
  background: var(--lci-yellow);
  margin: 22px 0 20px;
}

.hero-lead {
  margin: 0 0 32px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  color: #d9dde4;
  max-width: 38ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-aside {
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 36px;
}

.we-serve {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lci-white);
  margin: 0 0 6px;
}

.we-serve-mark {
  margin: 0;
  font-size: 72px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lci-yellow);
  text-transform: uppercase;
}

.hero-aside .we-serve-mark {
  color: var(--lci-yellow);
}

.hero-aside p:not(.we-serve):not(.we-serve-mark) {
  margin: 22px 0 0;
  font-size: 16px;
  color: #d5dceb;
  max-width: 32ch;
}

.hero-aside p:not(.we-serve):not(.we-serve-mark) + p {
  margin-top: 12px;
}

.hero-aside a {
  color: var(--lci-yellow);
  font-weight: 700;
}

/* —— Meeting band —— */
.meeting {
  background: var(--lci-yellow);
  color: var(--lci-navy);
}

.meeting .wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  align-items: start;
  padding: 36px 0;
}

.meeting h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.meeting .gold-rule {
  background: var(--lci-navy);
  margin: 14px 0 12px;
}

.meeting-note {
  margin: 0;
  font-size: 15px;
  max-width: 32ch;
}

.meeting-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.meeting-facts dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.meeting-facts dd {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.meeting-facts dd span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-top: 2px;
}

/* —— About / Events —— */
.events {
  background: var(--lci-white);
  padding: 72px 0 24px;
}

.event-date {
  margin: 12px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--lci-blue);
}

.about {
  background: var(--lci-white);
  padding: 40px 0 32px;
}

.about .wrap {
  display: block;
  max-width: 720px;
}

.section-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lci-blue);
  margin-bottom: 10px;
}

h2 {
  color: var(--lci-navy);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 700;
}

.events h2,
.about h2,
.serve h2,
.join-band h2 {
  max-width: 22ch;
}

.events p,
.about p,
.serve-intro,
.join-band p {
  margin: 16px 0 0;
  font-size: 17px;
}

.about p + p {
  margin-top: 14px;
}

/* —— Service tiles —— */
.serve {
  background: var(--lci-white);
  padding: 40px 0 80px;
}

.serve-head {
  margin-bottom: 40px;
  max-width: 640px;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tile {
  padding: 28px 28px 32px;
  border-top: 4px solid var(--lci-blue);
  background: var(--page);
}

.tile-index {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lci-blue);
  margin-bottom: 14px;
}

.tile h3 {
  margin: 0;
  color: var(--lci-navy);
  font-size: 24px;
  letter-spacing: -0.02em;
}

.tile .gold-rule {
  margin: 14px 0 16px;
}

.tile p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* —— Join —— */
.join-band {
  background: var(--lci-blue);
  color: var(--lci-white);
}

.join-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 0;
}

.join-band h2 {
  color: var(--lci-white);
}

.join-band .gold-rule {
  margin: 16px 0 14px;
}

.join-band p {
  color: #d5deef;
  max-width: 52ch;
}

/* —— Footer —— */
.site-footer {
  background: var(--lci-navy);
  color: #c9ced6;
  padding: 48px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-logo-frame {
  background: var(--lci-white);
  padding: 10px 14px;
}

.footer-logo {
  height: 72px;
  width: auto;
}

.footer-contact p {
  margin: 0 0 6px;
  font-size: 15px;
  color: #d7dbe2;
}

.footer-contact a {
  color: var(--lci-white);
  text-decoration: underline;
}

.footer-contact .club-name {
  color: var(--lci-white);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.member-line {
  font-size: 14px;
  max-width: 22ch;
  margin: 0;
  text-align: right;
  line-height: 1.45;
}

.member-line a {
  color: var(--lci-yellow);
  font-weight: 700;
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 20px;
  font-size: 13px;
  color: #8b919c;
}

@media (max-width: 980px) {
  .hero .wrap,
  .meeting .wrap,
  .about .wrap,
  .tiles,
  .join-band .wrap,
  .footer-top,
  .meeting-facts {
    grid-template-columns: 1fr;
  }

  .hero::after {
    display: none;
  }

  .hero-aside {
    padding-left: 0;
  }

  .nav {
    display: none;
  }

  .we-serve-mark {
    font-size: 56px;
  }

  .hero h1 {
    font-size: 40px;
    max-width: none;
  }

  .member-line,
  .join-band .wrap {
    text-align: left;
  }
}

.hero-date {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--lci-yellow);
}

.hero-prizes {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-size: 19px;
  line-height: 1.55;
  color: #d9dde4;
}

.hero-prizes li + li {
  margin-top: 4px;
}

.signup {
  background: var(--lci-white);
  padding: 64px 0 80px;
}

.signup h2 {
  color: var(--lci-navy);
}

.signup-slot {
  min-height: 280px;
  margin-top: 28px;
  border: 2px dashed #c9cdd3;
  background: #f7f8fa;
}
