@font-face {
  font-family: Hauora;
  src: url(/_nuxt/fonts/Hauora-SemiBold.efe30f1.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Neutral-Face;
  src: url(/_nuxt/fonts/NeutralFace-Bold.c2edad6.woff2) format("woff2");
  font-display: swap;
}

.hancu-page {
  --cc-black: #0f1115;
  --cc-panel: #171b22;
  --cc-ink: #f6f5f0;
  --cc-muted: rgba(246, 245, 240, .68);
  --cc-line: rgba(246, 245, 240, .14);
  --cc-paper: #eeefea;
  --cc-paper-ink: #1c1d20;
  --cc-accent: #feac03;
  --hancu-page-max: 1760px;
  --hancu-section-pad: clamp(30px, 6.25vw, 118px);
  background: var(--cc-black);
  color: var(--cc-ink);
  font-family: Hauora, Arial, sans-serif;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

.hancu-page * {
  box-sizing: border-box;
}

.hancu-page a {
  color: inherit;
  text-decoration: none;
}

.hancu-page img {
  display: block;
  max-width: 100%;
}

.hancu-page [hidden] {
  display: none !important;
}

html[data-site-lang="UA"] .hancu-page [data-lang-block="EN"],
html[data-site-lang="EN"] .hancu-page [data-lang-block="UA"] {
  display: none !important;
}

html[data-site-lang="UA"] .hancu-page [data-lang-block="UA"],
html[data-site-lang="EN"] .hancu-page [data-lang-block="EN"] {
  display: revert;
}

.hancu-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 10px max(88px, calc((100vw - var(--hancu-page-max)) / 2));
  background: rgba(15, 17, 21, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.hancu-logo {
  display: inline-flex;
  align-items: center;
  width: 62px;
  height: 60px;
}

.hancu-logo img {
  width: 62px;
  height: 60px;
  object-fit: contain;
}

.hancu-nav {
  display: flex;
  align-items: center;
  gap: clamp(46px, 3vw, 72px);
  font-family: Hauora, Arial, sans-serif;
  font-size: clamp(18px, .62vw, 22px);
  line-height: 1.35;
  text-transform: uppercase;
}

.hancu-nav a,
.hancu-lang {
  color: rgba(246, 245, 240, .86);
  transition: color .16s ease;
}

.hancu-nav a:hover,
.hancu-lang:hover {
  color: #fff;
}

.hancu-lang {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 76px;
  height: 36px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  position: relative;
}

.hancu-lang span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.hancu-lang::before {
  content: "";
  position: absolute;
  inset: 3px auto 3px 3px;
  width: calc(50% - 3px);
  border-radius: 999px;
  background: var(--cc-accent);
  transition: transform .18s ease;
}

html[data-site-lang="EN"] .hancu-lang::before {
  transform: translateX(100%);
}

.hancu-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
}

.hancu-burger span,
.hancu-burger::before,
.hancu-burger::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hancu-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  padding: max(28px, env(safe-area-inset-top)) 30px max(30px, env(safe-area-inset-bottom));
  background: #1c1d20;
  color: #fff;
}

.hancu-mobile-menu__top {
  display: flex;
  justify-content: flex-end;
}

.hancu-mobile-menu__close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.hancu-mobile-menu__links {
  display: grid;
  gap: 22px;
  margin-top: 52px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.12;
  text-transform: uppercase;
}

.hancu-mobile-menu__footer {
  margin-top: auto;
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
}

.hancu-section {
  padding: clamp(72px, 7vw, 102px) max(var(--hancu-section-pad), calc((100vw - var(--hancu-page-max)) / 2));
}

.hancu-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(350px, .76fr) minmax(540px, 1.24fr);
  gap: clamp(34px, 4.8vw, 74px);
  align-items: center;
  padding-top: clamp(66px, 6.6vw, 96px);
  padding-bottom: clamp(58px, 5.8vw, 84px);
}

.hancu-eyebrow,
.hancu-kicker {
  color: var(--cc-muted);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hancu-hero h1 {
  margin: 22px 0 0;
  max-width: 760px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: clamp(44px, 3.4vw, 86px);
  font-weight: 400;
  line-height: .96;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  letter-spacing: 0;
}

.hancu-hero h1 span {
  display: block;
  white-space: nowrap;
}

.hancu-hero__type {
  margin: 24px 0 0;
  color: var(--cc-accent);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.35;
  text-transform: uppercase;
}

.hancu-hero__copy {
  margin: 22px 0 0;
  max-width: 620px;
  color: var(--cc-muted);
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.55;
}

.hancu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hancu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: var(--cc-accent);
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.hancu-button:hover {
  background: #fff;
  color: #000;
}

.hancu-button--ghost {
  background: transparent;
  color: #fff;
}

.hancu-button--ghost:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .32);
}

.hancu-hero__media {
  align-self: center;
  justify-self: end;
  width: min(100%, 980px);
  margin: 0;
  padding: clamp(10px, 1.2vw, 16px);
  background: #10141d;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
}

.hancu-hero__media img {
  width: 100%;
  height: auto;
  max-height: min(64vh, 780px);
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

.hancu-summary {
  background: var(--cc-paper);
  color: var(--cc-paper-ink);
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5.8vw, 88px);
}

.hancu-summary .hancu-kicker {
  color: #656567;
}

.hancu-summary__text {
  display: grid;
  gap: 14px;
  max-width: 920px;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.55;
  text-transform: none;
}

.hancu-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(28, 29, 32, .18);
}

.hancu-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(28, 29, 32, .18);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.35;
  text-transform: uppercase;
}

.hancu-list span {
  color: #8a8b8f;
}

.hancu-gallery {
  display: grid;
  gap: clamp(34px, 3vw, 56px);
  padding-top: clamp(104px, 6vw, 148px);
  background: #11151b;
  scroll-margin-top: 96px;
}

.hancu-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, clamp(1180px, 78vw, 1780px));
  margin-inline: auto;
}

.hancu-gallery h2 {
  margin: 16px 0 0;
  max-width: 820px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: clamp(38px, 2.35vw, 64px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hancu-contact h2 {
  margin: 16px 0 0;
  max-width: 940px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: clamp(34px, 3vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hancu-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 1.25vw, 28px);
  align-items: stretch;
  width: min(100%, clamp(1180px, 78vw, 1780px));
  margin-inline: auto;
}

.hancu-shot {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 42%),
    #1c1d20;
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  box-shadow: 0 20px 58px rgba(0, 0, 0, .22);
  transform: translateY(0);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s cubic-bezier(.2, .72, .18, 1);
}

.hancu-shot:hover,
.hancu-shot.hancu-reveal.is-visible:hover {
  border-color: rgba(254, 172, 3, .32);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .28), 0 0 46px rgba(33, 134, 255, .1);
  transform: translateY(-4px);
}

.hancu-shot--home {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

.hancu-shot--phone {
  grid-column: 9 / span 4;
  grid-row: 1;
}

.hancu-shot--logo {
  grid-column: 9 / span 4;
  grid-row: 2;
}

.hancu-shot--services {
  grid-column: 1 / span 4;
  grid-row: 3;
}

.hancu-shot--products {
  grid-column: 5 / span 4;
  grid-row: 3;
}

.hancu-shot--contact {
  grid-column: 9 / span 4;
  grid-row: 3;
}

.hancu-shot--phone,
.hancu-shot--logo {
  width: min(100%, clamp(360px, 23vw, 500px));
  justify-self: center;
}

.hancu-shot img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
  background: #0f141b;
}

.hancu-shot--home img {
  aspect-ratio: 16 / 9;
  flex: 1 1 auto;
  height: 0;
  object-fit: contain;
}

.hancu-shot--phone img {
  aspect-ratio: 9 / 16;
  height: clamp(330px, 18vw, 460px);
  object-fit: contain;
  object-position: center top;
  box-sizing: border-box;
  padding: clamp(12px, 1.1vw, 18px);
}

.hancu-shot--logo {
  background:
    radial-gradient(circle at 50% 42%, rgba(254, 172, 3, .24), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 48%),
    #171b22;
}

.hancu-shot--logo img {
  height: clamp(120px, 7.2vw, 180px);
  padding: clamp(20px, 1.4vw, 34px);
  object-fit: contain;
  object-position: center;
}

.hancu-shot--services,
.hancu-shot--products,
.hancu-shot--contact {
  min-height: clamp(286px, 20vw, 430px);
}

.hancu-shot--services img,
.hancu-shot--products img,
.hancu-shot--contact img {
  flex: 1 1 auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
}

.hancu-shot--contact img {
  aspect-ratio: 16 / 10;
}

.hancu-shot figcaption {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 14px 16px 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.hancu-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .72s ease var(--hancu-delay, 0s),
    transform .72s cubic-bezier(.16, .78, .18, 1) var(--hancu-delay, 0s);
}

.hancu-hero__media.hancu-reveal,
.hancu-shot.hancu-reveal {
  transform: translateY(22px) scale(.992);
}

.hancu-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hancu-contact {
  background: #eeefea;
  color: #1c1d20;
}

.hancu-contact__grid {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: start;
}

.hancu-contact .hancu-kicker {
  color: #656567;
}

.hancu-contact__meta {
  display: grid;
  gap: 22px;
  margin-top: 46px;
  color: #656567;
  font-size: 18px;
  line-height: 1.5;
}

.hancu-contact__meta a {
  color: #1c1d20;
}

.hancu-form {
  display: grid;
  gap: 30px;
}

.hancu-field {
  display: grid;
  gap: 12px;
  color: #656567;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.hancu-field input,
.hancu-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #494a4d;
  border-radius: 0;
  background: transparent;
  color: #1c1d20;
  font: 18px/1.5 Hauora, Arial, sans-serif;
  outline: 0;
  padding: 10px 0 16px;
  resize: vertical;
}

.hancu-field input:focus,
.hancu-field textarea:focus {
  border-bottom-color: #1c1d20;
}

.hancu-submit-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.hancu-submit-row .hancu-button {
  border-color: #1c1d20;
  background: #1c1d20;
  color: #fff;
  cursor: pointer;
}

.hancu-submit-row .hancu-button:hover {
  background: var(--cc-accent);
  color: #000;
}

.hancu-form-status {
  min-height: 24px;
  color: #656567;
  font-size: 15px;
  line-height: 1.5;
}

.hancu-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 1023px) {
  .hancu-header {
    padding: 16px 30px;
    min-height: 76px;
  }

  .hancu-nav {
    display: none;
  }

  .hancu-burger {
    display: block;
  }

  .hancu-logo,
  .hancu-logo img {
    width: 48px;
    height: 46px;
  }

  .hancu-section {
    padding: 62px 30px;
  }

  .hancu-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 56px;
    padding-bottom: 52px;
  }

  .hancu-hero__media {
    width: 100%;
  }

  .hancu-summary,
  .hancu-contact__grid {
    grid-template-columns: 1fr;
  }

  .hancu-gallery__head {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .hancu-gallery__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  .hancu-shot,
  .hancu-shot--wide,
  .hancu-shot--side,
  .hancu-shot--half,
  .hancu-shot--home,
  .hancu-shot--phone,
  .hancu-shot--logo,
  .hancu-shot--services,
  .hancu-shot--products,
  .hancu-shot--contact {
    grid-column: auto;
    grid-row: auto;
  }

  .hancu-shot--home {
    order: 1;
  }

  .hancu-shot--phone {
    order: 2;
  }

  .hancu-shot--logo {
    order: 3;
  }

  .hancu-shot--services {
    order: 4;
  }

  .hancu-shot--products {
    order: 5;
  }

  .hancu-shot--contact {
    order: 6;
  }

  .hancu-shot img,
  .hancu-shot--phone img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hancu-shot--home img {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .hancu-shot--phone {
    width: min(100%, 360px);
  }

  .hancu-shot--phone img {
    aspect-ratio: 9 / 16;
    height: auto;
    max-height: min(620px, 132vw);
  }

  .hancu-shot--logo {
    width: min(100%, 320px);
  }

  .hancu-shot--logo img {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none;
  }

  .hancu-shot--services,
  .hancu-shot--products,
  .hancu-shot--contact {
    min-height: 0;
  }

  .hancu-shot--services img,
  .hancu-shot--products img,
  .hancu-shot--contact img {
    flex: 0 0 auto;
    object-fit: contain;
  }
}

@media (max-width: 560px) {
  .hancu-hero h1 {
    font-size: clamp(32px, 10.2vw, 42px);
    line-height: 1.05;
  }

  .hancu-hero__type {
    font-size: 18px;
  }

  .hancu-hero__copy {
    font-size: 16px;
  }

  .hancu-hero__actions,
  .hancu-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hancu-button {
    width: 100%;
  }

  .hancu-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .hancu-gallery__grid {
    gap: 14px;
  }

  .hancu-shot--phone img {
    padding: 10px;
  }

  .hancu-shot figcaption {
    padding: 10px 12px 12px;
  }

  .hancu-mobile-menu__links {
    font-size: 28px;
  }
}

.hancu-featured-case {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: clamp(14px, 1.2vw, 24px) clamp(24px, 5vw, 96px) clamp(72px, 6vw, 112px);
  background: #fff;
  overflow: hidden;
}

.hancu-featured-case__link {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 1.06fr) minmax(310px, .74fr);
  gap: 0;
  align-items: stretch;
  width: min(100%, clamp(1060px, 72vw, 1760px));
  min-height: clamp(288px, 24vw, 450px);
  color: #fff;
  background: #1c1d20;
  border: 1px solid rgba(28, 29, 32, .14);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(28, 29, 32, .16);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity .86s ease,
    transform .86s cubic-bezier(.16, .78, .18, 1),
    border-color .36s ease,
    box-shadow .36s ease;
}

.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__link {
  opacity: 0;
  transform: translateY(48px) scale(.98);
}

.hancu-featured-case__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 18%, rgba(33, 134, 255, .28), transparent 38%),
    radial-gradient(circle at 86% 76%, rgba(254, 172, 3, .2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 42%);
  opacity: .42;
  transform: translate3d(0, 0, 0);
  transition: opacity .42s ease, transform .54s ease;
}

.hancu-featured-case__link::after {
  display: none;
}

.hancu-featured-case__media {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0;
  padding: clamp(14px, 1.7vw, 24px);
  background:
    linear-gradient(135deg, rgba(254, 172, 3, .12), rgba(33, 134, 255, .08)),
    #10141d;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0) scale(1);
  clip-path: inset(0 round 4px);
  transition:
    opacity .82s ease .08s,
    transform .82s cubic-bezier(.16, .78, .18, 1) .08s;
}

.hancu-featured-case__media::before,
.hancu-featured-case__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hancu-featured-case__media::before {
  z-index: 1;
  background:
    linear-gradient(120deg, transparent 0 28%, rgba(255, 255, 255, .14) 46%, transparent 62%),
    radial-gradient(circle at 72% 42%, rgba(64, 139, 255, .42), transparent 43%);
  opacity: .38;
  transform: translateX(-14%);
  transition: opacity .42s ease, transform .62s ease;
}

.hancu-featured-case__media::after {
  z-index: 2;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, .045) 0,
    rgba(255, 255, 255, .045) 1px,
    transparent 1px,
    transparent 8px
  );
  mix-blend-mode: screen;
  opacity: .16;
  transition: opacity .36s ease;
}

.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__media {
  opacity: 0;
  transform: translateX(-24px) scale(.985);
}

.hancu-featured-case__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  transform-origin: center center;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform .54s cubic-bezier(.2, .72, .18, 1), filter .36s ease;
}

.hancu-featured-case__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: clamp(28px, 3.4vw, 46px);
  font-family: Hauora, sans-serif;
  border-left: 1px solid rgba(255, 255, 255, .08);
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity .72s ease .14s,
    transform .72s cubic-bezier(.2, .72, .18, 1) .14s,
    border-color .36s ease;
}

.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__content {
  opacity: 0;
  transform: translateX(24px);
}

.hancu-featured-case__eyebrow,
.hancu-featured-case__type {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .56s ease .26s, transform .56s cubic-bezier(.16, .78, .18, 1) .26s;
}

.hancu-featured-case__type {
  transition-delay: .46s, .46s;
}

.hancu-featured-case__title {
  font-family: Neutral-Face, sans-serif;
  font-size: clamp(27px, 2.35vw, 42px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .62s ease .34s, transform .62s cubic-bezier(.16, .78, .18, 1) .34s, color .36s ease;
}

.hancu-featured-case__body {
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .62s ease .42s, transform .62s cubic-bezier(.16, .78, .18, 1) .42s;
}

.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__eyebrow,
.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__title,
.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__type,
.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__body {
  opacity: 0;
  transform: translateY(18px);
}

.hancu-featured-case__action {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  border-radius: 57px;
  padding: 14px 28px;
  background: #feac03;
  color: #1c1d20;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 14px 28px rgba(254, 172, 3, .14);
  transition:
    opacity .64s ease .58s,
    transform .42s cubic-bezier(.16, .78, .18, 1),
    background .15s ease-in-out,
    color .15s ease-in-out,
    box-shadow .36s ease;
}

.hancu-featured-case__action::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, .45) 48%, transparent 64%);
  transform: translateX(-120%);
  transition: transform .54s ease;
  pointer-events: none;
}

.hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__action {
  opacity: 0;
  transform: translateY(14px);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible {
  border-color: rgba(254, 172, 3, .42);
  box-shadow: 0 34px 92px rgba(20, 35, 76, .24), 0 0 0 1px rgba(254, 172, 3, .16), 0 0 54px rgba(33, 134, 255, .14);
  transform: translateY(-5px) scale(1.006);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover::before,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link::before,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible::before {
  opacity: .64;
  transform: translate3d(1.2%, -1%, 0);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__media::before,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__media::before,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__media::before {
  opacity: .54;
  transform: translateX(5%);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__media::after,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__media::after,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__media::after {
  opacity: .32;
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__media img,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__media img,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__media img {
  filter: saturate(1.06) contrast(1.04);
  transform: translate3d(8px, -4px, 0) scale(1.028);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__content,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__content,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__content {
  border-left-color: rgba(254, 172, 3, .4);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__title,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__title,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__title {
  color: #fff6dc;
  transform: translateX(1px);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__action,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__action,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__action {
  background: #fff;
  color: #000;
  box-shadow: 0 18px 38px rgba(255, 255, 255, .16), 0 0 28px rgba(254, 172, 3, .16);
  transform: translateY(-4px);
}

.hancu-featured-case.is-visible .hancu-featured-case__link:hover .hancu-featured-case__action::after,
.hancu-featured-case.is-visible.is-hovered .hancu-featured-case__link .hancu-featured-case__action::after,
.hancu-featured-case.is-visible .hancu-featured-case__link:focus-visible .hancu-featured-case__action::after {
  transform: translateX(120%);
}

@media (max-width: 1023px) {
  .hancu-featured-case {
    padding: 0 30px 80px;
  }

  .hancu-featured-case__link {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__link,
  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__media,
  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__content {
    transform: translateY(28px) scale(.99);
  }

  .hancu-featured-case__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hancu-featured-case__content {
    padding: 28px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .hancu-featured-case__title {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.08;
  }

  .hancu-featured-case__body {
    font-size: 16px;
    line-height: 24px;
  }

  .hancu-featured-case__link:hover,
  .hancu-featured-case.is-hovered .hancu-featured-case__link,
  .hancu-featured-case__link:hover .hancu-featured-case__media img,
  .hancu-featured-case.is-hovered .hancu-featured-case__media img,
  .hancu-featured-case__link:hover .hancu-featured-case__title,
  .hancu-featured-case.is-hovered .hancu-featured-case__title,
  .hancu-featured-case__link:hover .hancu-featured-case__action,
  .hancu-featured-case.is-hovered .hancu-featured-case__action {
    transform: none;
  }
}

@media (max-width: 560px) {
  .hancu-featured-case {
    padding: 0 30px 74px;
  }

  .hancu-featured-case__content {
    gap: 11px;
    padding: 24px;
  }

  .hancu-featured-case__title {
    font-size: clamp(25px, 8.2vw, 32px);
  }

  .hancu-featured-case__body {
    font-size: 15px;
    line-height: 22px;
  }

  .hancu-featured-case__action {
    width: auto;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hancu-featured-case,
  .hancu-featured-case *,
  .hancu-featured-case *::before,
  .hancu-featured-case *::after,
  .hancu-page .hancu-reveal,
  .hancu-page .hancu-shot {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__link,
  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__media,
  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__content,
  .hancu-featured-case[data-hancu-animated="pending"] .hancu-featured-case__action,
  .hancu-featured-case__link:hover,
  .hancu-featured-case.is-hovered .hancu-featured-case__link,
  .hancu-featured-case__link:hover .hancu-featured-case__media img,
  .hancu-featured-case.is-hovered .hancu-featured-case__media img,
  .hancu-featured-case__link:hover .hancu-featured-case__title,
  .hancu-featured-case.is-hovered .hancu-featured-case__title,
  .hancu-featured-case__link:hover .hancu-featured-case__action,
  .hancu-featured-case.is-hovered .hancu-featured-case__action,
  .hancu-page .hancu-reveal,
  .hancu-page .hancu-shot:hover {
    opacity: 1 !important;
    transform: none !important;
  }
}

body.hancu-page .ccc-banner {
  left: auto;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(560px, calc(100vw - 36px));
  align-items: stretch;
  padding: 16px;
}

body.hancu-page .ccc-banner__text {
  max-width: none;
  font-size: 14px;
  line-height: 1.45;
}

body.hancu-page .ccc-banner__actions {
  flex: 0 0 auto;
}

body.hancu-page .ccc-btn {
  padding: 11px 16px;
}

body.hancu-page .ccc-trigger {
  left: auto !important;
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
}

html.cloudcrew-cookie-banner-open body.hancu-page .hancu-hero {
  padding-bottom: clamp(142px, 14vw, 190px);
}

@media (max-width: 760px) {
  body.hancu-page .ccc-banner {
    left: 16px;
    right: 16px;
    bottom: 14px;
    width: auto;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  body.hancu-page .ccc-banner__text {
    font-size: 12.5px;
    line-height: 1.34;
  }

  body.hancu-page .ccc-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.hancu-page .ccc-btn {
    width: 100%;
    padding: 11px 12px;
  }

  body.hancu-page .ccc-trigger {
    left: auto !important;
    right: clamp(104px, 28vw, 132px) !important;
    top: 23px !important;
    bottom: auto !important;
    transform: scale(.72) !important;
    transform-origin: right top;
  }

  html.cloudcrew-cookie-banner-open body.hancu-page .hancu-hero {
    padding-bottom: 188px;
  }

  html.cloudcrew-cookie-banner-open .hancu-featured-case__content {
    padding-bottom: 240px;
  }
}

@media (max-width: 760px) {
  .ccc-banner {
    gap: 12px;
    padding: 14px !important;
    max-height: min(34vh, 200px);
  }

  .ccc-banner__text {
    font-size: 12.5px;
    line-height: 1.34;
  }

  .ccc-banner__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-direction: initial !important;
  }

  .ccc-btn {
    padding: 10px 12px;
  }

  .hancu-hero {
    gap: 28px;
    padding-top: 52px;
  }

  .hancu-hero h1 {
    font-size: clamp(30px, 9.5vw, 38px);
    line-height: 1.03;
  }

  .hancu-hero__type {
    margin-top: 18px;
    font-size: 17px;
  }

  .hancu-hero__copy {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.45;
  }

  .hancu-hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hancu-button {
    min-height: 48px;
    padding: 13px 20px;
  }
}

@media (max-width: 380px) {
  html.cloudcrew-cookie-banner-open .hancu-featured-case__content {
    padding-bottom: 420px;
  }

  html.cloudcrew-cookie-banner-open body.hancu-page .hancu-button--ghost {
    display: none;
  }
}

@media (max-width: 340px) {
  body.hancu-page .ccc-banner {
    position: static;
    width: auto;
    max-height: none;
    margin: 18px 16px 24px;
  }

  html.cloudcrew-cookie-banner-open body.hancu-page .hancu-hero {
    padding-bottom: 62px;
  }
}
