/* ============================================================
   BOB SIMPSON VOICE OVER — Main Stylesheet
   Modernized 2026 | Minimal, professional, generous whitespace
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* --- Variables --- */
:root {
  --black:       #111111;
  --charcoal:    #2a2a2a;
  --mid:         #3d3d3d;
  --light:       #777777;
  --rule:        #dddddd;
  --bg:          #ffffff;
  --bg-off:      #f8f8f6;
  --red:         #cc0000;
  --red-hover:   #a80000;
  --link:        #111111;
  --link-hover:  #cc0000;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --max-width: 960px;
  --gutter: 48px;
  --section-gap: 80px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--charcoal);
  background: var(--bg);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: var(--link); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--link-hover); }
ul { list-style: none; }

/* --- Layout --- */
.site-wrapper { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }

/* --- Header --- */
.site-header { padding: 40px 0 32px; border-bottom: 1px solid var(--rule); }
.site-header .site-wrapper { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }

/* --- Logo --- */
.site-logo { display: flex; flex-direction: column; gap: 0; text-decoration: none; line-height: 1; }
.site-logo .logo-name {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--black);
  line-height: 1;
  display: block;
}
.site-logo .logo-tagline {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  padding-left: 0.55em;
  margin-top: -0.05em;
  display: block;
}

/* --- Navigation --- */
.site-nav ul { display: flex; gap: 36px; align-items: center; }
.site-nav a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  transition: color 0.2s, border-color 0.2s;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover, .site-nav a.active { color: var(--black); border-bottom-color: var(--black); }

/* --- Main --- */
.site-main { padding: var(--section-gap) 0; min-height: 60vh; }

/* --- Page Header --- */
.page-header { margin-bottom: 56px; padding-bottom: 32px; border-bottom: 1px solid var(--rule); }
.page-header h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: var(--black);
  line-height: 1.1;
}
.page-header .subhead { margin-top: 12px; font-size: 0.95rem; color: var(--mid); max-width: 600px; }

/* --- Home Page --- */
.home-hero { padding: 16px 0 80px; border-bottom: 1px solid var(--rule); }
.home-hero h1 {
  font-family: var(--font-display);
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--black);
  max-width: 700px;
  margin-bottom: 32px;
}
.home-hero h1 em { font-style: italic; font-weight: 300; }
.home-hero p { font-size: 1.05rem; color: var(--mid); max-width: 560px; line-height: 1.8; margin-bottom: 40px; }

.home-cta { display: inline-flex; gap: 32px; align-items: center; }

.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--red-hover); color: #fff; }

.btn-text {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-text:hover { color: var(--red); border-color: var(--red); }

/* --- Home Stats --- */
.home-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 64px 0 0; }
.stat-item { padding: 0 32px 0 0; border-right: 1px solid var(--rule); }
.stat-item:last-child { border-right: none; padding-right: 0; padding-left: 32px; }
.stat-item:nth-child(2) { padding-left: 32px; }
.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid);
  line-height: 1.4;
}

/* --- Services Page --- */
.services-intro { font-size: 1.1rem; color: var(--mid); max-width: 620px; margin-bottom: 56px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); margin-bottom: 64px; }
.service-item { padding: 36px 40px 36px 0; border-bottom: 1px solid var(--rule); }
.service-item:nth-child(even) { padding-left: 40px; padding-right: 0; border-left: 1px solid var(--rule); }
.service-item h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; color: var(--black); margin-bottom: 8px; }
.service-item p { font-size: 0.92rem; color: var(--mid); line-height: 1.65; }
.services-closing { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.services-closing p { font-size: 0.95rem; color: var(--mid); line-height: 1.8; }

/* --- Demos Page --- */
.demos-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule); }
.demo-item { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 36px 0; border-bottom: 1px solid var(--rule); }
.demo-info .demo-category { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; }
.demo-info h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--black); margin-bottom: 6px; }
.demo-info p { font-size: 0.92rem; color: var(--mid); line-height: 1.6; max-width: 500px; }
.demo-controls { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; min-width: 200px; }
.demo-controls audio { width: 200px; height: 32px; accent-color: var(--red); }
.demo-download {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.demo-download:hover { color: var(--red); border-color: var(--red); }

/* --- Bio Page --- */
.bio-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.bio-text p { font-size: 1rem; color: var(--mid); line-height: 1.85; margin-bottom: 24px; }
.bio-awards { padding-top: 8px; }
.bio-awards h2 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; color: var(--black); margin-bottom: 32px; }
.award-item { padding: 20px 0; border-bottom: 1px solid var(--rule); }
.award-item:first-of-type { border-top: 1px solid var(--rule); }
.award-title { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }
.award-desc { font-size: 0.92rem; color: var(--mid); line-height: 1.5; }

/* --- Clients Page --- */
.clients-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.clients-section h2 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; color: var(--black); margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid var(--rule); }
.client-list-items li { padding: 12px 0; border-bottom: 1px solid var(--rule); }
.client-list-items li .client-name { font-size: 0.95rem; font-weight: 400; color: var(--charcoal); }
.client-list-items li .client-loc { font-size: 0.82rem; color: var(--light); font-style: italic; }
.featured-client { padding: 20px 0; border-bottom: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; }
.featured-client-info .client-name { font-size: 0.95rem; font-weight: 400; color: var(--charcoal); }
.featured-client-info .client-loc { font-size: 0.82rem; color: var(--light); font-style: italic; }
.client-login-link {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}
.client-login-link:hover { color: var(--red-hover); border-color: var(--red-hover); }

/* --- Contact Page --- */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-intro { font-size: 1.05rem; color: var(--mid); line-height: 1.8; margin-bottom: 48px; }
.contact-method { margin-bottom: 40px; }
.contact-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.contact-value { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--black); line-height: 1.2; }
.contact-value a { color: var(--black); border-bottom: 1px solid var(--rule); transition: color 0.2s, border-color 0.2s; }
.contact-value a:hover { color: var(--red); border-color: var(--red); }

/* --- Footer --- */
.site-footer { border-top: 1px solid var(--rule); padding: 32px 0; margin-top: 40px; }
.site-footer .site-wrapper { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.footer-contact { font-size: 0.82rem; color: var(--mid); }
.footer-contact a { color: var(--mid); transition: color 0.2s; }
.footer-contact a:hover { color: var(--red); }
.footer-meta { font-size: 0.72rem; color: var(--light); letter-spacing: 0.04em; }

/* --- Admin Bar --- */
.admin-bar { background: var(--black); color: #fff; text-align: center; padding: 10px; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.admin-bar a { color: #aaa; margin-left: 16px; }
.admin-bar a:hover { color: #fff; }

/* --- Responsive --- */
@media (max-width: 760px) {
  :root { --gutter: 24px; --section-gap: 56px; }
  .site-header .site-wrapper { flex-direction: column; align-items: flex-start; gap: 24px; }
  .site-nav ul { gap: 20px; flex-wrap: wrap; }
  .home-hero h1 { font-size: 2.8rem; }
  .home-stats { grid-template-columns: 1fr; gap: 32px; }
  .stat-item { border-right: none; padding: 0 0 32px; border-bottom: 1px solid var(--rule); }
  .stat-item:last-child { padding-left: 0; border-bottom: none; }
  .stat-item:nth-child(2) { padding-left: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-item:nth-child(even) { padding-left: 0; border-left: none; }
  .services-closing { grid-template-columns: 1fr; gap: 32px; }
  .bio-layout { grid-template-columns: 1fr; gap: 48px; }
  .clients-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .demo-item { grid-template-columns: 1fr; gap: 20px; }
  .demo-controls { align-items: flex-start; }
  .site-footer .site-wrapper { align-items: flex-start; text-align: left; }
}
