@import url("https://use.typekit.net/snx1xlo.css");
@import url("https://use.typekit.net/rdu5fpk.css");

@font-face {
  font-family: 'larsseitregular';
  src: url('/themes/exhibits2027/fonts/larsseit.woff2') format('woff2'),
    url('/themes/exhibits2027/fonts/larsseit.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'larsseitthin';
  src: url('/themes/exhibits2027/fonts/larsseit-thin.woff2') format('woff2'),
    url('/themes/exhibits2027/fonts/larsseit-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}


:root {
  --blue: #0d46b3;
  --blue-dark: #08388f;
  --blue-mid: #1b57c7;
  --light-bg: #eef0f7;
  --text-dark: #123b8c;
  --green: #8cc63e;
  --white: #ffffff;
  --gray-line: #cfd5e2;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  --max-width: 1440px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'larsseitregular';
  background: #f4f6fb;
  color: #1a1a1a;
}

.sr-only {
  display: none;
}

.container-fluid {
  --bs-gutter-x: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.page {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* =========================
   HEADER
========================= */
.topbar {
  position: relative;
  z-index: 2;
  color: #fff;
  background: linear-gradient(90deg, #0f45b3, #1b4fc0);
}

.topbar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu-icon {
  width: 34px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.brand {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 700;
  color: #fff;
}

.brand .title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.brand .location-date {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #8ee243;
}

.info-strip {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1794e8;
}

/* =========================
   HERO
========================= */
.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 580px;
  color: #fff;
  background:
    linear-gradient(rgba(24, 55, 153, 0.15), rgba(24, 55, 153, 0.15)),
    url("/images/exhibits2027-banner.jpg") center center / cover no-repeat;
}

.hero-inner {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 70px 60px 80px;
}

.hero .cta-top {
  position: absolute;
  top: -20px;
  right: 60px;
  padding: 6px 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: var(--green);
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.hero h1 {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.hero .dates {
  margin-bottom: 220px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.hero .venue h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
}

.hero .venue p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

/* =========================
   EXHIBIT & SPONSOR INFO
========================= */
.exhibit-sponsor-section {
  background: var(--light-bg);
  padding: 26px 40px 48px;
}

.exhibit-sponsor-section .section-title-row {
  max-width: 1200px;
  margin: 0 auto 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.exhibit-sponsor-section .section-title-row .line {
  flex: 1;
  max-width: 370px;
  height: 1px;
  background: #cfd5e3;
}

.exhibit-sponsor-section .section-title-row h3 {
  margin: 0;
  color: #0f47ad;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
}

.exhibit-sponsor-section .card-grid {
  max-width: 965px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.exhibit-sponsor-section .info-card {
  min-height: 102px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #cfd5e3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.exhibit-sponsor-section .info-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 10px;
}

.exhibit-sponsor-section .info-card span {
  display: block;
  color: #0f47ad;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

/* =========================
   SPONSOR TOOLS
========================= */
.tools-section {
  padding: 28px 30px 38px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(12, 57, 163, 0.82), rgba(12, 57, 163, 0.82)),
    url("blue-bg.jpg") center/cover no-repeat;
}

.tools-section h3 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 800;
}

.tools-buttons {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tools-buttons a {
  min-width: 250px;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
  background: #f5f7fb;
  box-shadow: var(--shadow);
}

/* =========================
   WHY EXHIBIT
========================= */
.why-section {
  padding: 56px 40px;
  background: #f1f3f8;
}

.why-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.why-content h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 800;
  color: var(--text-dark);
}

.why-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--text-dark);
}

.why-list .check {
  margin-top: -2px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: var(--green);
}

.why-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-graphic img {
  max-width: 320px;
}

/* =========================
   FOOTER
========================= */
.footer-top {
  padding: 38px 40px 26px;
  color: #fff;
  background:
    linear-gradient(rgba(13, 70, 179, 0.88), rgba(13, 70, 179, 0.88)),
    url("blue-bg.jpg") center/cover no-repeat;
}

.footer-top-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.quick-links h4 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
}

.quick-links .divider {
  width: 100%;
  height: 2px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links li {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-photo {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: #ddd url("/images/leslie-hammon-img.jpg") center/cover no-repeat;
}

.contact-info h4 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.contact-info .role {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.45;
}

.contact-link {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  align-items: center;
}

.footer-bottom {
  max-width: 1120px;
  margin: 24px auto 0;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 2px solid rgba(255, 255, 255, 0.45);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

.footer-brand .logo {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
}

.social-icons {
  display: flex;
  gap: 12px;
  font-size: 28px;
}

.feed-icon {
  display: none;
}


body.maintenance-page {
  padding: 20px;
}

body.maintenance-page h1 {
  font-weight: bold;
  font-size: 24px;
}

body.maintenance-page main h1 {
  font-weight: 300;
  font-size: 20px;
}

.tools-section .dis-link {
  background: #496dc3;
  color: #ffffff;
  position: relative;
}

.tools-section a small {
  max-width: 250px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: -18px;
  left: 0;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 48px;
  }

  .hero .dates {
    margin-bottom: 140px;
    font-size: 22px;
  }

  .exhibit-sponsor-section .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-inner,
  .footer-top-inner {
    grid-template-columns: 1fr;
  }

  .why-graphic {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    padding: 14px 18px;
  }

  .brand .title {
    font-size: 28px;
  }

  .brand .location-date {
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 40px 20px 48px;
  }

  .hero .cta-top {
    position: static;
    display: inline-block;
    margin-bottom: 24px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero .dates {
    margin-bottom: 70px;
    font-size: 18px;
  }

  .hero .venue h2 {
    font-size: 28px;
  }

  .hero .venue p {
    font-size: 20px;
  }

  .exhibit-sponsor-section,
  .why-section,
  .footer-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exhibit-sponsor-section .section-title-row {
    gap: 14px;
  }

  .exhibit-sponsor-section .section-title-row h3 {
    font-size: 24px;
    text-align: center;
    white-space: normal;
  }

  .exhibit-sponsor-section .card-grid {
    grid-template-columns: 1fr;
  }

  .tools-buttons a {
    width: 100%;
    min-width: 0;
  }

  .contact-card {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}