
:root{
  --bg:#0D1117;
  --card:#111827;
  --muted:#9BA3AF;
  --text:#E6E8EB;
  --gold:#CFA33D;
  --gold-2:#E7C56F;
  --ink:#0B0F14;
  --accent:#12303E;
  --green:#60D394;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
h1,h2,h3,h4{font-family:Manrope,Inter,system-ui,sans-serif;line-height:1.2;margin:0 0 12px}
h1{font-weight:800;font-size:44px}
h2{font-weight:800;font-size:34px}
h3{font-weight:700;font-size:22px}
p{margin:0 0 12px}
.container{max-width:1160px;margin:0 auto;padding:0 24px}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.btn-primary{background:var(--gold);color:#111;box-shadow:0 10px 20px rgba(207,163,61,.25)}
.btn-primary:hover{filter:brightness(1.05)}
.btn-secondary{border:1px solid var(--gold);color:var(--text);background:transparent}
.mt-2{margin-top:8px}
.mt-4{margin-top:24px}
.hero{background:radial-gradient(1200px 600px at 10% 0%, #13202A 0%, #0D1117 60%);padding:84px 0 96px;border-bottom:1px solid #1f2732}
.hero .sub{max-width:760px;color:var(--muted)}
.hero .kicker{color:var(--gold-2);text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:10px;font-size:13px}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.site-header{position:sticky;top:0;background:rgba(13,17,23,.75);backdrop-filter:blur(10px);border-bottom:1px solid #1f2732;z-index:20}
.nav a{color:var(--text);text-decoration:none;margin:0 14px}
.nav .btn-primary{margin-left:8px}
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:linear-gradient(180deg,#0f141c 0%, #0c1218 100%);border:1px solid #1f2732;border-radius:16px;padding:22px;box-shadow:0 5px 16px rgba(0,0,0,.25)}
.card p{color:#C7CED6}
.icon{width:28px;height:28px;display:inline-block;margin-right:10px;vertical-align:middle}
.section{padding:64px 0;border-bottom:1px solid #1f2732}
.section.light{background:#0f141c}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#12202A;color:#C7CED6;border:1px solid #1f2732;font-weight:700;font-size:12px}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{padding-left:24px;position:relative;margin:8px 0;color:#C7CED6}
.list-clean li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold);position:absolute;left:0;top:10px}
.callout{background:linear-gradient(145deg,#19232D,#10161D);border:1px solid #26313D;border-radius:18px;padding:28px;text-align:center}
.cta-band{background:linear-gradient(120deg,#CFA33D,#E7C56F);color:#111;padding:36px;border-radius:18px}
.site-footer{padding:48px 0;border-top:1px solid #1f2732;background:#0B0F14}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;align-items:start}
.footer-grid h4{color:#E6E8EB}
.footer-grid a{color:#C7CED6;text-decoration:none}
.footer-grid a:hover{color:#fff}
.tagline{color:#C7CED6;margin-top:12px}
.copyright{color:#7E8792;text-align:center;padding:12px 0;border-top:1px solid #1f2732;margin-top:24px}
.hero-buttons a{margin-right:10px}
.kpi{display:flex;gap:20px;margin-top:18px}
.kpi div{background:#0f141c;border:1px solid #1f2732;border-radius:12px;padding:12px 16px}
.kpi strong{color:#fff;font-size:18px}
.kpi span{color:#9BA3AF;font-size:12px}
@media (max-width: 880px){
  .grid-2,.grid-3,.footer-grid{grid-template-columns:1fr}
  h1{font-size:36px}
  .nav a{margin:0 10px}
}


.site-header .brand .site-logo {
  width: 180px;
  height: auto;
  display: block;
}
.site-footer .footer-logo {
  width: 140px;
  height: auto;
  display: block;
}
@media (max-width: 768px){
  .site-header .brand .site-logo { width: 130px; }
  .site-footer .footer-logo { width: 100px; }
}
@media (max-width: 480px){
  .site-header .brand .site-logo { width: 100px; }
  .site-footer .footer-logo { width: 80px; }
}

/* === About: round headshot only (uses global body typography) === */
.about-photo-col .about-photo{
  max-width:320px;width:100%;height:auto;
  border-radius:50%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
@media (max-width: 880px){
  .about-photo-col .about-photo{ max-width:220px; margin-bottom:12px; }
}
@media (max-width: 480px){
  .about-photo-col .about-photo{ max-width:180px; }
}

/* === Mobile nav readability (wrap without overflow) === */
@media (max-width: 480px){
  .site-header .nav{ display:flex; flex-wrap:wrap; gap:6px; }
  .site-header .nav a{ padding:6px 8px; font-size:0.9rem; line-height:1.2; }
}

/* === Unified header/logo + mobile nav rules (global) === */
.site-header .brand .site-logo {
  width: 180px;
  height: auto;
  display: block;
}
@media (max-width: 768px){
  .site-header .brand .site-logo { width: 130px; }
}
@media (max-width: 480px){
  .site-header .brand .site-logo { width: 100px; }
}

/* Mobile nav wraps consistently across pages without overflow */
@media (max-width: 480px){
  .site-header .nav{ display:flex; flex-wrap:wrap; gap:6px; }
  .site-header .nav a{ padding:6px 8px; font-size:0.9rem; line-height:1.2; }
}

/* Footer logo stays proportionally smaller */
.site-footer .footer-logo {
  width: 140px;
  height: auto;
  display: block;
}
@media (max-width: 768px){
  .site-footer .footer-logo { width: 100px; }
}
@media (max-width: 480px){
  .site-footer .footer-logo { width: 80px; }
}

/* === About photo: round + keep top of head visible === */
.about-photo-col .about-photo{
  max-width:320px; width:100%; height:auto;
  border-radius:50%;
  aspect-ratio: 1 / 1;
  object-fit:cover;
  object-position: top center;
  display:block;
}
@media (max-width: 880px){
  .about-photo-col .about-photo{ max-width:220px; margin-bottom:12px; }
}
@media (max-width: 480px){
  .about-photo-col .about-photo{ max-width:180px; }
}

/* === Footer legal links styled same as footer nav links === */
body .site-footer .copyright a {
  color: #C7CED6;
  text-decoration: none;
}
body .site-footer .copyright a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* === Email link styling (match footer links) === */
body a[href^="mailto:hello@techalchemyconsulting.com"] {
  color: #C7CED6;
  text-decoration: none;
}
body a[href^="mailto:hello@techalchemyconsulting.com"]:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* === Hero primary button gold hover (brand-accent) === */
.hero .btn.btn-primary:hover,
.hero .btn-primary:hover {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #0B1220;
}

