:root {
  --ink: #121317;
  --ink-2: #1a1c22;
  --ink-3: #24272f;
  --amber: #ffb200;        /* used ONLY as a selectable board color in the builder mockup */
  --amber-600: #e89f00;
  --blue: #1d6fb8;         /* brand accent (from the logo) */
  --blue-600: #1a5f9e;
  --blue-700: #124a7d;
  --blue-900: #0e2f4f;
  --blue-300: #6cb0ea;     /* bright blue for pops on dark */
  --paper: #ffffff;
  --smoke: #f5f5f2;
  --line: #e5e5df;
  --muted: #6b6f79;
  --muted-2: #9aa0ac;
  --wrap: 1200px;
  --shadow: 0 18px 50px rgba(10, 12, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--ink); }

.display { font-family: "Anton", "Arial Narrow", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .005em; line-height: .92; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.ic {
  width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}
.ic-fill { fill: currentColor; stroke: none; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--ink); color: #fff; padding: 12px 18px; }
.skip-link:focus { left: 0; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none; cursor: pointer;
  padding: 16px 30px; font-weight: 800; font-size: 1rem; border: 2px solid transparent;
  text-transform: uppercase; letter-spacing: .04em; transition: transform .15s, background .2s, color .2s;
  font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn-amber { background: var(--blue); color: #fff; }
.btn-amber:hover { background: var(--blue-600); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink); border-bottom: 3px solid var(--blue);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { height: 46px; width: auto; background: #fff; border-radius: 9px; padding: 4px 7px; }
.brand .brand-name { color: #fff; font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.35rem; letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #d7d9df; text-decoration: none; font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; }
.nav a:hover { color: var(--blue-300); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff !important;
  padding: 11px 20px; font-weight: 800; font-size: .9rem; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap;
}
.header-cta:hover { background: var(--blue-600); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; transition: .25s; }

/* Hero */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(100deg, rgba(10,12,18,.92) 0%, rgba(10,12,18,.55) 55%, rgba(10,12,18,.35) 100%), url("images/hero.jpg") center/cover no-repeat;
}
.hero .wrap { padding: 120px 24px 110px; position: relative; z-index: 2; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px; letter-spacing: .18em; text-transform: uppercase;
  font-size: .78rem; font-weight: 800; color: var(--blue-300); margin-bottom: 22px;
}
.hero .eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--blue-300); }
.hero h1 { font-size: clamp(3rem, 9vw, 7rem); margin: 0 0 22px; max-width: 15ch; }
.hero h1 .amber { color: var(--blue-300); }
.hero .rot { display: inline-block; position: relative; }
.hero p.lede { font-size: clamp(1.1rem, 1.8vw, 1.4rem); max-width: 560px; margin: 0 0 34px; color: #e8e9ee; line-height: 1.5; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Marquee */
.marquee { background: var(--blue); color: #fff; overflow: hidden; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span {
  font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.5rem; letter-spacing: .02em;
  padding: 14px 0; white-space: nowrap;
}
.marquee-track .dot { padding: 14px 26px; opacity: .55; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* Stat band */
.stats { background: var(--ink); color: #fff; padding: 74px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; border-left: 1px solid rgba(255,255,255,.12); padding: 0 12px; }
.stat:first-child { border-left: 0; }
.stat .num { font-family: "Anton", sans-serif; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; color: var(--blue-300); }
.stat .num .suf { font-size: .5em; vertical-align: baseline; }
.stat p { margin: 10px 0 0; color: var(--muted-2); font-size: .92rem; text-transform: uppercase; letter-spacing: .04em; }
.stats .src { text-align: center; color: #565b66; font-size: .8rem; margin: 34px 0 0; }
.stats .src em { color: #6f7480; }

/* Sections */
.section { padding: 100px 0; }
.section.smoke { background: var(--smoke); }
.section.ink { background: var(--ink); color: #fff; }
.kicker { display: inline-block; color: var(--blue); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .8rem; margin-bottom: 14px; }
.section.ink .kicker { color: var(--blue-300); }
.section-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-head h2 { font-size: clamp(2.4rem, 5.5vw, 4rem); margin: 0 0 18px; }
.section-head p { color: var(--muted); font-size: 1.12rem; margin: 0; }
.section.ink .section-head p { color: var(--muted-2); }

/* Why — big numbered rows */
.why-list { display: grid; gap: 0; border-top: 2px solid var(--line); max-width: 980px; margin: 0 auto; }
.why-row { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: start; padding: 40px 8px; border-bottom: 2px solid var(--line); transition: background .2s; }
.why-row:hover { background: #fff; }
.section.smoke .why-row:hover { background: #fff; }
.why-row .idx { font-family: "Anton", sans-serif; font-size: 3.2rem; line-height: 1; color: var(--blue); }
.why-row h3 { margin: 0 0 8px; font-size: 1.7rem; font-family: "Anton", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.why-row p { margin: 0; color: var(--muted); font-size: 1.05rem; max-width: 60ch; }

/* Interactive billboard builder */
.builder { display: grid; grid-template-columns: 1.35fr 1fr; gap: 54px; align-items: center; }
.bb-stage {
  position: relative; padding: 40px 20px 0; border-radius: 16px;
  background: linear-gradient(180deg, #7fb4e6 0%, #a9cef0 55%, #cfe3f6 100%);
  overflow: hidden;
}
.bb-stage::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 46px; background: linear-gradient(#8faf74, #6f9455); }
.bb-board { position: relative; width: 100%; max-width: 560px; margin: 0 auto; z-index: 2; }
.bb-face {
  position: relative; aspect-ratio: 5 / 2; border: 10px solid #2a2d34; border-radius: 4px; background: var(--amber);
  box-shadow: 0 14px 30px rgba(10,12,18,.28); display: flex; flex-direction: column; justify-content: center;
  padding: 7% 8%; overflow: hidden;
}
.bb-face .bb-head { font-family: "Anton", sans-serif; text-transform: uppercase; line-height: .95; font-size: clamp(1.3rem, 4.4vw, 2.6rem); color: var(--ink); word-break: break-word; }
.bb-face .bb-sub { margin-top: .35em; font-weight: 700; font-size: clamp(.75rem, 1.9vw, 1.05rem); color: var(--ink); }
.bb-face .bb-phone { margin-top: auto; font-family: "Anton", sans-serif; font-size: clamp(.85rem, 2.4vw, 1.4rem); color: var(--ink); }
/* board color themes */
.bb-face.t-amber { background: var(--amber); }
.bb-face.t-amber .bb-head, .bb-face.t-amber .bb-sub, .bb-face.t-amber .bb-phone { color: var(--ink); }
.bb-face.t-blue { background: var(--blue); }
.bb-face.t-blue .bb-head, .bb-face.t-blue .bb-sub, .bb-face.t-blue .bb-phone { color: #fff; }
.bb-face.t-red { background: #c0392b; }
.bb-face.t-red .bb-head, .bb-face.t-red .bb-sub, .bb-face.t-red .bb-phone { color: #fff; }
.bb-face.t-ink { background: var(--ink); }
.bb-face.t-ink .bb-head { color: var(--amber); }
.bb-face.t-ink .bb-sub, .bb-face.t-ink .bb-phone { color: #fff; }
.bb-placard {
  position: absolute; left: 8%; bottom: -14px; z-index: 3; background: var(--blue); color: #fff;
  font-family: "Anton", sans-serif; font-size: .8rem; letter-spacing: .12em; padding: 5px 12px; border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.bb-legs { display: flex; justify-content: space-between; width: 62%; margin: 0 auto; height: 90px; }
.bb-legs span { width: 12px; background: linear-gradient(#33363d, #23262c); }
.bb-legs span:nth-child(2) { transform: none; }

.builder-controls .field { margin-bottom: 18px; }
.builder-controls label { display: block; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 7px; }
.builder-controls input {
  width: 100%; padding: 13px 15px; border: 2px solid var(--line); border-radius: 8px; font: inherit; font-size: 1rem; background: #fff; color: var(--ink);
}
.builder-controls input:focus { outline: none; border-color: var(--amber); }
.swatches { display: flex; gap: 10px; }
.swatch { width: 38px; height: 38px; border-radius: 8px; border: 3px solid #fff; box-shadow: 0 0 0 2px var(--line); cursor: pointer; padding: 0; }
.swatch.on { box-shadow: 0 0 0 3px var(--ink); }
.swatch.s-amber { background: var(--amber); }
.swatch.s-blue { background: var(--blue); }
.swatch.s-red { background: #c0392b; }
.swatch.s-ink { background: var(--ink); }
.builder-controls .hint { color: var(--muted); font-size: .95rem; margin: 4px 0 20px; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.about .about-media { position: relative; }
.about .about-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about .about-media .tag {
  position: absolute; left: -14px; bottom: -14px; background: var(--blue); color: #fff;
  font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.1rem; padding: 12px 20px;
}
.about h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin: 0 0 20px; }
.about p { color: var(--muted); font-size: 1.08rem; }
.about .features { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 14px; }
.about .features li { display: flex; gap: 14px; align-items: flex-start; }
.about .features .ico { flex: none; width: 30px; height: 30px; color: var(--amber-600); }
.about .features strong { display: block; }
.about .features .sub { color: var(--muted); font-size: .96rem; }

/* Locations */
.loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin-top: 8px; }
.loc-grid li {
  list-style: none; background: #fff; border: 2px solid var(--line); border-radius: 10px;
  padding: 16px 18px; display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink);
  transition: border-color .15s, transform .15s;
}
.loc-grid li:hover { border-color: var(--amber); transform: translateY(-2px); }
.loc-grid li .ic { color: var(--blue); }
.map-wrap { margin-top: 32px; border: 3px solid var(--ink); overflow: hidden; box-shadow: var(--shadow); }
.map-wrap iframe { border: 0; display: block; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ink-3); }
.gallery-grid figure.wide { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.07); }
.gallery-grid .cap {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 30px 14px 12px; color: #fff;
  font-family: "Anton", sans-serif; text-transform: uppercase; font-size: .82rem; letter-spacing: .03em;
  background: linear-gradient(rgba(10,12,18,0), rgba(10,12,18,.85)); transform: translateY(6px); opacity: .92; transition: .25s;
}
.gallery-grid figure:hover .cap { transform: none; opacity: 1; }

/* Partner */
.partner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.partner .steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.partner .steps li { display: flex; gap: 18px; align-items: flex-start; }
.partner .steps .num {
  flex: none; width: 46px; height: 46px; background: var(--blue); color: #fff;
  display: grid; place-items: center; font-family: "Anton", sans-serif; font-size: 1.4rem;
}
.partner .steps strong { display: block; font-size: 1.15rem; margin-bottom: 3px; }
.partner .steps .sub { color: var(--muted); font-size: .98rem; }
.pcard { background: var(--blue); color: #fff; padding: 48px 40px; }
.pcard .tri { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; margin: 0 0 16px; }
.pcard p { margin: 0 0 26px; font-size: 1.05rem; font-weight: 500; }

/* CTA */
.cta { background: var(--blue); color: #fff; text-align: center; }
.cta .wrap { padding: 96px 24px; }
.cta h2 { font-size: clamp(2.6rem, 6.5vw, 5rem); margin: 0 0 16px; }
.cta p { max-width: 620px; margin: 0 auto 34px; font-size: 1.2rem; font-weight: 500; }
.cta .hero-actions { justify-content: center; }
.cta .addr { margin-top: 30px; font-weight: 700; }

/* Footer */
.site-footer { background: var(--ink); color: #c3c6cf; padding: 66px 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 44px; }
.site-footer .flogo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.site-footer .flogo img { height: 54px; width: auto; background: #fff; border-radius: 9px; padding: 5px 8px; }
.site-footer .flogo span { color: #fff; font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.3rem; }
.site-footer h4 { color: #fff; font-family: "Anton", sans-serif; text-transform: uppercase; letter-spacing: .04em; margin: 0 0 16px; font-size: 1.05rem; }
.site-footer a { color: #c3c6cf; text-decoration: none; }
.site-footer a:hover { color: var(--blue-300); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-contact a, .footer-contact li { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact .ic { color: var(--blue-300); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #767b86; font-size: .86rem;
}

/* Floating call */
.float-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none;
  background: var(--blue); color: #fff; text-decoration: none; font-weight: 800; text-transform: uppercase;
  padding: 15px 22px; box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* Responsive */
@media (max-width: 960px) {
  .builder, .about, .partner { grid-template-columns: 1fr; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--ink); padding: 14px 24px 22px; gap: 2px; display: none; border-bottom: 3px solid var(--amber);
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav .header-cta { margin-top: 12px; justify-content: center; }
  .nav-toggle { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 12px; }
  .stat { border-left: 0; }
  .why-row { grid-template-columns: 64px 1fr; gap: 18px; padding: 30px 4px; }
  .why-row .idx { font-size: 2.2rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid figure.wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .brand .brand-name { display: none; }
  .float-call { display: inline-block; }
  .marquee-track span { font-size: 1.2rem; }
}
