#lh-wp-contact.lh-wp-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

#lh-wp-contact {
  --lh-red: #ff2a18;
  --lh-red-dark: #d71912;
  --lh-ink: #161616;
  --lh-muted: #6f6b68;
  --lh-soft: #fff4f1;
  --lh-line: #f0ddd8;
  --lh-blue: #071e3b;
  --lh-radius: 22px;
  --lh-shadow: 0 18px 45px rgba(50, 28, 18, .12);
  position: relative;
  min-height: 100vh;
  margin: 0;
  background: #fffaf8;
  color: var(--lh-ink);
  font-family: Arial, Helvetica, sans-serif;
}

#lh-wp-contact,
#lh-wp-contact * {
  box-sizing: border-box;
}

#lh-wp-contact a {
  color: inherit;
  text-decoration: none;
}

#lh-wp-contact img {
  max-width: 100%;
  display: block;
}

#lh-wp-contact .lh-wrap {
  width: min(1240px, 96%);
  margin: 0 auto;
}

#lh-wp-contact .lh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3b20 0%, #ed0600 100%);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(255, 42, 24, .24);
}

#lh-wp-contact .lh-btn.is-light {
  background: rgba(255, 255, 255, .9);
  color: var(--lh-red);
  box-shadow: none;
}

#lh-wp-contact .lh-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: #111 var(--lh-hero-bg) center/cover no-repeat;
  padding-top: 86px;
}

#lh-wp-contact .lh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .34));
  pointer-events: none;
}

#lh-wp-contact .lh-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #111 var(--lh-hero-bg) center/cover no-repeat;
}

#lh-wp-contact .lh-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lh-wp-contact .lh-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 76px;
  align-items: center;
  padding: 96px 0 120px;
}

#lh-wp-contact .lh-hero h1 {
  margin: 0 0 26px;
  max-width: 720px;
  font-size: clamp(46px, 6vw, 86px);
  line-height: .95;
  letter-spacing: 0;
}

#lh-wp-contact .lh-hero h1 span {
  color: var(--lh-red);
}

#lh-wp-contact .lh-hero p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

#lh-wp-contact .lh-hero-actions {
  display: grid;
  gap: 16px;
  max-width: 360px;
  margin-top: 32px;
}

#lh-wp-contact .lh-help-strip {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  padding: 0;
  background: #fff;
}

#lh-wp-contact .lh-help-strip .lh-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, 96%);
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#lh-wp-contact .lh-help-strip .lh-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  height: 128px;
  opacity: .28;
  transform: translate(-112px, -50%);
  background: url("/wp-content/uploads/lh-migrated-assets/public/static/img/lh-home-figma/66046212b6f2fa5ff4085b080740bd00de7f06a0-red.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

#lh-wp-contact .lh-help-strip .lh-wrap > * {
  position: relative;
  z-index: 1;
}

#lh-wp-contact .lh-help-title {
  color: #1f1b19;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

#lh-wp-contact .lh-help-strip .lh-btn {
  min-width: 148px;
  min-height: 34px;
  padding: 0 24px;
  box-shadow: none;
  font-size: 11px;
}

#lh-wp-contact .lh-help-strip .lh-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

#lh-wp-contact .lh-contact-page-hero {
  min-height: 680px;
}

#lh-wp-contact .lh-contact-kicker {
  margin: 0 0 14px;
  color: var(--lh-red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#lh-wp-contact .lh-contact-hero-copy {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}

#lh-wp-contact .lh-contact-section {
  padding: 72px 0;
  background: #fff;
}

#lh-wp-contact .lh-contact-section.is-soft {
  background: #fff4f1;
}

#lh-wp-contact .lh-contact-section.is-blue {
  background: #061d3d;
  color: #fff;
}

#lh-wp-contact .lh-contact-title {
  margin: 0;
  color: #151515;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-title span {
  color: var(--lh-red);
}

#lh-wp-contact .lh-contact-lead {
  margin: 16px 0 0;
  max-width: 780px;
  color: #514a46;
  font-size: 16px;
  line-height: 1.7;
}

#lh-wp-contact .lh-contact-section.is-blue .lh-contact-title,
#lh-wp-contact .lh-contact-section.is-blue .lh-contact-lead {
  color: #fff;
}

#lh-wp-contact .lh-contact-section.is-blue .lh-contact-lead {
  color: rgba(255, 255, 255, .78);
}

#lh-wp-contact .lh-contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -70px;
  position: relative;
  z-index: 5;
}

#lh-wp-contact .lh-contact-card {
  min-height: 210px;
  padding: 26px 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(50, 28, 18, .13);
  border: 1px solid rgba(255, 218, 208, .85);
}

#lh-wp-contact .lh-contact-card.is-red {
  background: linear-gradient(135deg, #ff3b20 0%, #df120b 100%);
  color: #fff;
  border-color: transparent;
}

#lh-wp-contact .lh-contact-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff1ee;
  color: var(--lh-red);
}

#lh-wp-contact .lh-contact-card.is-red .lh-contact-icon {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

#lh-wp-contact .lh-contact-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

#lh-wp-contact .lh-contact-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#lh-wp-contact .lh-contact-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-card p {
  margin: 0;
  color: #5c5550;
  font-size: 14px;
  line-height: 1.55;
}

#lh-wp-contact .lh-contact-card.is-red p {
  color: rgba(255, 255, 255, .84);
}

#lh-wp-contact .lh-contact-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--lh-red);
  font-size: 15px;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-card.is-red a {
  color: #fff;
}

#lh-wp-contact .lh-contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 42px;
  align-items: start;
}

#lh-wp-contact .lh-contact-panel {
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(50, 28, 18, .1);
  border: 1px solid rgba(255, 225, 216, .7);
}

#lh-wp-contact .lh-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#lh-wp-contact .lh-contact-field {
  display: grid;
  gap: 8px;
}

#lh-wp-contact .lh-contact-field.is-full {
  grid-column: 1 / -1;
}

#lh-wp-contact .lh-contact-field label {
  color: #2e2926;
  font-size: 13px;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-field input,
#lh-wp-contact .lh-contact-field select,
#lh-wp-contact .lh-contact-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ecd9d3;
  border-radius: 14px;
  padding: 0 14px;
  background: #fffaf8;
  color: #222;
  font-size: 14px;
  outline: none;
}

#lh-wp-contact .lh-contact-field textarea {
  min-height: 132px;
  padding-top: 13px;
  resize: vertical;
}

#lh-wp-contact .lh-contact-field input:focus,
#lh-wp-contact .lh-contact-field select:focus,
#lh-wp-contact .lh-contact-field textarea:focus {
  border-color: var(--lh-red);
  box-shadow: 0 0 0 3px rgba(255, 42, 24, .08);
}

#lh-wp-contact .lh-contact-field.is-invalid input,
#lh-wp-contact .lh-contact-field.is-invalid select,
#lh-wp-contact .lh-contact-field.is-invalid textarea {
  border-color: #c8281a;
  background: #fff7f5;
}

#lh-wp-contact .lh-contact-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  color: #3d3631;
}

#lh-wp-contact .lh-contact-checkbox input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

#lh-wp-contact .lh-contact-recaptcha-wrap {
  grid-column: 1 / -1;
  overflow-x: auto;
  padding: 2px 0 0;
}

#lh-wp-contact .lh-contact-recaptcha {
  min-height: 78px;
}

#lh-wp-contact .lh-contact-form-note {
  margin: 14px 0 0;
  color: #7b716b;
  font-size: 12px;
  line-height: 1.5;
}

#lh-wp-contact .lh-contact-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#lh-wp-contact .lh-contact-form-actions .lh-btn {
  min-height: 48px;
}

#lh-wp-contact .lh-contact-form-actions .lh-btn:disabled {
  cursor: wait;
  opacity: .72;
}

#lh-wp-contact .lh-contact-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#lh-wp-contact .lh-contact-form-msg {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1ee;
  color: var(--lh-red);
  font-weight: 800;
  font-size: 13px;
}

#lh-wp-contact .lh-contact-form-msg.is-show {
  display: block;
}

#lh-wp-contact .lh-contact-form-msg.is-success {
  color: #17623a;
  background: #eef9f2;
  border: 1px solid rgba(23, 98, 58, .2);
}

#lh-wp-contact .lh-contact-form-msg.is-error {
  color: #8f1d17;
  background: #fff2f1;
  border: 1px solid rgba(200, 40, 26, .22);
}

#lh-wp-contact .lh-contact-aside {
  display: grid;
  gap: 18px;
}

#lh-wp-contact .lh-contact-photo-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(50, 28, 18, .12);
  background: #111;
}

#lh-wp-contact .lh-contact-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  opacity: .9;
}

#lh-wp-contact .lh-contact-photo-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, .58);
  color: #fff;
  backdrop-filter: blur(8px);
}

#lh-wp-contact .lh-contact-photo-caption strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.1;
}

#lh-wp-contact .lh-contact-photo-caption span {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.45;
}

#lh-wp-contact .lh-contact-hours {
  padding: 28px;
  border-radius: 24px;
  background: #fff4f1;
  border: 1px solid #f2d2c8;
}

#lh-wp-contact .lh-contact-hours h3 {
  margin: 0 0 14px;
  color: #1f1b19;
  font-size: 23px;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-hours p {
  margin: 0 0 14px;
  color: #574f49;
  font-size: 14px;
  line-height: 1.6;
}

#lh-wp-contact .lh-hours-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

#lh-wp-contact .lh-hours-row {
  display: grid;
  grid-template-columns: 148px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(255, 221, 211, .85);
  font-size: 13px;
}

#lh-wp-contact .lh-hours-row strong {
  color: var(--lh-red);
}

#lh-wp-contact .lh-hours-row span {
  color: #302a26;
  font-weight: 800;
}

#lh-wp-contact .lh-hours-row a {
  color: #302a26;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

#lh-wp-contact .lh-contact-office-card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(50, 28, 18, .1);
}

#lh-wp-contact .lh-contact-office-card p {
  margin: 0 0 14px;
  color: #554d48;
  line-height: 1.65;
}

#lh-wp-contact .lh-region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

#lh-wp-contact .lh-region-card {
  padding: 16px;
  border-radius: 16px;
  background: #fff8f6;
  border: 1px solid #f0d6ce;
}

#lh-wp-contact .lh-region-card strong {
  display: block;
  color: #1f1b19;
  font-size: 14px;
  margin-bottom: 6px;
}

#lh-wp-contact .lh-region-card a {
  color: var(--lh-red);
  font-weight: 900;
  font-size: 14px;
}

#lh-wp-contact .lh-contact-map {
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(50, 28, 18, .1);
}

#lh-wp-contact .lh-contact-map img {
  width: 100%;
  border-radius: 20px;
}

#lh-wp-contact .lh-contact-video-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: center;
}

#lh-wp-contact .lh-video-embed {
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

#lh-wp-contact .lh-video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

#lh-wp-contact .lh-contact-steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

#lh-wp-contact .lh-contact-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

#lh-wp-contact .lh-contact-step-num {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--lh-red);
  color: #fff;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-step strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

#lh-wp-contact .lh-contact-step span {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.5;
}

#lh-wp-contact .lh-contact-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

#lh-wp-contact .lh-contact-gallery-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(50, 28, 18, .1);
}

#lh-wp-contact .lh-contact-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .25s ease;
}

#lh-wp-contact .lh-contact-gallery-card:hover img {
  transform: scale(1.04);
}

#lh-wp-contact .lh-contact-gallery-card div {
  padding: 16px 18px 18px;
}

#lh-wp-contact .lh-contact-gallery-card strong {
  display: block;
  color: #1f1b19;
  font-size: 16px;
  margin-bottom: 6px;
}

#lh-wp-contact .lh-contact-gallery-card span {
  display: block;
  color: #655d57;
  font-size: 13px;
  line-height: 1.5;
}

#lh-wp-contact .lh-contact-final-cta {
  position: relative;
  overflow: hidden;
  padding: 52px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 42, 24, .95), rgba(194, 12, 6, .95)), url("https://lovehibachi.com/Uploads/image/20260327/2026032719154229.jpg") center/cover;
  color: #fff;
  box-shadow: 0 18px 45px rgba(255, 42, 24, .16);
}

#lh-wp-contact .lh-contact-final-cta h2 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
}

#lh-wp-contact .lh-contact-final-cta p {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.65;
}

#lh-wp-contact .lh-contact-final-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

#lh-wp-contact .lh-contact-final-actions .lh-btn.is-light {
  color: var(--lh-red);
}

@media (max-width: 980px) {
  #lh-wp-contact .lh-contact-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  #lh-wp-contact .lh-contact-main-grid,
  #lh-wp-contact .lh-contact-office-grid,
  #lh-wp-contact .lh-contact-video-grid {
    grid-template-columns: 1fr;
  }

  #lh-wp-contact .lh-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #lh-wp-contact .lh-contact-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  #lh-wp-contact .lh-contact-page-hero {
    min-height: auto;
  }

  #lh-wp-contact .lh-hero-grid {
    padding: 86px 0 72px;
  }

  #lh-wp-contact .lh-contact-section {
    padding: 48px 0;
  }

  #lh-wp-contact .lh-contact-quick-grid,
  #lh-wp-contact .lh-contact-gallery,
  #lh-wp-contact .lh-region-grid,
  #lh-wp-contact .lh-contact-form-grid {
    grid-template-columns: 1fr;
  }

  #lh-wp-contact .lh-contact-panel {
    padding: 22px;
    border-radius: 22px;
  }

  #lh-wp-contact .lh-hours-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  #lh-wp-contact .lh-contact-final-cta {
    padding: 32px 22px;
    border-radius: 24px;
  }

  #lh-wp-contact .lh-help-strip {
    padding: 16px 0;
  }

  #lh-wp-contact .lh-help-strip .lh-wrap {
    min-height: 0;
    flex-direction: row;
  }

  #lh-wp-contact .lh-help-strip .lh-wrap::before {
    left: 0;
    width: 150px;
    height: 92px;
    transform: translate(-78px, -50%);
    opacity: .24;
  }

  #lh-wp-contact .lh-help-strip .lh-btn {
    min-width: 126px;
    min-height: 32px;
    padding: 0 18px;
  }
}
