:root {
    --page-width: 1380px;
    --header-bg: var(--footer, #3d2519);
    --nav-bg: var(--button, #33363b);
    --page-bg: var(--surface-2, #eaeaea);
    --sidebar-bg: var(--surface-2, #f0f0f0);
    --content-bg: var(--surface, #ffffff);
    --title-bg: var(--surface-2, #f7f7f7);
    --text: #6b6b6b;
    --heading: var(--title, #444444);
    --link: var(--accent, #3b8dbd);
    --border: #dddddd;
    --footer-bg: var(--footer, #573e2f);
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    min-height: 100vh;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--page-bg);
    background-image: var(--bg-image, url("https://menteinfluencer.com/wp-content/uploads/2026/01/water-background-with-texture-ripples-waves-and-sp-2025-02-22-19-54-40-utc-scaled.jpg"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  iframe {
    border: 0;
  }
  
  a {
    color: var(--link);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  a:hover {
    color: #222;
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  .c6ac440 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c6ac440:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    background: #f1f1f1;
    color: #21759b;
    z-index: 10000;
  }
  
  .c6ac427 {
    width: min(var(--page-width), calc(100% - 40px));
    margin: 0 auto;
  }
  
  .site-header {
    background: var(--header-bg);
    padding: 32px 0 0;
  }
  
  .brand-row {
    padding-bottom: 34px;
  }
  
  .site-title {
    margin: 0;
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: 600;
  }
  
  .site-title a,
a.site-title {
    color: #ffffff;
  }
  
  .site-title a:hover,
a.site-title:hover {
    color: #ffffff;
  }
  
  .nav-row {
    background: var(--nav-bg);
  }
  
  .main-nav {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 48px;
  }
  
  .main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    font-weight: 400;
  }
  
  .main-nav a:hover,
  .main-nav a.c6ac441 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.12);
  }
  
  .c6ac432 {
    padding-bottom: 0;
  }
  
  .c6ac417 {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    background: var(--content-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  }
  
  .c6ac423 {
    background: var(--sidebar-bg);
    padding: 30px 30px 24px;
  }
  
  .c6ac424 {
    margin-bottom: 34px;
  }
  
  .c6ac424:last-child {
    margin-bottom: 0;
  }
  
  .search-form label,
  .c6ac443 {
    display: block;
    margin: 0 0 16px;
    color: #777777;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .c6ac429 {
    display: flex;
    gap: 10px;
  }
  
  .c6ac429 input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    border: 2px solid var(--border);
    background: #ffffff;
    color: #666666;
    padding: 0 10px;
  }
  
  .c6ac429 input:focus {
    outline: none;
    border-color: #c9c9c9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  }
  
  .c6ac429 button {
    height: 42px;
    border: 2px solid var(--border);
    background: #ffffff;
    color: #444444;
    padding: 0 16px;
    cursor: pointer;
  }
  
  .c6ac429 button:hover {
    background: #fafafa;
  }
  
  .c6ac49 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c6ac49 li {
    position: relative;
    padding: 10px 0 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .c6ac49 li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .c6ac49 li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 10px;
    color: #c6c6c6;
    font-size: 1rem;
    line-height: 1;
  }
  
  .c6ac49 a {
    color: #888888;
    font-size: 0.98rem;
  }
  
  .c6ac49 a:hover {
    color: var(--link);
  }
  
  .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
  }
  
  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .c6ac418 {
    background: var(--content-bg);
  }
  
  .page-title-bar {
    background: var(--title-bg);
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 30px;
  }
  
  .page-title-bar h2,
.page-title-bar .page-title {
    margin: 0;
    color: #6b6b6b;
    font-size: 1.95rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .c6ac420 {
    padding: 30px;
  }
  
  .c6ac420 p {
    margin: 0 0 1.25rem;
    font-size: 1.3rem;
    line-height: 1.55;
  }
  
  .c6ac420 strong {
    color: #555555;
    font-weight: 600;
  }
  
  .c6ac420 h3 {
    margin: 1.9rem 0 1rem;
    color: var(--heading);
    font-size: 3.2rem;
    line-height: 1.06;
    font-weight: 400;
  }
  
  .entry-image {
    margin: 1.8rem 0 2rem;
  }
  
  .c6ac414 {
    background: transparent;
  }
  
  .c6ac435 {
    background: var(--footer-bg);
    padding: 20px 30px;
  }
  
  .copyright,
.footer-copyright {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
  }
  
  @media (max-width: 960px) {
    .site-title {
      font-size: 2.6rem;
    }
  
    .c6ac417 {
      grid-template-columns: 1fr;
    }
  
    .c6ac423 {
      order: 2;
    }
  
    .c6ac418 {
      order: 1;
    }
  }
  
  @media (max-width: 720px) {
    .c6ac427 {
      width: min(var(--page-width), calc(100% - 24px));
    }
  
    .site-header {
      padding-top: 24px;
    }
  
    .brand-row {
      padding-bottom: 24px;
    }
  
    .site-title {
      font-size: 2.1rem;
    }
  
    .main-nav {
      flex-wrap: wrap;
    }
  
    .main-nav a {
      padding: 12px 18px;
      min-height: auto;
    }
  
    .page-title-bar,
    .c6ac420,
    .c6ac423,
    .c6ac435 {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .page-title-bar h2,
.page-title-bar .page-title {
      font-size: 1.4rem;
    }
  
    .c6ac420 p {
      font-size: 1.12rem;
    }
  
    .c6ac420 h3 {
      font-size: 2.3rem;
    }
  
    .c6ac429 {
      flex-direction: column;
    }
  }
  .c6ac439 {
    padding: 34px 30px 86px;
    min-height: 560px;
  }
  
  .contact-form {
    width: 270px;
    max-width: 100%;
  }
  
  .contact-form .c6ac422 {
    margin-bottom: 26px;
  }
  
  .contact-form label {
    display: block;
    margin: 0 0 8px;
    color: #4e4e4e;
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 600;
  }
  
  .c6ac425,
  .c6ac46 {
    width: 100%;
    border: 2px solid var(--border);
    background: #ffffff;
    color: #666666;
    padding: 8px 10px;
  }
  
  .c6ac425 {
    height: 38px;
  }
  
  .c6ac46 {
    min-height: 156px;
    resize: vertical;
  }
  
  .c6ac425:focus,
  .c6ac46:focus {
    outline: none;
    border-color: #c9c9c9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  }
  
  .contact-submit {
    height: 42px;
    border: 0;
    border-radius: 3px;
    background: var(--link);
    color: #ffffff;
    padding: 0 16px;
    font-size: 0.98rem;
    font-weight: 400;
    cursor: pointer;
  }
  
  .contact-submit:hover {
    background: #2e779e;
  }
  
  .scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 32px;
    margin: -6px auto 0;
    background: #f5f5f5;
    color: #8d8d8d;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  }
  
  .scroll-top:hover {
    color: #555555;
  }
  
  @media (max-width: 960px) {
    .c6ac439 {
      min-height: 0;
    }
  }
  
  @media (max-width: 720px) {
    .c6ac439 {
      padding-left: 18px;
      padding-right: 18px;
      padding-bottom: 36px;
    }
  
    .contact-form {
      width: 100%;
    }
  }
  

/* =========================================================
   ENHANCEMENT LAYER — HTML STRUCTURE PRESERVED
   Added JS/CSS interactions, ticker, toolbar, footer fix
   ========================================================= */
:root {
  --fx-accent: #f4b27c;
  --fx-accent-2: #8eb6ff;
  --fx-accent-3: #ffffff;
  --fx-deep: #24150e;
  --fx-shadow: rgba(36, 21, 14, 0.22);
  --fx-glow: rgba(142, 182, 255, 0.28);
}

body {
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 15%), rgba(142, 182, 255, 0.11), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 38%);
  z-index: 0;
}

.site-header,
.c6ac432,
.c6ac414 {
  position: relative;
  z-index: 1;
}

.site-title a,
a.site-title {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f4d6bf 68%, #a7c7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.main-nav a {
  position: relative;
  overflow: hidden;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--fx-accent), var(--fx-accent-2));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

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

.c6ac417 {
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 60px rgba(25, 14, 10, 0.17);
  overflow: hidden;
}

.c6ac423 {
  background:
    linear-gradient(180deg, rgba(240, 240, 240, 0.96), rgba(232, 232, 232, 0.94));
  backdrop-filter: blur(4px);
}

.c6ac418 {
  background: rgba(255, 255, 255, 0.97);
}

.page-title-bar {
  position: relative;
  overflow: hidden;
}

.page-title-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 35%, rgba(142, 182, 255, 0.08) 70%, rgba(244, 178, 124, 0.16));
  pointer-events: none;
}

.page-title-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(244, 178, 124, 0.88), rgba(142, 182, 255, 0.72), rgba(255, 255, 255, 0));
}

.c6ac420 p,
.c6ac420 h3,
.page-title-bar h2,
.page-title-bar .page-title,
.contact-form label,
.c6ac443,
.search-form label {
  position: relative;
  z-index: 1;
}

.entry-image img,
.video-frame {
  transition: transform 0.28s ease, box-shadow 0.34s ease, filter 0.34s ease;
  transform-style: preserve-3d;
}

.entry-image img {
  box-shadow: 0 20px 40px rgba(24, 18, 15, 0.16);
}

.entry-image img:hover,
.video-frame:hover {
  box-shadow: 0 28px 54px rgba(24, 18, 15, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.36);
  filter: saturate(1.02);
}

.c6ac429 input,
.c6ac425,
.c6ac46 {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.c6ac429 input:focus,
.c6ac425:focus,
.c6ac46:focus {
  border-color: rgba(142, 182, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(142, 182, 255, 0.12);
  background: #ffffff;
}

.c6ac429 button,
.contact-submit {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.c6ac429 button::before,
.contact-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--fx-accent), var(--fx-accent-2));
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}

.c6ac429 button:hover,
.c6ac429 button:focus,
.contact-submit:hover,
.contact-submit:focus,
.c6ac429 button.is-busy,
.contact-submit.is-busy {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(24, 18, 15, 0.18);
  border-color: transparent;
  color: #ffffff;
}

.c6ac429 button:hover::before,
.c6ac429 button:focus::before,
.contact-submit:hover::before,
.contact-submit:focus::before,
.c6ac429 button.is-busy::before,
.contact-submit.is-busy::before {
  opacity: 1;
}

/* moving text / ticker */
.fx-ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, rgba(24, 15, 11, 0.88), rgba(49, 34, 25, 0.82), rgba(24, 15, 11, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fx-ticker-track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  padding: 13px 0;
  white-space: nowrap;
  animation: fxTickerMove 26s linear infinite;
  will-change: transform;
}

.fx-ticker:hover .fx-ticker-track {
  animation-play-state: paused;
}

.fx-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fx-ticker-item::after {
  content: "◆";
  color: var(--fx-accent);
  opacity: 0.8;
  font-size: 0.7rem;
}

@keyframes fxTickerMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* floating action buttons below page title */
.fx-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.fx-tool-button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(61, 37, 25, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #4a3428;
  padding: 10px 14px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 20, 14, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.fx-tool-button:hover,
.fx-tool-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 20, 14, 0.14), 0 0 0 4px rgba(142, 182, 255, 0.08);
  border-color: rgba(142, 182, 255, 0.24);
}

.fx-tool-button.is-active {
  background: linear-gradient(135deg, rgba(244, 178, 124, 0.16), rgba(142, 182, 255, 0.16));
  color: #1d130d;
  border-color: rgba(244, 178, 124, 0.45);
}

body.accent-live .fx-tool-button[data-action="accent"] {
  background: linear-gradient(135deg, rgba(244, 178, 124, 0.94), rgba(142, 182, 255, 0.94));
  color: #ffffff;
  border-color: transparent;
}

/* progress */
.fx-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 140;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.fx-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--fx-accent), var(--fx-accent-2));
  box-shadow: 0 0 18px rgba(142, 182, 255, 0.4);
}

/* reveal */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 0.6s ease var(--reveal-delay, 0ms),
    transform 0.7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

/* toast */
.toast-stack {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(360px, calc(100vw - 36px));
}

.toast {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(25, 18, 15, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 11, 8, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

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

.toast-success { border-color: rgba(244, 178, 124, 0.35); }
.toast-warning { border-color: rgba(255, 208, 96, 0.35); }
.toast-info { border-color: rgba(142, 182, 255, 0.35); }

/* cursor glow */
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle, rgba(142, 182, 255, 0.16), rgba(244, 178, 124, 0.1) 38%, rgba(142, 182, 255, 0) 68%);
  filter: blur(10px);
  opacity: 0.7;
  transition: opacity 0.25s ease, transform 0.08s linear;
}

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

/* lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(9, 7, 6, 0.78);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  border-radius: 16px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
}

.lightbox-caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 0.95rem;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

/* back to top */
.scroll-top,
.back-to-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #4c1f60, #251333);
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(22, 11, 30, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.25s ease;
  z-index: 120;
}

.scroll-top:hover,
.back-to-top:hover {
  color: #ffffff;
  box-shadow: 0 22px 44px rgba(22, 11, 30, 0.34);
}

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

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

/* mobile burger */
.mobile-nav-toggle {
  display: none;
}

/* focus mode */
body.focus-mode .c6ac417 {
  grid-template-columns: 1fr;
}

body.focus-mode .c6ac423 {
  display: none;
}

body.focus-mode .c6ac418 {
  box-shadow: 0 28px 60px rgba(23, 15, 10, 0.16);
}

/* footer visibility fix */
.c6ac432 {
  padding-bottom: 24px;
}

.c6ac414 {
  display: block;
  margin-top: 20px;
  padding-bottom: env(safe-area-inset-bottom);
  background: linear-gradient(135deg, #2a160e 0%, #54311d 58%, #6e4531 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -12px 34px rgba(18, 11, 7, 0.2);
}

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

.c6ac435 {
  background: transparent;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 30px;
}

.copyright,
.footer-copyright {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
}

/* active accent mode */
body.accent-live .site-title a,
a.site-title {
  text-shadow: 0 0 22px rgba(142, 182, 255, 0.18), 0 0 14px rgba(244, 178, 124, 0.14);
}

body.accent-live .fx-ticker-track {
  animation-duration: 18s;
}

body.accent-live .page-title-bar::after {
  height: 4px;
  box-shadow: 0 0 18px rgba(142, 182, 255, 0.25);
}

body.accent-live .main-nav a.c6ac441,
body.accent-live .main-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.accent-live .c6ac417 {
  box-shadow: 0 30px 64px rgba(25, 14, 10, 0.22), 0 0 0 1px rgba(142, 182, 255, 0.16);
}

/* utility states */
.field-error {
  border-color: #d44a4a !important;
  box-shadow: 0 0 0 4px rgba(212, 74, 74, 0.12) !important;
}

.shake {
  animation: fieldShake 0.42s ease;
}

@keyframes fieldShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

@media (max-width: 960px) {
  .fx-toolbar {
    margin-top: 12px;
  }

  body.focus-mode .c6ac423 {
    display: block;
  }

  body.focus-mode .c6ac417 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    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(244, 178, 124, 0.45);
    box-shadow: 0 0 0 4px rgba(244, 178, 124, 0.12);
    outline: none;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    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(--fx-accent);
  }

  .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(--fx-accent);
  }

  .nav-row {
    background: transparent;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    background: rgba(34, 38, 45, 0.98);
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(13, 15, 18, 0.18);
  }

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

  .main-nav a {
    width: 100%;
    padding: 14px 18px;
    min-height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .main-nav a::after {
    left: 18px;
    right: auto;
    width: 64px;
    bottom: 10px;
  }

  .fx-ticker-track {
    gap: 24px;
    padding: 11px 0;
    animation-duration: 18s;
  }

  .page-title-bar,
  .c6ac420,
  .c6ac423,
  .c6ac435,
  .c6ac439 {
    position: relative;
    z-index: 1;
  }

  .toast-stack {
    top: 12px;
    right: 12px;
    width: min(340px, calc(100vw - 24px));
  }
}

@media (max-width: 720px) {
  .fx-toolbar {
    gap: 8px;
  }

  .fx-tool-button {
    padding: 9px 12px;
    font-size: 0.86rem;
  }

  .site-title a,
a.site-title {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #ffffff;
  }
}

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

  .fx-ticker-track,
  .reveal-on-scroll,
  .cursor-glow,
  .main-nav a,
  .c6ac429 button,
  .contact-submit,
  .fx-tool-button {
    animation: none !important;
    transition: none !important;
  }
}


/* Generated theme override */
:root{
  --accent:#39767a;
  --text:#354548;
  --title:#18292c;
  --muted:#8a9395;
  --border:#ebf1f2;
  --surface:#ffffff;
  --surface-2:#fbfcfd;
  --footer:#244c4e;
  --button:#2e5e62;
  --button-text:#ffffff;
  --hero-overlay:rgba(57,118,122,0.12);
  --wf-accent:#39767a;
  --wf-panel-bg:linear-gradient(145deg,rgba(20,43,49,0.9),rgba(13,30,38,0.96));
  --wf-panel-border:rgba(93,143,146,0.32);
  --wf-panel-shadow:0 20px 56px rgba(6,12,12,0.34);
  --wf-site-title-bg:rgba(14,30,31,0.44);
  --wf-site-title-border:rgba(93,143,146,0.28);
  --wf-search-bg:rgba(18,38,39,0.42);
  --wf-scroll-start:rgba(57,118,122,0.96);
  --wf-scroll-end:rgba(89,140,143,0.58);
}
.c6ac413{background:var(--surface) !important;}
.c6ac445,.c6ac424{background:var(--surface);border:1px solid rgba(57,118,122,0.1);box-shadow:0 18px 42px rgba(57,118,122,0.12);}
.c6ac436,.c6ac41,#top-bar,#main-nav,.c6ac437{border-color:rgba(57,118,122,0.1);}
a:hover{color:#2f6164;}
.c6ac433 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.c6ac438{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.c6ac424 .c6ac438{margin:0 auto;}
.c6ac47{margin:12px 0 0;font-size:14px;}
.c6ac47 a{font-weight:700;text-decoration:underline;}


/* Sample 08 strong color randomization */
:root{
  --header-bg:#23494b;
  --nav-bg:#527475;
  --footer-bg:#1f4244;
  --title-bg:#789293;
}
.site-header{background:var(--header-bg) !important;}
.brand-row{background:transparent !important;}
.site-title,.site-title a,a.site-title{color:#ffffff !important;text-shadow:0 4px 20px rgba(255,255,255,0.16);}
.nav-row,.main-nav{background:var(--nav-bg) !important;}
.main-nav a{color:rgba(255,255,255,0.76) !important;}
.main-nav a:hover,.main-nav a.c6ac441{color:#ffffff !important;background:rgba(255,255,255,0.12) !important;}
.main-nav a.c6ac441{box-shadow:inset 0 -3px 0 #5f9093;}
.page-title-bar{background:var(--title-bg) !important;}
.page-title{color:#ffffff !important;}
.c6ac414,.c6ac435{background:var(--footer-bg) !important;}
.c6ac435{border-top:1px solid rgba(255,255,255,0.14);}
.footer-copyright{color:#ffffff !important;}
