/* ===== BHBC — Bryan Hughes Business Connections ===== */
:root {
  --navy: #15233f;
  --navy-deep: #0e1830;
  --gold: #f5b32b;
  --gold-deep: #d9971a;
  --pop: #ff4b3e;
  --pop-deep: #e23528;
  --cream: #fbf7ef;
  --cream-tint: #f4eee1;
  --ink: #1d2330;
  --muted: #5a6273;
  --line: rgba(21, 35, 63, 0.12);
  --shadow: 0 18px 50px -20px rgba(21, 35, 63, 0.4);
  --radius: 14px;
  --maxw: 1140px;
  --display: "Anton", "Arial Narrow", sans-serif;
  --sans: "Inter", -apple-system, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.04; }
.hero h1, .section__head h2 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.01em;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 800; font-size: 1rem;
  padding: 0.9rem 1.8rem; border-radius: 50px; cursor: pointer;
  border: 2px solid transparent; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap; text-transform: uppercase; letter-spacing: 0.03em;
}
.btn--sm { padding: 0.62rem 1.25rem; font-size: 0.85rem; }
.btn--gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 12px 24px -10px rgba(245,179,43,0.75); }
.btn--gold:hover { transform: translateY(-3px) rotate(-1deg); background: var(--gold-deep); box-shadow: 0 16px 30px -12px rgba(245,179,43,0.9); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn--ghost:hover { background: #fff; color: var(--navy); border-color: #fff; transform: translateY(-3px); }

.eyebrow {
  display: inline-block; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--pop); margin-bottom: 0.8rem;
}
.eyebrow--gold { color: var(--gold); }
.pop-text { color: var(--pop); }
.link { font-weight: 700; color: var(--navy); border-bottom: 2px solid var(--gold); padding-bottom: 1px; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.03em; }
.link:hover { color: var(--pop); border-color: var(--pop); }

/* ===== Nav ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent; transition: background .3s ease, box-shadow .3s ease;
  padding: 0.5rem 0;
}
.nav.scrolled { background: rgba(14, 24, 48, 0.97); box-shadow: 0 6px 24px -12px rgba(0,0,0,0.6); backdrop-filter: blur(8px); }
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0.6rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; flex-direction: column; line-height: 1; color: #fff; }
.brand__mark { font-family: var(--display); font-size: 1.7rem; color: var(--gold); letter-spacing: 0.06em; }
.brand__mark--lg { font-size: 2.8rem; }
.brand__name { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.78); margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 1.7rem; }
.nav__links a { color: #fff; font-weight: 700; font-size: 0.92rem; opacity: 0.92; text-transform: uppercase; letter-spacing: 0.02em; }
.nav__links a:hover { opacity: 1; color: var(--gold); }
.nav__links .btn { color: var(--navy-deep); opacity: 1; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 26px; height: 3px; background: #fff; border-radius: 2px; transition: .25s; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(14,24,48,0.95) 0%, rgba(14,24,48,0.78) 50%, rgba(14,24,48,0.55) 100%); }
.hero__content { position: relative; z-index: 2; max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 7rem 1.5rem 4rem; color: #fff; }
.hero__eyebrow { font-size: 0.85rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.hero h1 { font-size: clamp(3rem, 8vw, 6.2rem); margin-bottom: 1.4rem; text-shadow: 0 4px 30px rgba(0,0,0,0.35); }
.hero__pop { color: var(--gold); }
.hero__tagline { font-family: var(--sans); font-weight: 800; font-size: clamp(1.2rem, 2.8vw, 1.9rem); font-style: italic; color: #fff; margin-bottom: 1.2rem; }
.hero__tagline em { color: var(--pop); font-style: italic; }
.hero__sub { font-size: clamp(1rem, 1.6vw, 1.12rem); color: rgba(255,255,255,0.85); max-width: 560px; margin-bottom: 2.2rem; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,0.5); border-radius: 14px; z-index: 2; }
.hero__scroll::after { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--gold); border-radius: 2px; animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 50% { opacity: 1; } 100% { opacity: 0; top: 22px; } }

/* ===== Marquee ===== */
.marquee {
  background: var(--gold); color: var(--navy-deep);
  overflow: hidden; white-space: nowrap; position: relative; z-index: 5;
  transform: rotate(-2deg); margin: 2.5rem -3vw -1rem; width: 106vw;
  border-top: 3px solid var(--navy-deep); border-bottom: 3px solid var(--navy-deep);
  padding: 0.7rem 0;
}
.marquee__track { display: inline-flex; align-items: center; gap: 1.6rem; animation: scrollx 28s linear infinite; }
.marquee__track span { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.04em; }
.marquee__dot { color: var(--pop); font-size: 1rem; }
@keyframes scrollx { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ===== Stats ===== */
.stats { background: var(--navy); color: #fff; padding: 3rem 1.5rem 3.2rem; }
.stats__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 0.4rem; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: -0.75rem; top: 15%; height: 70%; width: 2px; background: rgba(255,255,255,0.12); }
.stat__num { font-family: var(--display); font-size: clamp(3rem, 7vw, 4.6rem); color: var(--gold); line-height: 1; }
.stat__label { font-size: 0.95rem; font-weight: 600; color: rgba(255,255,255,0.78); }

/* ===== Sections ===== */
.section { max-width: var(--maxw); margin: 0 auto; padding: 5.5rem 1.5rem; }
.section--tint { max-width: none; background: var(--cream-tint); }
.section--tint > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section--dark { max-width: none; background: var(--navy); color: #fff; }
.section--dark > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section__head { text-align: center; max-width: 760px; margin: 0 auto 3.2rem; }
.section__head h2 { font-size: clamp(2.4rem, 5.5vw, 4rem); color: var(--navy); }
.section--dark .section__head h2 { color: #fff; }
.section__sub { color: var(--muted); margin-top: 1rem; font-size: 1.08rem; }
.section--dark .section__sub { color: rgba(255,255,255,0.8); }

/* ===== About ===== */
.about__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; }
.about__copy p { color: var(--muted); margin-bottom: 1.1rem; font-size: 1.06rem; }
.about__copy strong { color: var(--navy); }
.about__list { list-style: none; margin-top: 1.5rem; display: grid; gap: 0.65rem; }
.about__list li { position: relative; padding-left: 1.9rem; color: var(--ink); font-weight: 600; }
.about__list li::before { content: "\2713"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; background: var(--pop); color: #fff; border-radius: 50%; font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.about__photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transform: rotate(1.5deg); border: 5px solid #fff; }
.about__photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

.founder { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; margin-top: 4.5rem; padding: 2.6rem; background: var(--navy); color: #fff; border-radius: var(--radius); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.founder::before { content: ""; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(245,179,43,0.18), transparent 70%); }
.founder__photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 4px solid var(--gold); flex-shrink: 0; position: relative; z-index: 1; }
.founder__copy { position: relative; z-index: 1; }
.founder__copy h3 { font-family: var(--display); font-size: 2.4rem; text-transform: uppercase; margin-bottom: 0.7rem; letter-spacing: 0.02em; }
.founder__copy p { color: rgba(255,255,255,0.85); margin-bottom: 0.8rem; }
.founder__copy strong { color: var(--gold); }

/* ===== Cards (What to expect) ===== */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem; transition: transform .2s ease, box-shadow .2s ease; border-bottom: 4px solid var(--gold); }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-bottom-color: var(--pop); }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 1.1rem; border-radius: 12px; background: rgba(245,179,43,0.16); color: var(--gold-deep); }
.card__icon svg { width: 27px; height: 27px; }
.card h3 { font-size: 1.3rem; font-weight: 800; color: var(--navy); margin-bottom: 0.55rem; }
.card p { color: var(--muted); font-size: 0.97rem; }
.expect__note { text-align: center; margin-top: 2.8rem; color: var(--muted); font-weight: 600; font-style: italic; }

/* ===== Events ===== */
.events__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.event { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s ease; }
.event:hover { transform: translateY(-5px); }
.event__media { height: 280px; overflow: hidden; background: var(--cream-tint); }
.event__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event:hover .event__media img { transform: scale(1.06); }
.event__body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.event__body h3 { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 0.4rem; }
.event__venue { font-size: 0.88rem; font-weight: 700; color: var(--pop); margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 0.02em; }
.event__desc { color: var(--muted); margin-bottom: 1.4rem; flex: 1; }
.event__actions { display: flex; align-items: center; gap: 1.3rem; }

/* ===== Gallery (dark) ===== */
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery__item { border: none; padding: 0; cursor: pointer; border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,0.06); aspect-ratio: 1; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery__item:hover img { transform: scale(1.08); filter: brightness(1.08); }

/* ===== Contact ===== */
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
.contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.25rem; transition: transform .18s ease, box-shadow .18s ease; }
a.contact__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact__icon { color: var(--gold-deep); margin-bottom: 0.5rem; display: inline-flex; }
.contact__icon svg { width: 25px; height: 25px; }
.contact__card strong { color: var(--navy); font-size: 1.05rem; font-weight: 800; }
.contact__card span:last-child { color: var(--muted); font-size: 0.94rem; word-break: break-word; }
.contact__form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); display: grid; gap: 1.1rem; border-top: 4px solid var(--gold); }
.field { display: grid; gap: 0.4rem; }
.field label { font-size: 0.82rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0.03em; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 0.98rem; padding: 0.72rem 0.85rem;
  border: 2px solid var(--line); border-radius: 9px; background: var(--cream); color: var(--ink); resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }

/* ===== Footer ===== */
.footer { background: var(--navy-deep); color: #fff; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; padding: 3rem 1.5rem; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer__tag { font-family: var(--sans); font-weight: 800; font-style: italic; color: var(--gold); margin-top: 0.7rem; font-size: 1.05rem; }
.footer__contact { display: flex; flex-direction: column; gap: 0.4rem; text-align: right; }
.footer__contact a, .footer__contact span { color: rgba(255,255,255,0.82); font-size: 0.96rem; }
.footer__contact a:hover { color: var(--gold); }
.footer__bar { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.2rem 1.5rem; max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.footer__bar a { color: var(--gold); font-weight: 700; }
.footer__bar a:hover { text-decoration: underline; }

/* ===== Lightbox ===== */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(14,24,48,0.95); display: none; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.85); }
.lightbox__close { position: absolute; top: 1.2rem; right: 1.6rem; background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; }
.lightbox__close:hover { opacity: 1; color: var(--gold); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about__grid, .contact__grid { grid-template-columns: 1fr; gap: 2rem; }
  .founder { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .events__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav, .nav.scrolled { background: rgba(14,24,48,0.97); backdrop-filter: blur(8px); }
  .nav__links {
    position: absolute; top: 100%; right: 1rem; left: 1rem;
    flex-direction: column; align-items: stretch; gap: 0.3rem;
    background: rgba(14,24,48,0.98); backdrop-filter: blur(10px);
    border-radius: 12px; padding: 1rem; box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s;
  }
  .nav__links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 0.75rem 0.6rem; opacity: 1; }
  .nav__links .btn { margin-top: 0.4rem; text-align: center; }
  .brand__name { display: none; }
  .section { padding: 4rem 1.3rem; }
  .stats__inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .stat:not(:last-child)::after { display: none; }
  .marquee { margin: 2rem -6vw -1rem; width: 112vw; }
  .marquee__track span { font-size: 1.25rem; }
  .footer__inner { flex-direction: column; }
  .footer__contact { text-align: left; }
}
@media (max-width: 460px) {
  .contact__cards { grid-template-columns: 1fr; }
}
