body.hopfia-legacy-shell [data-framer-name="Desktop Light"],
body.hopfia-legacy-shell [data-framer-name="Tablet Light"],
body.hopfia-legacy-shell [data-framer-name="Phone Light"],
body.hopfia-legacy-shell [data-framer-name="NB_KR"] {
  display: none !important;
}

body.hopfia-legacy-shell a[href*="gumroad.com"] {
  display: none !important;
}

#hopfia-legacy-header,
#hopfia-legacy-header * {
  box-sizing: border-box;
}

#hopfia-legacy-header {
  position: sticky;
  z-index: 2147483645;
  top: 0;
  width: 100%;
  height: 68px;
  color: #f6f1e7;
  background: rgba(6, 11, 18, 0.98);
  border-bottom: 1px solid rgba(246, 241, 231, 0.1);
  font-family: "Instrument Sans", Arial, sans-serif;
}

.hopfia-legacy-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  gap: 32px;
}

.hopfia-legacy-logo {
  display: inline-flex;
  align-items: center;
}

.hopfia-legacy-logo img {
  display: block;
  width: 82px;
  height: auto;
  filter: brightness(0) invert(1);
}

.hopfia-legacy-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: clamp(12px, 1.25vw, 24px);
}

.hopfia-legacy-desktop-nav a,
.hopfia-legacy-nav-menu > summary,
.hopfia-legacy-actions a {
  color: rgba(246, 241, 231, 0.8);
  font-size: 12px;
  font-weight: 590;
  letter-spacing: 0.035em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: color 160ms ease;
}

.hopfia-legacy-desktop-nav a:hover,
.hopfia-legacy-desktop-nav a:focus-visible,
.hopfia-legacy-nav-menu > summary:hover,
.hopfia-legacy-nav-menu > summary:focus-visible,
.hopfia-legacy-actions a:hover,
.hopfia-legacy-actions a:focus-visible {
  color: #fff;
}

.hopfia-legacy-nav-menu {
  position: relative;
}

.hopfia-legacy-nav-menu > summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}

.hopfia-legacy-nav-menu > summary::-webkit-details-marker {
  display: none;
}

.hopfia-legacy-nav-menu > summary span {
  font-size: 13px;
  transition: transform 160ms ease;
}

.hopfia-legacy-nav-menu[open] > summary span {
  transform: rotate(180deg);
}

.hopfia-legacy-nav-menu > div {
  position: absolute;
  top: calc(100% + 22px);
  left: -24px;
  display: grid;
  width: 300px;
  padding: 8px;
  color: #0c111c;
  background: #f5f1e8;
  border: 1px solid rgba(246, 241, 231, 0.14);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hopfia-legacy-nav-menu > div::before {
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  height: 23px;
  content: "";
}

.hopfia-legacy-nav-menu > div a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 0 14px;
  color: #0c111c;
}

.hopfia-legacy-nav-menu > div a + a {
  border-top: 1px solid rgba(12, 17, 28, 0.08);
}

.hopfia-legacy-nav-menu > div a:hover,
.hopfia-legacy-nav-menu > div a:focus-visible {
  color: #0c111c;
  background: rgba(12, 17, 28, 0.045);
}

.hopfia-legacy-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 18px;
}

.hopfia-legacy-actions .hopfia-legacy-language {
  padding-right: 18px;
  border-right: 1px solid rgba(246, 241, 231, 0.18);
  letter-spacing: 0.02em;
}

#hopfia-legacy-header .hopfia-legacy-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  color: #08101b;
  background: #d1ad70;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}

#hopfia-legacy-header .hopfia-legacy-contact:hover,
#hopfia-legacy-header .hopfia-legacy-contact:focus-visible {
  color: #08101b;
  background: #e4c58f;
}

#hopfia-legacy-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #f6f1e7;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#hopfia-legacy-menu-toggle span {
  position: absolute;
  width: 21px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}

#hopfia-legacy-menu-toggle span:first-child {
  transform: translateY(-4px);
}

#hopfia-legacy-menu-toggle span:last-child {
  transform: translateY(4px);
}

#hopfia-legacy-menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

#hopfia-legacy-menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

#hopfia-legacy-mobile-menu[hidden] {
  display: none !important;
}

#hopfia-legacy-mobile-menu {
  position: fixed;
  inset: 68px 0 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px;
  color: #f6f1e7;
  background: #060b12;
}

.hopfia-legacy-mobile-links,
.hopfia-legacy-mobile-actions {
  display: flex;
  flex-direction: column;
}

.hopfia-legacy-nav-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(246, 241, 231, 0.13);
}

.hopfia-legacy-nav-group > p {
  margin: 0;
  padding: 10px 0 7px;
  color: rgba(246, 241, 231, 0.5);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#hopfia-legacy-mobile-menu .hopfia-legacy-nav-group > a {
  min-height: 42px;
  border: 0;
  font-size: 13px;
}

#hopfia-legacy-mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  color: inherit;
  border-bottom: 1px solid rgba(246, 241, 231, 0.13);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.hopfia-legacy-mobile-actions {
  margin-top: auto;
  padding-top: 24px;
}

#hopfia-legacy-mobile-menu .hopfia-legacy-contact {
  min-height: 48px;
  margin-top: 16px;
}

@media (max-width: 1180px) {
  .hopfia-legacy-header-inner {
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
  }

  .hopfia-legacy-desktop-nav,
  .hopfia-legacy-actions {
    display: none;
  }

  #hopfia-legacy-menu-toggle {
    position: relative;
    display: inline-flex;
    grid-column: 3;
  }
}

@media (max-width: 640px) {
  #hopfia-legacy-header {
    height: 60px;
  }

  .hopfia-legacy-header-inner {
    padding: 0 16px;
  }

  #hopfia-legacy-mobile-menu {
    inset: 60px 0 0;
    padding: 16px;
  }

  body.hopfia-legacy-shell [data-framer-name="Headline"] [data-framer-name="Cover"] {
    background: #0c111c !important;
  }

  body.hopfia-legacy-shell
    [data-framer-name="Headline"]
    [data-framer-name="Cover"]
    img {
    filter: grayscale(1) !important;
    opacity: 0.08 !important;
  }

  body.hopfia-legacy-shell
    [data-framer-name="Headline"]
    [data-framer-name="Overlay"] {
    background: linear-gradient(
      180deg,
      rgba(6, 11, 18, 0.86) 0%,
      rgba(6, 11, 18, 0.91) 48%,
      #0c111c 100%
    ) !important;
  }

  body.hopfia-legacy-shell [data-framer-name="Headline"] h1 {
    font-size: clamp(36px, 10vw, 40px) !important;
    letter-spacing: -0.035em !important;
    line-height: 1.08 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  body.hopfia-legacy-shell
    [data-framer-name="Headline"]
    :is(h1, h2)
    > span {
    overflow-wrap: normal !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  body.hopfia-legacy-shell
    [data-framer-name="Headline"]
    > [data-framer-name="Date"] {
    width: calc(100% - 80px) !important;
    max-width: none !important;
  }
}

#hopfia-local-mobile-menu[hidden] {
  display: none !important;
}

#hopfia-local-mobile-menu {
  position: fixed;
  inset: 58px 12px 12px;
  z-index: 2147483646;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 8px 20px 20px;
  color: #f6f7f8;
  background: #0c111c;
  border: 1px solid rgba(246, 247, 248, 0.16);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  font-family: "Instrument Sans", Arial, sans-serif;
}

#hopfia-local-mobile-menu .hopfia-mobile-links {
  display: flex;
  flex-direction: column;
}

#hopfia-local-mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 4px;
  color: inherit;
  border-bottom: 1px solid rgba(246, 247, 248, 0.16);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

#hopfia-local-mobile-menu a::after {
  content: "↗";
  font-size: 18px;
  font-weight: 400;
}

#hopfia-local-mobile-menu .hopfia-mobile-menu-spacer {
  flex: 1;
  min-height: 28px;
}

#hopfia-local-mobile-menu .hopfia-mobile-language {
  opacity: 0.72;
}

#hopfia-local-mobile-menu .hopfia-mobile-cta {
  justify-content: center;
  min-height: 52px;
  margin-top: 16px;
  color: #0c111c;
  background: #f6f7f8;
  border: 0;
  border-radius: 3px;
  font-size: 13px;
}

#hopfia-local-mobile-menu .hopfia-mobile-cta::after {
  margin-left: 10px;
}

html.hopfia-mobile-menu-open,
html.hopfia-mobile-menu-open body {
  overflow: hidden !important;
}

body.hopfia-legacy-blog-detail [data-framer-name="Content Container"] {
  display: none !important;
}

body.hopfia-legacy-blog-detail
  [data-framer-root]
  > :not([data-framer-name="Section/Header"]):not(
    [data-framer-name="Section/Body"]
  ) {
  display: none !important;
}

body.hopfia-legacy-blog-detail [data-framer-name="Section/Blog"] {
  display: none !important;
}

#hopfia-related-insights,
#hopfia-related-insights * {
  box-sizing: border-box;
}

#hopfia-related-insights {
  width: 100%;
  padding: 104px 40px 120px;
  border-top: 1px solid rgba(12, 17, 28, 0.12);
  background: #f6f3ec;
  color: #0c111c;
  font-family: "Instrument Sans", Arial, sans-serif;
}

.hopfia-related-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.hopfia-related-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 42px;
  gap: 24px;
}

.hopfia-related-heading p {
  margin: 0 0 14px;
  color: #9a7440;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hopfia-related-heading h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Reckless Neue Book", Georgia, serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  word-break: keep-all;
}

.hopfia-related-heading > a {
  flex: 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(12, 17, 28, 0.35);
  color: #0c111c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.hopfia-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(12, 17, 28, 0.14);
  border-left: 1px solid rgba(12, 17, 28, 0.14);
}

.hopfia-related-card {
  display: grid;
  grid-template-rows: minmax(240px, 0.9fr) auto;
  min-width: 0;
  border-right: 1px solid rgba(12, 17, 28, 0.14);
  border-bottom: 1px solid rgba(12, 17, 28, 0.14);
  color: inherit;
  text-decoration: none;
}

.hopfia-related-media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #111824;
}

.hopfia-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.03);
  transition: transform 420ms ease, filter 420ms ease;
}

.hopfia-related-card:hover .hopfia-related-media img,
.hopfia-related-card:focus-visible .hopfia-related-media img {
  transform: scale(1.025);
  filter: saturate(0.95) contrast(1.03);
}

.hopfia-related-copy {
  position: relative;
  min-height: 220px;
  padding: 28px 68px 34px 28px;
}

.hopfia-related-copy span {
  display: block;
  margin-bottom: 34px;
  color: #9a7440;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hopfia-related-copy h3 {
  max-width: 560px;
  margin: 0 0 14px;
  font-family: "Reckless Neue Book", Georgia, serif;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.hopfia-related-copy p {
  max-width: 540px;
  margin: 0;
  color: rgba(12, 17, 28, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.hopfia-related-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0 !important;
  color: #0c111c !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  #hopfia-related-insights {
    padding: 72px 20px 80px;
  }

  .hopfia-related-heading {
    display: block;
    margin-bottom: 32px;
  }

  .hopfia-related-heading h2 {
    font-size: 40px;
  }

  .hopfia-related-heading > a {
    display: inline-block;
    margin-top: 24px;
  }

  .hopfia-related-grid {
    grid-template-columns: 1fr;
  }

  .hopfia-related-card {
    grid-template-rows: 210px auto;
  }

  .hopfia-related-media {
    min-height: 210px;
  }

  .hopfia-related-copy {
    min-height: 0;
    padding: 24px 52px 30px 22px;
  }

  .hopfia-related-copy span {
    margin-bottom: 24px;
  }

  .hopfia-related-copy h3 {
    font-size: 29px;
  }

  .hopfia-related-arrow {
    top: 23px;
    right: 22px;
  }
}

#hopfia-legacy-footer,
#hopfia-legacy-footer * {
  box-sizing: border-box;
}

#hopfia-legacy-footer {
  width: 100%;
  overflow: hidden;
  background: #0c111c;
  color: #f6f7f8;
  font-family: "Instrument Sans", Arial, sans-serif;
}

.hopfia-legacy-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.55fr);
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 72px 40px 92px;
  gap: clamp(64px, 8vw, 150px);
}

.hopfia-legacy-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hopfia-legacy-footer-logo {
  display: inline-flex;
  align-items: center;
}

.hopfia-legacy-footer-logo img {
  display: block;
  width: 96px;
  height: auto;
  filter: brightness(0) invert(1);
}

.hopfia-legacy-footer-brand p {
  max-width: 310px;
  margin: 34px 0 20px;
  color: rgba(246, 247, 248, 0.72);
  font-family: "Reckless Neue Book", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}

.hopfia-legacy-footer-email {
  color: rgba(246, 247, 248, 0.56);
  font-size: 11px;
  text-decoration: none;
}

.hopfia-legacy-footer-links {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.1fr 0.75fr;
  gap: clamp(24px, 3vw, 54px);
}

.hopfia-legacy-footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.hopfia-legacy-footer-links h2 {
  margin: 0 0 11px;
  color: rgba(246, 247, 248, 0.38);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hopfia-legacy-footer-links a {
  color: rgba(246, 247, 248, 0.7);
  font-size: 11px;
  line-height: 1.35;
  text-decoration: none;
}

.hopfia-legacy-footer-links a:hover,
.hopfia-legacy-footer-links a:focus-visible,
.hopfia-legacy-footer-email:hover,
.hopfia-legacy-footer-email:focus-visible {
  color: #fff;
}

.hopfia-legacy-footer-bottom {
  position: relative;
  width: 100%;
  max-width: 1680px;
  min-height: 230px;
  margin: 0 auto;
  padding: 0 40px;
  border-top: 1px solid rgba(246, 247, 248, 0.12);
}

.hopfia-legacy-footer-bottom p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 24px;
  color: rgba(246, 247, 248, 0.4);
  font-size: 9px;
}

.hopfia-legacy-footer-bottom img {
  position: absolute;
  right: 40px;
  bottom: -26px;
  width: min(68vw, 940px);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

@media (max-width: 1080px) {
  .hopfia-legacy-footer-inner {
    grid-template-columns: 1fr;
    padding-right: 24px;
    padding-left: 24px;
    gap: 64px;
  }

  .hopfia-legacy-footer-links {
    grid-template-columns: repeat(5, 1fr);
  }

  .hopfia-legacy-footer-bottom {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hopfia-legacy-footer-bottom img {
    right: 24px;
  }
}

@media (max-width: 760px) {
  .hopfia-legacy-footer-inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .hopfia-legacy-footer-links {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }

  .hopfia-legacy-footer-bottom {
    min-height: 190px;
  }

  .hopfia-legacy-footer-bottom img {
    width: min(88vw, 620px);
  }
}

@media (max-width: 480px) {
  .hopfia-legacy-footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hopfia-legacy-footer-brand p {
    font-size: 21px;
  }

  .hopfia-legacy-footer-links {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
  }

  .hopfia-legacy-footer-links > div:first-child {
    grid-column: 1 / -1;
  }

  .hopfia-legacy-footer-bottom {
    min-height: 172px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hopfia-legacy-footer-bottom img {
    right: auto;
    bottom: -8px;
    left: 20px;
    width: 360px;
    max-width: none;
  }
}

[data-framer-name*="Hamburger"][aria-expanded="true"]
  [data-framer-name="Hamburger"]
  > div:first-child {
  transform: translateY(3px) rotate(45deg) !important;
}

[data-framer-name*="Hamburger"][aria-expanded="true"]
  [data-framer-name="Hamburger"]
  > div:last-child {
  transform: translateY(-3px) rotate(-45deg) !important;
}

@media (min-width: 1200px) {
  #hopfia-local-mobile-menu {
    display: none !important;
  }
}

html.hopfia-about-team-ready
  [data-framer-name="team"]
  > .ssr-variant
  > div
  > .framer-P2333
  .framer-43qo6e {
  transition: top 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.hopfia-about-team-ready
  [data-framer-name="team"]
  [data-framer-name="icon-only-light"] {
  cursor: pointer;
}

html.hopfia-about-team-ready
  [data-framer-name="team"]
  [data-framer-name="icon-only-light"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}
