/** Shopify CDN: Minification failed

Line 77:9 Expected ":"
Line 122:0 Unexpected "}"

**/
/* ============================================================
   תיק פתוח — עמוד צור קשר CSS
   קובץ: assets/tp-contact.css
   ============================================================ */

.tp-contact {
  background: var(--tp-dark);
  min-height: 100vh;
  direction: rtl;
  position: relative;
}

.tp-contact__bg {
  position: fixed; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(240,232,216,0.02) 60px, rgba(240,232,216,0.02) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(240,232,216,0.02) 60px, rgba(240,232,216,0.02) 61px);
  pointer-events: none; z-index: 0;
}

/* ===== HEADER ===== */
.tp-contact__header {
  position: relative; z-index: 1;
  padding: 140px 60px 80px;
  border-bottom: 1px solid rgba(240,232,216,0.06);
  background: linear-gradient(to bottom, rgba(139,26,26,0.06) 0%, transparent 100%);
}
.tp-contact__header-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.tp-contact__label {
  font-size: 1rem; letter-spacing: 5px;
  text-transform: uppercase; color: var(--tp-red-light);
  font-family: 'Assistant', sans-serif;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.tp-contact__label::after {
  content: ''; width: 60px; height: 1px;
  background: rgba(178,34,34,0.4);
}
.tp-contact__title {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900; color: var(--tp-cream);
  line-height: 1.1; margin-bottom: 16px;
}
.tp-contact__subtitle {
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem; line-height: 1.8;
  color: rgba(240,232,216,0.55);
  max-width: 500px;
}

/* ===== BODY ===== */
.tp-contact__body {
  position: relative; z-index: 1;
  max-width: 1225px;
  margin: 0 auto;
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 80px;
  align-items: start;
}

/* ===== FORM ===== */
.tp-contact__form {
  display: flex; flex-direction: column; gap: 24px;
  padding right: 100px;
}
.tp-contact__field {
  display: flex; flex-direction: column; gap: 8px;
}
.tp-contact__label-field {
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem; letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(240,232,216,0.5);
}
.tp-contact__input {
  background: rgba(240,232,216,0.04);
  border: 1px solid rgba(240,232,216,0.1);
  color: #1A1008;
  padding: 14px 18px;
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem;
  border-radius: 10px;
  outline: none;
  direction: rtl;
  transition: border-color 0.3s, background 0.3s;
  width: 100%;
}
.tp-contact__textarea {
  background: rgba(240,232,216,0.04);
  border: 1px solid rgba(240,232,216,0.1);
  color: rgba(240,232,216,0.7);
  padding: 14px 18px;
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem;
  border-radius: 10px;
  outline: none;
  direction: rtl;
  transition: border-color 0.3s, background 0.3s;
  width: 100%;
  height: 160px;
  resize: vertical;
}
.tp-contact__input::placeholder {
  color: #1A1008;
}
.tp-contact__textarea::placeholder {
  color: rgba(240,232,216,0.4);
}
}
.tp-contact__input:focus, {
  color: #1A1008;
}
.tp-contact__textarea:focus {
  border-color: rgba(139,26,26,0.5);
  background: rgba(240,232,216,0.06);
}
.tp-contact__textarea {
  height: 160px; resize: vertical;
}
.tp-contact__submit {
  background: var(--tp-red);
  color: var(--tp-cream); border: none;
  padding: 16px 36px;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem; font-weight: 700;
  border-radius: 50px; cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
  letter-spacing: 1px;
}
.tp-contact__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(139,26,26,0.5);
}

/* ===== INFO COL ===== */
.tp-contact__info-col {
  display: flex; flex-direction: column; gap: 32px;
  position: sticky; top: 100px;
}
.tp-contact__info-title {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem; letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--tp-red-light);
  margin-bottom: 12px;
}
.tp-contact__email-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--tp-cream);
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(240,232,216,0.15);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.tp-contact__email-link:hover {
  color: var(--tp-red-light);
  border-color: var(--tp-red-light);
}
.tp-contact__info-text {
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem; line-height: 1.7;
  color: rgba(240,232,216,0.5);
}
.tp-contact__socials {
  display: flex; flex-direction: column; gap: 12px;
}
.tp-contact__social {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(240,232,216,0.6);
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem;
  transition: color 0.3s;
  width: fit-content;
}
.tp-contact__social:hover { color: var(--tp-cream); }

.tp-contact__divider {
  height: 1px;
  background: rgba(240,232,216,0.07);
}
.tp-contact__info-note p {
  font-family: 'Assistant', sans-serif;
  font-size: 1.2rem; line-height: 1.7;
  color: rgba(240,232,216,0.3);
  margin-bottom: 6px;
}
.tp-contact__info-note a {
  color: rgba(240,232,216,0.45);
  text-decoration: underline;
  transition: color 0.3s;
}
.tp-contact__info-note a:hover { color: var(--tp-cream); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tp-contact__header { padding: 120px 24px 60px; }
  .tp-contact__body {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 48px;
  }
  .tp-contact__info-col { position: static; }
}
