/* ================================================================
   TAKET — ABOUT-UPGRADE.CSS  (full rebuild)
   Carries the homepage graphic identity into the OSS page.
   Load AFTER About.css
   ================================================================ */

/* ── Global resets ── */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  background-color: #000 !important;
}

body, .u-body, .about-header, .taket-tagline,
.about-header + section, .u-section-1 {
  background-color: #000 !important;
}

body > div { background-color: #000 !important; }

html { scroll-behavior: smooth; }

body, .u-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  margin: 0 !important;
}

.u-body .u-section-1, .u-section-1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Kill Nicepage header */
header.u-header {
  display: none !important;
  height: 0 !important; min-height: 0 !important;
  padding: 0 !important; margin: 0 !important;
  overflow: hidden !important;
}

/* Kill Nicepage footer junk */
.u-backlink, section.u-backlink, .u-grey-80 {
  display: none !important;
  height: 0 !important; min-height: 0 !important;
  padding: 0 !important; margin: 0 !important;
  border: none !important; overflow: hidden !important;
}


/* ═══════════════════════════════════════════════
   NAV — pill-border style matching homepage hero
   ═══════════════════════════════════════════════ */
.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;
  opacity: 1;
  pointer-events: all;
  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; opacity: 0.95;
}
.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 !important;
  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 {
    display: flex !important;
    padding: 0 20px;
    height: 52px;
  }
  .taket-nav__logo { height: 18px; }
  .taket-nav__links a {
    font-size: 0.85rem;
    padding: 4px 12px;
  }
}


/* ═══════════════════════════════════════════════
   PAGE HEADER — "OSS" as editorial statement
   ═══════════════════════════════════════════════ */
.about-header {
  padding: 90px 0 0 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: none;
}

.about-header__eyebrow {
  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;
  display: block;
}

.about-header__title {
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: clamp(7rem, 23vw, 20rem);
  color: white;
  line-height: 0.84;
  letter-spacing: -0.03em;
  margin: 0;
  padding: 0 40px;
  position: relative;
  display: block;
}

/* Diagonal line — the graphic signature from homepage */
.about-header__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;
}

/* Kill the gap between the header and the photo grid */
.u-section-1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.u-section-1 .u-sheet-1 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .about-header {
    padding: 68px 0 0 0;
  }
  .about-header__eyebrow { margin-left: 24px; }
  .about-header__title {
    font-size: clamp(5.5rem, 26vw, 8rem);
    padding: 0 24px;
  }
  .about-header__cut { margin-top: 24px; }
}


/* ═══════════════════════════════════════════════
   NICEPAGE ELEMENT KILL — all breakpoints
   ═══════════════════════════════════════════════ */
.u-section-1 .u-image-1, .u-section-1 .u-image-2,
.u-section-1 .u-image-3, .u-section-1 .u-image-4,
.u-section-1 .u-image-5, .u-section-1 .u-image-6,
.u-section-1 .u-text-1,  .u-section-1 .u-text-2,
.u-section-1 .u-text-3,  .u-section-1 .u-text-4,
.u-section-1 .u-text-5,  .u-section-1 .u-text-6,
.u-section-1 .u-text-7,  .u-section-1 .u-text-8,
.u-section-1 .u-text-9,  .u-section-1 .u-text-10 {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* ═══════════════════════════════════════════════
   DESKTOP — clean grid
   ═══════════════════════════════════════════════ */
@media (min-width: 768px) {
  .u-section-1 .u-sheet-1 {
    min-height: auto !important;
    position: static !important;
    overflow: visible !important;
    padding: 0 !important;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
  }

  .about-team {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 48px auto 0;
    gap: 3px;
  }

  .about-mobile-cards { display: none !important; }
}


/* ═══════════════════════════════════════════════
   MOBILE — card layout
   ═══════════════════════════════════════════════ */
@media (max-width: 767px) {
  .about-team { display: none !important; }

  .u-section-1 .u-sheet-1 {
    min-height: auto !important;
    position: static !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-mobile-cards {
    display: block !important;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .about-card {
    position: relative;
    width: 100%;
    background: #0d0d0d;
    overflow: hidden;
    margin-bottom: 3px;
  }

  .about-card__photo {
    display: block;
    width: 100%;
    height: 80vw;
    object-fit: cover;
    object-position: center 20%;
  }

  .about-card__info {
    padding: 16px 24px 24px;
  }

  .about-card__name-img {
    display: block;
    width: auto;
    max-width: 75%;
    height: 2rem;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 4px;
  }

  h2.about-card__name,
  .about-card__name {
    font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
    font-size: 2rem !important;
    color: #fff;
    margin: 0 0 4px 0 !important;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .about-card__role {
    font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
  }

  .about-card__email {
    font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 2px;
    display: inline-block;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .about-card__email:hover { color: #fff; border-color: rgba(255,255,255,0.55); }
}


/* ═══════════════════════════════════════════════
   TEAM CARDS — desktop
   ═══════════════════════════════════════════════ */
.about-person {
  position: relative;
  overflow: hidden;
  display: block;
  background: #0d0d0d;
  aspect-ratio: 4 / 4.5;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-person.is-visible { opacity: 1; transform: translateY(0); }
.about-person:nth-child(2) { transition-delay: 0.08s; }
.about-person:nth-child(3) { transition-delay: 0.00s; }
.about-person:nth-child(4) { transition-delay: 0.08s; }

.about-person__photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) {
  .about-person:hover .about-person__photo { transform: scale(1.04); }
}

.about-person__overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 40px;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%,
    rgba(0,0,0,0.55) 68%, rgba(0,0,0,0.90) 100%);
  pointer-events: none;
  transition: background 0.4s ease;
}
@media (hover: hover) {
  .about-person:hover .about-person__overlay {
    background: linear-gradient(to bottom,
      rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%,
      rgba(0,0,0,0.62) 65%, rgba(0,0,0,0.94) 100%);
  }
}

.about-person__name-img {
  display: block; width: auto; max-width: 80%;
  height: 2.8rem;
  object-fit: contain; object-position: left bottom;
  margin-bottom: 8px;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.6));
  pointer-events: none;
}

h2.about-person__name,
.about-person__name {
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: 2.2rem !important;
  color: #fff;
  margin: 0 0 8px 0 !important;
  line-height: 1;
  letter-spacing: -0.01em;
}

.about-person__role {
  font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.about-person__email {
  font-family: "FieldGothicTEST-No.82", Arial, sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  pointer-events: all;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.about-person__email:hover { color: #fff; border-color: rgba(255,255,255,0.55); }


/* ═══════════════════════════════════════════════
   FOOTER TAGLINE
   ═══════════════════════════════════════════════ */
.taket-tagline {
  text-align: center;
  padding: 80px 40px 52px;
  border-top: 1px solid rgba(255,255,255,0.07);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.taket-tagline.is-visible { opacity: 1; transform: translateY(0); }

.taket-tagline__line1 {
  display: block;
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: clamp(3.5rem, 8.5vw, 8rem);
  color: white;
  line-height: 0.92; letter-spacing: -0.01em; margin: 0;
}
.taket-tagline__line2 {
  display: block;
  font-family: "FieldGothicTEST-No.75", Arial, sans-serif;
  font-size: clamp(3.5rem, 8.5vw, 8rem);
  color: rgba(255,255,255,0.22);
  line-height: 0.92; letter-spacing: -0.01em; margin: 0 0 28px 0;
}
.taket-tagline__sep {
  display: block; width: 40px; height: 1px;
  background: rgba(255,255,255,0.2); margin: 0 auto;
}

.taket-social-icons {
  gap: 20px; margin-top: 32px;
  display: flex; justify-content: center; align-items: center;
}
.taket-social-icons a {
  width: 52px; height: 52px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.22);
  background: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.taket-social-icons a:hover {
  border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.06);
}
.taket-social-icons svg { width: 22px; height: 22px; }

@media (max-width: 767px) {
  .taket-tagline { text-align: left !important; padding: 48px 24px 36px !important; }
  .taket-tagline__sep { margin: 0; }
  .taket-tagline__line1, .taket-tagline__line2 {
    line-height: 0.88 !important; letter-spacing: -0.02em !important;
  }
}

/* ── SCROLL REVEAL SAFETY ─────────────────────────────────────────
   The page-header is above the fold — never hide it.
   Everything else fades in, but gets a hard JS fallback (below).
   Mobile never animates — just show everything immediately.       ── */

/* Above-the-fold: always visible */
.about-header {
  opacity: 1 !important;
  transform: none !important;
}

/* Below-the-fold reveals */
.about-person {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-person.is-visible { opacity: 1; transform: translateY(0); }
.about-person:nth-child(2) { transition-delay: 0.08s; }
.about-person:nth-child(4) { transition-delay: 0.08s; }

.taket-tagline {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.taket-tagline.is-visible { opacity: 1; transform: translateY(0); }

/* Mobile — skip all animation, just show */
@media (max-width: 767px) {
  .about-person,
  .about-card,
  .taket-tagline {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
