/* Typography: one family (--font-sans), scale (--text-*), weights (--weight-*). */
/* Colors: white (--card), blue (--navy/--blue/--sky-*), red (--red/--red-tint). */

:root{
  --navy:#12294a;
  --red:#df332b;
  --red-dark:#c42b24;
  --red-tint:#ffeceb;
  --sky:#eaf4ff;
  --sky-stat:#e8f2ff;
  --sky-panel:#edf5ff;
  --sky-hero:#eef6ff;
  --blue:#1e70b7;
  --blue-panel:#dfeaf4;
  --blue-link-bg:#d7e4ef;
  --blue-link-bg-hover:#cddcea;
  --blue-link-border:#b9c9d8;
  --muted:#607086;
  --text:#172033;
  --text-secondary:#43536a;
  --ink:#26364d;
  --bg:#ffffff;
  --card:#fff;
  --line:#d9e2ef;
  --row-line:#eef2f7;
  --section-header-bg:#edf5ff;
  --shadow-navy:rgba(18,41,74,.14);
  --shadow-navy-soft:rgba(18,41,74,.06);
  --overlay:rgba(18,41,74,.5);

  --font-sans:Arial,Helvetica,sans-serif;
  --text-xs:0.82rem;
  --text-sm:0.92rem;
  --text-base:1rem;
  --text-md:1.1rem;
  --text-lg:1.15rem;
  --text-xl:1.25rem;
  --text-2xl:1.75rem;
  --text-3xl:2.125rem;
  --text-stat:2.3rem;
  --text-nav:0.95rem;

  --leading-tight:1.2;
  --leading-snug:1.35;
  --leading-normal:1.6;

  --weight-normal:400;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-extrabold:800;
  --weight-black:900;

  --space-section:46px;
  --space-page-hero:48px;
  --space-hero-top:62px;
  --space-hero-bottom:36px;
  --space-hotel:24px;

  --advisor-img-w:1128;
  --advisor-img-h:220;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-sans);
  font-size:var(--text-base);
  font-weight:var(--weight-normal);
  color:var(--text);
  background:var(--bg);
  line-height:var(--leading-normal);
}
h1,h2,h3{font-family:var(--font-sans)}
h1{
  text-align:center;
  background:var(--card);
}
h2 {
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
}

h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  max-width: 1120px;
  height: calc(100% + 16px);
  background: var(--section-header-bg);
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.text-red{color:var(--red)}
.text-navy{color:var(--navy)}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:74px}
.brand{display:flex;align-items:center;gap:12px;font-weight:var(--weight-extrabold);color:var(--navy);font-size:var(--text-xl)}
.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--blue));display:grid;place-items:center;color:var(--card);font-weight:900}
.navlinks{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.navlinks a{color:var(--ink);font-weight:var(--weight-bold);font-size:var(--text-nav)}
.menu-btn{display:none;background:var(--navy);color:var(--card);border:0;border-radius:10px;padding:9px 12px}
.hero{padding:var(--space-hero-top) 0 var(--space-hero-bottom);background:linear-gradient(135deg,var(--sky-hero) 0%,var(--card) 58%,var(--red-tint) 100%)}
.home-hero{background:var(--section-header-bg)}
.home-hero h1{background:var(--section-header-bg)}
.home-hero .hero-img{
  border:0;
  box-shadow:none;
  background:transparent;
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--red);font-weight:var(--weight-extrabold);letter-spacing:.04em;text-transform:uppercase;font-size:var(--text-xs)}
.hero h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02;margin:.45rem 0;font-weight:var(--weight-extrabold)}
.lead{font-size:var(--text-lg);color:var(--text-secondary);max-width:70ch;line-height:1.7}
.prose{max-width:65ch}
.meta{color:var(--text-secondary);font-size:var(--text-base);line-height:var(--leading-normal);max-width:65ch;margin-top:1rem}
.meta p{margin:.35rem 0}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:11px 16px;font-weight:var(--weight-bold);font-size:var(--text-base);border:1.5px solid var(--navy)}
.btn.primary{background:var(--navy);color:var(--card)}.btn.secondary{background:var(--card);color:var(--navy)}
.btn.is-disabled{pointer-events:none;cursor:default;opacity:.7;color:var(--muted);border-color:var(--line);background:var(--bg)}
a:focus-visible,button:focus-visible,.btn:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
.footer a:focus-visible,.footer-email-btn:focus-visible,.menu-btn:focus-visible{outline-color:var(--card)}
.navlinks a.is-active,.navlinks a[aria-current="page"]{color:var(--navy);text-decoration:none;background:var(--sky-stat);border-radius:8px;padding:6px 10px}
.navlinks a.is-active:hover,.navlinks a[aria-current="page"]:hover{text-decoration:none}
.hero-img,.wide-img{width:100%;border-radius:24px;box-shadow:0 18px 45px var(--shadow-navy);border:1px solid var(--line);background:var(--card)}
.section{padding:var(--space-section) 0;background:var(--card)}.section h2{font-size:clamp(1.7rem,2.7vw,2.25rem);font-weight:var(--weight-extrabold);color:var(--navy);margin:0 0 14px;display:block;text-align:center}
.home-gallery img{width:100%;display:block;border-radius:12px}
/* Home page: make the two side-by-side photos share the same displayed height */
.container.grid.cols-2.home-gallery img{
  height:clamp(220px,28vw,340px);
  object-fit:cover; /* preserves aspect ratio; crops only if necessary */
}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.muted{color:var(--muted)}.grid{display:grid;gap:16px}.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 2px 10px var(--shadow-navy-soft)}
.card h2{margin:0 0 10px;color:var(--navy);font-size:clamp(1.3rem,2.2vw,1.7rem);font-weight:var(--weight-extrabold)}
.card.image-card h2{font-size:clamp(1.54rem,2.8vw,2.52rem);line-height:1.15}
.card h3{margin:0 0 10px;color:var(--navy);font-size:clamp(1.05rem,1.9vw,1.25rem);font-weight:var(--weight-bold)}
.card p{max-width:70ch;line-height:1.7}
.list{margin:0;padding-left:20px}
.list li{margin:8px 0}
.vision-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.vision-list > div{padding:0}
.vision-list h3{margin:0 0 8px;color:var(--navy);font-size:clamp(1.05rem,1.9vw,1.25rem)}
.offer-role .card{
  border:0;
  box-shadow:none;
  background:transparent;
  padding:0;
}
.card.image-card{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.vision-section h3 {
  color: #8b0000;
    font-size: 1.4rem;
}
.stats{grid-template-columns:repeat(6,1fr)}
.stat{
  text-align:center;
  background:var(--sky-stat);
  border-radius:22px;
  padding:22px 10px;
  min-width:0;
}
.stat strong{display:block;color:var(--navy);font-size:var(--text-stat);font-weight:var(--weight-extrabold);line-height:1}
.stat span{display:block;color:var(--muted);font-size:var(--text-sm);line-height:var(--leading-snug)}
.card.image-card,
.image-card {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sponsorship-gallery .image-card img{
  width:min(100%, 920px);
  margin:0 auto;
}
.sponsorship-gallery{
  justify-items:center;
  text-align:center;
}
.sponsorship-gallery .image-card,
.sponsorship-gallery .sponsor-interest{
  width:100%;
  max-width:920px;
  margin-inline:auto;
}
.advisor-card .advisor-img-frame{
  width:100%;
  aspect-ratio:calc(var(--advisor-img-w)/(var(--advisor-img-h)));
  overflow:visible;
  border-radius:16px;
}
.advisor-card .advisor-img-frame img{width:100%;height:auto;display:block;border-radius:0}
.page-hero{padding:var(--space-page-hero) 0;background:var(--card)}
.page-hero h1{font-size:clamp(2.2rem,4vw,3.6rem);margin:0;color:var(--navy);font-weight:var(--weight-extrabold)}

.schedule-box{background:var(--card);border:1px dashed var(--line);border-radius:22px;padding:30px}
.table{width:100%;border-collapse:collapse;background:var(--card);border-radius:18px;overflow:hidden}
.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}
.table th{background:var(--sky-panel);color:var(--navy)}
.person-img{width:100%;border-radius:20px;border:1px solid var(--line);background:var(--card)}
.advisor-img{
  width:100%;
  max-width:200px;
  height:auto;
  display:block;
  margin:auto;
  border-radius:20px;
}
.hotel{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:var(--space-hotel);
  padding-bottom:var(--space-hotel);
  border-bottom:1px solid var(--line);
}
.hotel:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}

.hotel img{
  width:150px;
  height:95px;
  object-fit:cover;
  flex-shrink:0;
}

.hotel h3{
  margin:0 0 4px;
  font-size:var(--text-md);
  font-weight:var(--weight-extrabold);
  line-height:var(--leading-tight);
}

.hotel p{
  margin:0 0 .5rem;
  font-size:var(--text-base);
  line-height:var(--leading-normal);
  max-width:65ch;
}
.hotel p:last-child{margin-bottom:0}
.map-embed{
  position:relative;
  width:100%;
  max-width:100%;
  margin:20px 0 24px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  aspect-ratio:4/3;
}
.map-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.getting-here-layout{display:grid;grid-template-columns:minmax(300px,460px) 1fr;gap:24px;align-items:start}
.getting-here-map{margin:0}
.getting-directions{display:grid;grid-template-columns:1fr;gap:14px}
.getting-directions > div{padding:0 0 12px;border-bottom:1px solid var(--line)}
.getting-directions > div:last-child{border-bottom:0;padding-bottom:0}
.getting-directions h3{margin:0 0 6px;color:var(--navy)}
.getting-directions p{margin:0 0 .45rem}
.paper-box{
  display:flex;
  justify-content:space-between;
  align-items:center;

  background:var(--blue-panel);
  border-radius:6px;

  padding:10px 14px;
  margin-top:20px;
}

.paper-text{
  flex:1;
}

.paper-text h3{
  margin:0 0 10px;
  color:var(--blue);
  font-size:var(--text-md);
  font-weight:var(--weight-semibold);
}
.paper-text h3.paper-title{
  font-size:var(--text-2xl);
  margin:0 0 12px;
}

.paper-text a{
  display:block;

  background:var(--blue-link-bg);

  padding:6px 10px;

  border:1px solid var(--blue-link-border);

  color:var(--blue);
  text-decoration:none;

  font-size:var(--text-sm);
  font-weight:var(--weight-semibold);
}

.paper-text a:hover{
  background:var(--blue-link-bg-hover);
}

.paper-box img{
  width:260px;
  height:auto;
  margin-left:14px;
}
.sponsor-interest{
  text-align:center;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.sponsor-interest .sponsor-contact-box{margin-top:0}
.sponsor-contact-box{
  background:var(--card);
  border-radius:0;
  padding:40px 30px;
  text-align:center;
  margin-top:40px;
  border:0;
  width:100vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.sponsor-contact-box h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:var(--text-3xl);
  font-weight:var(--weight-extrabold);
}
.sponsor-contact-box p{
  margin:0 auto 24px;
  color:var(--text-secondary);
  font-size:var(--text-md);
  line-height:var(--leading-normal);
  max-width:52ch;
}
.carousel{
  position:relative;
  max-width:900px;
  margin:30px auto;
}

.carousel img{
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:18px;
}

.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:var(--overlay);
  color:var(--card);
  border:none;
  font-size:32px;
  padding:10px 16px;
  cursor:pointer;
  border-radius:50%;
}

.prev{
  left:15px;
}

.next{
  right:15px;
}

.footer{
  padding:34px 0;
  background:var(--navy);
  color:var(--card);
  margin-top:40px;
  text-align:center;
}
.footer a{color:var(--card)}
.footer-grid{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.footer-grid > div{text-align:center}
.footer-email-btn{
  display:inline-block;
  background:var(--red);
  color:var(--card) !important;
  padding:12px 22px;
  border-radius:8px;
  text-decoration:none;
  font-size:var(--text-base);
  font-weight:var(--weight-bold);
  margin-top:8px;
  transition:0.2s;
}

.footer-email-btn:hover{
  background:var(--red-dark);
  text-decoration:none;
}

.note{font-size:var(--text-sm);color:#526176;background:#fff9e8;border:1px solid #f3d995;border-radius:16px;padding:14px 16px}
@media(max-width:850px){.hero-grid,.grid.cols-3,.grid.cols-2,.stats,.vision-list,.getting-here-layout{grid-template-columns:1fr}.hotel{flex-direction:column}.nav{align-items:flex-start;padding:14px 0}.menu-btn{display:block}.navlinks{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:10px 0}.navlinks.open{display:flex}.section-title{display:block}.hero{padding-top:34px}.stat strong{font-size:2rem}}


/* Event schedule page */
.schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.schedule-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:var(--card)}
.schedule-table th{text-align:left;font-size:var(--text-xl);font-weight:var(--weight-extrabold);padding:14px 8px 12px 0;border-bottom:2px solid var(--line);color:var(--navy)}
.schedule-table td{padding:14px 8px 14px 0;vertical-align:top;font-size:var(--text-base);border-bottom:1px solid var(--row-line)}
.schedule-table tr:nth-child(even) td{background:var(--sky-stat)}
.schedule-table .time{width:140px;font-weight:var(--weight-extrabold);color:var(--text);white-space:nowrap}
@media(max-width:850px){.schedule-grid{grid-template-columns:1fr;gap:20px}.schedule-table .time{width:115px}.carousel img{height:280px}}
