/* ============================================================
   TAKET — Contact.css  (full rebuild)
   ============================================================ */

@font-face {
  font-family: "FieldGothicTEST-No.82";
  font-style: normal; font-weight: 400;
  src: url("fonts/FieldGothicTEST-No.82.woff") format("woff");
}
@font-face {
  font-family: "FieldGothicTEST-No.75";
  font-style: normal; font-weight: 400;
  src: url("fonts/FieldGothicTEST-No.75.woff") format("woff");
}

html { background: #000 !important; scroll-behavior: smooth; }
body, .u-body {
  background: #000 !important;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body > div { background: #000 !important; }

/* Kill nicepage chrome */
header.u-header, .u-footer, .u-backlink,
section.u-backlink, .u-grey-80, .u-section-1 {
  display: none !important;
}

/* Override ALL link colors — kill browser defaults */
a { color: inherit; }


/* ── NAV — pill style matching homepage ── */
.taket-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 8000;
  padding: 0 44px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.taket-nav__logo { height: 22px; width: auto; display: block; }
.taket-nav__links {
  display: flex; gap: 10px;
  list-style: none; margin: 0; padding: 0;
}
.taket-nav__links a {
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.06em;
  opacity: 0.55;
  padding: 5px 16px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.taket-nav__links a:hover {
  opacity: 1;
  border-color: rgba(255,255,255,0.3);
}
.taket-nav__links a.is-active {
  opacity: 1;
  border-color: rgba(255,255,255,0.6);
}
@media (max-width: 767px) {
  .taket-nav {
    padding: 0 16px;
    height: 52px;
  }
  .taket-nav__logo { height: 18px; }
  .taket-nav__links { gap: 0; }
  .taket-nav__links a {
    font-size: 0.8rem;
    padding: 4px 10px;
    letter-spacing: 0.04em;
  }
}


/* ── KONTAKT HERO — editorial statement ── */
.kontakt-hero {
  padding: 90px 0 0 0;
  position: relative;
  overflow: hidden;
}

.kontakt-hero__eyebrow {
  display: block;
  font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
  margin: 0 0 8px 60px;
}

.kontakt-hero__title {
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: clamp(5rem, 18vw, 16rem);
  color: white;
  line-height: 0.84;
  letter-spacing: -0.03em;
  margin: 0;
  padding: 0 40px;
}

/* Diagonal cut — same as About page */
.kontakt-hero__cut {
  display: block;
  width: 110%;
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 32px 0 0 -5%;
  transform: rotate(-1.2deg);
  transform-origin: left center;
}

@media (max-width: 767px) {
  .kontakt-hero__eyebrow { margin-left: 24px; }
  .kontakt-hero__title {
    font-size: clamp(4rem, 22vw, 7rem);
    padding: 0 24px;
  }
  .kontakt-hero__cut { margin-top: 24px; }
}


/* ── CONTACT DETAILS ── */
.contact-wrap {
  padding: 72px 60px 0;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) { .contact-wrap { padding: 52px 24px 0; } }

.contact-item { margin-bottom: 44px; }

.contact-item__label {
  font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
  display: block;
  margin-bottom: 8px;
}

.contact-item__value {
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-block;
  transition: opacity 0.2s ease;
  border-bottom: none;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact-item__value {
    font-size: clamp(1.1rem, 5.5vw, 1.8rem);
    word-break: normal;
    overflow-wrap: normal;
  }
}
.contact-item__value:hover { opacity: 0.55; }


/* ── FOOTER ── */
.contact-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 40px 24px 48px;
  text-align: center;
  font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.38);
}
.contact-footer p { margin: 0 0 4px 0; }
.contact-footer a {
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  transition: color 0.2s ease;
}
.contact-footer a:hover { color: rgba(255,255,255,0.7); }
