
    :root{
        --kahvar-red:#460f15;
        --kahvar-green:#3a5850;
        --kahvar-beige:#ffeecc;
        --ink:#141414;
        --muted:rgba(0,0,0,0.65);
        --border:rgba(0,0,0,0.08);
        --shadow-soft:0 16px 40px rgba(0,0,0,0.08);
    }

    .contact-hero{
        padding: 34px 0;
        background: var(--kahvar-beige);
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

    .contact-shell{
        padding: 22px 0 60px;
    }

    .kahvar-card{
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 22px;
        box-shadow: var(--shadow-soft);
        padding: 18px;
    }

    .kahvar-card + .kahvar-card{ margin-top: 14px; }

    .card-title{
        font-size: 1.15rem;
        font-weight: 900;
        margin: 0 0 8px;
        color: var(--kahvar-red);
    }

    .card-sub{
        margin: 0 0 14px;
        color: var(--muted);
        line-height: 1.55;
    }

    .contact-highlights li{
        margin: 10px 0;
        color: rgba(0,0,0,0.72);
        font-weight: 600;
    }
    .contact-highlights i{
        color: var(--kahvar-green);
    }

    .info-row{
        display:flex;
        gap: 12px;
        padding: 12px 0;
        border-top: 1px solid rgba(0,0,0,0.06);
    }
    .info-row:first-of-type{ border-top: 0; padding-top: 6px; }

    .info-row i{
        width: 22px;
        margin-top: 2px;
        color: var(--kahvar-green);
    }

    .info-row .label{
        display:block;
        font-size: 0.72rem;
        letter-spacing: .14em;
        text-transform: uppercase;
        opacity: .65;
        font-weight: 800;
    }

    .info-row a{
        color: var(--kahvar-red);
        text-decoration: none;
        font-weight: 800;
    }
    .info-row a:hover{ text-decoration: underline; }

    .social-row{
        display:flex;
        gap: 10px;
        margin-top: 14px;
    }
    .social-btn{
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display:flex;
        align-items:center;
        justify-content:center;

        border: 1px solid rgba(70,15,21,0.18);
        background: rgba(70,15,21,0.04);
        color: var(--kahvar-red);

        transition: transform 120ms ease, background 180ms ease, border-color 180ms ease;
    }
    .social-btn:hover{
        transform: translateY(-1px);
        background: rgba(70,15,21,0.07);
        border-color: rgba(70,15,21,0.28);
    }

    /* Form fields (keep your floating-field layout but make it premium) */
    .floating-field input,
    .floating-field select,
    .floating-field textarea{
        border-radius: 14px !important;
        border: 1px solid rgba(70,15,21,0.18) !important;
        background: #fffaf2 !important;
        box-shadow: none !important;
        font-weight: 600;
    }

    .floating-field input:focus,
    .floating-field select:focus,
    .floating-field textarea:focus{
        border-color: rgba(70,15,21,0.40) !important;
        box-shadow: 0 0 0 0.25rem rgba(70, 15, 21, 0.14) !important;
    }

    /* Make alerts feel calm (no fade out) */
    .alert-kahvar-success,
    .alert-kahvar-error{
        margin-top: 12px;
        border-radius: 14px;
    }

    /* Map */
    #map{
        height: 350px;
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.08);
    }

    .contact-meta-list li{
        padding: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.06);
    }
    .contact-meta-list li:first-child{ border-top: 0; padding-top: 0; }

    .contact-meta-list .label{
        font-size: 0.72rem;
        letter-spacing: .14em;
        text-transform: uppercase;
        opacity: .65;
        font-weight: 800;
        margin-right: 8px;
    }

    .contact-meta-list a{
        color: var(--kahvar-green);
        text-decoration: none;
        font-weight: 800;
    }
    .contact-meta-list a:hover{ text-decoration: underline; }

    /* Make hover subtle, not a big “scale jump” */
    .map-card{
        transition: box-shadow 180ms ease, border-color 180ms ease;
    }
    .map-card:hover{
        border-color: rgba(0,0,0,0.12);
        box-shadow: 0 18px 45px rgba(0,0,0,0.10);
    }
    /* Quick contact strip */
.quick-strip{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;

  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.08);

  color: rgba(0,0,0,0.78);
  text-decoration: none;
  font-weight: 800;
  line-height: 1;

  transition: transform 120ms ease, background 180ms ease, border-color 180ms ease;
}

.quick-pill i{
  color: var(--kahvar-green);
  opacity: .95;
}

.quick-pill:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.72);
  border-color: rgba(0,0,0,0.12);
  text-decoration: none;
}

/* Sticky right column */
.contact-sticky{
  position: sticky;
  top: 110px;
}

@media (max-width: 991.98px){
  .contact-sticky{ position: static; top: auto; }
}

/* Parallax hero background */
.contact-hero{
  position: relative;
  padding: 44px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);

  /* background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Parallax effect (desktop only) */
@media (min-width: 992px){
  .contact-hero{
    background-attachment: fixed;
  }
}

/* Improve “premium depth” */
.contact-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  /* subtle vignette + highlight */
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(255,255,255,0.25), transparent 55%),
    radial-gradient(900px 420px at 85% 25%, rgba(58,88,80,0.08), transparent 55%);
  opacity: 1;
}

/* Ensure hero content is above overlays */
.contact-hero .container{
  position: relative;
  z-index: 1;
}

.quick-pill{
  background: rgba(255,250,242,0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0,0,0,0.10);
}

.contact-hero{
  --hero-y: 0px;
  background-position: center var(--hero-y);
}
