/* ==========================================================================
   Vancouver Luxury Entertainment — static rebuild
   Breakpoints match the live Elementor site: tablet ≤1024px, mobile ≤767px
   ========================================================================== */

:root {
  --sand: #DFD3BE;        /* top bar background */
  --sand-btn: #E1D4BF;    /* button background */
  --cream: #FAF7F0;       /* light section background */
  --ink: #1E1E1E;         /* button text */
  --font-heading: 'Marcellus', serif;
  --font-body: 'Montserrat', sans-serif;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

.container { max-width: 1360px; margin-inline: auto; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---- Top bar ---- */
.topbar {
  background: var(--sand);
  text-align: center;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 20px;
}

.topbar-line { display: inline; }

.topbar-cta { display: inline-block; font-weight: 700; }

.topbar a { color: #000; }

/* ---- Header ---- */
.site-header {
  background: #fff;
  padding: 13px 0 11px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Live site's logo widget is 67px tall (60px image + 7px inline line-box gap),
     making the header exactly 91px. Replicated explicitly. */
  min-height: 67px;
}

.logo { align-self: flex-start; }

.logo img { width: 206px; height: 60px; }

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li { margin-left: 80px; }

.nav-menu a {
  display: inline-block;
  padding: 15px;
  color: #000;
  text-decoration: none;
}

.nav-cta a {
  background: var(--sand-btn);
  padding: 6px 20px 4px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

/* Hamburger (hidden on desktop) */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 5px 0;
}

/* ---- Hero ---- */
.hero {
  background-image: linear-gradient(90deg, rgba(20,18,14,0.18), rgba(20,18,14,0) 45%),
              url('../assets/2026-07-05-hero3-graded.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0 240px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero h1 {
  margin: 0;
  max-width: 47%;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
}

.hero-sub {
  margin: -18px 0 0;
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.btn-hero {
  display: inline-block;
  margin-top: 5px;
  padding: 17px 21px 15px;
  font-weight: 700;
  line-height: 36px;
  color: var(--ink);
  background: var(--sand-btn);
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* ---- Intro ---- */
.intro {
  background: var(--sand);
  text-align: center;
  padding: 56px 0;
}

.intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.intro p {
  max-width: 51%;
  margin: 20px auto 0;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

/* ---- Section headings (shared) ---- */
.testimonials h2, .about h2, .difference h2, .services h2, .clientele h2, .contact h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

/* ---- Testimonials ---- */
.testimonials {
  background: var(--cream);
  padding: 48px 0 0;
}

/* ---- About ---- */
.about {
  background: var(--sand);
  padding: 32px 0;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-text { width: 658px; }

.about-text p {
  margin: 16px 0 0;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
}

.about-text h2 + p { padding-bottom: 10px; }

/* gallery + read-more are mobile-only */
.about-gallery, .about-more { display: none; }

.about-card {
  width: 647px;
  margin-top: 7px;
  background: var(--cream);
  border-radius: 4px;
  padding: 24px 16px 16px;
}

.about-djs {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.about-djs figure { margin: 0; width: 199px; }

.about-djs img { width: 199px; height: 248px; object-fit: cover; }

.about-djs figcaption {
  margin-top: 11px;
  font-family: var(--font-heading);
  text-align: center;
}

/* ---- Our Difference ---- */
.difference {
  background: var(--cream);
  padding: 32px 0;
}

.difference h2 { padding-bottom: 10px; }

.difference-inner {
  display: flex;
  gap: 32px;
}

.difference-video { width: 664px; flex-shrink: 0; padding-top: 7px; }

.difference-video iframe { display: block; width: 664px; height: 374px; border: 0; }

/* YouTube facade: poster + play button, real player loads on tap */
.video-facade {
  display: block;
  position: relative;
  width: 664px;
  height: 374px;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: var(--ink);
}

.video-facade img { display: block; width: 100%; height: 100%; object-fit: cover; }

.video-facade-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.82);
  transition: background 0.2s ease;
}

.video-facade-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--cream);
}

.video-facade:hover .video-facade-play,
.video-facade:focus-visible .video-facade-play { background: rgba(30, 30, 30, 0.95); }

.difference-text { flex: 1; }

.difference-text p {
  margin: 21px 0 0;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.difference-text h2 + p { margin-top: 20px; }

/* ---- Services ---- */
.services {
  background: var(--cream);
  padding: 32px 0 65px;
}

.container-wide { max-width: 1400px; margin-inline: auto; }

.services h2 { padding-left: 20px; }

.services-sub {
  margin: 16px 0 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.services-grid {
  display: flex;
  gap: 16px;
  margin-top: 31px;
}

.service-card {
  width: 338px;
  background: var(--sand);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 16px;
}

.service-card img {
  width: 338px;
  height: 161px;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}

.service-card h3 {
  margin: 24px 0 0;
  padding: 0 6px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.service-card p {
  margin: 24px 0 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 20px;
}

/* ---- Distinguished Clientele ---- */
.clientele {
  background: var(--cream);
  padding: 32px 0;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
  min-height: 171px;
}


/* ---- Contact ---- */
.contact {
  background: var(--sand);
  padding: 60px 0 50px;
}

.contact-inner { max-width: 992px; margin-inline: auto; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  row-gap: 17px;
  margin-top: 20px;
}

.field label {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.req { color: #c00; }

.field input {
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.field input::placeholder { color: #757575; }

.submit-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px; /* + 17px row-gap = 49px below last field, matching live */
}

.submit-row button {
  padding: 18px 16px 14px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* ---- Pre-footer + footer ---- */
.prefooter {
  background: var(--cream);
  text-align: center;
  padding: 6px 0;
}

.prefooter a { color: #000; }

.site-footer { background: #fff; padding: 36px 0 0; }

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top img { width: 206px; height: 60px; }

.footer-links {
  display: flex;
  gap: 88px;
}

.footer-links a { color: #000; text-decoration: none; }

.site-footer hr {
  margin: 16px 0 0;
  border: 0;
  border-top: 1px solid #000;
  height: 2px;
}

.footer-privacy {
  margin: 20px 0 0;
  padding-bottom: 7px;
  text-align: center;
}

.footer-privacy a { color: #000; }

.footer-copy {
  margin: 20px 0 0;
  padding-bottom: 0;
  text-align: center;
}

/* ---- Floating contact button (mobile only) ---- */
.float-contact {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

/* ==========================================================================
   Tablet — matches Elementor (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {

  .topbar { padding: 6px 30px; }

  .site-header { padding: 13px 30px 11px; }

  /* Nav collapses to hamburger (live site uses tablet breakpoint) */
  .nav-toggle { display: block; }

  .nav { position: relative; }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }

  .nav.is-open .nav-menu { display: flex; }

  .nav-menu li { margin: 0; }

  .nav-menu a { display: block; padding: 15px; }

  .nav-cta a { border-radius: 0; box-shadow: none; }

  /* Hero */
  .hero {
    background-position: right center;
    padding: 80px 30px 180px;
  }

  .hero h1 {
    max-width: 70%;
    align-self: center;
    text-align: center;
  }

  .hero-sub {
    align-self: center;
    text-align: center;
    padding: 0 120px;
  }
}

/* ==========================================================================
   Mobile — matches Elementor (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {

  .topbar { padding: 6px 16px; }

  .hero {
    background-image: linear-gradient(180deg, rgba(20,18,14,0.62) 0%, rgba(20,18,14,0.15) 55%, rgba(20,18,14,0.32) 100%),
                url('../assets/2026-07-05-hero3-graded.webp');
    background-position: 69% center;
    min-height: 509px;
    padding: 22px 32px 32px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 36px;
  }

  .hero-sub {
    margin-top: -14px;
    padding: 0;
  }

  .btn-hero {
    margin-top: 260px;
    padding: 10px 36px;
  }

  .float-contact { display: block; }
}

/* ==========================================================================
   Tablet adjustments for content sections (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {

  .intro { padding: 56px 30px; }
  .intro p { max-width: 80%; }

  .testimonials .container,
  .about-inner,
  .difference-inner,
  .container-wide,
  .clientele .container { padding-inline: 30px; }

  .about-inner, .difference-inner { flex-direction: column; gap: 32px; }
  .about-text, .about-card, .difference-video, .difference-text { width: 100%; }
  .difference-video iframe,
  .difference-video .video-facade { width: 100%; height: auto; aspect-ratio: 664 / 374; }

  .t-slide { flex-direction: column; }
  .t-slide > img { width: 100%; height: auto; }
  .t-controls { margin-inline: auto; }

  .services-grid { flex-wrap: wrap; justify-content: center; }

  .logos { flex-wrap: wrap; justify-content: center; gap: 30px; }

  .contact { padding-inline: 30px; }
}

/* ==========================================================================
   Mobile content sections (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {

  /* Live mobile site orders Clientele BEFORE Services */
  main { display: flex; flex-direction: column; }
  .hero { order: 1; } .intro { order: 2; } .testimonials { order: 3; }
  .about { order: 4; } .difference { order: 5; } .clientele { order: 6; }
  .services { order: 7; } .contact { order: 8; }

  /* Intro */
  .intro { padding: 24px 16px 32px; }
  .intro h2 { font-size: 24px; line-height: 36px; }
  .intro p { max-width: 100%; font-size: 18px; line-height: 28px; margin-top: 16px; }

  /* Shared section headings */
  .testimonials h2, .about h2, .difference h2, .services h2, .clientele h2, .contact h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  /* Testimonials: swap sliders */
  .t-slider { display: none; }
  .t-slider-mobile { display: block; }
  .testimonials { padding: 24px 16px 0; }

  .t-slider-mobile .t-slide {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .t-slider-mobile .t-slide > img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .t-slider-mobile .t-attr {
    margin-top: 12px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  .t-slider-mobile .t-stars {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 28px;
  }

  .t-score { font-size: 16px; letter-spacing: normal; }

  .t-slider-mobile .t-quote {
    max-width: 100%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .t-controls { margin: 16px auto 0; padding-bottom: 24px; }

  /* About: centered, gallery + read-more visible, card hidden */
  .about { padding: 24px 16px; }
  .about-inner { padding-inline: 0; }
  .about-text { text-align: center; }
  .about-text p { font-size: 16px; line-height: 27px; }
  .about-card { display: none; }

  .about-gallery {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 10px;
  }

  .about-gallery img { width: calc((100% - 12px) / 3); height: auto; object-fit: cover; }

  .about-more { display: block; margin-top: 16px; }

  .about-more summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    text-decoration: underline;
  }

  .about-more summary::-webkit-details-marker { display: none; }

  /* Our Difference */
  .difference { padding: 24px 16px 32px; }
  .difference-inner { padding-inline: 0; gap: 24px; }
  .difference-text { text-align: center; }
  .difference-text strong { display: block; }

  /* Services: stacked cards, no subtitle */
  .services { padding: 24px 16px 32px; }
  .services h2 { padding-left: 0; }
  .services-sub { display: none; }
  .services-grid { margin-top: 20px; gap: 20px; }
  .service-card { width: 338px; max-width: 100%; }

  /* Clientele: mobile logo set */
  .clientele { padding: 24px 16px 32px; }

  /* Contact */
  .contact { padding: 32px 16px 40px; }
  .contact-form { grid-template-columns: 1fr; row-gap: 16px; }

  /* Live mobile site reorders fields: location before date/times */
  .field:nth-child(1) { order: 1; }
  .field:nth-child(2) { order: 2; }
  .f-location { order: 3; }
  .f-date { order: 4; }
  .f-times { order: 5; }
  .f-notes { order: 6; }
  .submit-row { order: 7; margin-top: 16px; }

  /* Footer hidden on mobile (matches live site) */
  .prefooter, .site-footer { display: none; }
}

/* ==========================================================================
   2026-07-05 CRO update: proof line, wall of love, grading, section tweaks
   ========================================================================== */
.hero-proof { font-size: 14px; color: #fff; letter-spacing: .3px; }
.hero-proof .stars { color: #E8C77D; letter-spacing: 3px; }
.proof-short { display: none; }
.hero-risk { font-size: 13px; color: #fff; margin-top: -6px; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.hero-risk span, .form-risk span { color: #E8C77D; }
.form-risk { grid-column: 1 / -1; font-size: 13px; color: #444; text-align: right; margin-top: -7px; }
.form-risk span { color: #A8893D; }

.difference, .clientele { background: #fff; }
.service-card img { filter: sepia(0.18) saturate(0.7) contrast(0.92) brightness(0.98); }

.logos { min-height: 0; padding: 6px 10px; }
.logos-desktop { flex-wrap: nowrap; justify-content: space-between; gap: 24px; }
.logos-desktop img { width: auto; height: auto; max-height: 84px; max-width: 170px; object-fit: contain; }

.testimonials { background: var(--cream); padding: 48px 0 0; }
.t-wall { margin-top: 16px; padding-bottom: 40px; }
.tw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tw-card { background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 4px; overflow: hidden; }
.tw-img { width: 100%; height: auto; display: block; }
.tw-body { padding: 18px; }
.tw-stars { font-size: 15px; letter-spacing: 4px; color: #000; }
.tw-quote { margin: 9px 0 0; font-size: 14px; line-height: 23px; color: #2C2C2A; }
.tw-attr { margin: 9px 0 0; font-size: 13.5px; color: #5F5E5A; }
.t-wall img { filter: sepia(0.08) saturate(0.9) contrast(0.96); }
.tw-cta-card { background: #DFD3BE; border: 0; display: flex; align-items: center; }
.tw-cta-body { text-align: center; width: 100%; }
.tw-count { margin: 0; font-family: 'Marcellus', serif; font-size: 22px; }
.tw-sub { margin: 6px 0 0; font-size: 14px; color: #444441; }
.tw-sub a { color: #1E1E1E; }
.tw-cta { display: inline-block; margin-top: 16px; background: #FAF7F0; padding: 12px 22px; border-radius: 4px;
          box-shadow: 0 2px 2px rgba(0,0,0,0.25); font-weight: 700; color: #1E1E1E; text-decoration: none; }

@media (min-width: 768px) {
  .hero-proof { margin-bottom: -10px; }
}

@media (max-width: 1024px) {
  .tw-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .about-extra { display: none; }
  .topbar { font-size: 11px; line-height: 16px; }
  /* alternate bg colors: about(sand) -> difference(white) -> clientele(sand) -> services(cream) -> contact(sand) */
  .clientele { background: var(--sand); }
  /* logos: two rows of four, shrink to any viewport */
  .logos-desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 12px;
    justify-items: center;
    align-items: center;
    padding: 0;
  }
  .logos-desktop img {
    width: auto; height: auto;
    max-width: 100%; max-height: 44px;
    object-fit: contain;
  }
  .tw-grid { grid-template-columns: 1fr; }
  .hero-proof { margin: 226px 0 -12px; font-size: 12px; white-space: nowrap; }
  .proof-full { display: none; }
  .proof-short { display: inline; }
  .btn-hero { margin-top: 0; }
  .contact-form { grid-template-columns: minmax(0, 1fr); }
  .field { min-width: 0; }
  .field input { min-width: 0; max-width: 100%; }
}

/* ---- Form result states ---- */
.contact-form.is-submitted { align-content: center; }
.form-success { grid-column: 1 / -1; text-align: center; padding: 0; }
.form-success-title { margin: 0 0 8px; font-family: 'Marcellus', serif; font-size: 26px; }
.form-success p { margin: 0; }
.form-error { grid-column: 1 / -1; font-size: 14px; color: #8a2f2f; text-align: right; margin-top: 10px; }
.form-error a { color: #8a2f2f; }
