/*
Theme Name: Van Hailing Child
Theme URI:
Description: Custom Van Hailing child theme for Hello Elementor.
Author: Van Hailing
Template: hello-elementor
Version: 3.0.0
Text Domain: van-hailing
*/

:root {
  --gold: #e6b94f;
  --gold2: #ffd978;
  --bg: #070707;
  --panel: #0d0d0d;
  --line: #4b3b1d;
  --white: #f5f1e9;
  --muted: #c5c2bb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: #eee;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
}

.vh-header {
  height: 82px;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4.2%;
  background: linear-gradient(180deg, rgba(3, 8, 16, .96), rgba(3, 8, 16, .68));
  border-bottom: 1px solid rgba(230, 185, 79, .14);
}

.vh-logo {
  display: flex;
  align-items: center;
  gap: 17px;
}

.vh-logo-mark {
  font: 600 60px/.75 'Cormorant Garamond', serif;
  color: var(--gold);
  letter-spacing: -7px;
}

.vh-logo-text {
  display: flex;
  flex-direction: column;
}

.vh-logo-text b {
  font: 600 27px/1 'Cormorant Garamond', serif;
  letter-spacing: 6px;
  color: #fff;
}

.vh-logo-text small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  margin-top: 5px;
}

.vh-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
	  color: #fff;
}

.vh-nav > a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .5px;
  padding: 29px 0;
  position: relative;
	  color: #fff;
}

.vh-nav > a:not(.vh-nav-phone)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 2px;
  background: transparent;
}

.vh-nav > a.active::after,
.vh-nav > a:hover::after {
  background: var(--gold);
}


.vh-nav-phone {
  border: 2px solid var(--gold);
  padding: 12px 20px !important;
  font-size: 20px !important;
  color: #fff;
  background: rgba(0, 0, 0, .22);
}

.vh-nav-phone span {
  font-size: 19px;
}

.vh-menu {
  display: none !important;
}

.vh-hero {
  min-height: 650px;
  padding: 145px 5.4% 75px;
  display: flex;
  align-items: center;
  position: relative;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .50) 39%, rgba(0, 0, 0, .04) 76%),
    url('assets/images/hero.jpg');
  background-size: cover;
  background-position: center 58%;
  overflow: hidden;
}

.vh-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(transparent, var(--bg));
}

.vh-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.vh-eyebrow {
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--gold);
  font-weight: 800;
  margin: 0 0 12px;
}

.vh-hero h1 {
  font: 600 clamp(68px, 6.3vw, 96px)/.79 'Cormorant Garamond', serif;
  margin: 0;
  color: #fff;
  letter-spacing: -2px;
}

.vh-hero h1 span {
  color: var(--gold2);
}

.vh-hero h2 {
  font: 600 40px/1.05 'Cormorant Garamond', serif;
  margin: 20px 0 12px;
  color: #fff;
}

.vh-hero-lead {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 23px;
  color: #f2f2f2;
}

.vh-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.vh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--gold2);
  color: #0b0b0b;
  border: 1px solid #ffe08e;
  padding: 16px 29px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .3px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, .3);
  transition: .2s ease;
}

.vh-btn:hover {
  background: #ffe8aa;
  transform: translateY(-1px);
}

.vh-phone {
  border: 2px solid var(--gold);
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 800;
  background: rgba(0, 0, 0, .28);
	color:#fff;
}

.vh-trust {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
  margin: -1px auto 0;
  background: #080808;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid #3c2e17;
}

.vh-trust div {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-right: 1px solid #5a451e;
}

.vh-trust div:last-child {
  border: 0;
}

.vh-trust i {
  font-style: normal;
  color: var(--gold2);
  font-size: 40px;
}

.vh-trust strong {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 1px;
	color:#fff;
}

.vh-section {
  max-width: 1280px;
  margin: auto;
  padding: 90px 5%;
}

.vh-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

.vh-about h2,
.vh-bourbon-copy h2,
.vh-experience > h2,
.vh-pricing h2,
.vh-reserve h2 {
  font: 600 54px/1 'Cormorant Garamond', serif;
  color: var(--white);
  margin: 0 0 18px;
}

.vh-about h2 span {
  color: var(--gold2);
}

.vh-line {
  display: block;
  width: 62px;
  height: 2px;
  background: var(--gold);
  margin: 20px 0 26px;
}

.vh-about p,
.vh-bourbon-copy p {
  font-size: 16px;
  color: #c8c8c8;
}

.vh-about-img {
  position: relative;
}

.vh-about-img img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border: 1px solid #55421e;
}

.vh-about-img span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(0, 0, 0, .8);
  border-left: 3px solid var(--gold);
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
	color:#fff;
}

.vh-bourbon-feature {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: stretch;
  background: #0b0b0b;
  border-top: 1px solid #302513;
  border-bottom: 1px solid #302513;
}

.vh-bourbon-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.vh-bourbon-copy {
  padding: 75px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vh-bourbon-copy h2 {
  font-size: 60px;
}

.vh-bourbon-copy .vh-btn {
  align-self: flex-start;
}

.vh-services {
  padding: 68px 2.2% 80px;
  background: #080808;
}

.vh-inner {
  max-width: 1450px;
  margin: auto;
}

.vh-center {
  text-align: center;
}

.vh-services h2 {
  font: 600 48px/1 'Cormorant Garamond', serif;
  margin: 0 0 35px;
  color: #fff;
}

.vh-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.vh-card {
  background: #0a0a0a;
  border: 1px solid #59451f;
  min-width: 0;
  overflow: hidden;
}

.vh-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.vh-card > div {
  padding: 19px 18px 22px;
  min-height: 190px;
}

.vh-card h3 {
  font: 600 28px/1 'Cormorant Garamond', serif;
  margin: 0 0 12px;
  color: #fff;
}

.vh-card p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 18px;
  color: #eee;
  min-height: 44px;
}

.vh-card a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: var(--gold2);
}

.vh-card a b {
  font-size: 18px;
  margin-left: 6px;
}

.vh-experience {
  padding-top: 90px;
}

.vh-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 42px;
}

.vh-features > div {
  text-align: center;
  padding: 10px 25px;
  border-right: 1px solid #3c301d;
}

.vh-features > div:last-child {
  border: 0;
}

.vh-features span {
  font-size: 36px;
  color: var(--gold2);
}

.vh-features h3 {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 1.4px;
	color:#fff;
}

.vh-features p {
  font-size: 12px;
  color: #aaa;
}

.vh-pricing {
  border: 1px solid #4a391d;
  background: #0a0a0a;
  margin-bottom: 40px;
}

.vh-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 38px;
}

.vh-price-grid > div {
  padding: 18px 35px 10px 90px;
  position: relative;
  border-right: 1px solid #3c301d;
}

.vh-price-grid > div:last-child {
  border: 0;
}

.vh-price-grid b {
  position: absolute;
  left: 28px;
  top: 18px;
  width: 48px;
  height: 48px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 22px;
}

.vh-price-grid h3 {
  font-size: 18px;
  letter-spacing: 1.2px;
  margin: 0 0 8px;
	color:#fff;
}

.vh-price-grid p,
.vh-price-note {
  font-size: 13px;
  color: #aaa;
}

.vh-price-note {
  text-align: center;
  border-top: 1px solid #3c301d;
  padding-top: 18px;
  margin: 22px 0 0;
}

.vh-reserve {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 65px;
}

.vh-reserve h2 {
  font-size: 65px;
}

.vh-muted {
  color: #aaa;
  font-size: 13px;
}

.vh-direct-call {
  display: inline-block;
  color: var(--gold2);
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 12px;
}

.vh-form {
  background: #0b0b0b;
  border: 1px solid #59451f;
  padding: 30px;
}

.vh-form-title {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
  border-bottom: 1px solid #3b301e;
  padding-bottom: 10px;
  margin: 6px 0 20px;
}

.vh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.vh-form label {
  display: block;
  color: #d2cec5;
  font-size: 13px;
  margin-bottom: 16px;
}

.vh-form input,
.vh-form select,
.vh-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #ccc;
  color: #000;
  border: 1px solid #55452c;
  padding: 13px;
  font: inherit;
  font-size: 14px;
  min-height: 47px;
}

.vh-form textarea {
  resize: vertical;
}

.vh-form input:focus,
.vh-form select:focus,
.vh-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.vh-hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 20px;
}

.vh-hours label {
  border: 1px solid #3e3428;
  padding: 12px;
  margin: 0;
}

.vh-hours input {
  display: inline-block;
  width: auto;
  min-height: 0;
  margin: 0 7px 0 0;
}

.vh-form .vh-submit {
  width: 100%;
  cursor: pointer;
}

.vh-form .vh-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.vh-form small {
  display: block;
  text-align: center;
  color: #777;
  margin-top: 12px;
}

.vh-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.vh-form-status {
  text-align: center;
  padding: 62px 25px;
  background: linear-gradient(180deg, #12100c, #0d0d0d);
  border: 1px solid #59451f;
}

.vh-status-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 38px;
}

.vh-form-status h3 {
  font: 600 42px/1 'Cormorant Garamond', serif;
  margin: 0 0 12px;
  color: #fff;
}

.vh-form-status p {
  color: #c8c8c8;
  font-size: 15px;
  margin: 0 auto 25px;
  max-width: 520px;
}

.vh-final {
  padding: 95px 5%;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .82)),
    url('assets/images/bourbon.jpg') center/cover;
}

.vh-final h2 {
  font: 500 49px/1.1 'Cormorant Garamond', serif;
  max-width: 1050px;
  margin: 0 auto 15px;
	color:#fff;
}

.vh-final p {
  font-size: 16px;
  color: #ddd;
}

.vh-footer {
  border-top: 1px solid #332918;
  padding: 58px 7% 25px;
  background: #060606;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
  gap: 45px;
}

.vh-footer-brand {
  font: 600 28px/1 'Cormorant Garamond', serif;
  color: var(--gold);
  letter-spacing: 4px;
}

.vh-footer h4 {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 2px;
  margin: 0 0 12px;
}

.vh-footer p,
.vh-footer a {
  display: block;
  color: #aaa;
  font-size: 16px;
  margin: 5px 0;
}

.vh-footer a:hover {
  color: var(--gold2);
}

.vh-copy {
  grid-column: 1 / -1;
  text-align: center;
  border-top: 1px solid #2c2417;
  padding-top: 18px;
  color: #666;
  font-size: 10px;
}



/* =========================================
   VAN HAILING - LEGAL / PRIVACY PAGES
========================================= */

.vh-legal-page {
    background: #050505;
    color: #f5f2eb;
    min-height: 100vh;
}

.vh-legal-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* Hero */

.vh-legal-hero {
    padding: 150px 0 90px;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.92),
            rgba(0,0,0,.68)
        ),
        url("../images/hero.jpg") center/cover no-repeat;
    border-bottom: 1px solid rgba(214,169,65,.35);
}

.vh-legal-hero h1 {
    margin: 12px 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.vh-legal-intro {
    max-width: 720px;
    margin: 0;
    color: #d0d0d0;
    font-size: 18px;
    line-height: 1.8;
}

/* Content */

.vh-legal-content {
    padding: 80px 0 120px;
}

.vh-last-updated {
    max-width: 900px;
    margin: 0 auto 25px;
    color: #999;
    font-size: 14px;
}

.vh-legal-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 55px 60px;
    background: #0b0b0b;
    border: 1px solid rgba(214,169,65,.28);
    box-shadow: 0 25px 80px rgba(0,0,0,.35);
}

.vh-legal-card h2 {
    margin: 42px 0 15px;
    color: #f2c45b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.vh-legal-card h2:first-child {
    margin-top: 0;
}

.vh-legal-card p,
.vh-legal-card li {
    color: #c5c5c5;
    font-size: 16px;
    line-height: 1.85;
}

.vh-legal-card ul {
    margin: 15px 0 25px;
    padding-left: 25px;
}

.vh-legal-card li {
    margin-bottom: 7px;
}

.vh-legal-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
    padding: 25px;
    background: #111;
    border-left: 2px solid #d6a941;
}

.vh-legal-contact strong {
    color: #f2c45b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.vh-legal-contact a {
    color: #eee;
    text-decoration: none;
}

.vh-legal-contact a:hover {
    color: #f2c45b;
}

.vh-legal-contact span {
    color: #999;
}

.vh-legal-back {
    margin-top: 45px;
}

/* Button */

.vh-legal-page .vh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 27px;
    background: #f2c45b;
    color: #050505;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    transition: .25s ease;
}

.vh-legal-page .vh-btn:hover {
    background: #fff;
    color: #050505;
    transform: translateY(-2px);
}


@media (max-width: 1150px) {
  .vh-nav {
    gap: 17px;
  }

  .vh-nav > a {
    font-size: 12px;
  }

  .vh-nav-phone {
    padding: 10px 13px !important;
  }

  .vh-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .vh-features {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }

  .vh-reserve {
    grid-template-columns: 1fr;
  }

  .vh-price-grid {
    grid-template-columns: 1fr;
  }

  .vh-price-grid > div {
    border-right: 0;
    border-bottom: 1px solid #3c301d;
  }

  .vh-price-grid > div:last-child {
    border-bottom: 0;
  }

  .vh-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 750px) {
  .vh-header {
    height: 76px;
    padding: 8px 6%;
  }

  .vh-logo-mark {
    font-size: 47px;
  }

  .vh-logo-text b {
    font-size: 20px;
  }

  .vh-logo-text small {
    font-size: 6px;
  }

  .vh-menu {
    display: block !important;
    border: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

  .vh-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    height: auto;
    background: #090909;
    flex-direction: column;
    gap: 0;
    padding: 12px 20px;
    border-bottom: 1px solid #59451f;
  }

  .vh-nav.open {
    display: flex;
  }

  .vh-nav > a {
    padding: 12px !important;
    width: 100%;
    text-align: center;
    font-size: 14px !important;
  }

  .vh-nav > a::after {
    display: none;
  }

  .vh-nav-phone {
    margin-top: 5px;
  }

  .vh-hero {
    min-height: 720px;
    padding: 125px 7% 75px;
    background-position: 62% center;
  }

  .vh-hero h1 {
    font-size: 65px;
  }

  .vh-hero h2 {
    font-size: 31px;
  }

  .vh-hero-lead {
    font-size: 16px;
  }

  .vh-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .vh-trust {
    width: 95%;
    grid-template-columns: 1fr 1fr;
  }

  .vh-trust div {
    min-height: 88px;
  }

  .vh-trust strong {
    font-size: 11px;
  }

  .vh-trust i {
    font-size: 29px;
  }

  .vh-section {
    padding: 62px 6%;
  }

  .vh-about {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .vh-about h2,
  .vh-experience > h2,
  .vh-pricing h2 {
    font-size: 43px;
  }

  .vh-about-img img {
    height: 390px;
  }

  .vh-bourbon-feature {
    grid-template-columns: 1fr;
  }

  .vh-bourbon-image img {
    height: 360px;
  }

  .vh-bourbon-copy {
    padding: 55px 7%;
  }

  .vh-bourbon-copy h2 {
    font-size: 47px;
  }

  .vh-cards {
    grid-template-columns: 1fr;
  }

  .vh-card img {
    height: 285px;
  }

  .vh-card > div {
    min-height: 0;
  }

  .vh-features {
    grid-template-columns: 1fr 1fr;
  }

  .vh-grid,
  .vh-hours {
    grid-template-columns: 1fr;
  }

  .vh-final h2 {
    font-size: 37px;
  }

  .vh-footer {
    grid-template-columns: 1fr;
  }

  .vh-copy {
    grid-column: auto;
  }
  
  
  .vh-legal-container {
        width: min(100% - 28px, 1180px);
    }

    .vh-legal-hero {
        padding: 115px 0 65px;
    }

    .vh-legal-hero h1 {
        font-size: 48px;
    }

    .vh-legal-intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .vh-legal-content {
        padding: 50px 0 75px;
    }

    .vh-legal-card {
        padding: 30px 22px;
    }

    .vh-legal-card h2 {
        font-size: 23px;
        margin-top: 35px;
    }

    .vh-legal-card p,
    .vh-legal-card li {
        font-size: 15px;
        line-height: 1.75;
    }
  
}

@media (max-width: 430px) {
  .vh-logo-text {
    display: none;
  }

  .vh-hero h1 {
    font-size: 57px;
  }

  .vh-hero {
    min-height: 690px;
  }

  .vh-features {
    grid-template-columns: 1fr;
  }

  .vh-about-img img {
    height: 300px;
  }

  .vh-card img {
    height: 230px;
  }
}

/* WordPress/Child Theme additions */
.vh-logo {
  display: flex;
  align-items: center;
  width: 305px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
}

.vh-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
}

.vh-site-main {
  margin: 0;
  padding: 0;
}

body.vh-body {
  background: var(--bg);
}

.admin-bar .vh-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .vh-header {
    top: 46px;
  }
}

@media (max-width: 750px) {
  .vh-logo {
    width: 225px;
    height: 58px;
  }
}

@media (max-width: 430px) {
  .vh-logo {
    width: 175px;
    height: 52px;
  }
}
