:root {
    --text: #111111;
    --bg: #ffffff;
    --muted: #f1f1ed;
    --border: #111111;
    --border-soft: rgba(0, 0, 0, 0.12);
    --container: 1480px;
    --content: 1180px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    color: var(--text);
    background-color: var(--body-bg, #f6f6f1);
    background-image: var(--bg-image, url("https://stemcognito.org/wp-content/uploads/2026/01/abstract-texture-with-silver-lines-and-light-2025-10-15-01-29-32-utc.jpg"));
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
  }
  
  img,
  iframe {
    display: block;
    max-width: 100%;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  .c5dfb26 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c5dfb26:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    z-index: 1000;
  }
  
  .site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border);
  }
  
  .site-branding {
    width: min(100%, var(--container));
    margin: 0 auto;
    padding: 28px 20px 30px;
    text-align: center;
  }
  
  .c5dfb3 {
    display: inline-block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 1;
    font-weight: 600;
  }
  
  .primary-nav {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.98);
  }
  
  .primary-nav ul {
    width: min(100%, var(--container));
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0;
  }
  
  .primary-nav li {
    border-left: 1px solid var(--border);
  }
  
  .primary-nav li:last-child {
    border-right: 1px solid var(--border);
  }
  
  .primary-nav a {
    display: block;
    min-width: 108px;
    padding: 16px 22px;
    text-align: center;
    font-size: 1.05rem;
  }
  
  .primary-nav a.c5dfb11 {
    font-weight: 700;
  }
  
  .c5dfb17 {
    padding: 40px 20px 48px;
  }
  
  .c5dfb27 {
    width: min(100%, var(--content));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
    align-items: start;
  }
  
  .post-card,
  .c5dfb6 .c5dfb24 {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
  }
  
  .post-card {
    padding: 24px;
  }

  .c5dfb31 {
    margin: 0 0 24px;
  }

  .c5dfb31 h1,
  .c5dfb7 {
    margin: 0;
  }

  .c5dfb12 > :first-child {
    margin-top: 0;
  }

  .c5dfb12 > :last-child {
    margin-bottom: 0;
  }
  
  .post-card h1 {
    margin: 0 0 24px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    line-height: 1.18;
    font-weight: 600;
  }
  
  .post-card h2 {
    margin: 30px 0 14px;
    font-size: clamp(2rem, 2.6vw, 3rem);
    line-height: 1.2;
    font-weight: 400;
  }
  
  .post-card p {
    margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .post-card strong {
    font-weight: 700;
  }
  
  .featured-image {
    margin: 24px 0 16px;
  }
  
  .featured-image img {
    width: 100%;
    height: auto;
  }

  .c5dfb8,
  .c5dfb2,
  .featured-image {
    margin: 24px 0 16px;
  }

  .c5dfb8 img,
  .c5dfb2 img,
  .featured-image img {
    width: 100%;
    height: auto;
  }
  
  .c5dfb6 {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .c5dfb6 .c5dfb24 {
    padding: 24px;
  }
  
  .search-form label {
    display: block;
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
  }
  
  .c5dfb14 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }
  
  .c5dfb14 input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 0;
    background: #fff;
  }
  
  .c5dfb14 button {
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }
  
  .c5dfb21 {
    background: rgba(245, 245, 241, 0.96) !important;
  }
  
  .c5dfb21 h3 {
    margin: 0 0 14px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .c5dfb21 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .c5dfb21 li {
    padding: 14px 0;
    border-bottom: 1px solid var(--border-soft);
  }
  
  .c5dfb21 li:last-child {
    border-bottom: 0;
  }
  
  .c5dfb21 a {
    font-size: 1rem;
  }
  
  .video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #ddd;
  }
  
  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .c5dfb32 {
    background: #000;
    color: #fff;
    border-top: 1px solid #000;
  }
  
  .c5dfb20 {
    width: min(100%, var(--container));
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 0.95rem;
  }
  
  @media (max-width: 991px) {
    .c5dfb27 {
      grid-template-columns: 1fr;
    }
  
    .c5dfb6 {
      max-width: 420px;
    }
  }
  
  @media (max-width: 767px) {
    .site-branding {
      padding: 22px 16px 24px;
    }
  
    .primary-nav ul {
      padding: 0 10px;
    }
  
    .primary-nav a {
      min-width: 96px;
      padding: 14px 16px;
    }
  
    .c5dfb17 {
      padding: 24px 12px 32px;
    }
  
    .post-card,
    .c5dfb6 .c5dfb24 {
      padding: 18px;
    }
  
    .c5dfb14 {
      grid-template-columns: 1fr;
    }
  
    .c5dfb14 button {
      width: 100%;
    }
  
    .c5dfb6 {
      max-width: 100%;
    }
  }
  .c5dfb29 {
    min-height: 640px;
  }
  
  .c5dfb29 h1 {
    margin: 0 0 18px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(3rem, 4vw, 4.2rem);
    line-height: 1.05;
    font-weight: 600;
  }
  
  .contact-form {
    max-width: 430px;
  }
  
  .contact-form .c5dfb30 {
    margin-bottom: 18px;
  }
  
  .contact-form label {
    display: block;
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }
  
  .contact-form input,
  .contact-form textarea {
    display: block;
    border: 1px solid var(--border);
    border-radius: 0;
    background: #fff;
    color: var(--text);
    font: inherit;
    box-shadow: none;
    outline: none;
  }
  
  .contact-form input {
    width: 228px;
    height: 40px;
    padding: 8px 10px;
  }
  
  .contact-form textarea {
    width: 278px;
    min-height: 182px;
    padding: 10px;
    resize: vertical;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #555;
  }
  
  .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
  }
  
  .contact-submit:hover,
  .contact-submit:focus {
    background: #111;
  }
  
  @media (max-width: 991px) {
    .c5dfb29 {
      min-height: 0;
    }
  
    .contact-form {
      max-width: 100%;
    }
  
    .contact-form input,
    .contact-form textarea {
      width: 100%;
    }
  }


/* =========================
   ALT CREATIVE ENHANCEMENT LAYER
   Keeps original structure, adds a different interaction style
   ========================= */

:root {
  --accent: #c5aa70;
  --accent-2: #b7c3db;
  --accent-soft: rgba(197, 170, 112, 0.16);
  --glass: rgba(255, 255, 255, 0.88);
  --shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 24px 54px rgba(0, 0, 0, 0.12);
}

body {
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(197, 170, 112, 0.15), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 40%, rgba(0,0,0,0.02));
  opacity: 0.95;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 2px,
    transparent 2px,
    transparent 12px
  );
  opacity: 0.35;
}

.site-header {
  position: relative;
  z-index: 10;
  box-shadow: var(--shadow-soft);
}

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

.c5dfb3 {
  position: relative;
  transition: transform 0.28s ease, text-shadow 0.28s ease;
}

.c5dfb3:hover {
  transform: translateY(-2px);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.primary-nav {
  position: relative;
  z-index: 4;
}

.primary-nav a {
  position: relative;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: rgba(17, 17, 17, 0.045);
  transform: translateY(-1px);
  outline: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #111111, var(--accent));
  transform: translateX(-50%) scaleX(0.2);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.primary-nav a:hover::after,
.primary-nav a.c5dfb11::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}


.c5dfb27 {
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
}

.post-card,
.c5dfb6 .c5dfb24 {
  position: relative;
  box-shadow: var(--shadow-soft);
  border-color: rgba(17, 17, 17, 0.14);
  backdrop-filter: blur(2px);
  transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.post-card:hover,
.c5dfb6 .c5dfb24:hover {
  box-shadow: var(--shadow-strong);
  border-color: rgba(17, 17, 17, 0.22);
}

.post-card::before,
.c5dfb6 .c5dfb24::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255,255,255,0.08), transparent 36%, rgba(197, 170, 112, 0.06));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.post-card:hover::before,
.c5dfb6 .c5dfb24:hover::before {
  opacity: 1;
}

.post-card h1,
.post-card h2 {
  text-wrap: balance;
}

.post-card h2 {
  position: relative;
  padding-bottom: 8px;
}

.post-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(17,17,17,0.95), rgba(197,170,112,0.8), rgba(17,17,17,0));
  transform: scaleX(0.35);
  transform-origin: left center;
  opacity: 0.22;
  transition: transform 0.34s ease, opacity 0.34s ease;
}

.post-card h2.is-live::after {
  transform: scaleX(1);
  opacity: 1;
}

.featured-image {
  overflow: hidden;
}

.featured-image img,
.video-frame {
  transition: transform 0.38s ease, box-shadow 0.38s ease, filter 0.38s ease;
}

.featured-image img:hover,
.video-frame:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  filter: saturate(1.02) contrast(1.02);
}

.is-lightbox-ready {
  cursor: zoom-in;
}

.fx-dock {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 998;
  display: flex;
  gap: 10px;
}

.fx-dock-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17,17,17,0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.fx-dock-btn:hover,
.fx-dock-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  outline: none;
}

.fx-dock-btn.is-active {
  background: linear-gradient(135deg, #111111, #2a2a2a);
  color: #ffffff;
  border-color: #111111;
}

.reader-mode .post-card p {
  font-size: 1.12rem;
  line-height: 1.9;
}

.reader-mode .c5dfb6 {
  opacity: 0.5;
  filter: saturate(0.9);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.frame-mode .post-card,
.frame-mode .c5dfb6 .c5dfb24,
.frame-mode .site-header,
.frame-mode .c5dfb32 {
  box-shadow:
    0 0 0 1px rgba(197, 170, 112, 0.46),
    0 18px 42px rgba(0, 0, 0, 0.12);
}


.motion-mode .c5dfb3,
.motion-mode .back-to-top,
.motion-mode .c5dfb14 button,
.motion-mode .contact-submit {
  background-image: linear-gradient(120deg, #111111, #373737, #6d5e3e, #111111);
  background-size: 220% 220%;
  animation: fxShift 5s linear infinite;
}

@keyframes fxShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.section-rail {
  position: absolute;
  top: 120px;
  right: -62px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-rail-dot {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,0.35);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.section-rail-dot::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) translateX(8px);
  padding: 8px 10px;
  background: rgba(17, 17, 17, 0.92);
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.35;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.section-rail-dot:hover,
.section-rail-dot:focus,
.section-rail-dot.is-active {
  transform: scale(1.14);
  background: #111111;
  border-color: #111111;
}

.section-rail-dot:hover::after,
.section-rail-dot:focus::after,
.section-rail-dot.is-active::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.fx-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.18);
  z-index: 10000;
}

.fx-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #111111, var(--accent), var(--accent-2), #ffffff);
  box-shadow: 0 0 12px rgba(197, 170, 112, 0.26);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateX(-20px) translateY(6px) scale(0.985);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #111111, #2b2b2b);
  color: #ffffff;
  font-size: 1.18rem;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24);
  outline: none;
}

.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: 18px;
  top: 20px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  min-width: 220px;
  max-width: 320px;
  padding: 12px 14px;
  border: 1px solid rgba(17,17,17,0.12);
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
  opacity: 0;
  cursor: pointer;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

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

.toast-success { border-color: rgba(64, 92, 24, 0.24); }
.toast-warning { border-color: rgba(135, 91, 16, 0.26); }
.toast-info { border-color: rgba(17, 17, 17, 0.18); }

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

.c5dfb14 input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(17,17,17,0.45);
  box-shadow: 0 0 0 4px rgba(197, 170, 112, 0.16);
  outline: none;
}

.c5dfb14 button,
.contact-submit {
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.c5dfb14 button::before,
.contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120%;
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.45s ease;
}

.c5dfb14 button:hover::before,
.contact-submit:hover::before {
  left: 120%;
}

.c5dfb14 button:hover,
.contact-submit:hover,
.c5dfb14 button:focus,
.contact-submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
  outline: none;
}

.c5dfb14 button.is-busy,
.contact-submit.is-busy {
  opacity: 0.78;
  cursor: progress;
}

.field-error {
  border-color: #7b2828 !important;
  box-shadow: 0 0 0 4px rgba(123, 40, 40, 0.14) !important;
}

.shake {
  animation: inputShake 0.34s ease;
}

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

.fx-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 8, 8, 0.82);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.fx-lightbox.is-visible {
  opacity: 1;
}

.fx-lightbox-frame {
  position: relative;
  max-width: min(1000px, 92vw);
  max-height: 90vh;
}

.fx-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

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

.fx-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
}

.lightbox-open {
  overflow: hidden;
}

.c5dfb32 {
  display: block;
  margin-top: 18px;
  background: linear-gradient(135deg, rgba(8, 8, 8, 0.96), rgba(26, 26, 26, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 3;
}

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

.c5dfb20 {
  position: relative;
  z-index: 1;
  padding: 22px 20px 26px;
  letter-spacing: 0.04em;
}

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

@media (max-width: 1280px) {
  .section-rail {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
  }

  .c5dfb3 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .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(17,17,17,0.18);
    background: rgba(255, 255, 255, 0.96);
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    width: 22px;
    height: 2px;
    background: #111111;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

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

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

  .primary-nav {
    display: none;
  }

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

  .primary-nav ul {
    flex-direction: column;
    padding: 0;
  }

  .primary-nav li,
  .primary-nav li:last-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,17,0.1);
  }

  .primary-nav a {
    width: 100%;
    min-width: 0;
    text-align: left;
    padding: 15px 16px;
  }

  .primary-nav a::after {
    left: 16px;
    transform: scaleX(0.2);
    transform-origin: left center;
    width: 52px;
  }

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

  .fx-dock {
    left: 12px;
    bottom: 14px;
    gap: 8px;
  }

  .fx-dock-btn {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 0.95rem;
  }

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

  .toast {
    max-width: none;
  }

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

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

  .motion-mode .c5dfb3,
  .motion-mode .back-to-top,
  .motion-mode .c5dfb14 button,
  .motion-mode .contact-submit,
  .reveal-on-scroll,
  .post-card,
  .c5dfb6 .c5dfb24,
  .featured-image img,
  .video-frame,
  .fx-dock-btn,
  .back-to-top,
  .toast {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* wf-sample-09-theme:start */
:root{--accent:#385997;--accent-2:#92a4c6;--text:#364153;--body-bg:#ebf0f8;--border:#dfe4ee;--border-soft:rgba(223,228,238,0.35);--wf-title:#192439;--wf-surface:rgba(255,255,255,0.94);--wf-surface-soft:rgba(255,255,255,0.86);--wf-shadow-soft:0 16px 36px rgba(56,89,151,0.1);--wf-shadow-strong:0 24px 54px rgba(56,89,151,0.16);--wf-footer-bg:#47212d;--wf-footer-text:#fff7fa;--wf-footer-border:#caa0ab;--bg-image:url("assets/generated/stripes_neon.jpg");}
body{color:var(--text) !important;background-color:var(--body-bg) !important;}.site-header,.primary-nav{background:rgba(255,255,255,0.96) !important;}.c5dfb3{color:var(--accent) !important;}.primary-nav a.c5dfb11,.primary-nav a:hover,.primary-nav a:focus,.c5dfb21 a.c5dfb11,.c5dfb21 a:hover{color:var(--accent) !important;}.post-card,.c5dfb6 .c5dfb24{background:var(--wf-surface) !important;border-color:rgba(56,89,151,0.18) !important;box-shadow:var(--wf-shadow-soft) !important;}.c5dfb21{background:var(--wf-surface-soft) !important;}.post-card h1,.post-card h2,.c5dfb7,.c5dfb21 h3,.search-form label{color:var(--wf-title) !important;}.featured-image img,.c5dfb8 img,.c5dfb2 img{width:100% !important;height:auto !important;aspect-ratio:1024 / 683;object-fit:cover;}.video-frame{background:#000 !important;}.c5dfb14 button,.contact-submit{background:#314e85 !important;color:#ffffff !important;border-color:#314e85 !important;}.c5dfb14 button:hover,.contact-submit:hover,.c5dfb14 button:focus,.contact-submit:focus{background:#385997 !important;color:#ffffff !important;}.c5dfb32{background:var(--wf-footer-bg) !important;color:var(--wf-footer-text) !important;border-top:1px solid var(--wf-footer-border) !important;display:flex !important;align-items:center !important;justify-content:center !important;min-height:88px !important;padding:0 !important;box-shadow:none !important;position:relative !important;overflow:hidden !important;}.c5dfb32::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.32), rgba(255,255,255,0));}.c5dfb20{display:block !important;width:100% !important;margin:0 !important;padding:24px 22px 26px !important;background:transparent !important;color:var(--wf-footer-text) !important;text-align:center !important;font-size:14px !important;line-height:1.75 !important;font-weight:600 !important;letter-spacing:0.03em !important;visibility:visible !important;opacity:1 !important;text-shadow:none !important;}.c5dfb32,.c5dfb32 *,.c5dfb20,.c5dfb20 *{color:var(--wf-footer-text) !important;visibility:visible !important;opacity:1 !important;text-shadow:none !important;}.c5dfb32 a:hover{opacity:.84 !important;}
/* wf-sample-09-theme:end */

