:root{
  /* Brand colors (approx from logo): */
  --navy:#07182d;
  --navy2:#050f1e;
  --orange:#f28a1a;
  --orange2:#ff9a2c;

  --text:#eef3ff;
  --muted:#bac6de;
  --border: rgba(255,255,255,.14);
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.04);
  --shadow: 0 10px 30px rgba(0,0,0,.45);

  --max: 1120px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(242,138,26,.18) 0%, rgba(242,138,26,0) 55%),
    radial-gradient(900px 600px at 85% 10%, rgba(102,179,255,.12) 0%, rgba(102,179,255,0) 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy2) 55%, #04070d 100%);
  color:var(--text);
  line-height:1.55;
}

a{color:var(--orange2);text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:var(--max);margin:0 auto;padding:0 20px}

.skip-link{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  left:16px;top:16px;width:auto;height:auto;
  background:#000;color:#fff;
  padding:10px 12px;border-radius:12px;z-index:9999;
}

/* Header */

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, var(--orange), var(--orange2));
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 0;
}
.brand{
  display:flex;align-items:center;gap:12px;
  font-weight:800;letter-spacing:.2px;color:var(--text);
}
.brand img{
  width:46px;height:46px;border-radius:14px;
  border:1px solid var(--border); background: rgba(255,255,255,.04);
}
.nav-links{display:flex;align-items:center;gap:18px}
.nav-links a{color:var(--text);opacity:.92}
.nav-links a:hover{text-decoration:none;opacity:1}
.nav-cta{
  padding:10px 12px;border-radius:14px;
  border:1px solid rgba(242,138,26,.65);
  background: rgba(242,138,26,.18);
}

.hamburger{
  display:none;
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  color: var(--text);
  padding:10px 12px;border-radius:12px;
  cursor:pointer;
}
.mobile-nav{
  padding:10px 0 18px 0;
}
.mobile-nav a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  color: var(--text);
}
.mobile-nav a:hover{background: rgba(255,255,255,.06);text-decoration:none}

/* Hero */
.hero{padding:54px 0 24px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:24px;
  align-items:stretch;
}
.hero-card{
  padding:28px;
  border:1px solid var(--border);
  border-radius:22px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.kicker{margin:0 0 10px 0;color:var(--muted);font-size:14px}
h1{margin:0 0 14px 0;font-size:44px;line-height:1.05}
.lede{margin:0;color:var(--muted);font-size:18px}

.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color:var(--text);
  text-decoration:none;
}
.btn:hover{filter:brightness(1.05);text-decoration:none}
.btn.primary{
  background: rgba(242,138,26,.22);
  border-color: rgba(242,138,26,.70);
}
.btn.ghost{background:transparent}

.mini{
  display:grid;grid-template-columns:1fr 1fr;
  gap:12px;margin-top:18px;
}
.mini-card{
  border:1px solid var(--border);
  border-radius:16px;
  background: rgba(255,255,255,.04);
  padding:12px;
}
.mini-title{font-weight:700;font-size:13px;margin-bottom:2px}
.mini-text{color:var(--muted);font-size:13px}

.hero-media{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  min-height: 340px;
}
.hero-media picture, .hero-media img{width:100%;height:100%}
.hero-media img{
  width:100%;height:100%;object-fit:cover;display:block;
  transform: scale(1.03);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(7,24,45,.18), rgba(7,24,45,.82)),
    radial-gradient(600px 300px at 80% 20%, rgba(242,138,26,.30), rgba(242,138,26,0) 65%);
}

/* Strip */
.strip{padding:10px 0 18px}
.strip-inner{
  display:grid;grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.strip-item{
  border:1px solid var(--border);
  border-radius:18px;
  background: rgba(255,255,255,.03);
  padding:14px;
}
.strip-title{font-weight:700;margin-bottom:2px}
.strip-text{color:var(--muted);font-size:14px}

/* Sections */
.section{padding:42px 0}
h2{margin:0 0 10px 0;font-size:32px}
h3{margin:0 0 10px 0;font-size:20px}
.muted{color:var(--muted)}
.two-col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items:center;
}

.image-card{
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.image-card img{width:100%;height:100%;object-fit:cover;display:block}

.checks{list-style:none;padding:0;margin:18px 0 0 0}
.checks li{
  margin:10px 0;
  padding-left:28px;
  position:relative;
}
.checks li:before{
  content:"";
  position:absolute;left:0;top:8px;
  width:14px;height:14px;border-radius:4px;
  background: rgba(242,138,26,.28);
  border:1px solid rgba(242,138,26,.55);
  box-shadow: 0 0 0 3px rgba(242,138,26,.08);
}

.note{
  margin-top:18px;
  border:1px solid rgba(242,138,26,.35);
  background: rgba(242,138,26,.08);
  border-radius:18px;
  padding:14px 16px;
}
.note.small{font-size:14px}

.cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
.card{
  border:1px solid var(--border);
  border-radius:22px;
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: var(--shadow);
}
.bullets{margin:10px 0 0 18px;color:var(--muted)}
.text-link{display:inline-block;margin-top:12px;font-weight:700}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  margin-top: 18px;
  align-items:stretch;
}
.contact-card{
  border:1px solid var(--border);
  border-radius:22px;
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: var(--shadow);
}
.big-link{font-size:18px;font-weight:800;color:var(--text)}
.form{
  border:1px solid var(--border);
  border-radius:22px;
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: var(--shadow);
}
label{display:block;margin:10px 0 6px 0;font-weight:650}
input, textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline: none;
}
input:focus, textarea:focus{
  border-color: rgba(242,138,26,.60);
  box-shadow: 0 0 0 4px rgba(242,138,26,.12);
}
button{cursor:pointer}
.tiny{font-size:12px}

.footer{
  border-top:1px solid rgba(0,0,0,.2);
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  padding:18px 0;
}

.footer-inner{
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.footer-brand{font-weight:900;letter-spacing:.2px}

/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  h1{font-size:38px}
  .strip-inner{grid-template-columns:1fr}
}

@media (max-width: 820px){
  .nav-links{display:none}
  .hamburger{display:inline-flex}
  .brand img{width:42px;height:42px;border-radius:14px}
}


/* Logo Hero Adjustment */
.logo-hero {
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.04);
}
.logo-hero img {
  max-width: 75%;
  max-height: 360px;
  object-fit: contain;
  transform: none;
}




/* About headshot sizing (match original website feel) */
.image-card img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* Contact single column */
.contact-grid.single-column {
  grid-template-columns: 1fr !important;
}
