@font-face {
  font-family: '1797 Compressed';
  src: url('assets/1797-COMPRESSED_V2.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --hh-bg: #e1decb;
  --hh-bg2: #e1decb;
  --hh-giant: #000000;
  /* off-white giant name */
  --hh-accent: #f2fa00;
  /* yellow accent */
  --hh-ink: #15151a;
  --hh-white: #e1decb;
  --hh-card: #d9d6c4;
  --hh-sans: 'Archivo', Helvetica, Arial, sans-serif;
  --hh-black: 'Archivo', var(--hh-sans);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body.hh {
  background: transparent !important;
  font-family: var(--hh-sans);
  color: var(--hh-ink);
  overflow-x: hidden;
}

/* ---- kill switch: hide the old Aceternity parallax hero if its markup
        is still mounted; delete that section from index.html properly ---- */
.hero-parallax-container {
  display: none !important
}

/* ============================================================
   STAGE: tall scroll zone with a pinned hero inside
   ============================================================ */
.hh-stage {
  position: relative;
  height: 260vh;
  background: transparent;
}

.hh-pin-back {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hh-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 3;
  margin-top: -100svh;
}

/* ---------- giant name ---------- */
.hh-giant {
  position: absolute;
  top: 5vh;
  left: 0;
  right: 0;
  padding-top: 0;
  z-index: 1;
  will-change: transform, opacity;
}

.hh-giant svg {
  display: block;
  width: 100%;
  height: auto
}

.hh-giant text {
  font-family: 'Monoton', sans-serif;
  fill: var(--hh-giant);
  letter-spacing: -.01em
}

/* ---------- name / role lockup ---------- */
.hh-title {
  display: none !important;
}

.hh-title b {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: clamp(14px, 1.35vw, 21px);
  color: var(--hh-giant);
}

.hh-title span {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: clamp(12px, 1.05vw, 16px);
  color: #4b4d58;
}

/* ---------- flow nav ---------- */
.hh-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
  position: absolute;
  top: 56vh;
  left: 0;
  right: 0;
  z-index: 10;
  font-weight: 800;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hh-nav ul {
  display: flex;
  list-style: none;
  align-items: center
}

.hh-nav a {
  color: var(--hh-ink);
  text-decoration: none;
  display: inline-block;
  will-change: transform, opacity
}

.hh-nav li+li::before {
  content: "|";
  margin: 0 clamp(10px, 1.2vw, 20px);
  color: rgba(21, 21, 26, .3);
  font-weight: 400
}

/* ---------- fixed portrait background layer ---------- */
.hh-figure-bg {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  will-change: filter, opacity;
}

.hh-figure {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  z-index: 1;
  height: min(94vh, 1100px);
  transform: translateX(-50%);
  pointer-events: none;
  will-change: filter, transform, opacity;
}

.hh-figure img {
  height: 100%;
  width: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(30, 35, 60, .3))
}

/* ---------- overlays ---------- */
.hh-headline {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: auto;
  bottom: 16vh;
  transform: translateX(-50%);
  text-align: center;
  font-family: var(--hh-sans);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 68px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: none;
  pointer-events: none;
  will-change: opacity, transform;
}

.hh-chip {
  position: absolute;
  z-index: 4;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.25), rgba(30, 30, 30, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--hh-ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 24px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  will-change: transform, opacity;
}

.hh-chip .hh-big {
  font-family: var(--hh-black);
  font-size: clamp(22px, 2vw, 30px);
  color: var(--hh-accent);
  line-height: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hh-chip .hh-cap {
  font-family: var(--hh-sans);
  font-weight: 700;
  font-size: clamp(11px, 0.9vw, 13px);
  line-height: 1.2;
  color: #ffffff;
}

.hh-chip.hh-c1 {
  left: max(4vw, calc(50% - 420px));
  top: auto;
  bottom: 26vh;
  transform: none;
  flex-direction: row;
  align-items: center;
  padding: 26px 32px;
  gap: 16px;
}

.hh-chip.hh-c2 {
  left: max(4vw, calc(50% - 420px));
  top: auto;
  bottom: 6vh;
  padding: 28px 24px;
  gap: 12px;
}

.hh-attrs {
  position: absolute;
  z-index: 4;
  left: min(calc(50% + 260px), calc(100% - 320px - 2vw));
  top: 60vh;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.25), rgba(30, 30, 30, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  will-change: opacity, transform;
}

.hh-attr {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--hh-sans);
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 16px);
}

.hh-attr svg {
  width: 16px;
  height: 16px;
  fill: var(--hh-accent);
  flex: none
}

.hh-ctas {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: auto;
  bottom: 9vh;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.hh-btn {
  background: var(--hh-accent);
  color: #000000;
  font-family: var(--hh-sans);
  font-weight: 800;
  font-size: clamp(14px, 1vw, 16px);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  will-change: transform, opacity;
}

.hh-corner-l {
  position: absolute;
  left: 4vw;
  bottom: 6vh;
  z-index: 4;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5;
  font-weight: 500;
  color: var(--hh-ink);
  max-width: 240px;
  will-change: opacity;
}

.hh-corner-l b {
  font-weight: 800
}

.hh-corner-r {
  position: absolute;
  right: 2.2vw;
  bottom: 6vh;
  z-index: 4;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5;
  font-weight: 500;
  color: var(--hh-ink);
  text-align: left;
  max-width: 320px;
  will-change: transform, opacity;
}

/* ============================================================
   FIXED SIDEBAR (dock targets) — hidden until the switch
   ============================================================ */
.hh-side {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 60;
  width: var(--jr-sidebar-w) !important;
  box-sizing: border-box !important;
  padding: 16px 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  transform: translateX(-34px);
  pointer-events: none;
  will-change: transform, opacity;
  background: transparent !important;
  border-right: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hh-side::-webkit-scrollbar {
  display: none
}

body.hh-docked .hh-side {
  pointer-events: auto
}

.hh-scard {
  background: rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 28px rgba(60, 55, 40, 0.07) !important;
}

.hh-sbrand {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.hh-sbadge {
  background: var(--hh-accent);
  border-radius: 10px;
  padding: 7px 11px;
  font-family: var(--hh-black);
  font-size: 15px;
  letter-spacing: .02em;
}

.hh-sbadge sup {
  font-size: 8px
}

.hh-sin {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--hh-ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  text-decoration: none;
}

.hh-sblurb {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #3a3a40
}

.hh-sstats {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center
}

.hh-sstats .d {
  width: 1px;
  height: 44px;
  background: rgba(21, 21, 26, .15)
}

.hh-sstat b {
  display: block;
  font-family: var(--hh-black);
  font-size: 22px;
  color: #b8b514
}

.hh-sstat span {
  display: block;
  margin-top: 3px;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 1.25
}

/* ---------- Focus & Location Sidebar Cards ---------- */
.hh-sexpertise {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hh-sbadge-mini {
  font-family: var(--hh-black);
  font-size: 10px;
  letter-spacing: .08em;
  color: #6a6a72;
  text-transform: uppercase;
}

.hh-stags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hh-stag {
  background: rgba(21, 21, 26, 0.06);
  border: 1px solid rgba(21, 21, 26, 0.1);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--hh-ink);
  letter-spacing: .01em;
}

.hh-slocation {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hh-sloc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--hh-ink);
}

.hh-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
  display: inline-block;
  flex: none;
  animation: hhPulse 2s infinite;
}

@keyframes hhPulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.hh-sloc-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #5a5a62;
  font-weight: 600;
}

.hh-snav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px
}

.hh-spill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--hh-ink);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.hh-spill svg {
  flex-shrink: 0;
  stroke: currentColor;
}

.hh-spill:hover {
  transform: translateX(4px)
}

.hh-spill.on {
  background: var(--hh-accent) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.hh-semail {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 8px;
  padding: 9px 11px
}

.hh-semail span {
  flex: 1;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis
}

.hh-semail button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 12px
}

.hh-scta {
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--hh-accent);
  color: var(--hh-ink);
  font-weight: 800;
  font-size: 14.5px;
  border-radius: 14px;
  padding: 13.5px;
  box-shadow: 0 10px 24px rgba(140, 140, 30, .28);
}

/* ============================================================
   AFTER THE SWITCH — content beside the docked sidebar
   ============================================================ */
.hh-after {
  position: relative;
  z-index: 10;
  margin-left: calc(var(--jr-sidebar-w) + var(--jr-gap));
  padding: 32px 5vw 16vh 2vw;
  max-width: 1050px;
}

.hh-after .tagpill {
  display: inline-flex;
  border: 1.5px solid rgba(21, 21, 26, .35);
  border-radius: 100px;
  padding: 6px 15px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, .4);
}

.hh-after h2 {
  font-weight: 800;
  font-size: clamp(40px, 5.4vw, 84px);
  letter-spacing: -.035em;
  line-height: 1.02
}

.hh-after .lede {
  margin-top: 24px;
  max-width: 460px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #3a3a40
}

.hh-after .tease {
  margin-top: 9vh;
  background: var(--hh-card);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 24px;
  padding: 38px 40px;
  max-width: 560px;
  margin-left: auto;
  box-shadow: 0 26px 60px rgba(30, 35, 60, .12);
}

.hh-after .tease .yr {
  font-family: var(--hh-black);
  font-size: clamp(44px, 5vw, 68px);
  color: #c9c516;
  line-height: .9
}

.hh-after .tease h3 {
  margin-top: 14px;
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 27px);
  letter-spacing: -.02em
}

.hh-after .tease p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #45454b
}

.hh-after .tease a {
  display: inline-block;
  margin-top: 18px;
  border: 1.5px solid rgba(21, 21, 26, .3);
  border-radius: 100px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 13px;
  color: var(--hh-ink);
  text-decoration: none;
}

/* ============================================================
   SIDEBAR CARD STAGGER ANIMATION — scale up from center
   ============================================================ */
.hh-side .hh-scard,
.hh-side .hh-scta {
  opacity: 0;
  transform: scale(0.5);
  will-change: transform, opacity;
}

/* ============================================================
   SCROLL TEXT REVEAL ANIMATIONS
   ============================================================ */
.scroll-text-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.scroll-text-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   MOBILE: no morph — simple stack (scrub disabled by JS too)
   ============================================================ */
@media(max-width:960px) {
  .hh-figure-bg {
    position: relative;
    z-index: 3;
  }

  .hh-figure {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    height: auto;
    transform: none;
    margin: -28vw auto 0;
    display: flex;
    justify-content: center;
  }

  .hh-figure img {
    height: auto;
    width: 76vw;
    max-width: 420px
  }

  .hh-stage {
    height: auto
  }

  .hh-pin {
    position: relative;
    height: auto;
    min-height: 0;
    padding-bottom: 26px
  }

  .hh-headline {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: auto;
    bottom: 16vh;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Story Script', cursive;
    font-size: clamp(40px, 5.8vw, 90px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: none;
    pointer-events: none;
    will-change: opacity, transform;
  }

  .hh-ctas {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: auto;
    bottom: 9vh;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
  }

  .hh-chip,
  .hh-attrs {
    position: absolute;
    z-index: 4;
    left: min(calc(50% + 260px), calc(100% - 320px - 2vw));
    top: 60vh;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.25), rgba(30, 30, 30, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    will-change: opacity, transform;
  }

  .hh-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 8vw;
    position: absolute;
    top: 56vh;
    left: 0;
    right: 0;
    z-index: 10;
    font-weight: 800;
    font-size: clamp(12px, 1vw, 15px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .hh-side {
    display: none
  }

  .hh-after {
    margin-left: 0;
    padding: 60px 20px
  }

  .hh-after .tease {
    margin-left: 0
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    transition: none !important;
    animation: none !important
  }
}

.hh-chip.hh-c1 .hh-big {
  font-size: clamp(26px, 2.5vw, 36px);
}

.hh-chip.hh-c1 .hh-cap {
  font-size: clamp(12px, 1vw, 15px);
}

.hh-chip.hh-c2 .hh-big {
  font-size: clamp(26px, 2.5vw, 36px);
}

.hh-chip.hh-c2 .hh-cap {
  font-size: clamp(12px, 1vw, 15px);
}

/* Shift the left column of links slightly left to avoid suit portrait overlap */
.hh-nav ul:first-child {
  transform: translateX(-3.5vw);
}