/* ======================================================
   Shawn Miller Portfolio Site
   Custom CSS
   ====================================================== */


/* ------------------------------------------------------
   Global
   ------------------------------------------------------ */

body {
  background-color: #111111;
  color: #f5f5f5;
}

a {
  color: #c89b3c;
}

a:hover {
  color: #d7ad55;
}


/* ------------------------------------------------------
   Navigation
   ------------------------------------------------------ */

.custom-navbar {
  background-color: #111111;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 24px;
}

.custom-navbar .navbar-brand {
  color: #f5f5f5;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.custom-navbar .navbar-brand:hover {
  color: #c89b3c;
}

.custom-navbar .nav-link {
  color: #d8d8d8;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  margin-left: 16px;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus,
.custom-navbar .nav-link.active {
  color: #c89b3c;
}


/* ------------------------------------------------------
   Buttons
   ------------------------------------------------------ */

.btn-dark {
  background-color: #c89b3c;
  border-color: #c89b3c;
  color: #111111;
}

.btn-dark:hover {
  background-color: #d7ad55;
  border-color: #d7ad55;
  color: #111111;
}

.btn-outline-dark {
  border-color: #c89b3c;
  color: #c89b3c;
}

.btn-outline-dark:hover {
  background-color: #c89b3c;
  border-color: #c89b3c;
  color: #111111;
}

.btn-outline-gold {
  border: 1px solid #c89b3c;
  color: #c89b3c;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline-gold:hover {
  background-color: #c89b3c;
  color: #111111;
}


/* ------------------------------------------------------
   Shared Section Styling
   ------------------------------------------------------ */

.section-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.section-rule {
  width: 70px;
  height: 3px;
  background-color: #c89b3c;
  margin: 0 auto 44px;
}


/* ------------------------------------------------------
   Homepage: Hero Carousel
   ------------------------------------------------------ */

.hero-carousel {
  background-color: #000000;
  border-bottom: 1px solid #2a2a2a;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c89b3c;
  opacity: 0.45;
}

.carousel-indicators .active {
  opacity: 1;
}


/* ------------------------------------------------------
   Homepage: Story Section
   ------------------------------------------------------ */

.story-section {
  padding: 80px 0;
}

.story-image {
  border-radius: 12px;
}

.story-copy {
  padding: 24px;
}

.story-copy h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 24px;
}

.story-copy p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #d8d8d8;
}

.story-copy .btn {
  margin-right: 12px;
  margin-top: 16px;
}


/* ------------------------------------------------------
   Featured Work / Portfolio Cards
   ------------------------------------------------------ */

.featured-work-section,
.portfolio-section {
  padding: 90px 0;
  background-color: #111111;
  color: #f5f5f5;
}

.portfolio-section {
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.featured-card,
.portfolio-card {
  height: 100%;
  background-color: #191919;
  border: 1px solid #333333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.featured-card iframe,
.portfolio-card iframe {
  border: 0;
}

.portfolio-card img {
  width: 100%;
  height: auto;
  display: block;
}

.featured-card-body,
.portfolio-card-body {
  padding: 28px;
}

.featured-card-body h3,
.portfolio-card-body h3 {
  font-size: 1.45rem;
  margin-bottom: 14px;
  color: #ffffff;
}

.featured-card-body p,
.portfolio-card-body p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.portfolio-category {
  color: #c89b3c;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}


/* ------------------------------------------------------
   Homepage: What I Do
   ------------------------------------------------------ */

.what-i-do-section {
  padding: 90px 0;
  background-color: #111111;
  color: #f5f5f5;
}

.service-block {
  height: 100%;
  padding: 24px 22px;
  border-right: 1px solid #333333;
}

.what-i-do-section .col-md-3:last-child .service-block {
  border-right: none;
}

.service-icon {
  color: #c89b3c;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 24px;
}

.service-block h3 {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

.service-block p {
  color: #d0d0d0;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}


/* ------------------------------------------------------
   Homepage: Approach / About
   ------------------------------------------------------ */

.approach-about-section {
  padding: 80px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.approach-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.approach-copy,
.about-copy {
  height: 100%;
  padding: 48px 36px;
}

.approach-copy {
  border-right: 1px solid #333333;
}

.approach-copy h2,
.about-copy h2,
.contact-copy h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

.approach-copy p,
.about-copy p,
.contact-copy p,
.contact-details p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.text-link-gold {
  color: #c89b3c;
  font-weight: 600;
  text-decoration: none;
}

.text-link-gold:hover {
  color: #d7ad55;
  text-decoration: underline;
}


/* ------------------------------------------------------
   Work Page: Page Hero
   ------------------------------------------------------ */

.page-hero {
  padding: 90px 0 70px;
  border-bottom: 1px solid #2a2a2a;
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("../images/work-hero.jpg");
  background-size: cover;
  background-position: center;
}

.page-hero h1 {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 760px;
  color: #d8d8d8;
  font-size: 1.2rem;
  line-height: 1.7;
}


/* ------------------------------------------------------
   Work Page: Reel Section
   ------------------------------------------------------ */

.reel-section {
  padding: 90px 0;
  background-color: #111111;
}

.reel-copy {
  padding: 24px 0;
}

.reel-copy h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.reel-copy p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}


/* ------------------------------------------------------
   Contact CTA
   ------------------------------------------------------ */

.contact-cta-section {
  padding: 80px 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/contact-background.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #2a2a2a;
}

.contact-copy {
  padding: 48px 36px;
}

.contact-details {
  padding: 48px 36px;
  border-left: 1px solid #333333;
}

.contact-details .company-name {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-details a {
  color: #c89b3c;
  text-decoration: none;
}

.contact-details a:hover {
  color: #d7ad55;
  text-decoration: underline;
}


/* Centered contact section variant for Work page */
.contact-cta-section.text-center p {
  max-width: 720px;
  margin: 0 auto 28px;
}


/* ------------------------------------------------------
   Footer
   ------------------------------------------------------ */

.site-footer {
  padding: 36px 0 28px;
  background-color: #111111;
  text-align: center;
}

.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a {
  color: #d8d8d8;
  text-decoration: none;
  margin: 0 16px;
  font-size: 0.95rem;
}

.footer-nav a:hover {
  color: #c89b3c;
}

.site-footer p {
  color: #8f8f8f;
  font-size: 0.9rem;
  margin: 0;
}


/* ------------------------------------------------------
   Responsive
   ------------------------------------------------------ */

@media (max-width: 767px) {
  .custom-navbar .nav-link {
    margin-left: 0;
  }

  .page-hero {
    padding: 64px 0 56px;
  }

  .page-hero h1 {
    font-size: 2.5rem;
  }

  .story-section {
    padding: 56px 0;
  }

  .story-copy {
    padding: 32px 0 0;
  }

  .featured-work-section,
  .portfolio-section,
  .what-i-do-section,
  .approach-about-section,
  .contact-cta-section,
  .reel-section {
    padding: 64px 0;
  }

  .service-block {
    border-right: none;
    border-bottom: 1px solid #333333;
    padding-bottom: 36px;
  }

  .what-i-do-section .col-md-3:last-child .service-block {
    border-bottom: none;
  }

  .approach-copy,
  .about-copy,
  .contact-copy,
  .contact-details {
    padding: 32px 20px;
  }

  .approach-copy {
    border-right: none;
    border-bottom: 1px solid #333333;
  }

  .contact-details {
    border-left: none;
    border-top: 1px solid #333333;
  }

  .footer-nav a {
    display: block;
    margin: 10px 0;
  }
}
/* ------------------------------------------------------
   Work Page: Case Studies
   ------------------------------------------------------ */

.case-study-section {
  padding: 90px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.case-study-block {
  padding: 56px 0;
  border-bottom: 1px solid #333333;
}

.case-study-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.case-study-block:first-of-type {
  padding-top: 20px;
}

.case-study-copy {
  padding: 24px;
}

.case-study-copy h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.case-study-copy p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.case-study-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.case-study-details h4 {
  color: #c89b3c;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.case-study-details p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

@media (max-width: 767px) {
  .case-study-section {
    padding: 64px 0;
  }

  .case-study-block {
    padding: 44px 0;
  }

  .case-study-copy {
    padding: 24px 0 0;
  }

  .case-study-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
/* ------------------------------------------------------
   Film Projects Page
   ------------------------------------------------------ */

.film-projects-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("../images/film-projects-hero.jpg");
  background-size: cover;
  background-position: center;
}

.featured-film-section {
  padding: 90px 0;
  background-color: #111111;
}

.featured-film-image {
  border-radius: 12px;
  border: 1px solid #333333;
}

.featured-film-copy {
  padding: 24px;
}

.featured-film-copy h2 {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 24px;
}

.featured-film-copy p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.film-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #333333;
}

.film-meta-grid h4 {
  color: #c89b3c;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.film-meta-grid p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.film-case-section {
  padding: 90px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.film-case-block {
  padding-top: 20px;
}

.film-case-copy {
  padding: 24px;
}

.film-case-copy h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.film-case-copy p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.awards-panel {
  margin: 28px 0;
  padding: 24px;
  background-color: #111111;
  border: 1px solid #333333;
  border-radius: 10px;
}

.awards-panel h4 {
  color: #c89b3c;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.awards-panel ul {
  margin: 0;
  padding-left: 20px;
}

.awards-panel li {
  color: #d0d0d0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.development-slate-section {
  padding: 90px 0;
  background-color: #111111;
}

.film-project-card {
  height: 100%;
  background-color: #191919;
  border: 1px solid #333333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.film-project-card img {
  width: 100%;
  height: auto;
  display: block;
}

.film-project-card-body {
  padding: 28px;
}

.film-project-card-body h3 {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.film-project-card-body p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.6;
}

.film-approach-section {
  padding: 80px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
}

.film-approach-section h2 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.15;
}

.film-approach-section p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .featured-film-section,
  .film-case-section,
  .development-slate-section,
  .film-approach-section {
    padding: 64px 0;
  }

  .featured-film-copy,
  .film-case-copy {
    padding: 24px 0 0;
  }

  .featured-film-copy h2 {
    font-size: 2.2rem;
  }

  .film-meta-grid {
    grid-template-columns: 1fr;
  }

  .film-approach-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------
   Shayla Frame Grid
   ------------------------------------------------------ */

.shayla-frame-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.shayla-frame-grid img {
  width: 100%;
  aspect-ratio: 2.39 / 1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid #333333;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.shayla-frame-grid img:first-child {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .shayla-frame-grid {
    grid-template-columns: 1fr;
  }

  .shayla-frame-grid img:first-child {
    grid-column: span 1;
  }
}
/* ------------------------------------------------------
   About Page
   ------------------------------------------------------ */

.about-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("../images/about-hero.jpg");
  background-size: cover;
  background-position: center;
}

.about-main-section {
  padding: 90px 0;
  background-color: #111111;
}

.about-portrait {
  border-radius: 12px;
  border: 1px solid #333333;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.about-main-copy {
  padding: 24px;
}

.about-main-copy h2,
.radio-tribe-copy h2,
.creative-focus-section h2 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 24px;
}

.about-main-copy p,
.radio-tribe-copy p,
.creative-focus-section p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-experience-section {
  padding: 90px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.about-info-card {
  height: 100%;
  padding: 32px;
  background-color: #191919;
  border: 1px solid #333333;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.about-info-card h3 {
  color: #ffffff;
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.about-info-card p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.radio-tribe-section {
  padding: 90px 0;
  background-color: #111111;
}

.radio-tribe-copy {
  padding: 24px;
}

.about-wide-image {
  border-radius: 12px;
  border: 1px solid #333333;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.creative-focus-section {
  padding: 80px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
}

@media (max-width: 767px) {
  .about-main-section,
  .about-experience-section,
  .radio-tribe-section,
  .creative-focus-section {
    padding: 64px 0;
  }

  .about-main-copy,
  .radio-tribe-copy {
    padding: 24px 0 0;
  }

  .about-main-copy h2,
  .radio-tribe-copy h2,
  .creative-focus-section h2 {
    font-size: 2rem;
  }
}
/* ------------------------------------------------------
   Contact Page
   ------------------------------------------------------ */

.contact-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("../images/contact-hero.jpg");
  background-size: cover;
  background-position: center;
}

.contact-main-section {
  padding: 90px 0;
  background-color: #111111;
}

.contact-main-copy {
  padding: 24px;
}

.contact-main-copy h2 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 24px;
}

.contact-main-copy p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-card {
  height: 100%;
  padding: 36px;
  background-color: #191919;
  border: 1px solid #333333;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.contact-card h3 {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-list li {
  color: #d0d0d0;
  padding: 12px 0;
  border-bottom: 1px solid #333333;
  font-size: 1rem;
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-details-section {
  padding: 90px 0;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.contact-info-box {
  height: 100%;
  padding: 32px;
  background-color: #191919;
  border: 1px solid #333333;
  border-radius: 10px;
}

.contact-info-box h3 {
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.contact-info-box p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-info-box a {
  color: #c89b3c;
  text-decoration: none;
  font-weight: 600;
}

.contact-info-box a:hover {
  color: #d7ad55;
  text-decoration: underline;
}

.contact-note-section {
  padding: 80px 0;
  background-color: #111111;
}

.contact-note-section h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-note-section p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .contact-main-section,
  .contact-details-section,
  .contact-note-section {
    padding: 64px 0;
  }

  .contact-main-copy {
    padding: 24px 0 0;
  }

  .contact-main-copy h2 {
    font-size: 2rem;
  }

  .contact-card,
  .contact-info-box {
    padding: 28px;
  }
}
/* ------------------------------------------------------
   Page Hero Sections
   ------------------------------------------------------ */

.page-hero {
  min-height: 420px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #2a2a2a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero-overlay {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 90px 56px 80px;
  background: transparent;
}

.page-hero h1 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1.05;
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 760px;
  color: #d8d8d8;
  font-size: 1.2rem;
  line-height: 1.7;
}

.page-hero .btn {
  margin-top: 18px;
}

.page-hero h1,
.page-hero p,
.page-hero .portfolio-category {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.85);
}


/* Individual page hero images */

.work-hero {
  background-image: url("../images/work-hero.jpg");
}

.film-projects-hero {
  background-image: url("../images/film-projects-hero.jpg");
}

.about-hero {
  background-image: url("../images/about-hero.jpg");
}

.contact-hero {
  background-image: url("../images/contact-hero.jpg");
}


/* Mobile adjustments */

@media (max-width: 767px) {
  .page-hero {
    min-height: 360px;
  }

  .page-hero-overlay {
    padding: 64px 28px 56px;
    background: transparent;
  }

  .page-hero h1 {
    font-size: 2.6rem;
  }

  .page-hero p {
    font-size: 1.05rem;
  }
}