* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #111;
  color: #eee;
  scroll-behavior: smooth;
}

h1, h2, blockquote {
  font-family: 'Merriweather', serif;
}

header {
  background: url('cover.jpg') no-repeat center center/cover;
  height: 100vh;
  color: white;
  position: relative;
}

.overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-header {
  background: url('assets/From-Broken-To-Called-Shop-Banner.png') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-header .overlay {
  background-color: rgba(0, 0, 0, 0.6); /* dark overlay */
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.hero-content {
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-content .tagline {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
  color: #eee;
}

.tagline {
  font-style: italic;
  margin: 10px 0 20px;
}

.cta-button {
  background: #e0a24d;
  color: #000;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
}

blockquote {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #ccc;
  border-left: 3px solid #e0a24d;
  padding-left: 10px;
}

.author {
  display: flex;
  gap: 20px;
  align-items: center;
}

.author-photo {
  max-width: 150px;
  border-radius: 50%;
  border: 3px solid #e0a24d;
}

.carousel {
  text-align: center;
}

.carousel-buttons button {
  margin: 10px;
  font-size: 1.2rem;
}

.purchase-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.buy-button {
  background: #333;
  color: white;
  padding: 12px 18px;
  text-decoration: none;
  border: 1px solid #555;
}

.buy-button.limited {
  border: 2px solid #e0a24d;
}

.formats span {
  margin-right: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input, .contact-form textarea {
  padding: 10px;
  background: #222;
  border: 1px solid #555;
  color: white;
}

.contact-form button {
  padding: 10px;
  background: #e0a24d;
  color: black;
  font-weight: bold;
  border: none;
}

.social a {
  margin-right: 15px;
  text-decoration: none;
  color: #e0a24d;
}

footer {
  text-align: center;
  padding: 20px;
  background: #000;
  font-size: 0.9rem;
}

#mission .cta-button {
  display: inline-block;
  margin-top: 20px;
}

.video-hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0;
}

.video-hero-section .background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-hero-section .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video-hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
}

.content-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.text-block {
  text-align: left;
}

.text-block blockquote {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #ccc;
  border-left: 4px solid #e0a24d;
  padding-left: 12px;
}

@media (max-width: 768px) {
  .author {
    flex-direction: column;
    text-align: center;
  }
}

.unified-bg {
  background: url('assets/mockup-phone.png') no-repeat center center / cover;
  color: white;
  position: relative;
  overflow: hidden;
}

.unified-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* dark overlay */
  z-index: 0;
}

.unified-bg .overlay-section {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}

/* Style tweaks for readability */
.unified-bg .buy-button,
.unified-bg .cta-button,
.unified-bg button {
  background-color: #e0a24d;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  margin: 10px 0;
}

.unified-bg .buy-button.limited {
  border: 2px solid #fff;
  background: transparent;
  color: white;
}

.unified-bg .contact-form input,
.unified-bg .contact-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid #ccc;
}

.unified-bg .social a {
  color: #e0a24d;
  margin-right: 15px;
}

.hero {
  background: url('assets/From-Broken-To-Called-Shop-Banner.png') no-repeat center center/cover;
  height: 100vh;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  max-width: 700px;
  margin: auto;
}

.subhead {
  font-style: italic;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.cta-button {
  background-color: #dd9a35;
  color: #000;
  padding: 0.7rem 1.4rem;
  border: none;
  margin-top: 1.5rem;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.section-dark {
  background-color: #1a1a1a;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
}

.section-light {
  background-color: #f4f4f4;
  color: #333;
  padding: 3rem 1rem;
  text-align: center;
}

.footer {
  padding: 2rem 1rem;
  font-size: 0.9rem;
}

.footer a {
  color: #dd9a35;
  text-decoration: underline;
}