@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;
  background: var(--cc-black);
  color: var(--cc-ink);
  font-family: Hauora, Arial, sans-serif;
  margin: 0;
  min-width: 320px;
}

.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 88px;
  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: 58px;
  font-family: Hauora, Arial, sans-serif;
  font-size: 18px;
  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: 112px 6.25vw;
}

.hancu-hero {
  min-height: calc(100svh - 80px);
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(34px, 4.8vw, 74px);
  align-items: center;
  padding-top: clamp(82px, 8vw, 124px);
  padding-bottom: clamp(76px, 7vw, 112px);
}

.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: 650px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: clamp(44px, 4.6vw, 72px);
  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: 560px;
  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;
  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;
  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(34px, 7vw, 120px);
}

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

.hancu-summary__text {
  display: grid;
  gap: 18px;
  max-width: 820px;
  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: 18px 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: 30px;
  background: #11151b;
}

.hancu-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.hancu-gallery h2,
.hancu-contact h2 {
  margin: 16px 0 0;
  max-width: 900px;
  font-family: Neutral-Face, Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 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: 22px;
}

.hancu-shot {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #1c1d20;
  border: 1px solid rgba(255, 255, 255, .1);
}

.hancu-shot--wide {
  grid-column: span 8;
}

.hancu-shot--side {
  grid-column: span 4;
}

.hancu-shot--half {
  grid-column: span 6;
}

.hancu-shot img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.hancu-shot--side img {
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: center top;
}

.hancu-shot figcaption {
  padding: 14px 16px 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.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: 78px 30px;
  }

  .hancu-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 74px;
    padding-bottom: 62px;
  }

  .hancu-hero__media {
    width: 100%;
  }

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

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

  .hancu-gallery__grid {
    grid-template-columns: 1fr;
  }

  .hancu-shot,
  .hancu-shot--wide,
  .hancu-shot--side,
  .hancu-shot--half {
    grid-column: auto;
  }

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

@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-mobile-menu__links {
    font-size: 28px;
  }
}

.hancu-featured-case {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 18.23vw 100px;
  background: #fff;
}

.hancu-featured-case__link {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(300px, .72fr);
  gap: 0;
  align-items: stretch;
  min-height: clamp(250px, 27vw, 352px);
  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);
}

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

.hancu-featured-case__media {
  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;
}

.hancu-featured-case__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

.hancu-featured-case__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: clamp(28px, 3.4vw, 46px);
  font-family: Hauora, sans-serif;
}

.hancu-featured-case__eyebrow,
.hancu-featured-case__type {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.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;
}

.hancu-featured-case__body {
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 24px;
}

.hancu-featured-case__action {
  width: fit-content;
  margin-top: 8px;
  border-radius: 57px;
  padding: 14px 28px;
  background: #feac03;
  color: #1c1d20;
  font-size: 16px;
  line-height: 20px;
  transition: background .15s ease-in-out, color .15s ease-in-out;
}

.hancu-featured-case__link:hover .hancu-featured-case__action {
  background: #fff;
  color: #000;
}

@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__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hancu-featured-case__content {
    padding: 28px;
  }

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

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

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;
}

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;
  }

  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;
  }
}
