/*
Theme Name: RobDiehl Human-Centered
Theme URI: https://robdiehl.com
Author: Rob Diehl
Author URI: https://robdiehl.com
Description: Human-centered corporate emcee theme focused on Reno–Tahoe & Northern California bookings. Sleek + warm, built to convert with Calendly.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: robdiehl-human
*/

:root{
  --bg: #0b0c0f;
  --panel: #111319;
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --faint: rgba(255,255,255,.55);
  --line: rgba(255,255,255,.12);
  --accent: #ffffff;
  --chip: rgba(255,255,255,.08);
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
}

body{
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(900px 600px at 90% 0%, rgba(255,255,255,.06), transparent 60%),
    var(--bg);
  color:var(--text);
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.5;
}

a{
  color:inherit;
  text-decoration:none;
}

a:hover{
  opacity:.92;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible{
  outline:2px solid rgba(255,255,255,.9);
  outline-offset:2px;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

p{
  margin:0 0 14px;
  color:var(--muted);
}

h1,
h2,
h3{
  color:var(--text);
  margin:0 0 12px;
  letter-spacing:-.4px;
}

h1{
  font-size:clamp(34px, 4.2vw, 56px);
  line-height:1.04;
  letter-spacing:-.8px;
}

h2{
  font-size:clamp(22px, 2.4vw, 30px);
}

h3{
  font-size:16px;
  letter-spacing:-.2px;
}

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

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(14px);
  background:rgba(11,12,15,.65);
  border-bottom:1px solid var(--line);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:240px;
}

.brand .mark{
  width:36px;
  height:36px;
  border-radius:12px;
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.brand-image{
  width:36px;
  height:36px;
  border-radius:12px;
  object-fit:cover;
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  flex-shrink:0;
}

.brand .name{
  font-weight:700;
  letter-spacing:.2px;
}

.brand .tag{
  font-size:12px;
  color:var(--faint);
  margin-top:1px;
}

.nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav a{
  font-size:14px;
  color:var(--muted);
  padding:10px 10px;
  border-radius:12px;
}

.nav a:hover{
  background:rgba(255,255,255,.06);
  color:var(--text);
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 18px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-weight:700;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    opacity .18s ease,
    box-shadow .18s ease;
}

.btn:hover{
  background:rgba(255,255,255,.09);
  transform:translateY(-1px);
}

.btn.primary{
  background:rgba(255,255,255,.96);
  color:#0b0c0f;
  border-color:rgba(255,255,255,.96);
  box-shadow:0 10px 28px rgba(255,255,255,.12);
}

.btn.primary:hover{
  background:#ffffff;
}

/* Hero */
.hero{
  padding:88px 0 42px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:stretch;
}

.hero-card{
  border-radius:var(--radius2);
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}

.hero-copy{
  padding:32px;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--chip);
  border:1px solid var(--line);
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  color:var(--muted);
}

.lede{
  font-size:18px;
  color:rgba(255,255,255,.82);
  max-width:54ch;
  margin:0 0 18px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.hero-meta{
  margin-top:18px;
  font-size:13px;
  color:var(--faint);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.dot{
  opacity:.65;
}

.hero-visual-card{
  display:flex;
  min-height:100%;
}

.hero-image-wrap{
  width:100%;
  height:100%;
  min-height:100%;
}

.hero-image{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* Sections */
.section{
  padding:54px 0;
}

.panel{
  border-radius:var(--radius2);
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  box-shadow:0 14px 50px rgba(0,0,0,.35);
  padding:26px;
}

.trustedby-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.logo-pill{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 12px;
  font-size:13px;
  color:rgba(255,255,255,.86);
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:16px;
}

.card{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:18px;
}

.card p{
  font-size:14px;
}

.bullets{
  margin:12px 0 0;
  padding:0;
  list-style:none;
}

.bullets li{
  padding-left:22px;
  position:relative;
  margin:10px 0;
  color:var(--muted);
}

.bullets li:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:99px;
  background:rgba(255,255,255,.7);
  position:absolute;
  left:0;
  top:.58em;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
  margin-top:16px;
}

.quote{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:18px;
}

.quote .who{
  margin-top:10px;
  color:var(--faint);
  font-size:13px;
}

/* Calendly */
.cal-wrap{
  border-radius:var(--radius2);
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  padding:14px;
  margin-top:16px;
  overflow:hidden;
}

.cal-wrap .cal-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:8px 6px 14px;
}

.cal-wrap .cal-title h3{
  margin:0;
}

.small{
  font-size:13px;
  color:var(--faint);
}

/* Footer */
.site-footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  color:var(--faint);
  font-size:13px;
}

.footer-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:space-between;
  align-items:center;
}

.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.footer-links a{
  color:var(--faint);
}

.footer-links a:hover{
  color:var(--text);
}

/* Interior pages */
.page-hero{
  padding:64px 0 20px;
}

.page-hero .panel{
  padding:22px 22px;
}

.content{
  padding:26px 0 56px;
}

.content .panel{
  padding:26px;
}

hr.line{
  border:0;
  border-top:1px solid var(--line);
  margin:22px 0;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-visual-card{
    min-height:auto;
  }

  .hero-image-wrap{
    min-height:340px;
  }

  .hero-image{
    width:100%;
    height:100%;
    min-height:340px;
    object-fit:cover;
  }

  .grid-3{
    grid-template-columns:1fr;
  }

  .split{
    grid-template-columns:1fr;
  }

  .brand{
    min-width:auto;
  }

  .site-header{
    position:sticky;
  }

  .header-inner{
    padding:14px 0;
  }

  .nav{
    gap:8px;
  }

  .nav a{
    padding:8px 9px;
    font-size:13px;
  }
}