@media (min-width: 901px) {
  body.home header.aurel_main_header {
    top: 18px !important;
    right: auto !important;
    left: 50% !important;
    width: min(calc(100% - 48px), 1160px) !important;
    height: 84px !important;
    transform: translateX(-50%) !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 18px !important;
    background: rgba(18, 18, 20, 0.9) !important;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(18px);
  }

  body.home .aurel_main_header_wrapper {
    height: 84px !important;
    display: grid !important;
    grid-template-columns: 92px 1fr 120px !important;
    align-items: center !important;
  }

  body.home .aurel_header_left_part,
  body.home .aurel_logo_cont,
  body.home .aurel_header_middle_part,
  body.home .aurel_header_right_part {
    width: auto !important;
    height: 84px !important;
  }

  body.home .aurel_header_left_part,
  body.home .aurel_logo_cont {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.home .aurel_image_logo {
    width: 78px !important;
    height: 78px !important;
    background-image: url("https://jocely.com/wp-content/uploads/2026/07/logo-jocely.png") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  body.home .aurel_header_middle_part,
  body.home .aurel_header_right_part {
    position: static !important;
    display: flex !important;
    align-items: center !important;
  }

  body.home .aurel_header_right_part {
    justify-content: flex-end !important;
  }

  body.home .aurel_nav,
  body.home .aurel_menu {
    width: 100% !important;
    height: 84px !important;
  }

  body.home .aurel_menu > li > a {
    height: 84px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  body.home .aurel_header_holder {
    height: 120px !important;
  }
}

.jocely-home {
  --jh-bg: #0c0c0d;
  --jh-surface: #161618;
  --jh-text: #f6f3ed;
  --jh-muted: #aaa6a3;
  --jh-line: rgba(255, 255, 255, 0.12);
  --jh-accent: #f5a623;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--jh-text);
  background:
    radial-gradient(circle at 15% 24%, rgba(37, 183, 211, 0.06), transparent 28rem),
    radial-gradient(circle at 86% 66%, rgba(240, 61, 143, 0.05), transparent 24rem),
    var(--jh-bg);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.jocely-home *,
.jocely-home *::before,
.jocely-home *::after {
  box-sizing: border-box;
}

.jocely-home img {
  display: block;
  width: 100%;
}

.jocely-home a {
  color: inherit;
  text-decoration: none;
}

.jh-hero {
  position: relative;
  width: min(calc(100% - 64px), 1240px);
  min-height: 650px;
  margin: 0 auto;
  padding: 44px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.jh-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--jh-line);
}

.jh-hero-copy {
  position: relative;
  z-index: 2;
}

.jocely-home .jh-hero h1 {
  margin: 0;
  color: var(--jh-text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(68px, 7vw, 118px);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.jocely-home .jh-hero h1 span {
  color: #77777c;
}

.jh-hero-intro {
  max-width: 470px;
  margin: 30px 0 0;
  color: var(--jh-muted);
  font-size: 17px;
}

.jh-hero-feature {
  position: relative;
  height: 560px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #111113;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.jh-hero-feature img {
  width: 100%;
  height: 100%;
  padding: 34px;
  object-fit: contain;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.jh-hero-feature:hover img {
  transform: scale(1.045) rotate(0.4deg);
}

.jh-hero-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(12, 12, 13, 0.72);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jh-hero-art-meta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  min-height: 72px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(12, 12, 13, 0.82);
  backdrop-filter: blur(14px);
}

.jh-hero-art-meta b {
  font-size: 16px;
}

.jh-hero-art-meta small {
  color: var(--jh-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jh-section {
  width: min(calc(100% - 64px), 1240px);
  margin: 0 auto;
  padding: 128px 0;
}

.jh-intro {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 90px;
  align-items: end;
  border-bottom: 1px solid var(--jh-line);
}

.jocely-home h2 {
  margin: 0;
  color: var(--jh-text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(44px, 5vw, 82px);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.jh-eyebrow {
  margin: 0 0 22px;
  color: var(--jh-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.jh-intro-copy {
  max-width: 520px;
  color: var(--jh-muted);
  font-size: 18px;
}

.jh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.jh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.jh-button:hover {
  transform: translateY(-2px);
}

.jh-button-primary {
  color: #111 !important;
  border-color: var(--jh-accent);
  background: var(--jh-accent);
}

.jh-button-primary:hover {
  background: #ffc55e;
}

.jh-text-link {
  display: inline-flex;
  gap: 16px;
  padding: 8px 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--jh-text) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jh-text-link span {
  color: var(--jh-accent);
}

.jh-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.jh-note {
  max-width: 350px;
  margin: 0 0 5px;
  color: var(--jh-muted);
}

.jh-categories {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
  padding-bottom: 76px;
}

.jh-category {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: var(--jh-surface);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.jh-category img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.jh-category:hover img {
  transform: scale(1.035);
}

.jh-category:nth-child(2) {
  transform: translateY(38px);
}

.jh-category:nth-child(3) {
  transform: translateY(76px);
}

.jh-category:nth-child(1):hover {
  transform: translateY(-9px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.jh-category:nth-child(2):hover {
  transform: translateY(29px) rotate(-0.45deg);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.jh-category:nth-child(3):hover {
  transform: translateY(67px) rotate(0.45deg);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.jh-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 56%);
}

.jh-card-number {
  position: absolute;
  top: 22px;
  left: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.jh-card-label {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
}

.jh-card-label b {
  color: var(--jh-accent);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20px;
}

.jh-signature-banner {
  position: relative;
  width: min(calc(100% - 64px), 1240px);
  height: clamp(220px, 24vw, 330px);
  margin: 10px auto 90px;
  overflow: hidden;
  display: block;
  border: 1px solid var(--jh-line);
  border-radius: 24px;
  background: #070708;
}

.jh-signature-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.jh-signature-banner:hover img {
  transform: scale(1.025);
}

.jh-signature-banner > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(12, 12, 13, 0.82);
  backdrop-filter: blur(12px);
}

.jh-signature-banner small {
  color: var(--jh-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jh-signature-banner b {
  color: var(--jh-text);
  font-size: 14px;
}

.jh-selected {
  border-top: 1px solid var(--jh-line);
}

.jh-art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.jh-art-card {
  margin: 0;
}

.jh-art-shift {
  margin-top: 78px;
}

.jh-art-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--jh-surface);
}

.jh-art-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px 0;
}

.jh-art-card figcaption span {
  color: var(--jh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.jh-art-card figcaption small {
  color: var(--jh-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jh-contact {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 110px max(32px, calc((100% - 1240px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    radial-gradient(circle at 85% 30%, rgba(240, 61, 143, 0.25), transparent 19rem),
    radial-gradient(circle at 70% 90%, rgba(37, 183, 211, 0.28), transparent 24rem),
    linear-gradient(135deg, #171719, #0b0b0c);
  border-top: 1px solid var(--jh-line);
  border-bottom: 1px solid var(--jh-line);
}

.jh-contact::after {
  position: absolute;
  top: -20%;
  right: -8%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(245, 166, 35, 0.35);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.jh-contact .jh-button {
  margin-top: 36px;
}

@keyframes jh-hero-drift {
  from {
    transform: scale(1.01) translateX(-0.4%);
  }
  to {
    transform: scale(1.045) translateX(0.5%);
  }
}

@keyframes jh-reveal-up {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {
  .jh-intro > *,
  .jh-heading,
  .jh-categories,
  .jh-art-grid,
  .jh-signature-banner,
  .jh-contact > * {
    animation: jh-reveal-up linear both;
    animation-timeline: view();
    animation-range: entry 8% cover 32%;
  }
}

@media (max-width: 900px) {
  body.home header.aurel_main_header {
    top: 10px !important;
    right: auto !important;
    left: 50% !important;
    width: calc(100% - 20px) !important;
    height: 76px !important;
    transform: translateX(-50%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    background: rgba(18, 18, 20, 0.92) !important;
    backdrop-filter: blur(18px);
  }

  body.home .aurel_main_header_wrapper,
  body.home .aurel_header_mobile_logo,
  body.home .aurel_logo_cont {
    height: 76px !important;
  }

  body.home .aurel_image_logo {
    width: 66px !important;
    height: 66px !important;
    background-image: url("https://jocely.com/wp-content/uploads/2026/07/logo-jocely.png") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  body.home .aurel_header_holder {
    height: 96px !important;
  }

  .jh-hero {
    min-height: 650px;
    width: min(calc(100% - 40px), 1240px);
    padding: 30px 0 55px;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 28px;
  }

  .jocely-home .jh-hero h1 {
    font-size: clamp(58px, 8vw, 80px);
  }

  .jh-hero-feature {
    height: 480px;
  }

  .jh-section {
    width: min(calc(100% - 40px), 1240px);
  }

  .jh-section {
    padding: 90px 0;
  }

  .jh-intro {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .jh-categories {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .jh-category-main {
    grid-column: 1 / -1;
  }

  .jh-category {
    min-height: 470px;
  }

  .jh-category:nth-child(2),
  .jh-category:nth-child(3) {
    transform: none;
  }

  .jh-category:nth-child(1):hover,
  .jh-category:nth-child(2):hover,
  .jh-category:nth-child(3):hover {
    transform: translateY(-6px);
  }

  .jh-signature-banner {
    width: min(calc(100% - 40px), 1240px);
    margin-bottom: 70px;
  }
}

@media (max-width: 620px) {
  .jh-hero {
    min-height: 0;
    padding: 22px 0 48px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jocely-home .jh-hero h1 {
    font-size: clamp(56px, 17vw, 84px);
  }

  .jh-hero-feature {
    height: 430px;
  }

  .jh-hero-feature img {
    padding: 26px;
  }

  .jocely-home h2 {
    font-size: clamp(41px, 13vw, 64px);
  }

  .jh-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 38px;
  }

  .jh-desktop-link {
    display: none;
  }

  .jh-categories,
  .jh-art-grid {
    grid-template-columns: 1fr;
  }

  .jh-category-main {
    grid-column: auto;
  }

  .jh-art-shift {
    margin-top: 0;
  }

  .jh-signature-banner {
    height: 210px;
    border-radius: 18px;
  }

  .jh-signature-banner > span {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .jh-button {
    width: 100%;
  }

  .jh-contact {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jocely-home *,
  .jocely-home *::before,
  .jocely-home *::after {
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}
