.elementor-366 .elementor-element.elementor-element-2e20904{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eef714b *//* =========================================
   KNOT1 – BRISBANE STREET ARTIST CONTACT PAGE
   ========================================= */

.k1-page,
.k1-page * {
  box-sizing: border-box;
}

/* ============= HERO ============= */

.k1-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* VIDEO – BLUR ➜ SHARP */

.k1-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(14px);
  z-index: 1;
  animation: k1-unblur 2s ease-out forwards,
             k1-pan 14s ease-in-out infinite alternate;
}

@keyframes k1-unblur {
  0%   { filter: blur(14px); }
  100% { filter: blur(0); }
}

@keyframes k1-pan {
  0%   { transform: scale(1.05) translateX(0); }
  100% { transform: scale(1.1) translateX(-18px); }
}

/* DARK OVERLAY */

.k1-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.52);
  z-index: 2;
}

/* RISING HERO TAG (not1aqua.webp) */

.k1-hero-tag {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
  animation: k1-tag-rise 2s ease-out forwards;
}

.k1-hero-tag-img {
  width: 320px;
  filter: drop-shadow(0 0 15px #00e5ff);
}

@keyframes k1-tag-rise {
  0%   { opacity: 0; transform: translate(-50%, 40px); }
  100% { opacity: 1; transform: translate(-50%, -190px); }
}

/* CHROME TITLE PLATE */

.k1-title-plate {
  position: absolute;
  left: 50%;
  top: 155px;
  transform: translateX(-50%);
  padding: 12px 26px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  z-index: 5;

  background: linear-gradient(
    135deg,
    #f5f5f5 0%,
    #d0d0d0 35%,
    #ffffff 55%,
    #9b9b9b 100%
  );
  border-radius: 14px;
  box-shadow:
    0 0 12px #00e5ff,
    0 0 24px rgba(0,229,255,0.7),
    inset 0 0 10px rgba(255,255,255,0.65);

  overflow: hidden;
}

/* SHIMMER ACROSS THE PLATE */

.k1-title-plate::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 90%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );
  filter: blur(4px);
  animation: k1-shimmer 3s infinite 2s;
}

@keyframes k1-shimmer {
  0%   { left: -120%; }
  50%  { left: 140%; }
  100% { left: 140%; }
}

/* MENU TAG + HAMBURGER BLOCK (BOTTOM STACK) */

.k1-menu-block {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 6;
}

/* STATIC MENU TAG (aqmenu-min.webp) */

.k1-menu-tag {
  width: 200px;
  display: block;
  margin: 0 auto 18px auto;
  filter: drop-shadow(0 0 16px #00e5ff);
}

/* CHROME NEON HAMBURGER */

.k1-hamburger {
  width: 95px;
  height: 70px;
  margin: 0 auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  cursor: pointer;

  background: linear-gradient(135deg, #dcdcdc, #888, #f5f5f5);
  box-shadow:
    0 0 16px #00e5ff,
    0 0 30px rgba(0,229,255,0.9);
  position: relative;
}

.k1-hamburger span {
  height: 9px;
  border-radius: 9px;
  background: #00e5ff;
  box-shadow: 0 0 10px #00e5ff, 0 0 20px #00e5ff;
}

/* flicker on tap */
.k1-hamburger:active span {
  animation: k1-flicker 0.22s linear infinite;
}

@keyframes k1-flicker {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}

/* glow mist behind the button */
.k1-hamburger::before {
  content: "";
  position: absolute;
  inset: -26px;
  background: radial-gradient(circle, rgba(0,229,255,0.45), transparent 60%);
  filter: blur(22px);
  z-index: -1;
}

/* SCROLL ARROW */

.k1-scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%) rotate(-45deg);
  width: 28px;
  height: 28px;
  border-left: 3px solid #00e5ff;
  border-bottom: 3px solid #00e5ff;
  filter: drop-shadow(0 0 10px #00e5ff);
  z-index: 7;
  animation: k1-arrow 2s infinite ease-in-out 1.6s;
}

@keyframes k1-arrow {
  0%,100% { transform: translate(-50%, 0) rotate(-45deg); }
  50%     { transform: translate(-50%, 10px) rotate(-45deg); }
}

/* NEON DIVIDER JUST UNDER HERO */

.k1-divider {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #00e5ff55, transparent);
}

/* ============= CHROME EMAIL FORM SECTION ============= */

.k1-form-section {
  position: relative;
  padding: 60px 20px 80px;
  background: #050505;
}

/* FORM CARD */

.k1-form-card {
  max-width: 480px;
  margin: 0 auto;
  padding: 26px 22px 28px;
  border-radius: 18px;

  background: radial-gradient(circle at top left, #1d1d1d, #050505);
  box-shadow:
    0 0 24px rgba(0,0,0,0.9),
    0 0 24px rgba(0,229,255,0.35);
  border: 1px solid rgba(0,229,255,0.55);
  position: relative;
  color: #e9feff;
}

/* extra chrome edge */
.k1-form-card::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.14);
  pointer-events: none;
}

/* titles */

.k1-form-title {
  font-size: 22px;
  margin: 0 0 6px 0;
  text-align: center;
}

.k1-form-text {
  font-size: 14px;
  color: #b7f4ff;
  text-align: center;
  margin: 0 0 18px 0;
}

/* fields */

.k1-email-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.k1-email-form input,
.k1-email-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0,229,255,0.45);
  background: rgba(3,3,3,0.95);
  color: #e9feff;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
}

.k1-email-form textarea {
  min-height: 110px;
  resize: vertical;
}

.k1-email-form input::placeholder,
.k1-email-form textarea::placeholder {
  color: #78d4e6;
}

/* focus state */

.k1-email-form input:focus,
.k1-email-form textarea:focus {
  border-color: #00e5ff;
  box-shadow:
    0 0 12px rgba(0,229,255,0.7),
    inset 0 0 8px rgba(0,0,0,0.9);
  transform: translateY(-1px);
}

/* submit button */

.k1-form-button {
  margin-top: 6px;
  border-radius: 999px;
  border: none;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;

  background: radial-gradient(circle at top left, #00e5ff, #007a8f);
  color: #021018;
  box-shadow:
    0 0 16px #00e5ff,
    0 0 30px rgba(0,229,255,0.85);
  transition: transform .12s ease, box-shadow .12s ease;
}

.k1-form-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 20px #00e5ff,
    0 0 36px rgba(0,229,255,0.95);
}

/* socials */

.k1-social-row {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.k1-social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #021018;
  background: #00e5ff;
  box-shadow: 0 0 10px #00e5ff;
}

.k1-ig {
  background: radial-gradient(circle at 20% 20%, #ffdf59, #f200bc, #4c00ff);
  color: #fff;
}

/* MOBILE TWEAKS */

@media (max-width: 600px) {

  .k1-hero-tag-img {
    width: 260px;
  }

  @keyframes k1-tag-rise {
    0%   { opacity: 0; transform: translate(-50%, 30px); }
    100% { opacity: 1; transform: translate(-50%, -150px); }
  }

  .k1-title-plate {
    top: 135px;
    font-size: 16px;
    padding: 10px 18px;
  }

  .k1-menu-tag {
    width: 170px;
    margin-bottom: 14px;
  }

  .k1-hamburger {
    width: 80px;
    height: 60px;
    padding: 10px;
  }

  .k1-menu-block {
    bottom: 95px;
  }
}
/* CLICKABLE IMAGE BUTTON FIX */
.k1-menu-tag.elementor-clickable {
  cursor: pointer;
}

/* HAMBURGER CLICK CURSOR */
.k1-hamburger.elementor-clickable {
  cursor: pointer;
}

/* BETTER TAP SIZE FOR MOBILE */
@media (max-width:600px) {
  .k1-menu-tag.elementor-clickable {
    width: 180px;
  }
}/* End custom CSS */