/* gobuzzgo.com — tokens (brand teal #1591AB + gold #E9AB05 from the logo) */
:root {
  --bg: #FBFAF7;
  --surface: #FFFFFF;
  --ink: #16242B;
  --ink-muted: #51606A;
  --ink-faint: #7F8C94;
  --line: #E4E1D8;
  --teal: #1591AB;
  --teal-ink: #0E6F84;
  --gold: #E9AB05;
  --plate: #FFFFFF;
  --plate-line: #ECE9E1;
  --shadow: 0 1px 2px rgba(22, 36, 43, 0.05), 0 12px 30px -16px rgba(22, 36, 43, 0.25);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #11181C;
    --surface: #182228;
    --ink: #ECEFEF;
    --ink-muted: #A5B1B7;
    --ink-faint: #74818A;
    --line: #26323A;
    --teal: #3FB4CD;
    --teal-ink: #6CCBDF;
    --plate-line: transparent;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 12px 30px -16px rgba(0, 0, 0, 0.7);
  }
}
:root[data-theme="dark"] {
  --bg: #11181C;
  --surface: #182228;
  --ink: #ECEFEF;
  --ink-muted: #A5B1B7;
  --ink-faint: #74818A;
  --line: #26323A;
  --teal: #3FB4CD;
  --teal-ink: #6CCBDF;
  --plate-line: transparent;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 12px 30px -16px rgba(0, 0, 0, 0.7);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--teal-ink); text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* header */
.site-header { padding-top: 28px; }
.brand { display: inline-block; }
.brand img { display: block; height: 56px; width: auto; }

/* hero */
.hero { padding-top: clamp(40px, 8vw, 88px); padding-bottom: clamp(32px, 6vw, 64px); }
.eyebrow {
  margin: 0 0 18px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal-ink);
}
.hero h1 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(28px, 4.6vw, 48px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--teal); }

.motto { margin: clamp(28px, 5vw, 44px) 0 0; padding-left: 20px; border-left: 3px solid var(--gold); }
.motto blockquote { margin: 0; }
.motto p {
  margin: 0;
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.35;
}
.motto figcaption { margin-top: 8px; color: var(--ink-muted); font-size: 15px; }

/* projects */
.section-label {
  margin: 0 0 16px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-faint);
}
.projects { padding-bottom: clamp(40px, 6vw, 64px); }
.project-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.project {
  display: flex; flex-direction: column; height: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none; color: inherit;
  box-shadow: var(--shadow);
  transition: transform .15s ease, border-color .15s ease;
}
.project:hover { transform: translateY(-2px); border-color: var(--teal); }
.plate {
  display: flex; align-items: center; justify-content: center;
  height: 112px; padding: 18px 22px;
  background: var(--plate);
  border-bottom: 1px solid var(--plate-line);
}
.plate img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.plate .logo-tpn { max-height: 84px; }
.plate-dark { background: #002540; }
.p-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; flex: 1; }
.p-name { font-weight: 650; font-size: 17px; }
.p-desc { color: var(--ink-muted); font-size: 14.5px; line-height: 1.45; flex: 1; }
.p-go { margin-top: 6px; color: var(--teal-ink); font-size: 14px; font-weight: 600; }
.fineprint { margin: 18px 0 0; color: var(--ink-faint); font-size: 13.5px; max-width: 72ch; }

/* company facts */
.facts { padding-bottom: clamp(40px, 6vw, 72px); }
.fact-list {
  margin: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.fact-list div { background: var(--surface); padding: 14px 18px; }
.fact-list dt { font-size: 12.5px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.08em; }
.fact-list dd { margin: 4px 0 0; font-weight: 550; font-variant-numeric: tabular-nums; }

/* footer */
.site-footer {
  display: flex; gap: 20px; justify-content: space-between; flex-wrap: wrap;
  padding-top: 20px; padding-bottom: 36px;
  border-top: 1px solid var(--line);
  color: var(--ink-faint); font-size: 14px;
}
.site-footer a { color: var(--ink-muted); }

@media (max-width: 900px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .wrap { padding: 0 16px; }
  .brand img { height: 46px; }
  .project-grid { grid-template-columns: 1fr; }
  .plate { height: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  .project { transition: none; }
  .project:hover { transform: none; }
}
