/* Fenoxo professional redesign — 29 July 2026 */
:root {
  --fenoxo-ink: #101426;
  --fenoxo-muted: #5c6475;
  --fenoxo-line: #e2e6ee;
  --fenoxo-soft: #f5f7fb;
  --fenoxo-white: #ffffff;
  --fenoxo-accent: #e20085;
  --fenoxo-accent-dark: #b7006d;
  --fenoxo-max: 1180px;
}

/* Header */
.penci-topbar {
  background: var(--fenoxo-ink) !important;
  border: 0 !important;
}
.penci-topbar,
.penci-topbar a,
.penci-topbar .penci-topbar__content {
  color: #ffffff !important;
}
.site-header-wrapper {
  background: #ffffff;
  border-bottom: 1px solid var(--fenoxo-line);
  box-shadow: 0 8px 24px rgba(16, 20, 38, 0.06);
}
#masthead.site-header {
  background: #ffffff;
  height: auto !important;
}
#masthead .header-content__container {
  width: min(100% - 32px, var(--fenoxo-max));
  min-height: 82px;
  margin-inline: auto;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 28px;
}
#masthead .site-branding {
  flex: 0 0 auto;
  margin: 0;
}
#masthead .site-title {
  margin: 0;
  line-height: 1;
}
#masthead .site-title a,
.penci-header-mobile .site-title a {
  color: var(--fenoxo-accent) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
}
#site-navigation {
  margin-left: auto;
}
#site-navigation .menu > li > a {
  position: relative;
  padding: 32px 12px;
  color: var(--fenoxo-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
#site-navigation .menu > li > a:hover,
#site-navigation .menu > li.current-menu-item > a,
#site-navigation .menu > li.current_page_item > a {
  color: var(--fenoxo-accent) !important;
}
#site-navigation .menu > li.current-menu-item > a::after,
#site-navigation .menu > li.current_page_item > a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 23px;
  left: 12px;
  height: 2px;
  background: var(--fenoxo-accent);
}
#masthead .header__social-search {
  margin-left: 0;
}
#masthead .header__search .search-click {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #ffffff !important;
  background: var(--fenoxo-accent);
  border-radius: 2px;
}
#masthead .header__search .search-click:hover {
  background: var(--fenoxo-accent-dark);
}
.penci-header-mobile {
  background: #ffffff;
  border-bottom: 1px solid var(--fenoxo-line);
  box-shadow: 0 6px 18px rgba(16, 20, 38, 0.06);
}

/* Homepage foundation */
.home.page-id-14 #content,
.home.page-id-14 .site-content,
.home.page-id-14 .penci-content-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.home.page-id-14 .entry-content,
.home.page-id-14 .penci-entry-content {
  margin: 0 !important;
}
.fenoxo-home {
  color: var(--fenoxo-ink);
  background: var(--fenoxo-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  overflow: hidden;
}
.fenoxo-home *,
.fenoxo-site-footer * {
  box-sizing: border-box;
}
.fenoxo-home a:focus-visible,
.fenoxo-site-footer a:focus-visible,
#masthead a:focus-visible,
.fenoxo-home summary:focus-visible {
  outline: 3px solid #ff72c6;
  outline-offset: 4px;
}
.fenoxo-shell {
  width: min(100% - 40px, var(--fenoxo-max));
  margin-inline: auto;
}
.fenoxo-home p {
  margin: 0 0 1.2em;
}
.fenoxo-home h1,
.fenoxo-home h2,
.fenoxo-home h3 {
  margin-top: 0;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  text-transform: none;
}
.fenoxo-home h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 74px);
  letter-spacing: -.045em;
}
.fenoxo-home h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.035em;
}
.fenoxo-home h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -.015em;
}
.fenoxo-eyebrow {
  margin-bottom: 14px !important;
  color: var(--fenoxo-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.fenoxo-hero {
  padding: 92px 0 80px;
  color: #ffffff;
  background: var(--fenoxo-ink);
  border-bottom: 5px solid var(--fenoxo-accent);
}
.fenoxo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: 72px;
  align-items: end;
}
.fenoxo-hero-copy > p:not(.fenoxo-eyebrow) {
  max-width: 760px;
  color: #d8dce7;
}
.fenoxo-hero .fenoxo-lead {
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.6;
}
.fenoxo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.fenoxo-button {
  min-height: 50px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}
.fenoxo-button-primary {
  color: #ffffff !important;
  background: var(--fenoxo-accent);
}
.fenoxo-button-primary:hover {
  color: #ffffff !important;
  background: var(--fenoxo-accent-dark);
}
.fenoxo-button-secondary {
  color: #ffffff !important;
  border-color: #626a80;
  background: transparent;
}
.fenoxo-button-secondary:hover {
  border-color: #ffffff;
}
.fenoxo-hero-note {
  padding: 30px;
  background: #191f35;
  border: 1px solid #343b53;
  border-top: 4px solid var(--fenoxo-accent);
}
.fenoxo-note-label {
  margin-bottom: 18px !important;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.fenoxo-hero-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fenoxo-hero-note li {
  margin: 0;
  padding: 14px 0;
  color: #d8dce7;
  border-top: 1px solid #343b53;
  font-size: 14px;
  line-height: 1.55;
}
.fenoxo-hero-note strong {
  color: #ffffff;
}
.fenoxo-updated {
  margin: 18px 0 0 !important;
  color: #aeb5c5;
  font-size: 12px;
}
.fenoxo-trustbar {
  background: #ffffff;
  border-bottom: 1px solid var(--fenoxo-line);
}
.fenoxo-trustbar .fenoxo-shell {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fenoxo-trustbar a {
  padding: 18px 22px;
  color: var(--fenoxo-ink) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.fenoxo-trustbar a:hover {
  color: var(--fenoxo-accent) !important;
}
.fenoxo-section {
  padding: 84px 0;
}
.fenoxo-section-soft {
  background: var(--fenoxo-soft);
  border-block: 1px solid var(--fenoxo-line);
}
.fenoxo-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.fenoxo-section-heading > p:last-child {
  color: var(--fenoxo-muted);
  font-size: 18px;
}
.fenoxo-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.fenoxo-text-link {
  flex: 0 0 auto;
  margin-bottom: 24px;
  color: var(--fenoxo-accent) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}
.fenoxo-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--fenoxo-line);
}
.fenoxo-route {
  min-width: 0;
  padding: 34px;
  border-top: 4px solid transparent;
}
.fenoxo-route + .fenoxo-route {
  border-left: 1px solid var(--fenoxo-line);
}
.fenoxo-route:hover {
  border-top-color: var(--fenoxo-accent);
  background: #fffafb;
}
.fenoxo-route > span {
  color: var(--fenoxo-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.fenoxo-route h3 {
  margin-top: 22px;
}
.fenoxo-route p {
  color: var(--fenoxo-muted);
  font-size: 15px;
}
.fenoxo-route a,
.fenoxo-checklist a,
.fenoxo-home p a,
.fenoxo-home li a,
.fenoxo-faq-list a {
  color: var(--fenoxo-accent) !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.fenoxo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .65fr);
  gap: 72px;
  align-items: start;
}
.fenoxo-two-column > div > p:not(.fenoxo-eyebrow) {
  color: #333a4b;
}
.fenoxo-checklist {
  padding: 32px;
  color: #ffffff;
  background: var(--fenoxo-ink);
  border-bottom: 5px solid var(--fenoxo-accent);
}
.fenoxo-checklist h3 {
  color: #ffffff;
}
.fenoxo-checklist ul {
  margin: 20px 0 24px;
  padding-left: 20px;
}
.fenoxo-checklist li {
  margin-bottom: 12px;
  color: #d8dce7;
  font-size: 15px;
}
.fenoxo-reading-list {
  border-top: 2px solid var(--fenoxo-ink);
}
.fenoxo-reading-list article {
  padding: 26px 0;
  display: grid;
  grid-template-columns: .7fr 1.4fr 1.3fr;
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid var(--fenoxo-line);
}
.fenoxo-story-meta {
  color: var(--fenoxo-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fenoxo-reading-list h3 {
  margin: 0;
  font-size: 20px;
}
.fenoxo-reading-list h3 a {
  color: var(--fenoxo-ink) !important;
  text-decoration: none;
}
.fenoxo-reading-list h3 a:hover {
  color: var(--fenoxo-accent) !important;
}
.fenoxo-reading-list article > p:last-child {
  margin: 0;
  color: var(--fenoxo-muted);
  font-size: 15px;
}
.fenoxo-uk-section {
  color: #ffffff;
  background: var(--fenoxo-ink);
}
.fenoxo-uk-section h2,
.fenoxo-uk-section .fenoxo-two-column > div > p:not(.fenoxo-eyebrow) {
  color: #ffffff;
}
.fenoxo-uk-section .fenoxo-two-column > div > p:not(.fenoxo-eyebrow) {
  color: #d8dce7;
}
.fenoxo-uk-section blockquote {
  margin: 0;
  padding: 34px;
  border: 0;
  border-left: 5px solid var(--fenoxo-accent);
  background: #191f35;
}
.fenoxo-uk-section blockquote p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
.fenoxo-uk-section cite {
  color: #aeb5c5;
  font-size: 13px;
  font-style: normal;
}
.fenoxo-process {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  list-style: none;
  background: var(--fenoxo-line);
  border: 1px solid var(--fenoxo-line);
}
.fenoxo-process li {
  min-width: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  background: #ffffff;
}
.fenoxo-process li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--fenoxo-accent);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}
.fenoxo-process h3 {
  font-size: 19px;
}
.fenoxo-process p {
  margin: 0;
  color: var(--fenoxo-muted);
  font-size: 15px;
}
.fenoxo-topic-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 2px solid var(--fenoxo-ink);
}
.fenoxo-topic-links a {
  padding: 24px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--fenoxo-ink) !important;
  border-bottom: 1px solid var(--fenoxo-line);
  text-decoration: none !important;
}
.fenoxo-topic-links a:nth-child(odd) {
  padding-right: 28px;
}
.fenoxo-topic-links a:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--fenoxo-line);
}
.fenoxo-topic-links strong {
  font-size: 19px;
}
.fenoxo-topic-links span {
  color: var(--fenoxo-muted);
  font-size: 14px;
  text-align: right;
}
.fenoxo-topic-links a:hover strong {
  color: var(--fenoxo-accent);
}
.fenoxo-faq-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
}
.fenoxo-faq-layout > div:first-child > p:last-child {
  color: var(--fenoxo-muted);
}
.fenoxo-faq-list {
  border-top: 2px solid var(--fenoxo-ink);
}
.fenoxo-faq-list details {
  border-bottom: 1px solid var(--fenoxo-line);
}
.fenoxo-faq-list summary {
  padding: 22px 38px 22px 0;
  position: relative;
  color: var(--fenoxo-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}
.fenoxo-faq-list summary::-webkit-details-marker {
  display: none;
}
.fenoxo-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--fenoxo-accent);
  font-size: 26px;
  font-weight: 400;
}
.fenoxo-faq-list details[open] summary::after {
  content: "−";
}
.fenoxo-faq-list details p {
  padding: 0 44px 20px 0;
  color: var(--fenoxo-muted);
  font-size: 15px;
}
.fenoxo-final-cta {
  padding: 56px 0;
  color: #ffffff;
  background: var(--fenoxo-accent);
}
.fenoxo-final-cta .fenoxo-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.fenoxo-final-cta h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
}
.fenoxo-final-cta p {
  margin: 0;
  color: #ffffff;
}
.fenoxo-final-cta .fenoxo-eyebrow {
  color: #ffffff;
}
.fenoxo-final-cta .fenoxo-button-primary {
  flex: 0 0 auto;
  color: var(--fenoxo-ink) !important;
  background: #ffffff;
}
.fenoxo-final-cta .fenoxo-button-primary:hover {
  background: #f5f7fb;
}

/* Professional sitewide footer */
#colophon.site-footer {
  margin: 0;
  color: #d8dce7;
  background: #0c1020 !important;
  border-top: 5px solid var(--fenoxo-accent);
}
.fenoxo-site-footer {
  padding: 64px 0 0;
}
.fenoxo-footer-grid {
  width: min(100% - 40px, var(--fenoxo-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr;
  gap: 70px;
  padding: 0 0 48px !important;
}
.fenoxo-footer-kicker {
  margin: 0 0 12px;
  color: #ff72c6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.fenoxo-footer-brand {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--fenoxo-accent) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none !important;
}
.fenoxo-footer-intro p:last-child {
  max-width: 520px;
  margin: 0;
  color: #b8bfce;
  font-size: 15px;
  line-height: 1.7;
}
.fenoxo-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.fenoxo-footer-nav h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.fenoxo-footer-nav a {
  color: #b8bfce !important;
  font-size: 14px;
  text-decoration: none !important;
}
.fenoxo-footer-nav a:hover {
  color: #ffffff !important;
}
.fenoxo-footer-lower {
  width: min(100% - 40px, var(--fenoxo-max));
  margin-inline: auto;
  padding: 20px 0 !important;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #2a3043;
}
.fenoxo-footer-lower p {
  margin: 0;
  color: #8f98aa;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  #masthead .header-content__container {
    gap: 16px;
  }
  #site-navigation .menu > li > a {
    padding-inline: 8px;
    font-size: 12px;
  }
  #site-navigation .menu > li.current-menu-item > a::after,
  #site-navigation .menu > li.current_page_item > a::after {
    right: 8px;
    left: 8px;
  }
}

@media (max-width: 1024px) {
  .fenoxo-hero-grid,
  .fenoxo-two-column,
  .fenoxo-faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .fenoxo-hero-note,
  .fenoxo-checklist {
    max-width: 680px;
  }
  .fenoxo-reading-list article {
    grid-template-columns: .7fr 1.3fr;
  }
  .fenoxo-reading-list article > p:last-child {
    grid-column: 2;
  }
  .fenoxo-footer-grid {
    grid-template-columns: 1.2fr .6fr .6fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .penci-topbar {
    display: none !important;
  }
  .fenoxo-shell,
  .fenoxo-footer-grid,
  .fenoxo-footer-lower {
    width: min(100% - 32px, var(--fenoxo-max));
  }
  .fenoxo-home {
    font-size: 16px;
  }
  .fenoxo-hero {
    padding: 64px 0 54px;
  }
  .fenoxo-home h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .fenoxo-home h2 {
    font-size: 32px;
  }
  .fenoxo-section {
    padding: 62px 0;
  }
  .fenoxo-route-grid,
  .fenoxo-process,
  .fenoxo-topic-links {
    grid-template-columns: 1fr;
  }
  .fenoxo-route + .fenoxo-route {
    border-left: 0;
    border-top: 1px solid var(--fenoxo-line);
  }
  .fenoxo-heading-row,
  .fenoxo-final-cta .fenoxo-shell,
  .fenoxo-footer-lower {
    align-items: flex-start;
    flex-direction: column;
  }
  .fenoxo-text-link {
    margin: -18px 0 0;
  }
  .fenoxo-reading-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fenoxo-reading-list article > p:last-child {
    grid-column: 1;
  }
  .fenoxo-process li {
    padding: 24px;
  }
  .fenoxo-topic-links a,
  .fenoxo-topic-links a:nth-child(odd),
  .fenoxo-topic-links a:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }
  .fenoxo-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fenoxo-footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .fenoxo-actions,
  .fenoxo-actions .fenoxo-button,
  .fenoxo-final-cta .fenoxo-button {
    width: 100%;
  }
  .fenoxo-route,
  .fenoxo-hero-note,
  .fenoxo-checklist {
    padding: 24px;
  }
  .fenoxo-process li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }
  .fenoxo-process li > span {
    width: 36px;
    height: 36px;
  }
  .fenoxo-topic-links a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .fenoxo-topic-links span {
    text-align: left;
  }
  .fenoxo-footer-grid {
    grid-template-columns: 1fr;
  }
  .fenoxo-footer-intro {
    grid-column: auto;
  }
}

/* Hide unconfigured placeholder social links */
.topbar__social-media a[href="#"],
.sidebar-nav-social a[href="#"] {
  display: none !important;
}