:root {
    --accent: #fca079;
    --page-bg: #eeeef5;
    --card-bg: #ffffff;
    --text: #404040;
    --heading: #000000;
    --border: #d7d7d7;
    --muted: #6c6c6f;
    --shadow: 0 0 8px 2px rgba(23, 23, 35, 0.05);
    --container: 1320px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    font-size: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    overflow-x: hidden;
    background: var(--page-bg);
    color: var(--text);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    line-height: 1.6;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  button {
    border: 0;
    background: transparent;
  }
  
  iframe {
    border: 0;
  }
  
  a {
    color: var(--heading);
    text-decoration: none;
  }
  
  .c24aa26 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c24aa26:focus {
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    z-index: 9999;
  }
  
  .c24aa35 {
    width: min(calc(100% - 30px), var(--container));
    margin: 0 auto;
  }
  
  /* Top bar */
  .c24aa12 {
    background: var(--accent);
  }
  
  .c24aa18 {
    min-height: 42px;
    display: flex;
    align-items: center;
  }
  
  .head-contact-info {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
  }
  
  .head-contact-info li {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 0.95rem;
  }
  
  .head-contact-info i {
    margin-right: 8px;
    font-size: 0.9rem;
  }
  
  /* Header */
  .c24aa19 {
    background: #fff;
  }
  
  .header-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.45fr) auto;
    align-items: stretch;
  }
  
  .brand-col {
    display: flex;
    align-items: center;
    padding: 24px 28px 24px 6px;
  }
  
  .site-title {
    color: var(--heading);
    text-decoration: none;
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    padding: 0 24px;
  }
  
  .main-nav a {
    position: relative;
    color: var(--heading);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 28px 0;
  }
  
  .main-nav a.c24aa51,
  .main-nav a:hover {
    color: var(--accent);
  }
  
  .main-nav a.c24aa51::after,
  .main-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    height: 1px;
    background: currentColor;
  }
  
  .c24aa7 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 12px 0 26px;
  }
  
  .c24aa47,
  .c24aa29 {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .c24aa47 {
    color: #000;
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
  }
  
  .c24aa29 {
    width: 46px;
    height: 46px;
    margin-left: 4px;
    background: var(--accent);
    color: #fff;
    font-size: 1.5rem;
  }
  
  /* Page title */
  .c24aa14 {
    background: #f7f7f7;
    padding: 36px 0 28px;
  }
  
  .page-title-wrap {
    min-height: 106px;
    display: flex;
    align-items: center;
  }
  
  .page-title-wrap h1 {
    max-width: 660px;
    margin: 0;
    color: var(--heading);
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
  }

  /* Content */
  .c24aa48 {
    background-image: url("https://firststatecorn.com/wp-content/uploads/2026/01/festive-abstract-color-bokeh-background-2024-10-18-03-36-04-utc-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0 0 24px;
  }
  
  .c24aa13 {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 20px;
    align-items: start;
  }
  
  .article-card,
  .widget {
    background: #fff;
    box-shadow: var(--shadow);
  }
  
  .article-card {
    padding: 20px 20px 10px;
  }
  
  .c24aa37 p {
    margin: 0 0 1.55rem;
    font-size: 1.125rem;
    color: var(--text);
    line-height: 1.62;
  }
  
  .c24aa37 strong {
    font-weight: 700;
  }
  
  .c24aa37 h2 {
    margin: 0 0 1.1rem;
    color: var(--heading);
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
  }
  
  .article-image {
    margin: 0 0 2rem;
  }
  
  .article-image img {
    width: 100%;
    height: auto;
  }
  
  .c24aa6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .widget {
    padding: 18px 20px 20px;
  }
  
  .c24aa17 {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 22px;
  }
  
  .c24aa17 h2 {
    margin: 0;
    background: var(--accent);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 9px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .c24aa9 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c24aa9 li {
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
  }
  
  .c24aa9 li:last-child {
    border-bottom: 0;
  }
  
  .c24aa9 li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--accent);
    margin-right: 14px;
    font-size: 0.9rem;
  }
  
  .c24aa9 a {
    color: var(--heading);
    text-decoration: none;
    font-size: 1.05rem;
  }
  
  .c24aa9 a:hover {
    color: var(--accent);
  }
  
  .c24aa41 {
    padding: 16px;
  }
  
  .c24aa3 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  
  .c24aa3 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Footer */
  .c24aa8 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 24px;
    font-size: 1rem;
  }
  
  /* Contact page support */
  .contact-card {
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
  }
  
  .contact-form .c24aa22 {
    margin-bottom: 20px;
  }
  
  .contact-form label {
    display: block;
    color: var(--heading);
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  
  .contact-form input,
  .contact-form textarea {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    color: #404040;
    line-height: 1.2;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    padding: 0.75em;
    transition: 0.2s;
  }
  
  .contact-form input:hover,
  .contact-form input:focus,
  .contact-form textarea:hover,
  .contact-form textarea:focus {
    border: 1px solid #669c9b;
    outline: none;
  }
  
  .contact-form input {
    min-height: 54px;
  }
  
  .contact-form textarea {
    min-height: 220px;
    resize: vertical;
  }
  
  .c24aa39 {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 2.188rem;
    border-radius: 0;
  }
  
  .c24aa39:hover,
  .c24aa39:focus {
    color: #fff;
    opacity: 0.95;
  }
  
  /* Responsive */
  @media (max-width: 1100px) {
    html {
      font-size: 90%;
    }
  
    .header-row {
      grid-template-columns: 1fr auto;
      row-gap: 0;
    }
  
    .brand-col {
      padding: 22px 16px;
    }
  
    .main-nav {
      grid-column: 1 / -1;
      border-left: 0;
      border-right: 0;
      border-top: 1px solid var(--border);
      justify-content: center;
      padding: 0 16px;
    }
  
    .c24aa7 {
      padding: 0 16px 0 0;
    }
  
    .page-title-wrap h1 {
      font-size: 2.4rem;
      max-width: 560px;
    }
  
    .c24aa13 {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 85%;
    }
  
    .c24aa18 {
      justify-content: center;
    }
  
    .head-contact-info {
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      padding: 8px 0;
    }
  
    .brand-col {
      padding: 18px 12px;
    }
  
    .site-title {
      font-size: 1.8rem;
    }
  
    .main-nav {
      gap: 24px;
    }
  
    .main-nav a {
      padding: 18px 0;
    }
  
    .main-nav a.c24aa51::after,
    .main-nav a:hover::after {
      bottom: 20px;
    }
  
    .c24aa7 {
      gap: 14px;
      padding-right: 12px;
    }
  
    .c24aa14 {
      padding: 28px 0 22px;
    }
  
    .page-title-wrap {
      min-height: 88px;
    }
  
    .page-title-wrap h1 {
      font-size: 2rem;
    }
  
    .c24aa50 {
      min-width: auto;
      padding: 18px 16px;
      font-size: 1rem;
    }
  
    .highlights-bar {
      gap: 12px;
    }
  
    .c24aa54 {
      display: none;
    }
  
    .article-card {
      padding: 16px 16px 8px;
    }
  
    .widget,
    .contact-card {
      padding: 16px;
    }
  }
  
  @media (max-width: 575px) {
    html {
      font-size: 80%;
    }
  
    .header-row {
      grid-template-columns: 1fr;
    }
  
    .brand-col {
      justify-content: center;
      text-align: center;
      padding-bottom: 8px;
    }
  
    .c24aa7 {
      justify-content: center;
      padding: 12px 12px 16px;
    }
  
    .page-title-wrap h1 {
      font-size: 1.7rem;
    }
  
    .c24aa50 {
      width: 100%;
      text-align: center;
    }
  
    .highlights-bar {
      flex-direction: column;
      align-items: stretch;
    }
  
    .c24aa39 {
      width: 100%;
    }
  }

/* ===== JavaScript enhancement layer ===== */
:root {
  --accent-strong: #ef7f55;
  --accent-soft: rgba(252, 160, 121, 0.16);
  --glow: 0 18px 46px rgba(252, 160, 121, 0.18);
  --card-border: rgba(252, 160, 121, 0.18);
}

::selection {
  background: rgba(252, 160, 121, 0.26);
  color: #111;
}

body {
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(252, 160, 121, 0.12), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(87, 140, 255, 0.08), transparent 22%),
    radial-gradient(circle at 70% 82%, rgba(252, 160, 121, 0.10), transparent 20%);
}

body::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.18;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 55%);
}

.c24aa4,
.c24aa12,
.c24aa19,
.c24aa14,
.c24aa48,
.c24aa8 {
  position: relative;
  z-index: 1;
}

.c24aa12 {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.c24aa19 {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.site-title,
.main-nav a,
.c24aa9 a,
.c24aa39,
.article-image img,
.widget,
.contact-card {
  transition: transform 0.35s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.35s ease, border-color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.site-title {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.site-title:hover {
  color: var(--accent-strong);
  text-shadow: 0 0 20px rgba(252, 160, 121, 0.16);
}

.main-nav a {
  letter-spacing: 0.01em;
}

.main-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transition: width 0.3s ease;
  opacity: 0.8;
}

.main-nav a:hover::before,
.main-nav a.c24aa51::before {
  width: 100%;
}

.main-nav a.c24aa51::after,
.main-nav a:hover::after {
  display: none;
}

.c24aa14 {
  overflow: hidden;
}

.page-title-wrap h1 {
  text-wrap: balance;
  transition: transform 0.25s ease;
}

.highlights-bar {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), var(--glow);
  overflow: hidden;
}

.c24aa50 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}


.article-card,
.widget,
.contact-card {
  border: 1px solid transparent;
  box-shadow: 0 18px 50px rgba(15, 20, 30, 0.08);
}

.article-card:hover,
.widget:hover,
.contact-card:hover {
  border-color: var(--card-border);
  box-shadow: 0 26px 70px rgba(15, 20, 30, 0.12), var(--glow);
}

.c24aa37 h2 {
  position: relative;
  padding-bottom: 10px;
}

.c24aa37 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.article-image {
  overflow: hidden;
}

.article-image img {
  cursor: zoom-in;
  transform-origin: center center;
}

.article-image:hover img {
  transform: scale(1.025);
}

.c24aa17 {
  border-bottom-color: rgba(252, 160, 121, 0.5);
}

.c24aa17 h2 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.c24aa39 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 18px 30px rgba(252, 160, 121, 0.22);
}

.c24aa39:hover,
.c24aa39:focus {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(252, 160, 121, 0.26);
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(80, 80, 96, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 253, 0.96));
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(252, 160, 121, 0.12);
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-color: rgba(221, 77, 77, 0.6);
  box-shadow: 0 0 0 4px rgba(221, 77, 77, 0.1);
}

.c24aa3 {
  border-radius: 10px;
  overflow: hidden;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 80;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.reading-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 16px rgba(252, 160, 121, 0.55);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(252, 160, 121, 0.35);
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-strong);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  cursor: pointer;
  z-index: 50;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

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

.back-to-top:hover {
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
}

html.js-enhanced .js-reveal {
  opacity: 0;
  transform: translateY(24px);
}

html.js-enhanced .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(8, 9, 14, 0.84);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

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

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

.lightbox-open {
  overflow: hidden;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 20px);
  opacity: 0;
  visibility: hidden;
  z-index: 85;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.site-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-toast-inner {
  min-width: 280px;
  max-width: calc(100vw - 32px);
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  background: linear-gradient(135deg, #1d9b6c, #37b184);
}

.site-toast.is-error .site-toast-inner {
  background: linear-gradient(135deg, #c54c4c, #de6767);
}

.ambient-fx {
  --pointer-x: 0;
  --pointer-y: 0;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.36;
  transform: translate3d(calc(var(--pointer-x) * 18px), calc(var(--pointer-y) * 18px), 0);
  transition: transform 0.5s ease;
}

.orb-one {
  width: 280px;
  height: 280px;
  top: 100px;
  left: -70px;
  background: radial-gradient(circle at 30% 30%, rgba(252, 160, 121, 0.46), rgba(252, 160, 121, 0));
}

.orb-two {
  width: 360px;
  height: 360px;
  top: 28%;
  right: -120px;
  background: radial-gradient(circle at 40% 40%, rgba(97, 131, 255, 0.22), rgba(97, 131, 255, 0));
}

.orb-three {
  width: 240px;
  height: 240px;
  bottom: 10%;
  left: 12%;
  background: radial-gradient(circle at 50% 50%, rgba(252, 160, 121, 0.22), rgba(252, 160, 121, 0));
}

@media (max-width: 991px) {
  .c24aa27 {
    flex-direction: column;
    align-items: flex-start;
  }

  .c24aa36 {
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .c24aa19 {
    position: relative;
    top: auto;
  }

  .c24aa16 {
    width: 100%;
  }

  .c24aa45 {
    font-size: 0.96rem;
  }

  .c24aa55 {
    font-size: 0.9rem;
  }

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

@media (max-width: 575px) {
  .c24aa27 {
    gap: 12px;
  }

  .c24aa55 {
    max-width: none;
  }

  .site-toast-inner {
    min-width: 0;
    width: calc(100vw - 28px);
  }

  .image-lightbox {
    padding: 16px;
  }
}
/* paste this at the end of style.css */

.c24aa13{
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
  grid-template-areas: "sidebar content";
  gap: 20px;
  align-items: start;
}

.article-card,
.contact-card{
  grid-area: content;
}

.c24aa6{
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1100px){
  .c24aa13{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }
}
/* ===== Mobile burger navigation ===== */
.mobile-nav-toggle {
  display: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.mobile-nav-toggle i {
  font-size: 1.25rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .header-row {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .brand-col {
    justify-content: center;
    text-align: center;
    padding: 18px 12px 8px;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    justify-self: center;
    margin: 0 0 16px;
  }

  .js-enhanced .main-nav {
    display: none;
  }

  body.mobile-nav-open .main-nav {
    display: flex;
  }

  .main-nav {
    width: min(100%, calc(100vw - 30px));
    margin: 0 auto 16px;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 20, 30, 0.10);
  }

  .main-nav a {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
    border-radius: 14px;
  }

  .main-nav a.c24aa51,
  .main-nav a:hover {
    background: rgba(252, 160, 121, 0.14);
    color: var(--accent);
  }

  .main-nav a::before,
  .main-nav a::after,
  .main-nav a.c24aa51::after,
  .main-nav a:hover::after {
    display: none !important;
  }
}


/* Generated theme override */
:root{
  --accent:#8d5c79;
  --text:#473b43;
  --title:#2f222b;
  --muted:#948d92;
  --border:#eae2e7;
  --surface:#ffffff;
  --surface-2:#fdfbfc;
  --footer:#5a3b4d;
  --button:#6e485e;
  --button-text:#ffffff;
  --hero-overlay:rgba(141,92,121,0.14);
  --wf-accent:#8d5c79;
  --wf-panel-bg:linear-gradient(145deg,rgba(42,36,49,0.9),rgba(25,27,38,0.96));
  --wf-panel-border:rgba(162,121,145,0.32);
  --wf-panel-shadow:0 20px 56px rgba(14,9,12,0.34);
  --wf-site-title-bg:rgba(35,23,30,0.44);
  --wf-site-title-border:rgba(162,121,145,0.28);
  --wf-search-bg:rgba(45,29,39,0.42);
  --wf-scroll-start:rgba(141,92,121,0.96);
  --wf-scroll-end:rgba(159,118,142,0.58);
}
.c24aa44{background:var(--surface) !important;}
.c24aa5,.widget{background:var(--surface);border:1px solid rgba(141,92,121,0.1);box-shadow:0 18px 42px rgba(141,92,121,0.12);}
.c24aa33,.c24aa56,#top-bar,#main-nav,.c24aa34{border-color:rgba(141,92,121,0.1);}
a:hover{color:#754c64;}
.c24aa31 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.c24aa10{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.widget .c24aa10{margin:0 auto;}
.c24aa53{margin:12px 0 0;font-size:14px;}
.c24aa53 a{font-weight:700;text-decoration:underline;}
