* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: #0c1721;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.header-inner {
  max-width: 1500px;
  margin: auto;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 40px;
  width: auto;
}
.menu-toggle {
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 3px;
  width: 36px;
  background: #c9a24a;
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 23, 33, 0.95);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.menu-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 8vw;
}
.menu-content nav {
  display: grid;
  gap: 16px;
}
.menu-content nav a {
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  transition: color 0.25s ease;
}
.social-row a:hover {
  color: #e8b81b;
}
.social-row span {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.social-row svg {
  width: 32px;
  height: 32px;
}
.social-row rect,
.social-row circle:not(.instagram-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}
.social-row .instagram-dot {
  fill: currentColor;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s;
}
.hero-slide.active {
  opacity: 1;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 23, 33, 0.55);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 120px 24px 80px;
  color: #fff;
}
.hero h1 {
  margin: 0;
  line-height: 0.98;
}
.hero h1 .plain {
  display: block;
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  font-weight: 300;
  letter-spacing: 0.025em;
}
.hero h1 .script {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  line-height: 0.9;
}
.hero p {
  max-width: 680px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}
.button-outline {
  display: inline-flex;
  border: 1px solid currentColor;
  padding: 15px 34px;
  margin-top: 36px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
  transition: 0.25s;
}
.button-outline:hover {
  background: #0c1721;
  color: #fff;
}
.hero .button-outline {
  color: #fff;
}
.hero .button-outline:hover {
  background: #fff;
  color: #0c1721;
}
.dots {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  height: 6px;
  width: 10px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.dot.active {
  width: 36px;
  background: #fff;
}
.projects {
  background: #fff;
  overflow: hidden;
}
.project-strip {
  display: flex;
  gap: 48px;
  overflow-x: auto;
  padding: 40px 48px 32px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.project {
  min-width: 300px;
  width: 45vw;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.project-card img {
  width: 100%;
  height: 62vh;
  min-height: 390px;
  max-height: 720px;
  object-fit: cover;
  background: #e9e3d4;
}
.project-caption h3 {
  margin: 18px 0 4px;
  font-size: 18px;
  font-weight: 500;
}
.project-caption p {
  margin: 0;
  color: rgba(44, 51, 57, 0.65);
}
.projects-footer {
  margin: 0 48px 80px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  text-align: right;
}
.projects-footer:before {
  content: "";
  display: block;
  width: 33%;
  height: 1px;
  background: #c9a24a;
  margin-top: -1px;
}
.projects-footer a {
  display: inline-flex;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 12px;
}
.services {
  background: #f7f4ed;
  padding: 120px 48px;
}
.services-grid {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  color: rgba(12, 23, 33, 0.45);
}
.services h2,
.contact h2 {
  margin: 20px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.08;
  font-weight: 400;
}
.services p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(44, 51, 57, 0.7);
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(12, 23, 33, 0.12);
  margin-top: 40px;
}
.service-list span {
  background: #f7f4ed;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
}
.contact {
  background: #fff;
  border-top: 1px solid rgba(12, 23, 33, 0.1);
  padding: 120px 48px;
}
.contact-grid {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact h2 .plain {
  display: block;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.contact h2 .script {
  display: block;
  font-style: italic;
}
.contact p {
  line-height: 1.75;
  color: rgba(44, 51, 57, 0.7);
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 44px;
}
.fact-label,
.field label {
  display: block;
  margin-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: rgba(12, 23, 33, 0.45);
}
.form h3 {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 14px;
}
.fields-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.field {
  margin-bottom: 24px;
}
.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(12, 23, 33, 0.22);
  background: transparent;
  padding: 12px 0;
  color: #0c1721;
  outline: 0;
  font: inherit;
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(12, 23, 33, 0.35);
}
.field input:focus,
.field textarea:focus {
  border-bottom-color: #c9a24a;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  width: 100%;
  appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(12, 23, 33, 0.22);
  background: transparent;
  padding: 12px 40px 12px 0;
  color: #0c1721;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}
.select-wrap select:focus {
  border-bottom-color: #c9a24a;
}
.select-wrap span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c9a24a;
  pointer-events: none;
}
.budget-row {
  display: flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  color: rgba(12, 23, 33, 0.58);
}
.budget-row input[type="range"] {
  accent-color: #c9a24a;
}
.submit {
  background: transparent;
  color: #0c1721;
}
footer {
  border-top: 4px solid #c9a24a;
  background: #050607;
  color: #fff;
  padding: 56px 48px;
}
.footer-grid {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: end;
}
.footer-logo {
  height: 96px;
  width: auto;
  margin: auto;
}
.footer-right {
  text-align: right;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}
.footer-social a,
footer p,
.back-top {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
footer p {
  line-height: 1.8;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.75);
}
.back-top {
  display: inline-flex;
  margin-top: 24px;
}
@media (max-width: 820px) {
  .header-inner,
  .project-strip,
  .services,
  .contact,
  footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .services-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .project {
    width: 78vw;
  }
  .fields-2,
  .facts,
  .service-list {
    grid-template-columns: 1fr;
  }
  .footer-right {
    text-align: left;
  }
  .footer-social {
    justify-content: flex-start;
  }
  .hero p {
    font-size: 16px;
  }
  .contact,
  .services {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* =====================================================
   INTRO ANIMATION OVERLAY (mirrors evermore.co .loading-animation)
   ===================================================== */
.intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
}
.intro-overlay.fadeOut {
  opacity: 0;
  visibility: hidden;
}
.intro-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================================
   HERO: full-screen video only — override prior styles
   ===================================================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: block;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Remove dark overlay from prior implementation */
.hero:after {
  display: none;
}
/* Hide old hero text content / dots / slides */
.hero-content,
.hero-slide,
.dots,
.dot {
  display: none;
}

/* =====================================================
   HERO PITCH SECTION: heading + body + CTA below hero
   ===================================================== */
.hero-pitch {
  background: #fff;
  padding: 80px 24px;
  text-align: center;
}

.hero-pitch-inner {
  max-width: 860px;
  margin: 0 auto;
}
.hero-pitch h1 {
  margin: 0 0 32px;
  line-height: 1.1;
}
.pitch-line1 {
  display: block;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.6rem, 4.16vw, 3.45rem);
  font-weight: 300;
  color: #1f1f1f;
  letter-spacing: 0.015em;
}
.pitch-script {
  display: block;
  font-family: "Eyesome Script", Georgia, serif;
  font-size: clamp(3rem, 7.29vw, 6.2rem);
  font-weight: 500;
  color: #e8b81b;
  letter-spacing: 0.015em;
  line-height: 1.05;
  margin-top: 4px;
}
.pitch-body {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0.2px;
  line-height: 1.75;
  max-width: 740px;
  margin: 0 auto 40px;
}
.pitch-cta {
  display: inline-block;
  border: 1px solid rgba(232, 184, 27, 0.28);
  padding: 11px 70px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(232, 184, 27, 0.42);
  letter-spacing: 0.2px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
}
.pitch-cta:hover {
  background: #e8b81b;
  color: #fff;
}

/* Eyesome Script local font */
@font-face {
  font-family: "Eyesome Script";
  src: url("/assets/evermore/eyesome-script.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
}

@media (max-width: 820px) {
  .hero-pitch {
    padding: 60px 24px;
  }
  .pitch-cta {
    padding: 11px 40px;
  }
}

/* Static Vercel entry fidelity overrides. The editable React source mirrors these values. */
body {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

.header-inner {
  padding: 40px 50px;
}

.logo {
  height: auto;
  width: 244px;
}

.menu-toggle {
  align-items: center;
}

.menu-toggle span {
  background: #e8b81b;
}

.menu-overlay {
  inset: 0 0 0 auto;
  width: 720px;
  max-width: 100%;
  background: rgba(31, 31, 31, 0.85);
}

.menu-content {
  padding-left: 115px;
  padding-right: 115px;
}

.menu-content nav a {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 2.86vw, 55px);
  font-weight: 300;
  letter-spacing: 0.55px;
  padding: 30px 0;
}

.hero {
  height: 100vh;
  min-height: 600px;
}

.hero-pitch {
  min-height: calc(100vh - 104px);
  padding: 136px 70px 200px;
}

.hero-pitch-inner {
  max-width: 1200px;
}

.hero-pitch h1 {
  margin-bottom: 0;
  line-height: 1.18;
}

.pitch-line1 {
  font-size: clamp(29px, 4.16vw, 68px);
  line-height: 1.1;
}

.pitch-script {
  font-size: clamp(42px, 7.29vw, 140px);
  letter-spacing: 1.4px;
  line-height: 1.1;
  margin-top: clamp(36px, 4.5vw, 74px);
}

.pitch-body {
  line-height: 30px;
  max-width: 889px;
  margin: 100px auto 70px;
  color: #1f1f1f;
  font-size: clamp(15px, 1.25vw, 18px);
}

.pitch-cta {
  border-radius: 15px;
}

.homepage-pitch-cta,
.homepage-contact-cta {
  border-color: #e8b81b;
  color: #e8b81b;
}

.homepage-bands a {
  display: block;
  overflow: hidden;
}

.homepage-bands img {
  height: 100vh;
  min-height: 720px;
  width: 100%;
  object-fit: cover;
}

.home-contact {
  background: #fff;
  padding: 86px 70px 76px;
  text-align: center;
}

.home-contact-inner {
  max-width: 900px;
  margin: 0 auto;
}

.home-contact .contact-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: clamp(18px, 2.5vw, 42px);
  row-gap: 22px;
  margin: 0;
  line-height: 1;
}

.home-contact h1 {
  margin: 0;
  line-height: 1;
}

.contact-line {
  color: #1f1f1f;
  font-size: clamp(32px, 4.16vw, 68px);
  font-weight: 300;
  letter-spacing: 0.68px;
  line-height: 1.12;
}

.contact-script {
  color: #e8b81b;
  display: inline-block;
  font-family: "Eyesome Script", Georgia, serif;
  font-size: clamp(48px, 7.29vw, 140px);
  letter-spacing: 1.4px;
  line-height: 0.92;
  transform: translateY(0.03em);
}

.home-contact p {
  color: #1f1f1f;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin: 50px auto 30px;
  max-width: 889px;
}

.site-footer {
  background: #1f1f1f;
  border-top: 5px solid #e8b81b;
  padding: 70px;
}

.footer-grid {
  align-items: center;
  gap: 40px;
  grid-template-columns: 1fr auto 1fr 0.3fr;
  max-width: 1500px;
}

.footer-contact,
.footer-meta,
.footer-social a,
.back-top {
  color: #fff;
}

.footer-meta a,
.evermore-credit a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer-meta a:hover,
.evermore-credit a:hover {
  color: #e8b81b;
  text-decoration: underline;
}

.evermore-credit {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3px 10px;
}

.evermore-credit-separator {
  color: rgba(255, 255, 255, 0.3);
}

.footer-right {
  text-align: right;
}

.back-top {
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-top: 0;
}

@media (max-width: 1366px) {
  .homepage-bands img {
    height: 88vh;
    min-height: 560px;
  }
}

@media (max-width: 1024px) {
  .hero-pitch {
    min-height: 0;
    padding: 70px 40px;
  }

  .pitch-body {
    color: #1f1f1f;
    margin: 40px auto 50px;
  }

  .pitch-cta {
    border-color: #e8b81b;
    color: #e8b81b;
  }

  .homepage-bands img {
    height: 50vh;
    min-height: 420px;
  }

  .home-contact {
    padding: 76px 40px 72px;
  }

  .home-contact p {
    color: #1f1f1f;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-right,
  .footer-social {
    justify-content: center;
    text-align: center;
  }

  .footer-meta {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .evermore-credit {
    display: flex;
    justify-content: center;
  }

  .evermore-credit-separator {
    display: none;
  }

  .footer-logo {
    order: -1;
  }
}

@media (max-width: 767px) {
  .header-inner {
    padding: 20px 30px;
  }

  .logo {
    width: 55vw;
  }

  .menu-toggle {
    height: 40px;
    width: 40px;
  }

  .menu-toggle span {
    width: 24px;
  }

  .menu-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-content nav a {
    padding: 20px 0;
  }

  .hero {
    height: 50vh;
    min-height: 0;
  }

  .hero-pitch {
    padding: 50px 30px 70px;
  }

  .pitch-script {
    margin-top: 32px;
    line-height: 1.2;
  }

  .pitch-body {
    font-size: 15px;
    line-height: 22px;
    margin: 40px auto;
  }

  .homepage-bands img {
    height: 33vh;
    min-height: 260px;
  }

  .home-contact {
    padding: 62px 30px 68px;
  }

  .home-contact .contact-heading {
    align-items: baseline;
    column-gap: 14px;
    row-gap: 18px;
  }

  .home-contact p {
    font-size: 15px;
    line-height: 22px;
    margin: 30px auto 28px;
  }

  .home-contact p br {
    display: none;
  }

  .site-footer {
    padding: 70px 30px;
  }
}

/* Scroll-revealed header copied from the live Elementor behavior. */
.site-header {
  position: fixed;
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.site-header a[aria-label="evermore+ home"] {
  position: relative;
}

.logo-dark {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.site-header.scrolled .logo-light {
  opacity: 0;
}

.site-header.scrolled .logo-dark {
  opacity: 1;
}

/* Homepage menu parity with the mirrored Elementor internal pages. */
.site-header.menu-open .menu-toggle {
  opacity: 0;
  pointer-events: none;
}

.menu-overlay {
  background: rgba(31, 31, 31, 0.85);
  inset: 0 0 0 auto;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  width: 720px;
}

.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.menu-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 40px;
  transition: color 0.25s ease;
  width: 40px;
  z-index: 2;
}

.menu-close:hover {
  color: #e8b81b;
}

.menu-close span {
  background: currentColor;
  display: block;
  height: 2px;
  position: absolute;
  width: 40px;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

.menu-content {
  justify-content: center;
  padding-left: 115px;
  padding-right: 115px;
}

.menu-content nav {
  display: block;
}

.menu-content nav a {
  display: block;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 2.86vw, 55px);
  font-weight: 300;
  letter-spacing: 0.55px;
  line-height: 1;
  padding: 30px 0;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
}

.menu-content nav a::before,
.menu-content nav a::after {
  background: #e8b81b;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  right: -40px;
  top: 50%;
  transition: opacity 0.3s ease-out;
  width: 18px;
}

.menu-content nav a::after {
  transform: rotate(90deg);
}

.menu-content nav a.active::before,
.menu-content nav a.active::after,
.menu-content nav a:hover::before,
.menu-content nav a:hover::after {
  opacity: 1;
}

.social-row {
  margin-top: 50px;
}

html.evermore-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .menu-close {
    right: 30px;
    top: 28px;
  }

  .menu-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-content nav a {
    padding: 20px 0;
  }

  .menu-content nav a::before,
  .menu-content nav a::after {
    right: -28px;
  }
}
