/* ============================================================
   LUG2026 — plain-CSS rebuild (no Webflow dependency)
   Every content region this CMS can edit is marked with
   data-cms attributes in index.html.
   ============================================================ */

:root {
  --lotus-green: #004225;
  --lotus-green-90: #004225e6;
  --lotus-green-50: #00422580;
  --lotus-yellow: #e6ff00;
  --lotus-yellow-90: #e6ff00e6;
  --yellow-glow: #e6ff0047;
  --jps-gold: #f7bf71;
  --text-shadow: #0009;
  --white: #fff;
  --white-90: #ffffffe6;
  --black: #000;
}

/* ---- minimal reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Overpass, sans-serif;
  background-color: var(--white);
  color: var(--black);
  line-height: 1.4;
}
img { max-width: 100%; vertical-align: middle; }
a { color: inherit; }
h1, h2, p { margin: 0; }

/* ---- simple grid utilities (replace Webflow w-row / w-col) ---- */
.row { display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.col-6 { flex: 0 0 50%; max-width: 50%; padding-left: 10px; padding-right: 10px; }

/* ================= page shell ================= */
.lug-page-wrapper { background-color: var(--white); }

/* ================= nav ================= */
.nav { width: 100%; padding-left: 0; position: absolute; }
.lug-navbar-logo-container {
  z-index: 5;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: left;
  position: relative;
  font-family: Overpass, sans-serif;
}
.lug-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.lug-navbar-brand {
  color: var(--lotus-yellow);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
.image-14 { max-width: 100%; }

/* ================= hero ================= */
.lug-home-hero {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--yellow-glow), var(--black)),
                    url('../images/FE693A9C-5756-4DB2-8409-33E8539CF2A2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  position: relative;
  font-family: Overpass, sans-serif;
}
.lug-home-text {
  color: #fff;
  max-width: 1920px;
  margin-top: 180px;
  padding: 20px 40px;
  display: block;
}
.lug-heading-2 {
  color: var(--lotus-yellow);
  text-align: center;
  margin: 40px 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
.lug-logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.image-22 {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lug-hero-headline {
  max-width: 100%;
  color: var(--lotus-green);
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--lotus-yellow-90);
  text-transform: uppercase;
  margin: auto 0% 0;
  padding-top: 20px;
  font-family: Overpass, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 90%;
  transform: scale(1.1);
  display: block;
}
.flex-block-2-more-info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -23px;
  position: absolute;
  inset: auto 0 0;
}

/* ================= promo layers (registration + hotel) ================= */
.lug-reg-layer {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lotus-yellow-90), var(--text-shadow)),
                    url('../images/split3_01.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  font-family: Overpass, sans-serif;
}
.lug-promo-layer {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lotus-yellow-90), var(--text-shadow)),
                    url('../images/IMG_6862.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  font-family: Overpass, sans-serif;
}
.lug-promo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
}
.lug-promo-bubble-image {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 20px;
}
.lug-promo-text-only-container { margin-left: 20px; margin-right: 20px; }
.lug-promo-headline {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Overpass, sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.lug-promo-subhead {
  color: var(--white);
  margin-bottom: 6px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.lug-promo-body-text {
  color: var(--white);
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-family: Overpass, sans-serif;
}
.lug-promo-button {
  min-width: 200px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 10px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: block;
  align-self: center;
}

/* ================= event section ================= */
.lug-event-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-yellow-90), var(--lotus-yellow-90)),
                    url('../images/DA7C4AD5-E2FE-41BC-86F4-5971F1D64830.JPG');
  background-position: 0 0, 50%;
  background-size: auto, 2304px;
  font-family: Overpass, sans-serif;
}
.lug-event-layer {
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lug-headline {
  width: 100%;
  color: var(--black);
  font-family: Overpass, sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.lug-2-column { margin-left: 0; margin-right: 0; }
.column, .column-2 { }
.lug-welcome {
  max-width: 100%;
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}
.lug-big-text {
  color: var(--lotus-green-90);
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}
.lug-body {
  max-width: 100%;
  color: var(--black);
  padding: 5px;
  font-size: 18px;
  font-weight: 300;
}
.link {
  color: var(--lotus-green);
  text-shadow: 2px 2px 5px var(--lotus-yellow);
  font-weight: 400;
}
.link:hover {
  text-shadow: 0 2px 2px var(--lotus-yellow);
  font-weight: 700;
  text-decoration: underline;
}

/* ================= sponsors ================= */
.lug-sponsors {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Overpass, sans-serif;
}
.lug-sponsor-h4 {
  color: #333;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Overpass, sans-serif;
  font-size: 24px;
}
.sponsor-grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}
.sponsor-grid-3-col {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}
.sponsor-cell { text-align: center; display: inline-block; text-decoration: none; }
.sponsor-tagline {
  color: var(--text-shadow);
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  line-height: 16px;
}
.davebean, .exoticautoworks, .grp, .inokinetic, .r-d-enterprises { object-fit: contain; }
.r-d-enterprises { height: 100px; display: inline-block; }
.exoticautoworks, .grp, .inokinetic, .davebean { height: 100px; }

/* ================= schedule page (live.html) ================= */
.lug-centered-div {
  text-align: center;
  border: 1px solid #000;
  padding: 20px 15%;
}
.lug-sched-qr { margin-top: 15px; }
.lug-sched-subhead {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.lug-sched-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 24px;
  row-gap: 12px;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 50px;
}
.lug-sched-time, .lug-sched-desc {
  max-width: 100%;
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
}
.lug-shop {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

/* ============================================================
   Responsive
   ============================================================ */
@media screen and (max-width: 991px) {
  .lug-container { max-width: 728px; }
  .lug-home-text { margin-top: 10%; margin-bottom: 5%; padding-left: 5%; padding-right: 5%; }
  .lug-hero-headline { font-size: 85px; }
  .lug-heading-2 { font-size: 28px; line-height: 32px; }
  .lug-promo-bubble-image { width: 100px; height: 100px; padding: 0; }
  .lug-promo-headline { font-size: 24px; line-height: 100%; }
  .lug-promo-subhead { font-size: 16px; line-height: 18px; }
  .lug-promo-body-text { line-height: 16px; }
  .lug-promo-button { min-width: 120px; }
  .image-22 { width: 30%; max-width: 150px; }
}

@media screen and (max-width: 767px) {
  .row { margin-left: 0; margin-right: 0; }
  .col-6 { flex: 0 0 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .lug-home-hero { min-height: 480px; height: auto; }
  .lug-home-text { margin-top: 10%; }
  .lug-hero-headline { font-size: 48px; margin-bottom: 40px; padding-top: 0; }
  .lug-heading-2 { font-size: 20px; }
  .image-22 { width: 20%; }
  .lug-promo-text { flex-flow: column wrap; text-align: center; }
  .lug-promo-bubble-image { width: 75px; height: 75px; margin: 20px 0 10px; }
  .lug-promo-headline { justify-content: center; text-align: center; }
  .lug-promo-subhead { text-align: center; }
  .lug-promo-body-text { text-align: center; line-height: 16px; }
  .lug-promo-button { font-size: 12px; line-height: 100%; margin-top: 10px; padding: 13px 10px 10px; white-space: normal; }
  .lug-promo-text-only-container { display: flex; flex-flow: wrap; justify-content: center; align-items: center; }
  .lug-headline { text-align: center; }
  .lug-big-text { font-size: 36px; }
  .lug-body { font-size: 14px; line-height: 18px; max-width: 95%; }
  .lug-welcome { font-size: 14px; line-height: 18px; max-width: 95%; }
  .lug-promo-layer, .lug-reg-layer { flex-flow: column; }
  .sponsor-grid { grid-template-columns: 1fr 1fr; grid-column-gap: 10px; grid-row-gap: 10px; margin-left: 5%; margin-right: 5%; }
  .sponsor-grid-3-col { grid-template-columns: 1fr 1fr; grid-column-gap: 10px; grid-row-gap: 10px; margin-left: 5%; margin-right: 5%; }
}

@media screen and (max-width: 479px) {
  .lug-navbar-brand { margin-left: 10px; margin-right: 10px; }
  .lug-container { margin-left: 5px; margin-right: 5px; max-width: 100%; }
  .lug-home-hero { height: 600px; background-position: 0 0, 60% 0; }
  .lug-home-text { padding: 0 10px; margin-top: 0; margin-bottom: 0; }
  .lug-hero-headline { font-size: 32px; line-height: 32px; -webkit-text-stroke-width: 2px; margin: 10px 7%; }
  .lug-heading-2 { font-size: 18px; line-height: 100%; margin: 0 5%; }
  .lug-promo-body-text { line-height: 20px; width: 100%; margin-bottom: 0; padding-bottom: 0; }
  .lug-promo-subhead { font-size: 16px; line-height: 22px; width: 100%; }
  .lug-promo-button { font-size: 11px; padding: 8px 10px 5px; }
  .lug-big-text { font-size: 36px; }
  .lug-sponsor-h4 { text-align: center; }
  .lug-sched-grid { display: block; }
  .lug-sched-time { margin-top: 16px; }
  .lug-sched-time, .lug-sched-desc { max-width: 95%; font-size: 14px; line-height: 18px; }
  .lug-sched-subhead { font-size: 16px; line-height: 22px; width: 100%; }
  .lug-centered-div { padding: 20px 5%; }
}
