:root {
    --bg: var(--surface-2, #fce5e6);
    --header: var(--footer, #451952);
    --header-link: #ffffff;
    --header-active: var(--accent, #ffdabc);
    --text: #565859;
    --heading: var(--title, #121418);
    --button: #ffdabc;
    --button-hover: var(--accent, #df2935);
    --border: rgba(18, 20, 24, 0.12);
    --footer: #000000;
    --page-width: 1400px;
    --content-width: 1200px;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    background: #000;
    color: var(--text);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px;
    overflow-x: hidden;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  iframe {
    border: 0;
    max-width: 100%;
  }
  
  a {
    color: #121418;
    text-decoration: underline;
  }
  
  a:hover,
  a:focus {
    color: var(--button-hover);
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  .c120018 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c120018:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    z-index: 9999;
  }
  
  .c120026 {
    width: min(var(--page-width), 100%);
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }
.site-header {
    background: var(--header);
  }
  
  .masthead-inner {
    width: min(calc(100% - 60px), var(--content-width));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 0;
  }
  
  .site-branding {
    min-width: 0;
  }
  
  .site-title {
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
  }
  
  .site-title:hover,
  .site-title:focus {
    color: #fff;
  }
  
  .main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
  }
  
  .main-nav a {
    display: block;
    padding: 10px 18px;
    color: var(--header-link);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  
  .main-nav a.active,
  .main-nav a:hover,
  .main-nav a:focus {
    color: var(--header-active);
  }
  
  .c120012 {
    padding: 60px 0;
  }
  
  .c120046 {
    width: min(calc(100% - 60px), var(--content-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 30px;
    align-items: start;
  }
  
  .c120023 {
    background: var(--surface, #fff);
    padding: 13px;
  }
  
  .c120029 {
    margin-bottom: 10px;
  }
  
  .entry-title {
    margin: 0;
    color: var(--heading);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  .c120044 {
    margin-top: 1.5em;
  }
  
  .c120044 p {
    margin: 0 0 1.5em;
  }
  
  .c120044 strong {
    font-weight: 600;
  }
  
  .c120044 h2 {
    margin: 28px 0 16px;
    color: var(--heading);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  .entry-image {
    margin: 1.5em 0;
  }
  
  .entry-image img {
    width: 100%;
  }
  
  .c120043 {
    position: sticky;
    top: 30px;
  }
  
  .c12003 {
    margin: 0 0 25px;
  }
  
  .c120052 {
    margin-bottom: 40px;
  }
  
  .search-form label {
    display: block;
    margin: 0 0 14px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  
  .c120048 {
    display: flex;
    gap: 10px;
    align-items: stretch;
  }
  
  .c120048 input {
    flex: 1;
    min-width: 0;
    height: 53px;
    padding: 0 15px;
    border: 1px solid #262525;
    border-radius: 5px;
    background: transparent;
    color: var(--heading);
  }
  
  .c120048 button {
    display: inline-block;
    height: 53px;
    padding: 10px 35px;
    border: 2px solid var(--button);
    border-radius: 5px;
    background: var(--button);
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .c120048 button:hover,
  .c120048 button:focus {
    background: var(--button-hover);
    border-color: var(--button-hover);
    color: #fff;
  }
  
  .c12004 {
    margin: 0 0 20px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  
  .c120016 {
    margin: 0;
    padding: 30px 50px;
    background: var(--surface-2, var(--bg));
  }
  
  .c120016 li {
    margin-bottom: 15px;
    line-height: 1.35;
  }
  
  .c120016 li:last-child {
    margin-bottom: 0;
  }
  
  .c120016 a {
    color: #121418;
    text-decoration: none;
  }
  
  .c120016 a:hover,
  .c120016 a:focus {
    color: var(--button-hover);
  }
  
  .video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  
  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .c120039 {
    background: var(--footer);
    color: #fff;
    text-align: center;
  }
  
  .c120033 {
    width: min(calc(100% - 40px), var(--content-width));
    margin: 0 auto;
    padding: 16px 0;
  }
  
  @media (max-width: 1023px) {
    .masthead-inner {
      flex-direction: column;
      align-items: flex-start;
      padding: 18px 0 12px;
    }
  
    .main-nav ul {
      flex-wrap: wrap;
    }
  
    .c120046 {
      grid-template-columns: 1fr;
    }
  
    .c120043 {
      position: static;
      max-width: 420px;
    }
  }
  
  @media (max-width: 640px) {
    .masthead-inner,
    .c120046 {
      width: min(calc(100% - 30px), var(--content-width));
    }
  
    .site-title {
      font-size: 26px;
    }
  
    .entry-title {
      font-size: 22px;
      line-height: 1.35;
    }
  
    .c120044 h2 {
      font-size: 30px;
    }
  
    .c120048 {
      flex-direction: column;
    }
  
    .c120048 button {
      width: 100%;
    }
  
    .c120016 {
      padding: 20px 24px 20px 36px;
    }
  }
  /* Add this at the end of your current style.css */

.c120032 {
    align-items: start;
  }
  
  .c120022 {
    background: var(--surface, #f7f5f5);
    padding: 18px 14px 20px;
  }
  
  .contact-title {
    margin: 0;
    color: var(--heading);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  .c120040 {
    padding: 32px 0 0 62px;
    max-width: 860px;
  }
  
  .contact-form .c120017 {
    margin: 0 0 18px;
  }
  
  .contact-form label {
    display: block;
    margin: 0 0 14px;
    color: #565859;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  
  .contact-form input,
  .contact-form textarea {
    border: 1px solid rgba(18, 20, 24, 0.45);
    background: transparent;
    color: var(--heading);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0;
    outline: none;
  }
  
  .contact-form input {
    width: 184px;
    height: 59px;
    padding: 0 14px;
  }
  
  .contact-form textarea {
    width: min(100%, 774px);
    min-height: 218px;
    padding: 14px;
    resize: vertical;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #7a7a7a;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: rgba(18, 20, 24, 0.7);
  }
  
  .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 149px;
    height: 56px;
    padding: 0 26px;
    border: 0;
    border-radius: 5px;
    background: var(--button);
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  .contact-submit:hover,
  .contact-submit:focus {
    background: var(--button-hover);
    color: #fff;
  }
  
  /* Match the screenshot search widget */
  .c120053 .search-form label {
    margin: 0 0 14px;
    color: #565859;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
  
  .c120053 .c120048 {
    justify-content: flex-end;
  }
  
  .c120053 .c120048 input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c120053 .c120048 button {
    min-width: 154px;
  }
  
  /* Sidebar spacing closer to screenshot */
  .c120053 .c12004 {
    margin-bottom: 18px;
  }
  
  .c120053 .c120016 {
    padding: 14px 0 0 24px;
    background: transparent;
  }
  
  .c120053 .c120016 li {
    margin-bottom: 12px;
  }
  
  .c120053 .c120016 li:last-child {
    margin-bottom: 0;
  }
  
  @media (max-width: 1023px) {
    .c120040 {
      padding-left: 24px;
      max-width: none;
    }
  
    .contact-form input,
    .contact-form textarea {
      width: 100%;
    }
  }
  
  @media (max-width: 640px) {
    .c120022 {
      padding: 16px;
    }
  
    .c120040 {
      padding: 22px 0 0;
    }
  
    .contact-submit {
      width: 100%;
    }
  
    .c120053 .c120048 button {
      width: 100%;
    }
  }
/* =========================================================
   Enhancement layer — keeps the original structure intact.
   ========================================================= */

:root {
  --fx-accent: #f3c8bc;
  --fx-accent-strong: #df2935;
  --fx-shadow: 0 20px 50px rgba(31, 13, 39, 0.12);
  --fx-shadow-soft: 0 12px 30px rgba(31, 13, 39, 0.08);
  --fx-ring: 0 0 0 3px rgba(255, 218, 188, 0.25);
}

body {
  --mouse-x: 50vw;
  --mouse-y: 30vh;
}

.c120026 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.c120026::before,
.c120026::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  filter: blur(18px);
}

.c120026::before {
  top: -160px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 218, 188, 0.8) 0%, rgba(255, 218, 188, 0) 68%);
}

.c120026::after {
  bottom: -180px;
  left: -110px;
  background: radial-gradient(circle, rgba(116, 63, 144, 0.42) 0%, rgba(116, 63, 144, 0) 70%);
}

.c120026 > * {
  position: relative;
  z-index: 1;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(500px 500px at var(--mouse-x) var(--mouse-y), rgba(255, 218, 188, 0.10), rgba(255, 218, 188, 0) 60%),
    radial-gradient(360px 360px at calc(var(--mouse-x) * 0.85) calc(var(--mouse-y) * 0.8), rgba(137, 92, 160, 0.08), rgba(137, 92, 160, 0) 62%);
  pointer-events: none;
  z-index: 0;
}

.c120050 img {
  filter: saturate(1.04) contrast(1.02);
}

.site-header {
  position: relative;
  box-shadow: 0 10px 30px rgba(21, 10, 29, 0.16);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 218, 188, 0.55), rgba(255, 255, 255, 0));
}

.site-title {
  text-shadow: 0 0 20px rgba(255, 218, 188, 0.22);
}

.main-nav a {
  position: relative;
  transition: color 0.28s ease, transform 0.28s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--header-active), rgba(255, 255, 255, 0.2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.main-nav a.active::after,
.main-nav a:hover::after,
.main-nav a:focus::after {
  transform: scaleX(1);
}

.c120023,
.c120022 {
  border: 1px solid rgba(69, 25, 82, 0.07);
  border-radius: 16px;
  box-shadow: var(--fx-shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.c120023:hover,
.c120022:hover {
  transform: translateY(-2px);
  box-shadow: var(--fx-shadow);
  border-color: rgba(69, 25, 82, 0.15);
}

.c12003 {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.entry-title,
.contact-title {
  text-wrap: balance;
}

.c120044 h2 {
  position: relative;
}

.c120044 h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fx-accent-strong), rgba(223, 41, 53, 0));
}

.entry-image,
.video-frame {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--fx-shadow-soft);
}

.entry-image img,
.video-frame {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  will-change: transform;
}

.entry-image img:hover,
.entry-image img:focus {
  transform: scale(1.015);
  filter: saturate(1.04);
}

.c120048 input,
.contact-form input,
.contact-form textarea {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.c120048 input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: var(--fx-ring);
  background: rgba(255, 255, 255, 0.78);
}

.c120048 button,
.contact-submit {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(223, 41, 53, 0.12);
}

.c120048 button::before,
.contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120%;
  width: 90px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
}

.c120048 button:hover::before,
.c120048 button:focus::before,
.contact-submit:hover::before,
.contact-submit:focus::before {
  animation: sheen-pass 0.85s ease;
}

.c120016,
.c120053 .c120016 {
  border-radius: 14px;
}

.c120039 {
  position: relative;
  box-shadow: 0 -10px 30px rgba(7, 5, 11, 0.14);
}

.c120039::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,218,188,0.4), rgba(255,255,255,0));
}

.fx-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.fx-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #df2935, #ffdabc, #ffffff);
  box-shadow: 0 0 24px rgba(255, 218, 188, 0.55);
  transition: width 0.08s linear;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.34;
  filter: blur(18px);
  background: radial-gradient(circle, rgba(255, 218, 188, 0.48) 0%, rgba(255, 218, 188, 0) 68%);
  mix-blend-mode: screen;
  transition: opacity 0.2s ease;
}

.cursor-glow.is-active {
  opacity: 0.48;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--header), #6c2f78);
  color: #fff;
  box-shadow: 0 16px 40px rgba(24, 10, 31, 0.3);
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 9997;
}

.back-to-top:hover,
.back-to-top:focus {
  box-shadow: 0 20px 44px rgba(24, 10, 31, 0.38);
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.toast-stack {
  position: fixed;
  right: 22px;
  top: 22px;
  display: grid;
  gap: 10px;
  z-index: 9999;
}

.toast {
  min-width: 240px;
  max-width: min(320px, calc(100vw - 32px));
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(18, 20, 24, 0.92);
  color: #fff;
  box-shadow: 0 20px 40px rgba(18, 20, 24, 0.22);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  cursor: pointer;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast-success {
  background: linear-gradient(135deg, rgba(69, 25, 82, 0.94), rgba(120, 56, 132, 0.94));
}

.toast-warning {
  background: linear-gradient(135deg, rgba(123, 43, 34, 0.95), rgba(173, 63, 45, 0.95));
}

.toast-info {
  background: linear-gradient(135deg, rgba(38, 46, 86, 0.95), rgba(61, 84, 146, 0.95));
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(8, 8, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: min(1100px, calc(100vw - 64px));
  max-height: calc(100vh - 120px);
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-caption {
  margin-top: 16px;
  color: rgba(255,255,255,0.86);
  text-align: center;
}

body.lightbox-open {
  overflow: hidden;
}

.field-error {
  border-color: rgba(223, 41, 53, 0.95) !important;
  box-shadow: 0 0 0 3px rgba(223, 41, 53, 0.16) !important;
}

.shake {
  animation: field-shake 0.35s ease;
}

.is-busy {
  pointer-events: none;
  opacity: 0.82;
}

.mobile-nav-toggle {
  display: none;
}

@keyframes sheen-pass {
  from {
    left: -120%;
  }
  to {
    left: 130%;
  }
}

@keyframes field-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll,
  .back-to-top,
  .toast,
  .entry-image img,
  .video-frame,
  .c120048 button::before,
  .contact-submit::before {
    transition: none !important;
    animation: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .cursor-glow,
  body::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .c120026::before,
  .c120026::after,
  .cursor-glow {
    display: none;
  }

  .masthead-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .site-branding {
    flex: 1;
    min-width: 0;
  }

  .site-title {
    font-size: 22px;
    line-height: 1.25;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(15, 8, 19, 0.24);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  }

  .mobile-nav-toggle:hover,
  .mobile-nav-toggle:focus {
    border-color: rgba(255, 218, 188, 0.65);
    box-shadow: 0 16px 32px rgba(15, 8, 19, 0.28);
    outline: none;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
  }

  .site-header.nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background: var(--header-active);
  }

  .site-header.nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background: var(--header-active);
  }

  .main-nav {
    display: none;
    width: 100%;
    margin-top: 2px;
    padding-top: 6px;
  }

  .site-header.nav-open .main-nav {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
  }

  .main-nav li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav a {
    width: 100%;
    padding: 15px 16px;
  }

  .main-nav a::after {
    left: 16px;
    right: auto;
    width: 76px;
    bottom: 8px;
  }

  .entry-image,
  .video-frame,
  .c120023,
  .c120022 {
    border-radius: 14px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .toast-stack {
    right: 14px;
    left: 14px;
    top: 14px;
  }

  .toast {
    max-width: 100%;
  }
}
/* =========================
   FOOTER VISIBILITY FIX
   Paste at the very end of style.css
   ========================= */

.c120012 {
  padding-bottom: 28px;
}

.c120039 {
  display: block;
  margin-top: 18px;
  background: linear-gradient(135deg, var(--header) 0%, #5e266c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -12px 32px rgba(14, 6, 18, 0.16);
  overflow: visible;
  position: relative;
}

.c120039::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,218,188,0.45),
    rgba(255,255,255,0)
  );
}

.c120033 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 22px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 640px) {
  .c120039 {
    margin-top: 14px;
  }

  .c120033 {
    min-height: 64px;
    padding: 18px 16px;
    font-size: 13px;
  }
}


/* Sample_06 generated-theme alignment */
.c12003 {
  background: transparent;
}

.c120048 input,
.contact-form input,
.contact-form textarea {
  border-color: var(--border);
}

.main-nav a.active,
.main-nav a:hover,
.main-nav a:focus,
.c120016 a:hover,
.c120016 a:focus {
  color: var(--header-active);
}


/* =========================================================
   Palette-driven shell + adaptive contrast layer.
   Keeps Sample_06 varied instead of pink on every build.
   ========================================================= */
:root {
  --accent-rgb: 223, 41, 53;
  --header-rgb: 69, 25, 82;
  --shell-rgb: 252, 229, 230;
  --header-link-dynamic: #ffffff;
  --header-active-dynamic: var(--accent, #ffdabc);
  --button-contrast-dynamic: #ffffff;
  --shell-side-text-dynamic: #121418;
  --shell-side-muted-dynamic: #565859;
  --shell-side-surface-dynamic: rgba(255, 255, 255, 0.42);
  --field-bg-dynamic: rgba(255, 255, 255, 0.84);
  --field-border-dynamic: rgba(18, 20, 24, 0.16);

  --fx-accent: var(--accent, #f3c8bc);
  --fx-accent-strong: var(--button, var(--accent, #df2935));
  --fx-shadow: 0 20px 50px rgba(var(--header-rgb), 0.18);
  --fx-shadow-soft: 0 12px 30px rgba(var(--header-rgb), 0.12);
  --fx-ring: 0 0 0 3px rgba(var(--accent-rgb), 0.22);
}

.c120026 {
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), 0.18) 0%, rgba(var(--accent-rgb), 0) 34%),
    linear-gradient(180deg, var(--bg) 0%, var(--surface, #ffffff) 100%);
  box-shadow: 0 0 0 1px rgba(var(--header-rgb), 0.06);
}

.c120026::before {
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.34) 0%, rgba(var(--accent-rgb), 0) 68%);
}

.c120026::after {
  background: radial-gradient(circle, rgba(var(--header-rgb), 0.24) 0%, rgba(var(--header-rgb), 0) 70%);
}

body::before {
  background:
    radial-gradient(500px 500px at var(--mouse-x) var(--mouse-y), rgba(var(--accent-rgb), 0.10), rgba(var(--accent-rgb), 0) 60%),
    radial-gradient(360px 360px at calc(var(--mouse-x) * 0.85) calc(var(--mouse-y) * 0.8), rgba(var(--header-rgb), 0.08), rgba(var(--header-rgb), 0) 62%);
}

.site-header {
  background: var(--header);
  box-shadow: 0 10px 30px rgba(var(--header-rgb), 0.18);
}

.site-header::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(var(--accent-rgb), 0.48), rgba(255, 255, 255, 0));
}

.site-title,
.site-title:hover,
.site-title:focus,
.main-nav a {
  color: var(--header-link-dynamic);
}

.main-nav a.active,
.main-nav a:hover,
.main-nav a:focus {
  color: var(--header-active-dynamic);
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--header-active-dynamic), rgba(var(--accent-rgb), 0.18));
}

.search-form label,
.c12004,
.c120053 .search-form label {
  color: var(--shell-side-text-dynamic);
}

.c120016,
.c120053 .c120016 {
  background: var(--shell-side-surface-dynamic);
  border: 1px solid rgba(var(--header-rgb), 0.08);
  backdrop-filter: blur(10px);
}

.c120016 a {
  color: var(--shell-side-text-dynamic);
}

.c120016 a:hover,
.c120016 a:focus {
  color: var(--header-active-dynamic);
}

.c120048 input,
.contact-form input,
.contact-form textarea {
  background: var(--field-bg-dynamic);
  border-color: var(--field-border-dynamic);
}

.c120048 input {
  color: var(--shell-side-text-dynamic);
}

.c120048 input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--shell-side-muted-dynamic);
}

.c120048 button,
.contact-submit {
  color: var(--button-contrast-dynamic);
  border-color: var(--button);
  background: var(--button);
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.18);
}

.c120048 button:hover,
.c120048 button:focus,
.contact-submit:hover,
.contact-submit:focus {
  background: var(--button-hover);
  border-color: var(--button-hover);
  color: #ffffff;
}

.c120023,
.c120022 {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--header-rgb), 0.08);
  box-shadow: 0 16px 42px rgba(var(--header-rgb), 0.10);
}

.c120022 {
  background: rgba(255, 255, 255, 0.90);
}

.entry-image,
.video-frame {
  box-shadow: 0 14px 34px rgba(var(--header-rgb), 0.10);
}

.fx-progress-bar {
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.68), rgba(255, 255, 255, 0.92));
  box-shadow: 0 0 24px rgba(var(--accent-rgb), 0.42);
}

.cursor-glow {
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.38) 0%, rgba(var(--accent-rgb), 0) 68%);
}

.back-to-top {
  background: linear-gradient(135deg, rgba(var(--header-rgb), 1), rgba(var(--accent-rgb), 0.88));
  box-shadow: 0 16px 40px rgba(var(--header-rgb), 0.28);
}

.back-to-top:hover,
.back-to-top:focus {
  box-shadow: 0 20px 44px rgba(var(--header-rgb), 0.34);
}

.toast-success {
  background: linear-gradient(135deg, rgba(var(--header-rgb), 0.96), rgba(var(--accent-rgb), 0.92));
}

.toast-warning {
  background: linear-gradient(135deg, rgba(120, 58, 30, 0.96), rgba(var(--accent-rgb), 0.92));
}

.toast-info {
  background: linear-gradient(135deg, rgba(var(--header-rgb), 0.92), rgba(var(--accent-rgb), 0.84));
}

body.shell-dark .c120048 input,
body.shell-dark .c120016,
body.shell-dark .c120053 .c120016 {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

body.shell-dark .c120048 input {
  color: #f4f7fb;
}

body.shell-dark .c120016 a,
body.shell-dark .c12004,
body.shell-dark .search-form label,
body.shell-dark .c120053 .search-form label {
  color: #f4f7fb;
}

body.shell-dark .c120016 a:hover,
body.shell-dark .c120016 a:focus {
  color: rgba(255, 255, 255, 0.88);
}



/* Navbar color system: always palette-driven and never white */
:root {
  --nav-start: #1f2a44;
  --nav-end: #5b2a86;
  --nav-text: #ffffff;
  --nav-active: #ffe3b8;
  --nav-shadow: rgba(31, 42, 68, 0.24);
}

.site-header {
  background: linear-gradient(135deg, var(--nav-start), var(--nav-end)) !important;
  box-shadow: 0 14px 34px var(--nav-shadow) !important;
}

.site-header::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(var(--accent-rgb), 0.52), rgba(255, 255, 255, 0)) !important;
}

.site-title,
.site-title:hover,
.site-title:focus,
.main-nav a {
  color: var(--nav-text) !important;
}

.main-nav a.active,
.main-nav a:hover,
.main-nav a:focus {
  color: var(--nav-active) !important;
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--nav-active), rgba(255, 255, 255, 0.16)) !important;
}

.mobile-nav-toggle {
  border-color: rgba(255,255,255,0.20) !important;
  background: rgba(18,24,38,0.86) !important;
}

.mobile-nav-toggle span {
  background: var(--nav-text) !important;
}

@media (max-width: 640px) {
  .main-nav {
    background: linear-gradient(180deg, rgba(18,24,38,0.96), rgba(34,18,52,0.96)) !important;
  }
}


/* Strong fallback: navbar must never render white, even before JS runs */
.c120026 > .site-header,
body .c120026 > .site-header {
  background-color: #24344f !important;
  background-image: linear-gradient(135deg, #24344f 0%, #6b2f7b 100%) !important;
  box-shadow: 0 14px 34px rgba(36, 52, 79, 0.28) !important;
}

.c120026 > .site-header::after,
body .c120026 > .site-header::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 227, 184, 0.42), rgba(255, 255, 255, 0)) !important;
}

.c120026 > .site-header .site-title,
.c120026 > .site-header .site-title:hover,
.c120026 > .site-header .site-title:focus,
.c120026 > .site-header .main-nav a {
  color: var(--nav-text, #ffffff) !important;
}

.c120026 > .site-header .main-nav a.active,
.c120026 > .site-header .main-nav a:hover,
.c120026 > .site-header .main-nav a:focus {
  color: var(--nav-active, #ffe3b8) !important;
}


/* =========================================================
   FINAL NAVBAR LOCK — the top bar must never render white.
   This block overrides every earlier header/navbar rule.
   ========================================================= */
:root {
  --nav-start: #1f304c;
  --nav-end: #5c2b73;
  --nav-text: #f5e1cb;
  --nav-active: #ffc793;
  --nav-shadow: rgba(15, 24, 39, 0.38);
}

.c120026 > .site-header,
body .c120026 > .site-header,
.site-header {
  background-color: var(--nav-start) !important;
  background-image: linear-gradient(135deg, var(--nav-start) 0%, var(--nav-end) 100%) !important;
  box-shadow: 0 14px 34px var(--nav-shadow) !important;
}

.c120026 > .site-header::after,
body .c120026 > .site-header::after,
.site-header::after {
  background: linear-gradient(90deg, rgba(255, 199, 147, 0), rgba(255, 199, 147, 0.55), rgba(255, 199, 147, 0)) !important;
}

.c120026 > .site-header .site-title,
.c120026 > .site-header .site-title:hover,
.c120026 > .site-header .site-title:focus,
.c120026 > .site-header .main-nav a,
body .c120026 > .site-header .site-title,
body .c120026 > .site-header .site-title:hover,
body .c120026 > .site-header .site-title:focus,
body .c120026 > .site-header .main-nav a,
.site-header .site-title,
.site-header .site-title:hover,
.site-header .site-title:focus,
.site-header .main-nav a {
  color: var(--nav-text) !important;
}

.c120026 > .site-header .main-nav a.active,
.c120026 > .site-header .main-nav a:hover,
.c120026 > .site-header .main-nav a:focus,
body .c120026 > .site-header .main-nav a.active,
body .c120026 > .site-header .main-nav a:hover,
body .c120026 > .site-header .main-nav a:focus,
.site-header .main-nav a.active,
.site-header .main-nav a:hover,
.site-header .main-nav a:focus {
  color: var(--nav-active) !important;
}

.c120026 > .site-header .main-nav a::after,
body .c120026 > .site-header .main-nav a::after,
.site-header .main-nav a::after {
  background: linear-gradient(90deg, var(--nav-active), rgba(255, 199, 147, 0.16)) !important;
}

@media (max-width: 640px) {
  .c120026 > .site-header .mobile-nav-toggle,
  body .c120026 > .site-header .mobile-nav-toggle,
  .site-header .mobile-nav-toggle {
    background: rgba(20, 27, 44, 0.96) !important;
    border-color: rgba(255, 199, 147, 0.32) !important;
    box-shadow: 0 12px 28px rgba(10, 12, 20, 0.34) !important;
  }

  .c120026 > .site-header .mobile-nav-toggle span,
  body .c120026 > .site-header .mobile-nav-toggle span,
  .site-header .mobile-nav-toggle span {
    background: var(--nav-text) !important;
  }

  .c120026 > .site-header .main-nav,
  .c120026 > .site-header .main-nav ul,
  body .c120026 > .site-header .main-nav,
  body .c120026 > .site-header .main-nav ul,
  .site-header .main-nav,
  .site-header .main-nav ul {
    background: linear-gradient(180deg, rgba(20, 27, 44, 0.98), rgba(43, 22, 61, 0.98)) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 199, 147, 0.12) !important;
    backdrop-filter: blur(10px);
  }

  .c120026 > .site-header .main-nav li + li,
  body .c120026 > .site-header .main-nav li + li,
  .site-header .main-nav li + li {
    border-top: 1px solid rgba(255, 199, 147, 0.12) !important;
  }
}


/* Generated theme override */
:root{
  --wf-accent:#855270;
  --wf-panel-bg:linear-gradient(145deg,rgba(40,33,47,0.9),rgba(24,25,36,0.96));
  --wf-panel-border:rgba(155,113,138,0.32);
  --wf-panel-shadow:0 20px 56px rgba(13,8,11,0.34);
  --wf-site-title-bg:rgba(33,21,28,0.44);
  --wf-site-title-border:rgba(155,113,138,0.28);
  --wf-search-bg:rgba(43,26,36,0.42);
  --wf-scroll-start:rgba(133,82,112,0.96);
  --wf-scroll-end:rgba(153,110,135,0.58);
}
body{color:#473b43;background-color:#f2e8ed !important;}
body.custom-background{background-color:#f2e8ed !important;}
#page.site,.site-header{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#eee7eb !important;box-shadow:0 18px 42px rgba(133,82,112,0.12);}
#primary.site-content,#content,article.page.hentry{background:transparent !important;}
.c120049 a,.entry-title,.c12004,.c120024,h1,h2,h3,h4{color:#2e2129;}
a{color:#855270;}
a:hover,.c12008 li a:hover,.c12008 li.current-menu-item a{color:#71465f;}
.c120015,.c120014,.c120021{background:#6d435c;color:#ffffff;}
.c120021:hover,.c120014:hover{background:#855270;}
.c12003{border-color:#eee7eb;background:#fcf9fb !important;box-shadow:0 12px 28px rgba(133,82,112,0.1);}
#colophon,.c120019{background:#513244;color:#ffffff;}
.c120044 h2{border-left:4px solid #855270;padding-left:12px;}
.c120044 .c120036{margin:24px 0 28px;}
.c120044 .c120036 figure{margin:0 auto;max-width:1024px;}
.c120044 .c120036 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.c120034{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c120028 .c120034{margin:0 auto;}
.c120027{margin:12px 0 0;font-size:14px;}
.c120027 a{font-weight:700;text-decoration:underline;}
