

.contact-hero {
  position: relative;
  padding: 140px 0 80px;
  background-size: cover;
  background-position: center;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.85) 0%, rgba(10, 22, 40, 0.6) 60%, rgba(10, 22, 40, 0.4) 100%);
  z-index: 1;
}

.contact-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #C9A668 0%, transparent 100%);
  z-index: 2;
  opacity: 0.4;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero__content {
  max-width: 60%;
}

.contact-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C9A668;
  display: block;
  margin-bottom: 0.5rem;
}

.contact-hero__title {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 0.5rem;
}

.contact-hero__subtitle {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 48ch;
  margin-bottom: 1rem;
}

.contact-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
}

.contact-hero__breadcrumb a {
  color: #C9A668;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-hero__breadcrumb a:hover {
  color: #fff;
}

.contact-hero__breadcrumb-separator {
  opacity: 0.3;
}

.contact-hero__accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at bottom right, rgba(201, 166, 104, 0.06) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

/* ============================================
   Eyebrow Utility
   ============================================ */

.eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A668;
  position: relative;
  padding-left: 1rem;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #C9A668;
  opacity: 0.6;
}

/* ============================================
   Contact Section
   ============================================ */

.contact-section {
  padding: 3rem 0 4rem;
  background: #f5f3ef;
}

/* ============================================
   Map
   ============================================ */

.contact-map {
  margin-bottom: 3rem;
}

.contact-map__inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}

.contact-map__iframe {
  width: 100%;
  height: 380px;
  border: none;
  display: block;
}

.contact-map__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-left: 3px solid #C9A668;
  border-bottom: 3px solid #C9A668;
  border-radius: 0 0 0 4px;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

/* ============================================
   Contact Grid
   ============================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

/* ============================================
   Contact Info
   ============================================ */

.contact-info {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 2rem 2rem;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
  border: 1px solid rgba(10, 22, 40, 0.04);
}

.contact-info__header {
  margin-bottom: 2rem;
}

.contact-info__eyebrow {
  color: #C9A668;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 1rem;
}

.contact-info__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #C9A668;
  opacity: 0.6;
}

.contact-info__heading {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  color: #0A1628;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}

.contact-info__heading span {
  color: #C9A668;
}

.contact-info__divider {
  width: 48px;
  height: 2px;
  background: #C9A668;
  margin: 0.75rem 0 1rem;
  opacity: 0.5;
}

.contact-info__text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #8896a8;
}

/* Contact Info Items */
.contact-info__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(10, 22, 40, 0.04);
}

.contact-info__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info__item:first-child {
  padding-top: 0;
}

.contact-info__item-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 166, 104, 0.08);
  border-radius: 50%;
  color: #C9A668;
  transition: all 0.2s ease;
}

.contact-info__item:hover .contact-info__item-icon {
  background: #C9A668;
  color: #fff;
}

.contact-info__item-icon svg {
  width: 18px;
  height: 18px;
}

.contact-info__item-content {
  flex: 1;
  min-width: 0;
}

.contact-info__item-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0A1628;
  margin-bottom: 0.2rem;
  letter-spacing: 0.02em;
}

.contact-info__item-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #8896a8;
  font-style: normal;
}

.contact-info__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info__item-list li a {
  font-size: 0.875rem;
  color: #8896a8;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.7;
}

.contact-info__item-list li a:hover {
  color: #C9A668;
}

/* ============================================
   Contact Form
   ============================================ */

.contact-form-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
  border: 1px solid rgba(10, 22, 40, 0.04);
}

.contact-form-wrapper__header {
  margin-bottom: 1.5rem;
}

.contact-form-wrapper__eyebrow {
  color: #C9A668;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 1rem;
}

.contact-form-wrapper__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #C9A668;
  opacity: 0.6;
}

.contact-form-wrapper__heading {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  color: #0A1628;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}

.contact-form-wrapper__heading span {
  color: #C9A668;
}

.contact-form-wrapper__divider {
  width: 48px;
  height: 2px;
  background: #C9A668;
  margin: 0.75rem 0 0;
  opacity: 0.5;
}

/* Form Fields */
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form__group--full {
  grid-column: 1 / -1;
}

.contact-form__group label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #0A1628;
  display: block;
  margin-bottom: 0.2rem;
}

.contact-form__group input,
.contact-form__group textarea,
.contact-form__group select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #0A1628;
  background: #f5f3ef;
  transition: all 0.2s ease;
}

.contact-form__group input:focus,
.contact-form__group textarea:focus,
.contact-form__group select:focus {
  outline: none;
  border-color: #C9A668;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201, 166, 104, 0.08);
}

.contact-form__group textarea {
  min-height: 120px;
  resize: vertical;
}

/* Form Submit */
.contact-form__submit {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  text-align: center;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #0A1628;
  padding: 0.7rem 2rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Inter', sans-serif;
}

.contact-form__btn:hover {
  background: #1a2a3e;
  gap: 0.75rem;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.15);
}

.contact-form__btn svg {
  width: 16px;
  height: 16px;
}

/* Crispy Forms Override */
.contact-form__group .form-control {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #0A1628;
  background: #f5f3ef;
  transition: all 0.2s ease;
}

.contact-form__group .form-control:focus {
  outline: none;
  border-color: #C9A668;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201, 166, 104, 0.08);
}

.contact-form__group textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* ============================================
   CTA Section
   ============================================ */

.contact-cta {
  padding: 3rem 0;
  background: #f5f3ef;
}

.contact-cta__inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}

.contact-cta__image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.contact-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-cta__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.4) 0%, rgba(10, 22, 40, 0.6) 100%);
}

.contact-cta__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2rem;
  z-index: 2;
}

.contact-cta__eyebrow {
  color: #C9A668;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.contact-cta__heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0.5rem 0;
}

.contact-cta__heading span {
  color: #C9A668;
}

.contact-cta__text {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 40ch;
  margin-bottom: 1rem;
}

.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #C9A668;
  padding: 0.6rem 1.5rem 0.6rem 1.8rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
  border: none;
  cursor: pointer;
}

.contact-cta__btn:hover {
  background: #b8974a;
  gap: 0.75rem;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 166, 104, 0.3);
  color: #fff;
}

.contact-cta__btn svg {
  width: 16px;
  height: 16px;
}

.contact-cta__hammer {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 2;
  opacity: 0.1;
  pointer-events: none;
}

.contact-cta__hammer img {
  height: 200px;
  width: auto;
  display: block;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 1024px) {
  .contact-hero__content {
    max-width: 80%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-cta__hammer {
    display: none;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding: 120px 0 50px;
    min-height: 280px;
  }

  .contact-hero__content {
    max-width: 100%;
  }

  .contact-hero__title {
    font-size: 1.8rem;
  }

  .contact-hero__subtitle {
    font-size: 0.9375rem;
  }

  .contact-section {
    padding: 2rem 0 2.5rem;
  }

  .contact-map__iframe {
    height: 250px;
  }

  .contact-grid {
    gap: 1.5rem;
  }

  .contact-info {
    padding: 1.5rem;
  }

  .contact-info__heading {
    font-size: 1.4rem;
  }

  .contact-info__item {
    padding: 0.75rem 0;
    gap: 0.75rem;
  }

  .contact-info__item-icon {
    width: 34px;
    height: 34px;
  }

  .contact-info__item-icon svg {
    width: 15px;
    height: 15px;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-form-wrapper__heading {
    font-size: 1.2rem;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .contact-form__btn {
    width: 100%;
    justify-content: center;
  }

  .contact-cta {
    padding: 2rem 0;
  }

  .contact-cta__image-wrapper {
    height: 400px;
  }

  .contact-cta__content {
    padding: 1rem 1.5rem;
    text-align: center;
    align-items: center;
  }

  .contact-cta__heading {
    font-size: 1.4rem;
  }

  .contact-cta__text {
    font-size: 0.875rem;
    max-width: 100%;
  }

  .contact-cta__btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   Dark Mode Support
   ============================================ */

@media (prefers-color-scheme: dark) {
  .contact-section {
    background: #0A1628;
  }

  .contact-info {
    background: #1a2a3e;
    border-color: rgba(255, 255, 255, 0.04);
  }

  .contact-info__heading {
    color: #fff;
  }

  .contact-info__text {
    color: rgba(255, 255, 255, 0.6);
  }

  .contact-info__item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
  }

  .contact-info__item-title {
    color: #fff;
  }

  .contact-info__item-text {
    color: rgba(255, 255, 255, 0.6);
  }

  .contact-info__item-list li a {
    color: rgba(255, 255, 255, 0.6);
  }

  .contact-info__item-list li a:hover {
    color: #C9A668;
  }

  .contact-info__item-icon {
    background: rgba(201, 166, 104, 0.12);
  }

  .contact-info__item:hover .contact-info__item-icon {
    background: #C9A668;
  }

  .contact-form-wrapper {
    background: #1a2a3e;
    border-color: rgba(255, 255, 255, 0.04);
  }

  .contact-form-wrapper__heading {
    color: #fff;
  }

  .contact-form__group label {
    color: #fff;
  }

  .contact-form__group input,
  .contact-form__group textarea,
  .contact-form__group select,
  .contact-form__group .form-control {
    background: #0A1628;
    border-color: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .contact-form__group input:focus,
  .contact-form__group textarea:focus,
  .contact-form__group select:focus,
  .contact-form__group .form-control:focus {
    background: #0A1628;
    border-color: #C9A668;
  }

  .contact-form__btn {
    background: #C9A668;
  }

  .contact-form__btn:hover {
    background: #b8974a;
  }

  .contact-cta {
    background: #0A1628;
  }

  .contact-cta__inner {
    background: #1a2a3e;
  }
}