:root {
  --accent: #12c2b5;
  --accent-2: #3f7dff;
  --accent-3: #8ae2db;
  --text: #5e6b7d;
  --text-strong: #3e4b5c;
  --heading: #0f1f33;
  --muted: #7f8fa4;
  --border: rgba(15, 31, 51, 0.12);
  --border-strong: rgba(15, 31, 51, 0.18);
  --panel: rgba(255, 255, 255, 0.88);
  --panel-solid: #ffffff;
  --panel-soft: rgba(248, 251, 255, 0.86);
  --bg-page: #edf3f8;
  --bg-dark: #07111f;
  --shadow-sm: 0 10px 24px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 42px rgba(15, 23, 42, 0.12);
  --shadow-lg: 0 28px 72px rgba(15, 23, 42, 0.16);
  --radius-sm: 16px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --max-width: 1180px;
  --bg-image: none;
  --hero-image: none;
  --header-image: var(--hero-image);
  --dynamic-title: var(--heading);
  --dynamic-chip: rgba(255, 255, 255, 0.82);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.90) 0%, rgba(238, 243, 248, 0.92) 38%, rgba(237, 243, 248, 0.95) 100%),
    var(--bg-image),
    linear-gradient(180deg, #f6fbff 0%, #eef3f8 38%, #edf3f8 100%);
  color: var(--text);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.35;
  z-index: 0;
}

body::before {
  top: -10rem;
  right: -8rem;
  background: rgba(63, 125, 255, 0.28);
  animation: driftBlob 16s ease-in-out infinite;
}

body::after {
  bottom: -12rem;
  left: -10rem;
  background: rgba(18, 194, 181, 0.22);
  animation: driftBlob 18s ease-in-out infinite reverse;
}

img,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

a {
  color: var(--accent-2);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

 a:hover {
  color: var(--accent);
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(18, 194, 181, 0.18);
  color: var(--heading);
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: rgba(15, 31, 51, 0.05);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(18, 194, 181, 0.6), rgba(63, 125, 255, 0.55));
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--heading);
  clear: both;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.2;
}

p,
ul,
ol,
figure {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
  color: var(--text-strong);
}

.c38b116 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.c38b116:focus {
  clip: auto !important;
  display: inline-flex;
  align-items: center;
  left: 14px;
  top: 14px;
  width: auto;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  z-index: 3000;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

.c38b123 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

#header-section {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.86));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#masthead {
  background: transparent;
}

.site-header {
  width: 100%;
  background: transparent;
  line-height: 84px;
  position: relative;
  transition: line-height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-condensed {
  line-height: 72px;
}

.c38b152 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 84px;
}

.c38b161 {
  flex: 0 1 auto;
}

.c38b161 .c38b155,
.c38b161 .c38b151 {
  margin: 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.c38b161 .c38b151::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 6px rgba(18, 194, 181, 0.14);
}

.c38b161 .c38b151:hover {
  color: #ffffff;
}

.c38b126 {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
}

.c38b128 {
  position: relative;
}

.c38b112,
.c38b112 * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c38b112 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c38b112 > li > a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 84px;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.site-header.is-condensed .c38b112 > li > a {
  line-height: 72px;
}

.c38b112 > li > a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.site-header.is-condensed .c38b112 > li > a::after {
  bottom: 20px;
}

.c38b112 > li > a:hover,
.c38b112 > li.c38b127 > a {
  color: #ffffff;
}

.c38b112 > li > a:hover::after,
.c38b112 > li.c38b127 > a::after {
  transform: scaleX(1);
}

.c38b112 > li:last-child > a {
  padding-right: 0;
}

#nav-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: transparent;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

#nav-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  content: "";
  right: 12px;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

#nav-toggle span {
  top: 50%;
  margin-top: -1px;
}

#nav-toggle span::before {
  top: -7px;
}

#nav-toggle span::after {
  top: 7px;
}

#nav-toggle.nav-is-visible {
  background: rgba(18, 194, 181, 0.18);
  border-color: rgba(18, 194, 181, 0.45);
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}

#nav-toggle.nav-is-visible span::before {
  transform: translateY(7px) rotate(45deg);
}

#nav-toggle.nav-is-visible span::after {
  transform: translateY(-7px) rotate(-45deg);
}

.page-header {
  position: relative;
  padding: clamp(40px, 6vw, 78px) 0 clamp(34px, 5vw, 52px);
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.78)),
    radial-gradient(circle at left top, rgba(18, 194, 181, 0.12), transparent 42%),
    radial-gradient(circle at right center, rgba(63, 125, 255, 0.12), transparent 38%);
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: auto auto -110px -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(18, 194, 181, 0.12);
  filter: blur(24px);
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header .c38b135 {
  margin-bottom: 0;
  max-width: 18ch;
  font-size: clamp(1.9rem, 3.7vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--dynamic-title);
  text-wrap: balance;
}

.page-insights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-insights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--dynamic-chip);
  border: 1px solid rgba(15, 31, 51, 0.08);
  color: var(--text-strong);
  font-size: 0.88rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.page-insights strong {
  color: var(--heading);
}

.c38b162 {
  position: relative;
  margin-top: 0;
  padding: clamp(28px, 4vw, 40px) 0 72px;
  border: 0;
  background: transparent;
}

.c38b162::before,
.c38b162::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.3;
}

.c38b162::before {
  width: 20rem;
  height: 20rem;
  top: 80px;
  right: max(1rem, calc(50% - 720px));
  background: rgba(18, 194, 181, 0.18);
}

.c38b162::after {
  width: 18rem;
  height: 18rem;
  bottom: 40px;
  left: max(1rem, calc(50% - 720px));
  background: rgba(63, 125, 255, 0.16);
}

#content-inside {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.85fr);
  gap: 30px;
  align-items: start;
}

#content-inside::after {
  content: none;
}

.c38b134,
.sidebar {
  float: none;
  width: auto;
  padding: 0;
  border: 0;
  margin: 0;
}

#primary,
#secondary {
  padding-top: 0;
  padding-bottom: 0;
}

.c38b12,
.c38b137 {
  position: relative;
  z-index: 1;
}

article.c38b131,
.c38b17,
#secondary {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

article.c38b131::before,
.c38b17::before,
#secondary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), rgba(255, 255, 255, 0));
}

.entry-content {
  position: relative;
  counter-reset: section-counter;
}

.entry-content > p,
.entry-content > figure,
.entry-content > h2,
.entry-content > ul,
.entry-content > ol {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.entry-content > p {
  font-size: 1.04rem;
  line-height: 1.95;
  color: var(--text);
}

.entry-content > p:first-of-type {
  font-size: clamp(1.1rem, 1.7vw, 1.24rem);
  line-height: 1.92;
  color: var(--heading);
}

.entry-content > p:first-of-type::first-letter {
  float: left;
  margin-right: 12px;
  line-height: 0.8;
  font-size: 4.4rem;
  font-weight: 800;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: var(--accent-2);
}

.entry-content h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 38px;
  margin-bottom: 16px;
  padding-top: 4px;
  scroll-margin-top: 110px;
}

.entry-content h2::before {
  counter-increment: section-counter;
  content: counter(section-counter, decimal-leading-zero);
  flex: 0 0 auto;
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(18, 194, 181, 0.16), rgba(63, 125, 255, 0.16));
  color: var(--heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

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

.wp-block-image {
  position: relative;
  margin: 30px 0 34px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  --move-x: 0px;
  --move-y: 0px;
}

.wp-block-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 19, 38, 0) 0%, rgba(6, 19, 38, 0.18) 100%);
  pointer-events: none;
}

.wp-block-image img {
  width: 100%;
  transform: scale(1.02) translate3d(var(--move-x), var(--move-y), 0);
  transition: transform 0.85s ease, filter 0.45s ease;
}

.wp-block-image:hover img {
  filter: saturate(1.06);
}

#secondary {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.sidebar .widget {
  margin: 0;
  padding: 22px;
  background: var(--panel-soft);
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 31, 51, 0.08);
  box-shadow: var(--shadow-sm);
}

.sidebar .widget .c38b125 {
  margin-bottom: 14px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 800;
}

.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget a {
  color: var(--text-strong);
  font-size: 0.98rem;
}

.sidebar .widget a:hover {
  color: var(--accent-2);
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.c38b150 {
  grid-column: 1 / -1;
  margin: 0;
  font-weight: 800;
  color: var(--heading);
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.search-field,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(15, 31, 51, 0.1);
  border-radius: 16px;
  font-size: 0.98rem;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.92);
  color: var(--heading);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.search-field:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(18, 194, 181, 0.5);
  box-shadow: 0 0 0 4px rgba(18, 194, 181, 0.12);
  transform: translateY(-1px);
}

.c38b157,
.contact-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(18, 194, 181, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.c38b157:hover,
.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(18, 194, 181, 0.28);
  filter: saturate(1.07);
}

.search-status,
.form-status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.search-status {
  background: rgba(18, 194, 181, 0.08);
  color: var(--heading);
}

.form-status {
  margin-top: 14px;
  background: rgba(15, 31, 51, 0.05);
  color: var(--heading);
}

.form-status.is-success {
  background: rgba(18, 194, 181, 0.1);
}

.form-status.is-error {
  background: rgba(255, 107, 107, 0.12);
  color: #872d2d;
}

mark.search-hit {
  padding: 0.05em 0.18em;
  border-radius: 0.35em;
  background: linear-gradient(120deg, rgba(18, 194, 181, 0.22), rgba(63, 125, 255, 0.18));
  color: inherit;
  box-shadow: inset 0 0 0 1px rgba(18, 194, 181, 0.18);
}

.c38b114 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.c38b137 .c38b114 li {
  float: none;
  width: auto;
  margin: 0;
}

.c38b142 .c38b16 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-card {
  padding: 16px 12px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 31, 51, 0.08);
}

.metric-card strong {
  display: block;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--heading);
  margin-bottom: 6px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.c38b136 ul {
  display: grid;
  gap: 10px;
}

.c38b136 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 31, 51, 0.07);
  font-weight: 600;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.c38b136 a::after {
  content: "↗";
  color: var(--accent-2);
  font-size: 1rem;
}

.c38b136 a:hover {
  transform: translateX(4px);
  border-color: rgba(18, 194, 181, 0.22);
  background: #ffffff;
}

.c38b154 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 32px rgba(7, 17, 31, 0.16);
}

.c38b154::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.c38b154 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c38b138 {
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 700;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

#colophon {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.98), rgba(10, 20, 36, 1));
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  padding: 28px 22px 34px;
  letter-spacing: 0.05em;
}

#colophon a {
  color: #ffffff;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 2000;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(18, 194, 181, 0.4);
}

.c38b143 {
  position: fixed;
  inset: 0;
  background: rgba(7, 17, 31, 0.54);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 950;
}

.c38b143.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(18, 194, 181, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
}

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

.back-to-top:hover {
  transform: translateY(-2px);
}

.reveal-up {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

@media screen and (max-width: 1139px) {
  #content-inside {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #secondary {
    position: relative;
    top: auto;
  }

  .c38b126 {
    position: relative;
  }

  #site-navigation {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    left: auto;
    z-index: 2001;
  }

  .c38b112 {
    width: min(360px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(7, 17, 31, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    transform: translateY(-10px);
    transition: max-height 0.28s ease, opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  }

  #site-navigation.is-open .c38b112,
  .c38b112.is-open {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .c38b112 > li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .c38b112 > li:first-child {
    border-top: 0;
  }

  .c38b112 > li > a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    padding: 16px 20px;
  }

  .site-header.is-condensed .c38b112 > li > a {
    line-height: 1.4;
  }

  .c38b112 > li > a::after {
    left: 20px;
    right: 20px;
    bottom: 10px;
  }

  .c38b112 > li:last-child > a {
    padding-right: 20px;
  }

  #nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2100;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}

@media screen and (max-width: 860px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    line-height: 78px;
  }

  .site-header.is-condensed {
    line-height: 68px;
  }

  .c38b152 {
    min-height: 78px;
  }

  article.c38b131,
  .c38b17,
  #secondary {
    padding: 22px;
    border-radius: 24px;
  }

  .c38b114 ul,
  .c38b142 .c38b16 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  body::before,
  body::after {
    width: 16rem;
    height: 16rem;
    filter: blur(52px);
  }

  .page-header {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .page-header .c38b135 {
    max-width: none;
  }

  .page-insights {
    gap: 10px;
  }

  .page-insights span {
    width: 100%;
    justify-content: center;
  }

  .entry-content > p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .entry-content > p:first-of-type::first-letter {
    font-size: 3.2rem;
    margin-right: 10px;
  }

  .entry-content h2 {
    align-items: flex-start;
  }

  .entry-content h2::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 0.78rem;
  }

  .entry-content h2::after {
    left: 56px;
    width: 62px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .c38b157,
  .contact-submit {
    width: 100%;
  }

  .c38b114 ul,
  .c38b142 .c38b16 {
    grid-template-columns: 1fr;
  }

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

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

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }
}

@keyframes driftBlob {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, -18px, 0) scale(1.08);
  }
}
#content-inside{
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.8fr);
}

#primary{
  grid-column: 2;
}

#secondary{
  grid-column: 1;
}

@media screen and (max-width: 1139px){
  #primary,
  #secondary{
    grid-column: auto;
  }
}
#content-inside{
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.8fr);
  grid-template-areas: "sidebar content";
  gap: 30px;
  align-items: start;
}

#secondary{
  grid-area: sidebar;
  min-width: 0;
}

#primary{
  grid-area: content;
  min-width: 0;
}

@media screen and (max-width: 1139px){
  #content-inside{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }
}

/* Generated theme override */
:root{
  --accent:#8e5e7b;
  --text:#473b43;
  --title:#30232b;
  --muted:#948d92;
  --border:#f1ecef;
  --surface:#ffffff;
  --surface-2:#fdfbfc;
  --footer:#5c3d50;
  --button:#744d65;
  --button-text:#ffffff;
  --hero-overlay:rgba(142,94,123,0.14);
  --wf-accent:#8e5e7b;
  --wf-panel-bg:linear-gradient(145deg,rgba(42,36,50,0.9),rgba(25,27,38,0.96));
  --wf-panel-border:rgba(162,123,147,0.32);
  --wf-panel-shadow:0 20px 56px rgba(14,9,12,0.34);
  --wf-site-title-bg:rgba(36,24,31,0.44);
  --wf-site-title-border:rgba(162,123,147,0.28);
  --wf-search-bg:rgba(45,30,39,0.42);
  --wf-scroll-start:rgba(142,94,123,0.96);
  --wf-scroll-end:rgba(160,120,144,0.58);
}
.c38b11{background:var(--surface) !important;}
.c38b14,.widget{background:var(--surface);border:1px solid rgba(142,94,123,0.1);box-shadow:0 18px 42px rgba(142,94,123,0.12);}
.c38b113,.c38b13,#top-bar,#main-nav,.c38b118{border-color:rgba(142,94,123,0.1);}
a:hover{color:#7a516a;}
.c38b124 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.c38b111{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.widget .c38b111{margin:0 auto;}
.c38b148{margin:12px 0 0;font-size:14px;}
.c38b148 a{font-weight:700;text-decoration:underline;}
