/* ============================================================
   HOLD TYTE STUDIOS LLC — style.css
   DARK film-studio theme: near-black burgundy + studio-wine accent
   Palette:
     body bg          #170D12  (near-black burgundy)
     headings         #F7F0F3  (white)
     body text        #E8DEE2  (light rose-grey)
     secondary text   #A4949C  (dim wine)
     accent           #A23A52  (studio-wine)
     raised panel     #24161C  (wine panel)
     inner panel      #2C1B23  (deeper panel)
     hairline         #38242E
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #170D12;
  color: #E8DEE2;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #E8DEE2;
}

/* ---------- Scroll reveal (safe fallback via <noscript>) ---------- */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   BURGER-FIRST NAV
   ============================================================ */
.burger-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  background-color: #170D12;
  border-bottom: 2px solid #A23A52;
  position: sticky;
  top: 0;
  z-index: 100;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #F7F0F3;
}

.brand-name {
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 17px;
  color: #F7F0F3;
  white-space: nowrap;
}

.clapper-mark {
  display: inline-block;
  width: 28px;
  height: 22px;
  border: 2px solid #A23A52;
  border-radius: 4px;
  background-color: #170D12;
  position: relative;
  flex: 0 0 auto;
}

.clapper-mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background-color: #A23A52;
  border-radius: 2px 2px 0 0;
}

.clapper-mark::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(135deg, #F7F0F3 0 4px, #170D12 4px 8px);
  border-radius: 0 0 2px 2px;
}

.burger-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 10px 6px;
  cursor: pointer;
}

.burger-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #A23A52;
  border-radius: 2px;
}

/* ---------- Full-screen overlay menu ---------- */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A23A52;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  visibility: hidden;
}

.menu-overlay.open {
  transform: translateY(0);
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: 22px;
  right: 30px;
  background: none;
  border: none;
  color: #F7F0F3;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.overlay-nav a {
  color: #F7F0F3;
  text-decoration: none;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.overlay-nav a:hover {
  border-bottom-color: #F7F0F3;
}

.overlay-foot {
  position: absolute;
  bottom: 26px;
  left: 24px;
  right: 24px;
  text-align: center;
  color: #F7F0F3;
  font-size: 13px;
  letter-spacing: 1px;
}

/* ============================================================
   SPOTLIGHT HERO
   ============================================================ */
.spotlight-hero {
  position: relative;
  overflow: hidden;
  background-color: #170D12;
  text-align: center;
  padding: 150px 24px 130px;
}

.spotlight-beam {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 100%);
  height: 100%;
  background-color: #24161C;
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.spotlight-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.clapperboard {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 112px;
  background-color: #24161C;
  border: 3px solid #A23A52;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.clap-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #A23A52;
}

.clap-stripe {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 14px;
  background: repeating-linear-gradient(135deg, #F7F0F3 0 13px, #24161C 13px 26px);
  border-bottom: 2px solid #A23A52;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #A23A52;
  color: #F7F0F3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
}

.hero-title {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  color: #F7F0F3;
  margin: 26px 0 22px;
}

.hero-title .accent {
  color: #A23A52;
}

.hero-sub {
  color: #E8DEE2;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 34px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.btn-primary {
  display: inline-block;
  background-color: #A23A52;
  color: #F7F0F3;
  border: 2px solid #A23A52;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #8E3047;
}

.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #F7F0F3;
  border: 2px solid #F7F0F3;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
  background-color: #F7F0F3;
  color: #170D12;
}

/* ---------- Film strip decoration (hero bottom edge) ---------- */
.film-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: repeating-linear-gradient(90deg, #24161C 0 30px, #38242E 30px 32px);
  border-top: 1px solid #38242E;
  z-index: 1;
}

.film-strip::before,
.film-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 9px;
  background: repeating-linear-gradient(90deg, #38242E 0 5px, #170D12 5px 16px);
}

.film-strip::before {
  top: 9px;
}

.film-strip::after {
  bottom: 9px;
}

/* ============================================================
   SECTION HEADING ROW
   ============================================================ */
.section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 70px;
}

.section-title {
  color: #F7F0F3;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  margin: 22px 0 20px;
  padding-bottom: 16px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #A23A52;
  border-radius: 2px;
}

.section-intro {
  color: #E8DEE2;
  font-size: 17px;
  max-width: 780px;
  margin: 0 auto;
}

/* ============================================================
   CAPABILITY COLUMNS
   ============================================================ */
.capability-columns {
  background-color: #170D12;
  padding: 110px 24px;
}

.cap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

.cap-col {
  padding: 10px 42px;
  border-left: 1px solid #38242E;
}

.cap-col:first-child {
  border-left: none;
  padding-left: 0;
}

.cap-col:last-child {
  padding-right: 0;
}

.film-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
}

.aperture {
  border-radius: 50%;
  background-color: #24161C;
  border: 2px solid #A23A52;
  position: relative;
}

.aperture::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background-color: #A23A52;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.cap-col h3 {
  color: #F7F0F3;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 16px;
}

.cap-col p {
  color: #E8DEE2;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.cap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.cap-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #E8DEE2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cap-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #A23A52;
  flex: 0 0 auto;
}

/* ============================================================
   METRIC BAND
   ============================================================ */
.metric-band {
  background-color: #A23A52;
  padding: 70px 24px;
}

.metric-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

.metric-item {
  text-align: center;
  padding: 10px 20px;
}

.metric-item + .metric-item {
  border-left: 1px solid #F7F0F3;
}

.metric-num {
  display: block;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  color: #F7F0F3;
}

.metric-label {
  display: block;
  margin-top: 8px;
  color: #F7F0F3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ============================================================
   MILESTONE TIMELINE
   ============================================================ */
.milestone-timeline {
  background-color: #170D12;
  padding: 110px 24px;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #A23A52;
  transform: translateX(-50%);
}

.milestone {
  position: relative;
  width: 50%;
  padding-right: 52px;
  margin-bottom: 56px;
}

.milestone:nth-child(odd) {
  left: 0;
  text-align: right;
}

.milestone:nth-child(even) {
  left: 50%;
  padding-right: 0;
  padding-left: 52px;
  text-align: left;
}

.milestone:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 26px;
  right: -9px;
  width: 16px;
  height: 16px;
  background-color: #A23A52;
  border: 3px solid #170D12;
  border-radius: 50%;
}

.milestone:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 26px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #A23A52;
  border: 3px solid #170D12;
  border-radius: 50%;
}

.milestone-card {
  background-color: #24161C;
  border: 1px solid #38242E;
  border-radius: 12px;
  padding: 30px;
}

.year-badge {
  display: inline-block;
  background-color: #A23A52;
  color: #F7F0F3;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.milestone-card h3 {
  color: #F7F0F3;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 12px;
}

.milestone-card p {
  color: #E8DEE2;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background-color: #2C1B23;
  text-align: center;
  padding: 90px 24px;
}

.cta-band h2 {
  color: #F7F0F3;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-sub {
  color: #A4949C;
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto 34px;
}

/* ============================================================
   TWO-COLUMN FOOTER
   ============================================================ */
.two-col-footer {
  background-color: #170D12;
  border-top: 1px solid #38242E;
  padding: 70px 24px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 55% 45%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  padding-right: 56px;
}

.footer-links-col {
  border-left: 1px solid #38242E;
  padding-left: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #F7F0F3;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.footer-blurb {
  color: #E8DEE2;
  font-size: 15px;
  max-width: 520px;
  margin: 0 0 24px;
}

.footer-contact {
  color: #F7F0F3;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 6px;
}

.footer-col-title {
  color: #F7F0F3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.footer-links {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.footer-links a {
  color: #E8DEE2;
  text-decoration: none;
  line-height: 2.1;
  font-size: 15px;
}

.footer-links a:hover {
  color: #F7F0F3;
  text-decoration: underline;
  text-decoration-color: #A23A52;
  text-underline-offset: 4px;
}

.footer-legal {
  border-top: 1px solid #38242E;
  margin-top: 50px;
  padding: 22px 0;
  text-align: center;
  color: #A4949C;
  font-size: 13px;
}

.footer-legal a {
  color: #A4949C;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #F7F0F3;
}

/* ============================================================
   SECONDARY PAGES (services / contact)
   ============================================================ */
.page-hero {
  position: relative;
  overflow: hidden;
  background-color: #170D12;
  text-align: center;
  padding: 130px 24px 110px;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}

/* ---------- Services page ---------- */
.service-list {
  background-color: #170D12;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px;
}

.service-block {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 36px;
  padding: 52px 0;
  border-bottom: 1px solid #38242E;
}

.service-block:first-child {
  padding-top: 0;
}

.service-side {
  text-align: left;
  padding-top: 6px;
}

.service-side .film-icon {
  margin-bottom: 14px;
}

.service-num {
  display: block;
  color: #A4949C;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
}

.service-body h2 {
  color: #F7F0F3;
  font-size: 27px;
  font-weight: 800;
  margin: 0 0 14px;
}

.service-body p {
  color: #E8DEE2;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

/* ---------- Process overview ---------- */
.process {
  background-color: #2C1B23;
  padding: 110px 24px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-step {
  background-color: #24161C;
  border: 1px solid #38242E;
  border-radius: 12px;
  padding: 30px;
}

.process-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #A23A52;
  color: #F7F0F3;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
}

.process-step h3 {
  color: #F7F0F3;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 10px;
}

.process-step p {
  color: #E8DEE2;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 24px;
  background-color: #170D12;
}

.contact-h2 {
  color: #F7F0F3;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
}

.contact-status {
  display: none;
  background-color: #24161C;
  border: 1px solid #A23A52;
  color: #F7F0F3;
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  color: #F7F0F3;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  background-color: #24161C;
  border: 1px solid #38242E;
  border-radius: 8px;
  color: #E8DEE2;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #A23A52;
  outline: none;
}

.form-field textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form .btn-primary {
  width: 100%;
}

.contact-panel {
  background-color: #24161C;
  border: 1px solid #38242E;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 26px;
}

.info-line {
  color: #E8DEE2;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.info-line a {
  color: #F7F0F3;
  text-decoration: none;
}

.info-line a:hover {
  text-decoration: underline;
  text-decoration-color: #A23A52;
  text-underline-offset: 3px;
}

.info-note {
  color: #E8DEE2;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.hours-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #38242E;
  color: #E8DEE2;
  font-size: 15px;
}

.hours-list li span:last-child {
  color: #F7F0F3;
  font-weight: 600;
}

/* ---------- FAQ accordion ---------- */
.faq-band {
  background-color: #170D12;
  padding: 100px 24px 120px;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #38242E;
}

.faq-q {
  cursor: pointer;
  color: #F7F0F3;
  font-weight: 700;
  font-size: 18px;
  padding: 22px 44px 22px 0;
  position: relative;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #A23A52;
  font-size: 26px;
  font-weight: 800;
}

.faq-item.open .faq-q::after {
  content: "−";
}

.faq-a {
  display: none;
  color: #E8DEE2;
  font-size: 15.5px;
  line-height: 1.75;
  padding-bottom: 24px;
}

.faq-item.open .faq-a {
  display: block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .clapperboard {
    display: none;
  }
}

@media (max-width: 900px) {
  .cap-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .cap-col,
  .cap-col:first-child,
  .cap-col:last-child {
    padding: 32px 0;
    border-left: none;
    border-bottom: 1px solid #38242E;
  }

  .cap-col:last-child {
    border-bottom: none;
  }

  .service-block {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-side {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .service-side .film-icon {
    margin-bottom: 0;
  }

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

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-main {
    padding-right: 0;
  }

  .footer-links-col {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .timeline::before {
    left: 14px;
  }

  .milestone,
  .milestone:nth-child(odd),
  .milestone:nth-child(even) {
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 0 0 52px;
  }

  .milestone:nth-child(odd)::after,
  .milestone:nth-child(even)::after {
    left: 6px;
    right: auto;
  }
}

@media (max-width: 700px) {
  .metric-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 0;
  }

  .metric-item + .metric-item {
    border-left: none;
  }

  .metric-item:nth-child(even) {
    border-left: 1px solid #F7F0F3;
  }

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

  .hero-title {
    font-size: 38px;
  }
}
