.elementor-485 .elementor-element.elementor-element-d0e9111{--display:flex;}.elementor-485 .elementor-element.elementor-element-7660afb{--display:flex;}.elementor-485 .elementor-element.elementor-element-fe6e242{--display:flex;}.elementor-485 .elementor-element.elementor-element-1400812{--display:flex;}.elementor-485 .elementor-element.elementor-element-6cffa71{--display:flex;}.elementor-485 .elementor-element.elementor-element-dcee704{--display:flex;}.elementor-485 .elementor-element.elementor-element-013628a{--display:flex;}.elementor-485 .elementor-element.elementor-element-d7be2a7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eb969ed */<!-- Hunting Master Contact page — Elementor-safe global CSS. Insert once. -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
/* ================================
   HUNTING MASTER CONTACT PAGE
   Scoped to .hm-contact-page only
================================ */
.hm-contact-page,
.hm-contact-page * {
  box-sizing: border-box;
}

.hm-contact-page {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #faf8f4;
  color: #0e0e0c;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.hm-contact-page h1,
.hm-contact-page h2,
.hm-contact-page h3,
.hm-contact-page p,
.hm-contact-page form {
  margin: 0;
}

.hm-contact-page a {
  color: inherit;
  text-decoration: none;
}

.hm-contact-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hm-contact-page button,
.hm-contact-page input,
.hm-contact-page textarea {
  font: inherit;
  border-radius: 0;
}

.hm-contact-page button {
  cursor: pointer;
}

/* Optional breadcrumb */
.hm-contact-page .breadcrumb {
  min-height: 44px;
  padding: 12px 52px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #faf8f4;
  border-bottom: 1px solid #e4e4dc;
}

.hm-contact-page .breadcrumb a,
.hm-contact-page .bc-sep,
.hm-contact-page .bc-cur {
  font-size: 13px;
  line-height: 1.4;
}

.hm-contact-page .breadcrumb a { color: #909088; }
.hm-contact-page .breadcrumb a:hover { color: #2d4a1e; }
.hm-contact-page .bc-sep { color: #cecec6; }
.hm-contact-page .bc-cur { color: #2a2a24; }

/* Main split layout */
.hm-contact-page .contact-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  align-items: stretch;
  min-height: calc(100vh - 80px);
  background: #faf8f4;
  opacity: 0;
  animation: hmContactFadeUp 0.65s ease forwards;
}

/* Left information panel */
.hm-contact-page .left-panel {
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #1e3014;
}

.hm-contact-page .left-panel::before {
  content: 'Hunt';
  position: absolute;
  right: -30px;
  bottom: -40px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}

.hm-contact-page .left-content {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 44px 36px 52px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hm-contact-page .left-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.02em;
  color: #faf8f4;
}

.hm-contact-page .left-heading em {
  color: #9dc96a;
  font-style: italic;
}

.hm-contact-page .left-body {
  margin-top: 12px;
  max-width: 340px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.50);
}

.hm-contact-page .response-badge {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.hm-contact-page .rb-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #9dc96a;
  box-shadow: 0 0 0 3px rgba(157,201,106,0.20);
}

.hm-contact-page .rb-text {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.70);
}

.hm-contact-page .rb-text strong {
  color: #faf8f4;
  font-weight: 500;
}

.hm-contact-page .left-details {
  display: flex;
  flex-direction: column;
}

.hm-contact-page .left-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.hm-contact-page .left-detail:last-child { border-bottom: 0; }

.hm-contact-page .ld-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 4px;
  color: #6b9e45;
}

.hm-contact-page .ld-label,
.hm-contact-page .before-write-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-contact-page .ld-label {
  margin-bottom: 1px;
  color: rgba(255,255,255,0.35);
}

.hm-contact-page .ld-value {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
}

.hm-contact-page .ld-value a {
  color: #9dc96a;
  border-bottom: 1px solid rgba(157,201,106,0.30);
}

.hm-contact-page .ld-value a:hover { color: #c8e0a8; }

.hm-contact-page .before-write-label {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.25);
}

.hm-contact-page .left-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hm-contact-page .left-link {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.50);
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.hm-contact-page .left-link:hover {
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.15);
}

.hm-contact-page .left-link svg {
  width: 12px;
  height: 12px;
  color: rgba(255,255,255,0.25);
  transition: transform 0.2s ease, color 0.2s ease;
}

.hm-contact-page .left-link:hover svg {
  color: #9dc96a;
  transform: translateX(3px);
}

/* Right form panel */
.hm-contact-page .right-panel {
  min-width: 0;
  padding: 64px 60px 64px 64px;
  display: flex;
  flex-direction: column;
  background: #faf8f4;
  border-left: 1px solid #e4e4dc;
}

.hm-contact-page .contact-image {
  position: relative;
  overflow: hidden;
  margin: -64px -60px 48px -64px;
}

.hm-contact-page .contact-image img {
  height: 240px;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.88);
}

.hm-contact-page .contact-image::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(transparent, #faf8f4);
  pointer-events: none;
}

.hm-contact-page .form-eyebrow {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a7a2c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hm-contact-page .form-eyebrow::before {
  content: '';
  width: 16px;
  height: 1px;
  background: #6b9e45;
}

.hm-contact-page .form-heading {
  margin-bottom: 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0e0e0c;
}

.hm-contact-page .form-heading em {
  color: #4a7a2c;
  font-style: italic;
}

.hm-contact-page .form-subhead {
  max-width: 650px;
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 1.65;
  color: #909088;
}

.hm-contact-page .chips-label,
.hm-contact-page .field label {
  display: block;
  color: #52524a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-contact-page .chips-label { margin-bottom: 10px; }

.hm-contact-page .chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 32px;
}

.hm-contact-page .chip {
  appearance: none;
  padding: 8px 14px;
  border: 1px solid #e4e4dc;
  background: #faf8f4;
  color: #909088;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.18s ease;
}

.hm-contact-page .chip:hover,
.hm-contact-page .chip.selected {
  border-color: #2d4a1e;
  background: #f2f7ea;
  color: #2d4a1e;
}

.hm-contact-page .field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hm-contact-page .field { margin-bottom: 20px; }
.hm-contact-page .field label { margin-bottom: 8px; }
.hm-contact-page .req { color: #4a7a2c; }

.hm-contact-page .field input,
.hm-contact-page .field textarea {
  width: 100%;
  min-width: 0;
  appearance: none;
  outline: 0;
  padding: 14px 16px;
  border: 1px solid #e4e4dc;
  background: #ffffff;
  color: #0e0e0c;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hm-contact-page .field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

.hm-contact-page .field input:focus,
.hm-contact-page .field textarea:focus {
  border-color: #2d4a1e;
  box-shadow: 0 0 0 3px rgba(45,74,30,0.07);
}

.hm-contact-page .field input::placeholder,
.hm-contact-page .field textarea::placeholder { color: #cecec6; }

.hm-contact-page .field input.hm-invalid,
.hm-contact-page .field textarea.hm-invalid {
  border-color: #b85545;
  box-shadow: 0 0 0 3px rgba(184,85,69,0.08);
}

.hm-contact-page .order-field { display: none; }
.hm-contact-page .order-field.visible { display: block; }

.hm-contact-page .char-hint {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  color: #cecec6;
  font-size: 11px;
}

.hm-contact-page .char-hint.near { color: #4a7a2c; }

.hm-contact-page .submit-row {
  margin-top: 12px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #e4e4dc;
}

.hm-contact-page .btn-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  border: 0;
  background: #2d4a1e;
  color: #c8e0a8;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.hm-contact-page .btn-submit:hover {
  background: #111c0d;
  color: #ffffff;
}

.hm-contact-page .btn-submit svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.hm-contact-page .btn-submit:hover svg { transform: translateX(4px); }

.hm-contact-page .submit-note {
  max-width: 200px;
  color: #909088;
  font-size: 13px;
  line-height: 1.55;
}

.hm-contact-page .form-success {
  display: none;
  padding: 52px 40px;
  text-align: center;
  background: #f2f7ea;
  border: 1px solid #c8e0a8;
}

.hm-contact-page .form-success.visible { display: block; }

.hm-contact-page .success-check {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2d4a1e;
}

.hm-contact-page .success-check svg {
  width: 24px;
  height: 24px;
  color: #c8e0a8;
}

.hm-contact-page .success-title {
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #0e0e0c;
}

.hm-contact-page .success-body {
  color: #52524a;
  font-size: 15px;
  line-height: 1.75;
}

.hm-contact-page .success-body a {
  color: #4a7a2c;
  border-bottom: 1px solid #c8e0a8;
}

@keyframes hmContactFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Medium desktop / tablet landscape */
@media (max-width: 1100px) {
  .hm-contact-page .contact-layout {
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  }
  .hm-contact-page .left-content { padding: 40px 30px 48px; }
  .hm-contact-page .right-panel { padding: 56px 42px; }
  .hm-contact-page .contact-image { margin: -56px -42px 42px; }
  .hm-contact-page .contact-image img { height: 220px; }
}

/* Tablet and mobile: stack panels */
@media (max-width: 900px) {
  .hm-contact-page .contact-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hm-contact-page .left-panel::before {
    right: -20px;
    bottom: -65px;
    font-size: 220px;
  }
  .hm-contact-page .left-content {
    padding: 48px 42px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 28px 40px;
  }
  .hm-contact-page .left-content > :first-child,
  .hm-contact-page .response-badge { grid-column: 1 / -1; }
  .hm-contact-page .right-panel {
    padding: 56px 42px 64px;
    border-left: 0;
    border-top: 1px solid #e4e4dc;
  }
  .hm-contact-page .contact-image { margin: -56px -42px 42px; }
}

@media (max-width: 767px) {
  .hm-contact-page { font-size: 16px; }
  .hm-contact-page .breadcrumb { padding: 11px 20px; }
  .hm-contact-page .left-content {
    padding: 40px 24px 44px;
    display: flex;
    gap: 26px;
  }
  .hm-contact-page .left-heading { font-size: 32px; }
  .hm-contact-page .right-panel { padding: 46px 24px 54px; }
  .hm-contact-page .contact-image { margin: -46px -24px 36px; }
  .hm-contact-page .contact-image img { height: 210px; }
  .hm-contact-page .form-heading { font-size: 34px; }
  .hm-contact-page .form-subhead { margin-bottom: 30px; font-size: 16px; }
  .hm-contact-page .field-row { grid-template-columns: 1fr; gap: 0; }
  .hm-contact-page .chips-row { gap: 6px; }
  .hm-contact-page .chip { padding: 8px 12px; }
  .hm-contact-page .submit-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .hm-contact-page .btn-submit { width: 100%; }
  .hm-contact-page .submit-note { max-width: none; text-align: center; }
  .hm-contact-page .form-success { padding: 42px 22px; }
}

@media (max-width: 420px) {
  .hm-contact-page .left-link { font-size: 14px; }
  .hm-contact-page .ld-value { font-size: 14px; }
  .hm-contact-page .form-heading { font-size: 31px; }
}

/* Keep content visible inside Elementor editor */
.elementor-editor-active .hm-contact-page .contact-layout {
  opacity: 1;
  transform: none;
  animation: none;
}
</style>/* End custom CSS */