/* =========================================================
   UNICK CUSTOM PAPAMALLIS — PREMIUM DANCE CHILD THEME
   Parent: OceanWP
   ========================================================= */

:root {
  --unick-bg: #09090d;
  --unick-bg-soft: #0f0f15;
  --unick-surface: rgba(255,255,255,.055);
  --unick-surface-strong: rgba(255,255,255,.085);
  --unick-line: rgba(255,255,255,.11);
  --unick-text: #f7f7fa;
  --unick-muted: #b4b2be;
  --unick-accent: #ff2f77;
  --unick-accent-2: #ff6a24;
  --unick-accent-3: #775cff;
  --unick-glow: 0 22px 70px rgba(255,47,119,.16);
  --unick-radius: 22px;
  --unick-radius-sm: 14px;
  --unick-max: 1260px;
}

html { scroll-behavior: smooth; }

body.unick-custom-papamallis {
  color: var(--unick-text);
  background:
    radial-gradient(circle at 12% 12%, rgba(119,92,255,.10), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(255,47,119,.09), transparent 34rem),
    linear-gradient(180deg, #08080b 0%, #0a0a0e 45%, #08080b 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: -.01em;
}

body.unick-custom-papamallis::selection {
  background: var(--unick-accent);
  color: #fff;
}

body.unick-custom-papamallis a {
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, opacity .22s ease;
}

/* ---------- Header / navigation ---------- */
body.unick-custom-papamallis #site-header {
  background: rgba(9,9,13,.78) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  box-shadow: none !important;
  position: relative;
  z-index: 999;
}

body.unick-custom-papamallis.unick-scrolled #site-header {
  background: rgba(9,9,13,.93) !important;
  box-shadow: 0 16px 45px rgba(0,0,0,.26) !important;
}

body.unick-custom-papamallis #site-header-inner {
  max-width: var(--unick-max);
}

body.unick-custom-papamallis #site-logo #site-logo-inner a,
body.unick-custom-papamallis #site-logo #site-logo-inner a img {
  transition: transform .25s ease, opacity .25s ease;
}

body.unick-custom-papamallis #site-logo #site-logo-inner a:hover img {
  transform: scale(1.025);
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a,
body.unick-custom-papamallis .oceanwp-mobile-menu-icon a {
  color: rgba(255,255,255,.88) !important;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a {
  position: relative;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--unick-accent), var(--unick-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a:hover,
body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li.current-menu-item > a {
  color: #fff !important;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a:hover::after,
body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li.current-menu-item > a::after {
  transform: scaleX(1);
}

body.unick-custom-papamallis .dropdown-menu .sub-menu {
  background: rgba(14,14,20,.98) !important;
  border: 1px solid var(--unick-line) !important;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(0,0,0,.42) !important;
  overflow: hidden;
  padding: 7px !important;
}

body.unick-custom-papamallis .dropdown-menu .sub-menu li a {
  color: var(--unick-muted) !important;
  border: 0 !important;
  border-radius: 10px;
}

body.unick-custom-papamallis .dropdown-menu .sub-menu li a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.07) !important;
}

/* ---------- Cinematic homepage hero ---------- */
.unick-hero {
  --unick-hero-image: none;
  position: relative;
  min-height: min(780px, 83vh);
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6,6,10,.96) 0%, rgba(7,7,11,.82) 44%, rgba(7,7,11,.36) 78%, rgba(7,7,11,.82) 100%),
    linear-gradient(180deg, rgba(5,5,9,.05) 0%, rgba(5,5,9,.76) 100%),
    var(--unick-hero-image),
    radial-gradient(circle at 77% 35%, rgba(255,47,119,.20), transparent 32rem),
    #0b0b10;
  background-size: cover;
  background-position: center 30%;
}

.unick-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 86%);
  pointer-events: none;
}

.unick-hero::after {
  content: "UNICK";
  position: absolute;
  right: -3vw;
  top: 50%;
  transform: translateY(-52%) rotate(-90deg);
  transform-origin: center;
  color: rgba(255,255,255,.035);
  font-family: Montserrat, sans-serif;
  font-size: clamp(6rem, 13vw, 13rem);
  font-weight: 900;
  letter-spacing: -.07em;
  pointer-events: none;
}

.unick-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, var(--unick-bg) 100%);
  pointer-events: none;
}

.unick-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
  opacity: .32;
  pointer-events: none;
}

.unick-hero__orb--one {
  width: 230px;
  height: 230px;
  right: 16%;
  top: 17%;
  background: var(--unick-accent);
  animation: unick-float 7s ease-in-out infinite;
}

.unick-hero__orb--two {
  width: 170px;
  height: 170px;
  right: 31%;
  bottom: 12%;
  background: var(--unick-accent-3);
  animation: unick-float 9s ease-in-out infinite reverse;
}

@keyframes unick-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(18px,-22px,0); }
}

.unick-hero__inner {
  width: min(var(--unick-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 118px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.unick-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #fff;
  font: 700 11px/1 Montserrat, sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.unick-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, var(--unick-accent), var(--unick-accent-2));
  border-radius: 99px;
}

.unick-hero h1 {
  margin: 0;
  max-width: 880px;
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(3.05rem, 7vw, 7.25rem);
  line-height: .91;
  letter-spacing: -.07em;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: balance;
}

.unick-hero h1 span {
  background: linear-gradient(105deg, #fff 4%, #ffb4cf 35%, #ff5b8f 61%, #ff813d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.unick-hero__lead {
  margin: 28px 0 0;
  color: rgba(255,255,255,.70);
  font-size: clamp(.94rem, 1.6vw, 1.12rem);
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.unick-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.unick-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 800 12px/1 Montserrat, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.unick-btn--primary {
  color: #fff !important;
  background: linear-gradient(100deg, var(--unick-accent), var(--unick-accent-2));
  box-shadow: 0 14px 36px rgba(255,47,119,.28);
}

.unick-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(255,47,119,.36);
}

.unick-btn--ghost {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}

.unick-btn--ghost:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.40);
  transform: translateY(-2px);
}

.unick-hero__meta {
  border-top: 1px solid rgba(255,255,255,.18);
}

.unick-hero__meta > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 14px;
  padding: 18px 2px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.unick-hero__meta span {
  grid-row: 1 / 3;
  color: var(--unick-accent);
  font: 800 10px/1 Montserrat, sans-serif;
  letter-spacing: .12em;
  padding-top: 4px;
}

.unick-hero__meta strong {
  color: #fff;
  font: 700 14px/1.25 Montserrat, sans-serif;
}

.unick-hero__meta small {
  margin-top: 4px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
}

.unick-hero__marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  width: max-content;
  color: rgba(255,255,255,.16);
  font: 800 12px/1 Montserrat, sans-serif;
  letter-spacing: .18em;
  white-space: nowrap;
  animation: unick-marquee 28s linear infinite;
}

.unick-hero__marquee > div { padding-right: .75rem; }

@keyframes unick-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Main site surfaces ---------- */
body.unick-custom-papamallis #main,
body.unick-custom-papamallis #wrap,
body.unick-custom-papamallis .site-content,
body.unick-custom-papamallis #content-wrap {
  background: transparent !important;
}

body.unick-custom-papamallis #content-wrap {
  max-width: var(--unick-max);
  padding-top: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(58px, 8vw, 110px);
}

body.unick-custom-papamallis.home #content-wrap {
  padding-top: clamp(28px, 4vw, 54px);
}

body.unick-custom-papamallis .content-area,
body.unick-custom-papamallis .widget-area {
  color: var(--unick-text);
}

body.unick-custom-papamallis .page-header {
  background:
    radial-gradient(circle at 18% 30%, rgba(255,47,119,.14), transparent 24rem),
    linear-gradient(180deg, #101016, #0a0a0e) !important;
  border-bottom: 1px solid var(--unick-line) !important;
}

body.unick-custom-papamallis .page-header .page-header-title,
body.unick-custom-papamallis .page-header-title {
  color: #fff !important;
  font: 800 clamp(2rem, 5vw, 4.3rem)/1 Montserrat, sans-serif !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
}

body.unick-custom-papamallis .site-breadcrumbs,
body.unick-custom-papamallis .site-breadcrumbs a {
  color: rgba(255,255,255,.46) !important;
}

body.unick-custom-papamallis .entry-content,
body.unick-custom-papamallis .entry-content p,
body.unick-custom-papamallis .entry-content li {
  color: var(--unick-muted);
}

body.unick-custom-papamallis .entry-content {
  font-size: 1rem;
}

body.unick-custom-papamallis .entry-content h1,
body.unick-custom-papamallis .entry-content h2,
body.unick-custom-papamallis .entry-content h3,
body.unick-custom-papamallis .entry-content h4,
body.unick-custom-papamallis .entry-content h5,
body.unick-custom-papamallis .entry-content h6 {
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
}

body.unick-custom-papamallis .entry-content h1 { font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: .98; }
body.unick-custom-papamallis .entry-content h2 { font-size: clamp(1.85rem, 3.8vw, 3.2rem); line-height: 1.03; }
body.unick-custom-papamallis .entry-content h3 { font-size: clamp(1.4rem, 2.6vw, 2.15rem); }

body.unick-custom-papamallis .entry-content a:not(.unick-btn):not([class*="button"]) {
  color: #ff80aa;
  text-decoration-color: rgba(255,128,170,.35);
  text-underline-offset: 4px;
}

body.unick-custom-papamallis .entry-content a:not(.unick-btn):not([class*="button"]):hover {
  color: #fff;
  text-decoration-color: var(--unick-accent);
}

/* Existing site photography remains untouched; we only frame it. */
body.unick-custom-papamallis .entry-content img:not(.emoji):not(.wp-smiley) {
  border-radius: var(--unick-radius);
  box-shadow: 0 22px 70px rgba(0,0,0,.34);
}

body.unick-custom-papamallis .entry-content iframe {
  max-width: 100%;
  border: 1px solid var(--unick-line);
  border-radius: var(--unick-radius);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

body.unick-custom-papamallis blockquote {
  border-left: 3px solid var(--unick-accent) !important;
  background: linear-gradient(90deg, rgba(255,47,119,.10), rgba(255,255,255,.025));
  color: #fff;
  border-radius: 0 var(--unick-radius-sm) var(--unick-radius-sm) 0;
  padding: 22px 26px !important;
}

body.unick-custom-papamallis hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  margin: 44px 0;
}

/* WP/Ocean buttons only. Intentionally NOT generic button{} so booking plugin styles stay intact. */
body.unick-custom-papamallis .theme-button,
body.unick-custom-papamallis input[type="submit"],
body.unick-custom-papamallis .wp-block-button__link,
body.unick-custom-papamallis a.elementor-button {
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(100deg, var(--unick-accent), var(--unick-accent-2)) !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(255,47,119,.22);
}

body.unick-custom-papamallis .theme-button:hover,
body.unick-custom-papamallis input[type="submit"]:hover,
body.unick-custom-papamallis .wp-block-button__link:hover,
body.unick-custom-papamallis a.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(255,47,119,.30);
}

/* Forms, excluding plugin-specific button styling. */
body.unick-custom-papamallis input[type="text"],
body.unick-custom-papamallis input[type="email"],
body.unick-custom-papamallis input[type="tel"],
body.unick-custom-papamallis input[type="number"],
body.unick-custom-papamallis input[type="search"],
body.unick-custom-papamallis textarea,
body.unick-custom-papamallis select {
  color: #fff !important;
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.unick-custom-papamallis input:focus,
body.unick-custom-papamallis textarea:focus,
body.unick-custom-papamallis select:focus {
  border-color: rgba(255,47,119,.72) !important;
  box-shadow: 0 0 0 3px rgba(255,47,119,.10) !important;
  outline: none !important;
}

/* Sidebar cards */
body.unick-custom-papamallis .widget-area .sidebar-box,
body.unick-custom-papamallis .widget-area .widget {
  background: rgba(255,255,255,.035);
  border: 1px solid var(--unick-line);
  border-radius: var(--unick-radius-sm);
  padding: 20px;
}

body.unick-custom-papamallis .widget-title {
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
}

/* ---------- Footer ---------- */
body.unick-custom-papamallis #footer-widgets {
  background:
    radial-gradient(circle at 88% 30%, rgba(119,92,255,.10), transparent 24rem),
    #0b0b10 !important;
  border-top: 1px solid var(--unick-line);
}

body.unick-custom-papamallis #footer-bottom {
  background: #070709 !important;
  border-top: 1px solid rgba(255,255,255,.06);
}

body.unick-custom-papamallis #footer-widgets,
body.unick-custom-papamallis #footer-widgets p,
body.unick-custom-papamallis #footer-widgets li,
body.unick-custom-papamallis #footer-bottom,
body.unick-custom-papamallis #footer-bottom a {
  color: rgba(255,255,255,.55) !important;
}

body.unick-custom-papamallis #footer-widgets a:hover,
body.unick-custom-papamallis #footer-bottom a:hover {
  color: #fff !important;
}

/* ---------- Floating CTA ---------- */
.unick-floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 17px 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(15,15,21,.86);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 14px 40px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.06);
  font: 800 11px/1 Montserrat, sans-serif;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.unick-floating-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(255,47,119,.52);
  box-shadow: 0 18px 48px rgba(0,0,0,.38), 0 0 32px rgba(255,47,119,.14);
}

.unick-floating-cta svg { width: 17px; height: 17px; }

.unick-floating-cta__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--unick-accent);
  box-shadow: 0 0 0 0 rgba(255,47,119,.44);
  animation: unick-pulse 2.1s infinite;
}

@keyframes unick-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,47,119,.42); }
  70% { box-shadow: 0 0 0 9px rgba(255,47,119,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,47,119,0); }
}

/* ---------- Reveal motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .unick-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.2,.75,.2,1);
  }
  .unick-reveal.unick-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Booking page compatibility ----------
   Keep plugin layout/functionality dominant. The theme supplies the page shell only. */
body.unick-custom-papamallis.page-book-lessons #content-wrap,
body.unick-custom-papamallis.page-id-0 #content-wrap {
  max-width: 1440px;
}

body.unick-custom-papamallis.page-book-lessons .entry-content {
  color: inherit;
}

/* ---------- Responsive ---------- */
@media (max-width: 959px) {
  body.unick-custom-papamallis #site-header {
    background: rgba(9,9,13,.94) !important;
  }

  body.unick-custom-papamallis .sidr,
  body.unick-custom-papamallis #mobile-dropdown {
    background: #0b0b10 !important;
  }

  .unick-hero {
    min-height: auto;
    background-position: 62% 30%;
  }

  .unick-hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 62px;
    padding-bottom: 104px;
  }

  .unick-hero__content {
    max-width: 760px;
  }

  .unick-hero__meta {
    max-width: 620px;
  }

  .unick-hero::after { display: none; }
}

@media (max-width: 640px) {
  body.unick-custom-papamallis {
    font-size: 15px;
  }

  .unick-hero__inner {
    width: min(100% - 28px, var(--unick-max));
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .unick-eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
    letter-spacing: .17em;
  }

  .unick-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.3rem);
    line-height: .92;
  }

  .unick-hero__lead {
    margin-top: 20px;
    font-size: .78rem;
    line-height: 1.6;
    letter-spacing: .055em;
  }

  .unick-hero__actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .unick-btn {
    min-height: 48px;
    width: 100%;
    font-size: 10px;
  }

  .unick-hero__meta {
    margin-top: 12px;
  }

  .unick-hero__meta > div {
    padding: 13px 1px;
  }

  .unick-hero__marquee {
    bottom: 12px;
    font-size: 9px;
  }

  body.unick-custom-papamallis #content-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.unick-custom-papamallis .page-header .page-header-title,
  body.unick-custom-papamallis .page-header-title {
    font-size: clamp(1.8rem, 10vw, 3rem) !important;
  }

  .unick-floating-cta {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0 14px 0 12px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   v1.0.1 — CLEAN FULL-WIDTH SHELL
   Requested: no footers, no sidebars, full-width pages,
   minimal navigation, tighter spacing, mobile-first cleanup.
   ========================================================= */

/* Remove OceanWP top bar, sidebars and all footer output visually. */
body.unick-custom-papamallis #top-bar-wrap,
body.unick-custom-papamallis #right-sidebar,
body.unick-custom-papamallis #left-sidebar,
body.unick-custom-papamallis aside.sidebar-container,
body.unick-custom-papamallis .widget-area,
body.unick-custom-papamallis #footer,
body.unick-custom-papamallis #footer-widgets,
body.unick-custom-papamallis #footer-bottom,
body.unick-custom-papamallis .site-footer {
  display: none !important;
}

/* True full-width page shell: no OceanWP sidebar reservation or boxed content. */
body.unick-custom-papamallis #main,
body.unick-custom-papamallis #main #content-wrap,
body.unick-custom-papamallis #main #content-wrap.container,
body.unick-custom-papamallis #main .container,
body.unick-custom-papamallis #primary,
body.unick-custom-papamallis .content-area,
body.unick-custom-papamallis .site-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0 !important;
}

body.unick-custom-papamallis #primary,
body.unick-custom-papamallis .content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Keep the page full-width while giving content a clean responsive gutter. */
body.unick-custom-papamallis #content-wrap {
  box-sizing: border-box;
  padding: clamp(26px, 3.2vw, 46px) clamp(18px, 3.4vw, 54px) clamp(44px, 5vw, 76px) !important;
}

body.unick-custom-papamallis.home #content-wrap {
  padding-top: clamp(24px, 2.8vw, 40px) !important;
}

/* Compact page title band instead of the large OceanWP title block. */
body.unick-custom-papamallis .page-header {
  min-height: 0 !important;
  padding: clamp(22px, 3vw, 36px) clamp(18px, 3.4vw, 54px) !important;
}

body.unick-custom-papamallis .page-header .container,
body.unick-custom-papamallis .page-header-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.unick-custom-papamallis .page-header .page-header-title,
body.unick-custom-papamallis .page-header-title {
  font-size: clamp(1.7rem, 3.7vw, 3.2rem) !important;
  line-height: .98 !important;
  margin: 0 !important;
}

/* Minimal, controlled header. Prevent oversized logos and tall empty areas. */
body.unick-custom-papamallis #site-header,
body.unick-custom-papamallis #site-header-inner {
  min-height: 68px !important;
}

body.unick-custom-papamallis #site-header-inner {
  width: min(100% - 34px, var(--unick-max)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.unick-custom-papamallis #site-logo,
body.unick-custom-papamallis #site-logo #site-logo-inner {
  width: auto !important;
  max-width: 190px !important;
  height: 68px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

body.unick-custom-papamallis #site-logo #site-logo-inner a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

body.unick-custom-papamallis #site-logo #site-logo-inner a img {
  width: auto !important;
  max-width: 180px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

body.unick-custom-papamallis #site-navigation-wrap {
  position: static !important;
  height: 68px !important;
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a {
  height: 68px !important;
  line-height: 68px !important;
  padding: 0 13px !important;
  font-size: 11px !important;
  letter-spacing: .07em !important;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a::after {
  left: 13px;
  right: 13px;
  bottom: 13px;
}

/* Remove common OceanWP spacing artifacts. */
body.unick-custom-papamallis .entry-header:empty,
body.unick-custom-papamallis .entry-content > :first-child {
  margin-top: 0 !important;
}

body.unick-custom-papamallis .entry-content > :last-child {
  margin-bottom: 0 !important;
}

body.unick-custom-papamallis article,
body.unick-custom-papamallis .single-page-article,
body.unick-custom-papamallis .entry-content {
  margin-bottom: 0 !important;
}

@media (max-width: 959px) {
  body.unick-custom-papamallis #site-header,
  body.unick-custom-papamallis #site-header-inner,
  body.unick-custom-papamallis #site-logo,
  body.unick-custom-papamallis #site-logo #site-logo-inner {
    min-height: 58px !important;
    height: 58px !important;
  }

  body.unick-custom-papamallis #site-header-inner {
    width: calc(100% - 24px) !important;
  }

  body.unick-custom-papamallis #site-logo,
  body.unick-custom-papamallis #site-logo #site-logo-inner {
    max-width: 156px !important;
  }

  body.unick-custom-papamallis #site-logo #site-logo-inner a img {
    max-width: 148px !important;
    max-height: 34px !important;
  }

  body.unick-custom-papamallis #site-navigation-wrap {
    display: none !important;
  }

  body.unick-custom-papamallis .oceanwp-mobile-menu-icon {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  body.unick-custom-papamallis .oceanwp-mobile-menu-icon a {
    padding: 8px 0 8px 12px !important;
    font-size: 11px !important;
    letter-spacing: .06em !important;
  }

  body.unick-custom-papamallis #mobile-dropdown,
  body.unick-custom-papamallis .sidr {
    border: 0 !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.35) !important;
  }

  body.unick-custom-papamallis #mobile-dropdown ul li a,
  body.unick-custom-papamallis .sidr-class-dropdown-menu li a {
    font-family: Montserrat, Inter, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .055em !important;
    text-transform: uppercase;
  }

  body.unick-custom-papamallis #content-wrap {
    padding: 22px 18px 46px !important;
  }

  body.unick-custom-papamallis .page-header {
    padding: 20px 18px !important;
  }

  body.unick-custom-papamallis .site-breadcrumbs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.unick-custom-papamallis #content-wrap {
    padding: 18px 14px 38px !important;
  }

  body.unick-custom-papamallis.home #content-wrap {
    padding-top: 18px !important;
  }

  body.unick-custom-papamallis .page-header {
    padding: 17px 14px !important;
  }

  body.unick-custom-papamallis .page-header .page-header-title,
  body.unick-custom-papamallis .page-header-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem) !important;
  }

  body.unick-custom-papamallis .entry-content {
    font-size: .95rem;
    line-height: 1.62;
  }

  body.unick-custom-papamallis .entry-content h1 { font-size: clamp(2rem, 10vw, 3.1rem); }
  body.unick-custom-papamallis .entry-content h2 { font-size: clamp(1.55rem, 8vw, 2.35rem); }
  body.unick-custom-papamallis .entry-content h3 { font-size: clamp(1.25rem, 6.5vw, 1.8rem); }
}

/* =========================================================
   v1.1.0 — CUSTOM SEO HOMEPAGE
   Full-width cinematic homepage rendered by front-page.php.
   ========================================================= */

body.unick-custom-papamallis.home .page-header,
body.unick-custom-papamallis.home #content-wrap,
body.unick-custom-papamallis.home .content-area,
body.unick-custom-papamallis.home #primary {
  display: none !important;
}

.unick-home {
  --unick-home-hero: none;
  overflow: clip;
  color: var(--unick-text);
  background: #09090d;
}

.unick-home-shell {
  width: min(var(--unick-max), calc(100% - 48px));
  margin: 0 auto;
}

.unick-home-kicker {
  margin: 0 0 18px;
  color: #f6c7d7;
  font: 800 10px/1.2 Montserrat, Inter, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.unick-home-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 10px 3px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--unick-accent), var(--unick-accent-2));
}

.unick-home-hero {
  position: relative;
  min-height: min(820px, 88vh);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,5,8,.96) 0%, rgba(5,5,8,.80) 44%, rgba(5,5,8,.36) 72%, rgba(5,5,8,.70) 100%),
    linear-gradient(180deg, rgba(9,9,13,.05) 0%, rgba(9,9,13,.84) 100%),
    var(--unick-home-hero),
    radial-gradient(circle at 78% 30%, rgba(255,47,119,.30), transparent 30rem),
    #09090d;
  background-size: cover;
  background-position: center 28%;
}

.unick-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.unick-home-hero__shade {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to bottom, transparent, #09090d);
  pointer-events: none;
}

.unick-home-hero__inner {
  position: relative;
  z-index: 2;
  padding: 96px 0 138px;
}

.unick-home-hero__copy {
  width: min(820px, 72%);
}

.unick-home-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(3.7rem, 7.6vw, 7.8rem);
  line-height: .88;
  letter-spacing: -.07em;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: balance;
}

.unick-home-hero h1 span {
  background: linear-gradient(105deg, #fff 7%, #ffbed5 34%, #ff5d91 61%, #ff8b4b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.unick-home-hero__lead {
  max-width: 740px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}

.unick-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.unick-home-btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  font: 800 11px/1 Montserrat, Inter, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.unick-home-btn--primary {
  color: #fff !important;
  background: linear-gradient(100deg, var(--unick-accent), var(--unick-accent-2));
  box-shadow: 0 15px 40px rgba(255,47,119,.24);
}

.unick-home-btn--primary:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 55px rgba(255,47,119,.34);
}

.unick-home-btn--secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(10px);
}

.unick-home-btn--secondary:hover {
  color: #fff !important;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.38);
  transform: translateY(-2px);
}

.unick-home-hero__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
}

.unick-home-hero__quicklinks a {
  display: grid;
  gap: 3px;
  color: #fff !important;
  text-decoration: none !important;
}

.unick-home-hero__quicklinks a + a {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.unick-home-hero__quicklinks span {
  color: rgba(255,255,255,.50);
  font: 700 9px/1.2 Montserrat, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.unick-home-hero__quicklinks strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.unick-home-hero__quicklinks a:hover strong {
  color: #ff9ebe;
}

.unick-home-hero__word {
  position: absolute;
  right: -3vw;
  top: 50%;
  transform: translateY(-54%) rotate(-90deg);
  color: rgba(255,255,255,.045);
  font: 900 clamp(7rem, 15vw, 15rem)/1 Montserrat, sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

.unick-home-hero__ticker {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 22px;
  display: flex;
  overflow: hidden;
  color: rgba(255,255,255,.42);
  font: 800 10px/1 Montserrat, sans-serif;
  letter-spacing: .17em;
  white-space: nowrap;
  text-transform: uppercase;
}

.unick-home-hero__ticker > div {
  flex: none;
  min-width: max-content;
  animation: unick-home-ticker 28s linear infinite;
}

@keyframes unick-home-ticker {
  to { transform: translateX(-100%); }
}

.unick-home-section {
  padding: clamp(78px, 8vw, 132px) 0;
}

.unick-home-sectionhead {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr);
  gap: clamp(38px, 8vw, 118px);
  align-items: end;
  margin-bottom: 44px;
}

.unick-home-section h2,
.unick-home-book h2,
.unick-home-local h2 {
  margin: 0;
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 900;
  text-wrap: balance;
}

.unick-home-sectionhead > p {
  margin: 0;
  color: var(--unick-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.unick-home-classes {
  background:
    radial-gradient(circle at 0 0, rgba(119,92,255,.11), transparent 28rem),
    #09090d;
}

.unick-home-classgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.unick-home-classcard {
  --unick-card-image: none;
  position: relative;
  min-height: 250px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  color: #fff !important;
  text-decoration: none !important;
  background:
    linear-gradient(180deg, rgba(8,8,12,.12), rgba(8,8,12,.93)),
    var(--unick-card-image),
    linear-gradient(140deg, rgba(255,47,119,.16), rgba(119,92,255,.08));
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}

.unick-home-classcard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, transparent 50%, rgba(255,47,119,.19));
  opacity: 0;
  transition: opacity .28s ease;
}

.unick-home-classcard:hover {
  color: #fff !important;
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.unick-home-classcard:hover::before { opacity: 1; }

.unick-home-classcard__index {
  color: rgba(255,255,255,.52);
  font: 800 9px/1 Montserrat, sans-serif;
  letter-spacing: .16em;
}

.unick-home-classcard__body {
  display: grid;
  gap: 8px;
}

.unick-home-classcard__body strong {
  font: 800 clamp(1.45rem, 2vw, 2rem)/1 Montserrat, sans-serif;
  letter-spacing: -.045em;
}

.unick-home-classcard__body small {
  max-width: 86%;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  line-height: 1.45;
}

.unick-home-classcard__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(0,0,0,.20);
}

.unick-home-classcard:hover .unick-home-classcard__arrow {
  border-color: transparent;
  background: var(--unick-accent);
  transform: rotate(10deg);
}

.unick-home-center {
  margin-top: 28px;
  text-align: center;
}

.unick-home-textlink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.28);
  padding-bottom: 4px;
  font-weight: 700;
  text-decoration: none !important;
}

.unick-home-textlink:hover {
  color: #ff93b8 !important;
  border-color: #ff93b8;
}

.unick-home-philosophy {
  position: relative;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,47,119,.12), transparent 30rem),
    linear-gradient(180deg, #0d0d12, #09090d);
}

.unick-home-philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .76fr);
  gap: clamp(44px, 9vw, 138px);
}

.unick-home-philosophy__copy {
  padding-top: 8px;
}

.unick-home-philosophy__copy p {
  margin: 0 0 18px;
  color: var(--unick-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.unick-home-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(58px, 7vw, 96px);
}

.unick-home-values article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.unick-home-values span {
  color: #ff8db4;
  font: 800 9px/1 Montserrat, sans-serif;
  letter-spacing: .18em;
}

.unick-home-values h3 {
  margin: 54px 0 12px;
  color: #fff;
  font: 800 1.35rem/1 Montserrat, sans-serif;
}

.unick-home-values p {
  margin: 0;
  color: var(--unick-muted);
  font-size: 13px;
  line-height: 1.65;
}

.unick-home-book {
  padding: clamp(58px, 6vw, 88px) 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(119,92,255,.18), transparent 24rem),
    linear-gradient(110deg, #17101a, #200d17 55%, #151018);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.unick-home-book__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.unick-home-book h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.unick-home-book p:not(.unick-home-kicker) {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--unick-muted);
}

.unick-home-book__actions {
  display: grid;
  gap: 10px;
  min-width: 280px;
}

.unick-home-local {
  background: #09090d;
}

.unick-home-local__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: stretch;
}

.unick-home-local__content p:not(.unick-home-kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--unick-muted);
  line-height: 1.85;
}

.unick-home-local__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
}

.unick-home-local__links a {
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.unick-home-local__links a:hover { color: #ff93b8 !important; }

.unick-home-local__card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 0, rgba(255,106,36,.24), transparent 18rem),
    radial-gradient(circle at 0 100%, rgba(119,92,255,.20), transparent 20rem),
    rgba(255,255,255,.04);
}

.unick-home-local__card > span {
  color: rgba(255,255,255,.48);
  font: 800 9px/1 Montserrat, sans-serif;
  letter-spacing: .17em;
}

.unick-home-local__card strong {
  color: #fff;
  font: 900 clamp(2rem, 3vw, 3.2rem)/.95 Montserrat, sans-serif;
  letter-spacing: -.055em;
}

.unick-home-local__card a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #fff !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-weight: 800;
  text-decoration: none !important;
}

.unick-home-local__card a:hover { color: #ff93b8 !important; }

.unick-home [data-unick-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1);
}

.unick-home [data-unick-reveal].unick-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .unick-home-hero {
    min-height: 720px;
    background-position: 62% 28%;
  }

  .unick-home-hero__copy { width: min(760px, 88%); }
  .unick-home-hero__word { display: none; }

  .unick-home-sectionhead,
  .unick-home-philosophy__grid,
  .unick-home-local__grid,
  .unick-home-book__inner {
    grid-template-columns: 1fr;
  }

  .unick-home-classgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .unick-home-book__actions { min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .unick-home-shell { width: calc(100% - 28px); }

  .unick-home-hero {
    min-height: 620px;
    align-items: end;
    background-position: 64% center;
  }

  .unick-home-hero__inner {
    padding: 76px 0 104px;
  }

  .unick-home-hero__copy { width: 100%; }

  .unick-home-hero h1 {
    font-size: clamp(2.8rem, 14.5vw, 4.5rem);
    line-height: .91;
  }

  .unick-home-hero__lead {
    margin-top: 20px;
    font-size: .92rem;
    line-height: 1.62;
  }

  .unick-home-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .unick-home-btn {
    width: 100%;
    min-height: 48px;
    font-size: 10px;
  }

  .unick-home-hero__quicklinks {
    gap: 16px;
    margin-top: 28px;
  }

  .unick-home-hero__quicklinks a + a {
    padding-left: 16px;
  }

  .unick-home-hero__quicklinks strong { font-size: 13px; }
  .unick-home-hero__ticker { bottom: 14px; font-size: 8px; }

  .unick-home-section { padding: 72px 0; }
  .unick-home-sectionhead { gap: 22px; margin-bottom: 28px; }

  .unick-home-section h2,
  .unick-home-book h2,
  .unick-home-local h2 {
    font-size: clamp(2rem, 10.8vw, 3.05rem);
  }

  .unick-home-classgrid { grid-template-columns: 1fr; gap: 10px; }
  .unick-home-classcard { min-height: 190px; padding: 18px; }
  .unick-home-classcard__body strong { font-size: 1.55rem; }

  .unick-home-values { grid-template-columns: 1fr; margin-top: 42px; }
  .unick-home-values article { min-height: auto; padding: 22px; }
  .unick-home-values h3 { margin-top: 34px; }

  .unick-home-book { padding: 58px 0; }
  .unick-home-book__inner { gap: 28px; }
  .unick-home-book__actions { grid-template-columns: 1fr; }

  .unick-home-local__grid { gap: 34px; }
  .unick-home-local__card { min-height: 270px; padding: 22px; }

  .unick-floating-cta { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .unick-home-hero__ticker > div { animation: none !important; }
  .unick-home [data-unick-reveal] { opacity: 1; transform: none; }
}

/* =========================================================
   v1.1.1 — COMPACT HEADER + HERO MEDIA
   Restores inherited OceanWP menu, keeps logo/menu minimal,
   and supports image, uploaded video or URL video backgrounds.
   ========================================================= */

/* Compact global header — keep the existing site menu visible. */
body.unick-custom-papamallis #site-header,
body.unick-custom-papamallis #site-header-inner {
  min-height: 56px !important;
  height: 56px !important;
}

body.unick-custom-papamallis #site-header {
  background: rgba(7,7,10,.94) !important;
}

body.unick-custom-papamallis #site-header-inner {
  width: min(calc(100% - 28px), 1320px) !important;
}

body.unick-custom-papamallis #site-logo,
body.unick-custom-papamallis #site-logo #site-logo-inner {
  height: 56px !important;
  max-width: 154px !important;
}

body.unick-custom-papamallis #site-logo #site-logo-inner a img {
  max-width: 146px !important;
  max-height: 30px !important;
}

body.unick-custom-papamallis #site-navigation-wrap {
  display: flex !important;
  height: 56px !important;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a {
  height: 56px !important;
  line-height: 56px !important;
  padding: 0 10px !important;
  font-size: 10px !important;
  letter-spacing: .055em !important;
}

body.unick-custom-papamallis #site-navigation-wrap .dropdown-menu > li > a::after {
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 1px;
}

/* The first screen should feel premium, not oversized. */
.unick-home-hero {
  min-height: min(610px, calc(100svh - 56px));
  background-position: center 28%;
}

.unick-home-hero__inner {
  padding: 58px 0 86px;
}

.unick-home-hero__copy {
  width: min(760px, 70%);
}

.unick-home-hero h1 {
  font-size: clamp(3.15rem, 6.15vw, 6.25rem);
  line-height: .9;
}

.unick-home-hero__lead {
  max-width: 680px;
  margin-top: 20px;
  font-size: clamp(.94rem, 1.2vw, 1.08rem);
  line-height: 1.58;
}

.unick-home-actions {
  margin-top: 24px;
}

.unick-home-btn {
  min-height: 46px;
  padding: 0 18px;
  font-size: 10px;
}

.unick-home-hero__quicklinks {
  gap: 20px;
  margin-top: 26px;
}

.unick-home-hero__quicklinks a + a {
  padding-left: 20px;
}

.unick-home-hero__quicklinks strong {
  font-size: 13px;
}

.unick-home-hero__word {
  font-size: clamp(6rem, 12vw, 12rem);
}

.unick-home-hero__ticker {
  bottom: 13px;
  font-size: 8px;
}

/* Background video layer. Image remains a poster/fallback underneath. */
.unick-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  background: #09090d;
}

.unick-home-hero__media video,
.unick-home-hero__media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border: 0;
  pointer-events: none;
}

.unick-home-hero__media--embed iframe {
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}

.unick-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,5,8,.96) 0%, rgba(5,5,8,.77) 46%, rgba(5,5,8,.38) 76%, rgba(5,5,8,.68) 100%),
    linear-gradient(180deg, rgba(8,8,12,.12) 0%, rgba(8,8,12,.80) 100%);
  pointer-events: none;
}

@media (max-width: 959px) {
  body.unick-custom-papamallis #site-header,
  body.unick-custom-papamallis #site-header-inner,
  body.unick-custom-papamallis #site-logo,
  body.unick-custom-papamallis #site-logo #site-logo-inner {
    min-height: 50px !important;
    height: 50px !important;
  }

  body.unick-custom-papamallis #site-header-inner {
    width: calc(100% - 20px) !important;
  }

  body.unick-custom-papamallis #site-logo,
  body.unick-custom-papamallis #site-logo #site-logo-inner {
    max-width: 124px !important;
  }

  body.unick-custom-papamallis #site-logo #site-logo-inner a img {
    max-width: 118px !important;
    max-height: 26px !important;
  }

  body.unick-custom-papamallis #site-navigation-wrap {
    display: none !important;
  }

  body.unick-custom-papamallis .oceanwp-mobile-menu-icon {
    min-height: 50px !important;
  }

  body.unick-custom-papamallis .oceanwp-mobile-menu-icon a {
    padding: 6px 0 6px 10px !important;
    font-size: 10px !important;
  }

  .unick-home-shell {
    width: calc(100% - 32px);
  }

  .unick-home-hero {
    min-height: auto;
  }

  .unick-home-hero__inner {
    padding: 54px 0 72px;
  }

  .unick-home-hero__copy {
    width: min(690px, 88%);
  }

  .unick-home-hero h1 {
    font-size: clamp(3rem, 9.5vw, 5.2rem);
  }
}

@media (max-width: 640px) {
  .unick-home-shell {
    width: calc(100% - 24px);
  }

  .unick-home-hero__inner {
    padding: 38px 0 54px;
  }

  .unick-home-kicker {
    margin-bottom: 12px;
    font-size: 8px;
    letter-spacing: .15em;
  }

  .unick-home-kicker::before {
    width: 20px;
    margin-right: 7px;
  }

  .unick-home-hero__copy {
    width: 100%;
  }

  .unick-home-hero h1 {
    font-size: clamp(2.45rem, 14.2vw, 4rem);
    line-height: .9;
  }

  .unick-home-hero__lead {
    max-width: 94%;
    margin-top: 16px;
    font-size: .86rem;
    line-height: 1.52;
  }

  .unick-home-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .unick-home-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 8.5px;
    letter-spacing: .045em;
  }

  .unick-home-hero__quicklinks {
    gap: 14px;
    margin-top: 20px;
  }

  .unick-home-hero__quicklinks a + a {
    padding-left: 14px;
  }

  .unick-home-hero__quicklinks span {
    font-size: 7px;
  }

  .unick-home-hero__quicklinks strong {
    font-size: 11px;
  }

  .unick-home-hero__word,
  .unick-home-hero__ticker {
    display: none;
  }

  .unick-home-hero__media--embed iframe {
    width: 220vw;
    height: 123.75vw;
  }
}
