/* =====================
   Base
===================== */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fbfbf9;
  color: #3a3a3a;
  line-height: 1.65;
}

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

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================
   Header
===================== */

.site-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
  background: #fbfbf9;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.brand {
  font-weight: 700;
  font-size: 16px;
}

.nav a {
  margin-left: 14px;
  font-size: 14px;
  opacity: 0.9;
}

.nav a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =====================
   Links
===================== */

.inline-link {
  font-weight: 700;
  display: inline-block;
  padding: 6px 0;
}

.orange {
  color: #b24a12;
}

.orange:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =====================
   Sections & Boxes
===================== */

.section {
  padding: 56px 0;
  border-top: 1px solid #e5e5e5;
}

.section.alt {
  background: #f7f7f4;
}

.box {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 28px;
}

.box-white {
  background: #ffffff;
}

.box-soft {
  background: #fbfbf9;
}

/* =====================
   Hero
===================== */

.hero {
  padding: 40px 0 48px;
}

.hero-banner {
  max-width: 960px;
  margin: 0 auto 22px;
  padding: 0 20px;
  max-height: 320px;
  overflow: hidden;
}

.hero-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.hero-content {
  text-align: center;
}

.hero h1 {
  font-size: 36px;
  margin: 0 0 12px;
  color: #242424;
}

.hero-intro {
  margin: 0 auto 16px;
  max-width: 720px;
  font-size: 18px;
  color: #2f2f2f;
}

.hero-tagline {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: #7a7a7a;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 22px;
}

.badge {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.hero-cta {
  margin-top: 10px;
}

/* =====================
   Headings
===================== */

h2 {
  font-size: 26px;
  margin: 0 0 18px;
  color: #242424;
}

h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #242424;
}

/* Stronger subheads */
.subhead {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
}

/* =====================
   About
===================== */

.about-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: stretch;
}

.about-text p {
  margin-top: 0;
}

.about-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 18px;
  display: block;
}

/* =====================
   Tutorial Images
===================== */

.tutorial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.tutorial-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.tutorial-caption {
  margin-top: 14px;
  color: #6a6a6a;
}

/* =====================
   Two Column (Approach)
===================== */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

/* =====================
   Lists
===================== */

.list {
  margin: 10px 0 0;
  padding-left: 18px;
}

.indent {
  padding-left: 24px;
}

.dim {
  color: #6a6a6a;
}

/* Testimonials — consistent styling */

.testimonial-line {
  margin: 22px 0;
  padding: 14px 0 14px 16px;
  border-left: 4px solid #b24a12;
}

.testimonial-line p {
  margin: 0 0 10px;
  font-size: 17px;      /* slightly larger than body */
  line-height: 1.6;
  color: #2f2f2f;
}

.testimonial-line footer {
  font-size: 12px;      /* smaller */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6a6a;
}

/* =====================
   Media (Images & Video)
===================== */

.media {
  margin: 18px 0 0;
}

.media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  display: block;
}

.media-caption {
  margin-top: 6px;
  font-size: 13px;
  color: #6a6a6a;
}

.site-video {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background: #000;
  display: block;
}

/* =====================
   Lesson Options
===================== */

.options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.option-card {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.option-card p {
  margin: 14px 0 0;
}

.card-cta {
  margin-top: auto;
  padding-top: 16px;
}

/* =====================
   Contact
===================== */

.contact-form {
  margin-top: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.contact-form iframe {
  width: 100%;
  height: 820px;
  border: 0;
}

/* =====================
   Footer
===================== */

.site-footer {
  border-top: 1px solid #e5e5e5;
  padding: 28px 0;
  text-align: center;
  font-size: 14px;
  background: #fbfbf9;
}

/* =====================
   Responsive
===================== */

@media (max-width: 900px) {
  .about-grid,
  .two-col,
  .options-grid {
    grid-template-columns: 1fr;
  }

  .about-image img {
    max-width: 280px;
  }

  .site-video {
    height: 320px;
  }
}

@media (max-width: 800px) {
  .tutorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .hero-banner img {
    height: 220px;
  }

  .hero h1 {
    font-size: 30px;
  }

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

  .site-video {
    height: 260px;
  }

  .contact-form iframe {
    height: 920px;
  }
}