/* Article Page Styles */

/* -----------------------------------------------------------------------
   FULL WIDTH CONTAINER - remove all constraints on article pages
----------------------------------------------------------------------- */

.view-article #sp-main-body {
    padding: 0 !important;
} 

.view-article #sp-main-body > .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.view-article #sp-main-body > .container > .container-inner {
    max-width: 100% !important;
    padding: 0 !important;
}

.view-article #sp-main-body .row {
    margin: 0 !important;
}

.view-article #sp-component {
    padding: 0 !important;
}

.view-article .sp-column {
    padding: 0 !important;
}

/* -----------------------------------------------------------------------
   FIX HORIZONTAL SCROLL
----------------------------------------------------------------------- */

.view-article .article-details {
    overflow-x: hidden;
    max-width: 100%;
}

/* -----------------------------------------------------------------------
   HIDE UNWANTED JOOMLA ELEMENTS
----------------------------------------------------------------------- */

.article-full-image { display: none !important; }
.article-info .createdby { display: none !important; }
.article-info .category-name { display: none !important; }
.article-info { display: none !important; }
.article-author-information { display: none !important; }
.article-can-edit { display: none !important; }

/* -----------------------------------------------------------------------
   JOOMLA ARTICLE HEADER - charcoal full width
----------------------------------------------------------------------- */

.view-article .article-details .article-header {
    background: #545555;
    width: 100%;
    padding: 60px 60px 24px !important;
    margin-top: 0 !important;
    box-sizing: border-box;
    text-align: center;
}

.view-article .article-header h1 {
    font-family: 'Geist', sans-serif !important;
    font-size: clamp(26px, 3.5vw, 48px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin: 0 auto !important;
    max-width: 800px !important;
}

/* -----------------------------------------------------------------------
   SPPB FIRST SECTION - charcoal continuation
----------------------------------------------------------------------- */

.view-article .sppb-article-page-wrapper .page-content .sppb-section:first-child {
    width: 100% !important;
    margin-top: 0 !important;
    box-sizing: border-box;
}

.view-article .sppb-article-page-wrapper .page-content > .sppb-section:first-child .sppb-container-inner {
    padding-left: 60px !important;
    padding-right: 60px !important;
    max-width: 100% !important;
}

.view-article .sppb-article-page-wrapper .page-content .article-hero-image .sppb-container-inner {
    padding: 0 !important;
    max-width: 100% !important;
}

/* -----------------------------------------------------------------------
   GHOST WORD
----------------------------------------------------------------------- */

.view-article .article-ghost-word {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    width: 100% !important;
    text-align: center !important;
    overflow: visible !important;
}

.view-article .article-ghost-word .sppb-addon-title {
    font-family: 'Bayon', sans-serif !important;
    font-size: clamp(100px, 25vw, 200px) !important;
    color: rgba(255, 255, 255, 0.06) !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* -----------------------------------------------------------------------
   EYEBROW
----------------------------------------------------------------------- */

.view-article .sppb-section:first-child h6.sppb-addon-title {
    font-family: 'Questrial', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
}

.view-article .sppb-section:first-child h6.sppb-addon-title::before,
.view-article .sppb-section:first-child h6.sppb-addon-title::after {
    content: '' !important;
    display: block !important;
    width: 40px !important;
    height: 1px !important;
    background: #F5E333 !important;
    flex-shrink: 0 !important;
}

/* -----------------------------------------------------------------------
   DATE TEXT BLOCK
----------------------------------------------------------------------- */

#sppb-addon-177057d2-cf80-4af5-a03a-4bcb4a2df0f7 .sppb-addon-content p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Questrial', sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
}

/* -----------------------------------------------------------------------
   BACK LINK
----------------------------------------------------------------------- */

#sppb-addon-44e330de-015a-41cf-9526-f8cd42a277e6 a {
    color: #63CAEB !important;
    text-decoration: none !important;
    font-family: 'Questrial', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

#sppb-addon-44e330de-015a-41cf-9526-f8cd42a277e6 a:hover {
    color: #F5E333 !important;
}

/* -----------------------------------------------------------------------
   SPPB HERO IMAGE SECTION - overlap effect
----------------------------------------------------------------------- */

.view-article .sppb-article-page-wrapper .page-content .article-hero-image {
    width: calc(100vw - 280px) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -40px !important;
    position: relative !important;
    z-index: 3 !important;
}

.view-article .sppb-article-page-wrapper .page-content .article-hero-image .sppb-container-inner {
    padding: 0 !important;
    max-width: 100% !important;
}

.view-article .sppb-article-page-wrapper .page-content .article-hero-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.article-sidebar {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.article-sidebar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 160px;
    width: 2px;
    background: #F5E333;
}

.article-sidebar p {
    color: #545555;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}

.article-sidebar h6 {
    color: #63CAEB;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
}

.article-sidebar h4 {
    font-family: 'Geist', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    color: #545555;
    margin-bottom: 4px;
}
.article-sidebar h4 a {
    color: #545555;
    text-decoration: none;
}

.article-sidebar h4 a:hover {
    color: #63CAEB;
}

.sppb-divider.article-divider-fancy {
    display: block !important;
    border: none !important;
    margin: 24px 0;
    height: 5px;
    background: none !important;
    position: relative;
}

.sppb-divider.article-divider-fancy::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(
        to right,
        #63CAEB calc(50% - 30px),
        transparent calc(50% - 30px),
        transparent calc(50% + 30px),
        #63CAEB calc(50% + 30px)
    );
}

.sppb-divider.article-divider-fancy::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #63CAEB;
    box-shadow: -11px 0 0 #63CAEB, 11px 0 0 #63CAEB;
}

.title-highlight .sppb-addon-title {
    display: inline-block;
    background-color: #63CAEB;
    color: #ffffff;
    padding: 8px 18px 5px 18px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px !important;
    margin-bottom: 15px !important;
    font-family: 'Questrial', sans-serif;
}

.quote-block .sppb-addon-content {
  border-left: 5px solid #F5E333;
  padding: 1.25rem 1rem 2.5rem 1.25rem;
  margin: 1.25rem 0;
  background-color: #fafafa;
  border-radius: 0 6px 6px 0;
}

.quote-block .sppb-addon-content::before {
  font-family: 'Bayon', sans-serif;
  font-size: 48px;
  color: #F5E333;
  line-height: 1;
  display: block;
  content: '\201C';
  margin-bottom: -18px;
}

.quote-block .sppb-addon-content p {
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  color: #545555;
  margin: 0;
}

/* Block Number */
.sppb-blocknumber-number {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    background-color: #63CAEB !important;
    font-family: 'Bayon', sans-serif;
}

.sppb-blocknumber-text {
    padding: 0 16px;
}

.addon-root-blocknumber,
.addon-root-blocknumber .clearfix,
.addon-root-blocknumber .sppb-addon-blocknumber,
.addon-root-blocknumber .sppb-addon-content,
.addon-root-blocknumber .sppb-blocknumber {
    height: 100%;
}

.sppb-blocknumber .sppb-media-body {
    flex: 1;
}

.sppb-blocknumber {
    display: flex;
    flex-direction: column;
}

.addon-root-blocknumber {
    border-bottom: 2px solid #63CAEB;
}


.warning-block .sppb-alert {
    border-left: 5px solid #9C2A2A;
    padding: 2rem 2rem 1.5rem 2rem;
    margin: 1.25rem 0;
    background-color: #fefdf5;
    border-radius: 0 6px 6px 0;
    border: none;
    border-left: 5px solid #9C2A2A;
}

.warning-block .sppb-alert p {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #545555;
    margin: 0;
}

.warning-block .sppb-alert h6 {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9C2A2A;
    margin-bottom: 12px;
}

.news-block .sppb-alert {
    border-left: 5px solid #5cc342;
    padding: 2rem 2rem 1.5rem 2rem;
    margin: 1.25rem 0;
    background-color: #fafafa;
    border-radius: 0 6px 6px 0;
    border: none;
    border-left: 5px solid #5cc342;
}

.new-block .sppb-alert p {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #545555;
    margin: 0;
}

.news-block .sppb-alert h6 {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #5cc342;
    margin-bottom: 12px;
}

.checklist-block {
  background: #fafafa;
  border-left: 5px solid #F5E333;
  border-radius: 0 6px 6px 0;
  padding: 1.5rem 1.5rem 0.5rem;
  margin: 1.5rem 0;
}

.checklist-label {
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1.25rem;
}

.checklist-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border-top: 1px solid #e8e8e8;
  padding: 0.85rem 0;
  align-items: start;
}

.checklist-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.checklist-q {
  font-family: 'Questrial', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  padding-right: 1.25rem;
  line-height: 1.4;
}

.checklist-a {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  color: #545555;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .checklist-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .checklist-q {
    padding-right: 0;
    border-left: 3px solid #F5E333;
    padding-left: 0.6rem;
  }
}

/* Social Share Buttons */
.article-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 420px;
}
.share-label {
  font-family: Questrial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #545555;
  white-space: nowrap;
  flex: 0 0 auto;
}
.share-btn {
  background: transparent;
  padding: 14px 24px;
  border: 1px solid #545555;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
}
.share-btn span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: color .8s;
  transition: color .8s;
}
.share-btn:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: #F5E333;
  border-radius: 0 0 100% 100%/0 0 100% 100%;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.share-btn:hover span {
  color: #545555;
}
.share-btn:hover::after {
  bottom: -10px;
  border-radius: 0;
}

@media (max-width: 575px) {
  .article-share {
    flex-wrap: wrap;
    gap: 8px;
  }

  .share-label {
    width: 100%;
    margin-bottom: 4px;
  }

  .share-btn {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    padding: 10px 12px;
  }

  .share-btn span {
    font-size: 11px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
}

.print-fact-section {
  background: #fafafa;
  padding: 28px 28px;
}

.print-fact-eyebrow {
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;
}

.print-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.print-fact-card {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-top: 4px solid #63CAEB;
  padding: 20px 18px 18px;
}

.print-fact-card .card-title {
  font-family: 'Geist', sans-serif !important;
  font-weight: 800 !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  color: #545555 !important;
  margin: 0 0 9px 0 !important;
  text-transform: none !important;
}

.print-fact-card .card-body {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #545555;
  margin: 0;
}

.print-fact-card {
  transition: border-top-color 0.25s ease;
}

.print-fact-card:hover {
  border-top-color: #F5E333;
}

@media (max-width: 768px) {
  .print-fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .print-fact-grid {
    grid-template-columns: 1fr;
  }
}

.platform-row .sppb-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.platform-row .sppb-col-md-6,
.platform-row .sppb-row-column {
  display: flex !important;
  flex-direction: column !important;
}

.platform-row .sppb-column,
.platform-row .sppb-column-addons,
.platform-row .sppb-addon-wrapper,
.platform-row .clearfix,
.platform-row .sppb-addon,
.platform-row .sppb-addon-raw-html,
.platform-row .sppb-addon-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.platform-row .print-fact-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  box-sizing: border-box !important;
}

.platform-row .card-body {
  flex-grow: 1 !important;
  margin-bottom: 14px !important;
}

.platform-badge {
  display: inline-block;
  font-family: 'Questrial', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  align-self: flex-start;
}

.badge-ok {
  background: #63CAEB;
  color: #ffffff;
}

.badge-limited {
  background: #F5E333;
  color: #545555;
}

.badge-nope {
  background: #545555;
  color: #ffffff;
}

/* Tool cards — free diagnosis section */
.tool-row .sppb-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.tool-row .sppb-col-md-6,
.tool-row .sppb-row-column {
  display: flex !important;
  flex-direction: column !important;
}

.tool-row .sppb-column,
.tool-row .sppb-column-addons,
.tool-row .sppb-addon-wrapper,
.tool-row .clearfix,
.tool-row .sppb-addon,
.tool-row .sppb-addon-raw-html,
.tool-row .sppb-addon-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.tool-card {
  background: #545555;
  border-left: 4px solid #F5E333;
  padding: 20px 18px 18px;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  box-sizing: border-box !important;
  transition: border-left-color 0.25s ease;
}

.tool-card:hover {
  border-left-color: #63CAEB;
}

.tool-card .tool-title {
  font-family: 'Geist', sans-serif !important;
  font-weight: 800 !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  margin: 0 0 10px 0 !important;
}

.tool-card .tool-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.tool-card .tool-title a:hover {
  color: #63CAEB !important;
  text-decoration: underline !important;
  text-decoration-color: #63CAEB !important;
}

.tool-card .tool-body {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #d1d1d1;
  margin: 0;
  flex-grow: 1;
}

.tool-badge {
  display: inline-block;
  font-family: 'Questrial', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  background: #F5E333;
  color: #545555;
  align-self: flex-end;
  margin-top: 14px;
}
.tool-badge:hover {
  background: #63CAEB;
  color: #ffffff;
}

/* -----------------------------------------------------------------------
   FIX NESTED ROW COLUMN PADDING - overrides sppagebuilder.css
----------------------------------------------------------------------- */

.view-article .sppb-column-addons .sppb-section > .sppb-container-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* -----------------------------------------------------------------------
   FONT DATING PROFILE CARDS
----------------------------------------------------------------------- */

.font-specimen-card .card-inner {
    display: grid;
    grid-template-columns: 32px 1fr;
    min-height: 210px;
}

.font-specimen-card .card-stripe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-specimen-card .stripe-label {
    font-family: 'Bayon', sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.font-specimen-card .card-body {
    padding: 1.4rem 1.6rem 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-specimen-card .profile-tag {
    display: inline-block;
    font-family: 'Questrial', sans-serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 0.9rem;
    align-self: flex-start;
}

.font-specimen-card .font-name {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.font-specimen-card .dating-label {
    font-family: 'Questrial', sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.font-specimen-card .dating-profile {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.font-specimen-card .bio-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.font-specimen-card .font-meta {
    font-family: 'Questrial', sans-serif;
    font-size: 11px;
    line-height: 1.5;
    flex: 1;
}

.font-specimen-card .verdict-pill {
    font-family: 'Questrial', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Color variants — colors and font-family overrides only */

.fsc-yellow .card-stripe,
.fsc-yellow .card-body { background: #F5E333; }
.fsc-yellow .stripe-label,
.fsc-yellow .dating-profile,
.fsc-yellow .font-meta { color: #545555; }
.fsc-yellow .dating-label { color: rgba(84,85,85,0.7); }
.fsc-yellow .profile-tag { background: #545555; color: #F5E333; }
.fsc-yellow .bio-footer { border-top: 1px solid rgba(84,85,85,0.2); }
.fsc-yellow .verdict-pill { background: #545555; color: #F5E333; }

.fsc-black .card-stripe,
.fsc-black .card-body { background: #000000; }
.fsc-black .stripe-label { color: #F5E333; }
.fsc-black .dating-label { color: rgba(255,255,255,0.7); }
.fsc-black .dating-profile,
.fsc-black .font-name { color: #ffffff; }
.fsc-black .font-name { font-family: 'Papyrus', fantasy; }
.fsc-black .profile-tag { background: #F5E333; color: #545555; }
.fsc-black .bio-footer { border-top: 1px solid rgba(255,255,255,0.2); }
.fsc-black .font-meta { color: rgba(255,255,255,0.7); }
.fsc-black .verdict-pill { background: #F5E333; color: #545555; }

.fsc-blue .card-stripe,
.fsc-blue .card-body { background: #63CAEB; }
.fsc-blue .stripe-label,
.fsc-blue .dating-profile,
.fsc-blue .font-name { color: #ffffff; }
.fsc-blue .font-name { font-family: 'Curlz MT', 'Comic Sans MS', cursive; }
.fsc-blue .dating-label { color: rgba(255,255,255,0.8); }
.fsc-blue .profile-tag { background: #545555; color: #ffffff; }
.fsc-blue .bio-footer { border-top: 1px solid rgba(255,255,255,0.25); }
.fsc-blue .font-meta { color: rgba(255,255,255,0.85); }
.fsc-blue .verdict-pill { background: #ffffff; color: #63CAEB; }

.fsc-charcoal .card-stripe,
.fsc-charcoal .card-body { background: #545555; }
.fsc-charcoal .stripe-label { color: #F5E333; }
.fsc-charcoal .dating-label { color: rgba(255,255,255,0.7); }
.fsc-charcoal .dating-profile,
.fsc-charcoal .font-name { color: #ffffff; }
.fsc-charcoal .font-name { font-family: 'Times New Roman', Times, serif; }
.fsc-charcoal .profile-tag { background: #F5E333; color: #545555; }
.fsc-charcoal .bio-footer { border-top: 1px solid rgba(255,255,255,0.15); }
.fsc-charcoal .font-meta { color: rgba(255,255,255,0.7); }
.fsc-charcoal .verdict-pill { background: #F5E333; color: #545555; }

.fsc-white { border: 1.5px solid #545555; }
.fsc-white .card-stripe,
.fsc-white .card-body { background: #ffffff; }
.fsc-white .card-stripe { border-right: 1.5px solid #545555; }
.fsc-white .stripe-label { color: #545555; }
.fsc-white .profile-tag { background: #545555; color: #ffffff; }
.fsc-white .font-name { color: #545555; font-family: Helvetica, Arial, sans-serif; }
.fsc-white .dating-label { color: rgba(84,85,85,0.8); }
.fsc-white .dating-profile { color: #545555; }
.fsc-white .bio-footer { background: #ffffff; border-top: 1px solid rgba(84,85,85,0.15); }
.fsc-white .font-meta { color: rgba(84,85,85,0.75); }
.fsc-white .verdict-pill { background: #545555; color: #ffffff; }

.comic-sans-svg {
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) { .comic-sans-svg { height: 26px; } }
@media (max-width: 768px) { .comic-sans-svg { height: 22px; } }
@media (max-width: 576px) { .comic-sans-svg { height: 20px; margin-bottom: 0.4rem; } }

/* -----------------------------------------------------------------------
   FONT DATING PROFILE CARDS — Responsive
----------------------------------------------------------------------- */

@media (max-width: 991px) {
    .font-specimen-card .font-name {
        font-size: 26px;
    }

    .font-specimen-card .dating-profile {
        font-size: 13px;
    }

    .font-specimen-card .card-body {
        padding: 1.2rem 1.4rem 1rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .font-specimen-card .card-inner {
        grid-template-columns: 28px 1fr;
        min-height: unset;
    }

    .font-specimen-card .font-name {
        font-size: 22px;
    }

    .font-specimen-card .dating-profile {
        font-size: 12px;
    }

    .font-specimen-card .card-body {
        padding: 1rem 1.2rem 1rem 1rem;
    }

    .font-specimen-card .bio-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .font-specimen-card .font-meta {
        font-size: 10px;
    }

    .font-specimen-card .verdict-pill {
        align-self: flex-start;
    }
}

@media (max-width: 576px) {
    .font-specimen-card .card-inner {
        grid-template-columns: 24px 1fr;
    }

    .font-specimen-card .stripe-label {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .font-specimen-card .font-name {
        font-size: 20px;
        margin-bottom: 0.4rem;
    }

    .font-specimen-card .profile-tag {
        font-size: 9px;
        padding: 2px 8px;
        margin-bottom: 0.7rem;
    }

    .font-specimen-card .dating-label {
        font-size: 9px;
    }

    .font-specimen-card .dating-profile {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 0.8rem;
    }

    .font-specimen-card .card-body {
        padding: 0.9rem 1rem 0.9rem 0.9rem;
    }

    .font-specimen-card .font-meta {
        font-size: 10px;
        line-height: 1.4;
    }

    .font-specimen-card .verdict-pill {
        font-size: 9px;
        padding: 3px 10px;
    }
}

.ink-outer {
  position: relative;
  display: inline-block;
}

.ink-wrap {
  display: inline;
  cursor: pointer;
  border-bottom: 1px dashed #aaaaaa;
  transition: border-color 0.2s;
}
.ink-wrap:hover {
  border-color: #545555;
}
.sppb-addon-content .ink-tip {
  display: block !important;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  color: #F5E333;
  font-family: 'Questrial', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 100;
}
.ink-tip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #000000;
  display: block;
}
.ink-sentence {
  display: inline;
  transition: opacity 1.5s ease;
}
.ink-sentence.faded {
  opacity: 0.04;
}

/* -----------------------------------------------------------------------
   REASON BOXES — Why builders underdeliver section
----------------------------------------------------------------------- */

.reason-row .sppb-row {
  display: flex;
  flex-wrap: wrap;
}

.reason-row .sppb-col-md-6 {
  display: flex;
}

.reason-row .sppb-column,
.reason-row .sppb-column-addons,
.reason-row .sppb-addon-wrapper,
.reason-row .clearfix,
.reason-row .sppb-addon,
.reason-row .sppb-addon-raw-html,
.reason-row .sppb-addon-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.reason-row .reason-box {
  background: #63CAEB;
  padding: 22px 20px 28px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}

.reason-row .reason-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: #F5E333;
  transition: left 0.3s ease;
}

.reason-row .reason-box:hover::before {
  left: 0;
}

.reason-row .reason-box:hover {
  background: #86cce7;
}

.reason-box-num {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.13);
  position: absolute;
  bottom: -6px;
  right: 8px;
  letter-spacing: -2px;
  pointer-events: none;
  font-family: 'Geist', sans-serif;
}

.reason-box-label {
  font-family: 'Questrial', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  margin-bottom: 8px;
}

.reason-box-title {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 8px;
}

.reason-box-body {
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(0,0,0,0.68);
}

/* Pop Quote Block */
.pop-quote-wrapper {
  position: relative;
  margin: 2rem 0;
}

.pop-quote-bar {
  position: relative;
  z-index: 2;
  border-left: 5px solid #F5E333;
  padding: 1.25rem 1rem 2.5rem 1.25rem;
  background-color: #fafafa;
  border-radius: 0 6px 6px 0;
  margin: 0;
}

.pop-quote-mark {
  font-family: 'Bayon', sans-serif;
  font-size: 48px;
  color: #F5E333;
  line-height: 1;
  display: block;
  margin-bottom: -18px;
}

.pop-quote-bar p {
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  color: #545555;
  margin: 0;
}

.pop-statue {
  position: fixed;
  width: 220px;
  opacity: 0;
  will-change: top, opacity;
  z-index: 1;
}

.pop-bubble {
  position: fixed;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 35%,
    #f9c4d8 0%,
    #F48DB4 45%,
    #c45c85 80%,
    #a03060 100%
  );
  opacity: 0;
  z-index: 4;
}

.pop-cover {
  position: absolute;
  background: #ffffff;
  z-index: 3;
}

/* Swinging frame */
.swinging-frame img {
  transform-origin: top center;
  transition: none;
}

.swinging-frame:hover img {
  animation: pendulum-swing 1.8s ease-in-out infinite;
}

@keyframes pendulum-swing {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(1deg); }
  60%  { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

/* PMS CMYK Color Cards */
  .color-world { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0; margin: 2rem 0; border: 1.5px solid #545555; overflow: hidden; }
  @media (max-width: 500px) { .color-world { grid-template-columns: 1fr 1fr; } }
  .color-card { padding: 1.25rem 1rem; }
  .color-card.rgb { background: #0057FF; }
  .color-card.cmyk { background: #1a6bb5; }
  .color-card.pantone { background: #0047AB; }
  .color-card.hex { background: #004FC4; }
  .color-card .color-label { font-family: 'Bayon', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.4rem; }
  .color-card .color-name { font-family: 'Geist', sans-serif; font-weight: 800; font-size: 15px; color: #ffffff; margin-bottom: 0.4rem; }
  .color-card .color-note { font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.4; }

.glow-yellow {
    color: #545555;
    animation: pulse-glow 8s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { text-shadow: none; }
    50% { text-shadow: 0 0 12px #F5E333, 0 0 30px #F5E333, 0 0 50px #F5E333; }
}

/* ── PATIENT FILE CARDS ── */
.pfc {
    overflow: visible;
    position: relative;
    margin: 2.5rem 0 2.25rem;
}

.pfc-body { display: flex; flex-direction: column; }

.pfc-topbar {
    padding: 8px 14px 5px 14px;
    font-family: 'Questrial', sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.pfc-rule { height: 1px; margin: 0; border: none; }

.pfc-presenting-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px 12px;
    gap: 16px;
}
.pfc-presenting-left { flex: 1; }

.pfc-field-label {
    display: block;
    font-family: 'Questrial', sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.pfc-presenting-name {
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    margin: 0;
}
.pfc-stamp {
    font-family: 'Questrial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 3px;
    border: 2px solid;
    background: transparent;
    transform: rotate(3deg);
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.3;
}
.pfc-content { padding: 0 14px; }

.pfc-diagnosis-text {
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    font-style: italic;
}
.pfc-notes-block { margin: 10px 14px 0; padding: 10px 12px; }

.pfc-notes-text {
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    line-height: 1.7;
    font-style: italic;
    margin: 0;
}
.pfc-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 14px 12px;
    margin-top: 10px;
}
.pfc-therapist-label {
    font-family: 'Questrial', sans-serif;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.pfc-therapist-sig {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}
.pfc-verdict {
    font-family: 'Questrial', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.pfc::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0px;
    height: 25px;
    width: 228px;
    border-radius: 4px 4px 0 0;
}

.pfc-yellow::before { background: #545555; color: #F5E333; }
.pfc-white::before  { background: #545555; color: #ffffff; }
.pfc-blue::before   { background: #545555; color: #ffffff; }
.pfc-sage::before   { background: #545555; color: #ffffff; }
.pfc-charcoal::before { background: #F5E333; color: #545555; }
.pfc-black::before  { background: #F5E333; color: #000000; }

/* ── COLOR VARIANTS ── */

/* Light cards (yellow, white): dark overlays */
.pfc-yellow .pfc-body { background: #F5E333; }
.pfc-white .pfc-body  { background: #ffffff; }
.pfc-white            { border: 1.5px solid #545555; }

.pfc-yellow .pfc-topbar,
.pfc-white .pfc-topbar  { background: #545555; color: #F5E333; }
.pfc-white .pfc-topbar  { color: #ffffff; }

.pfc-yellow .pfc-rule,
.pfc-white .pfc-rule  { background: rgba(0,0,0,0.12); }
.pfc-white .pfc-rule  { background: rgba(84,85,85,0.15); }

.pfc-yellow .pfc-field-label { color: rgba(84,85,85,0.6); }
.pfc-white .pfc-field-label  { color: rgba(84,85,85,0.55); }

.pfc-yellow .pfc-presenting-name,
.pfc-yellow .pfc-diagnosis-text,
.pfc-yellow .pfc-therapist-sig { color: #545555; }

.pfc-white .pfc-presenting-name,
.pfc-white .pfc-diagnosis-text,
.pfc-white .pfc-therapist-sig  { color: #545555; }

.pfc-yellow .pfc-stamp,
.pfc-white .pfc-stamp  { border-color: #545555; color: #545555; }

.pfc-yellow .pfc-notes-block { background: rgba(0,0,0,0.06); }
.pfc-white .pfc-notes-block  { background: rgba(0,0,0,0.06); }

.pfc-yellow .pfc-notes-text,
.pfc-white .pfc-notes-text  { color: #545555; }

.pfc-yellow .pfc-footer { border-top: 1px solid rgba(84,85,85,0.2); }
.pfc-white .pfc-footer  { border-top: 1px solid rgba(84,85,85,0.15); }

.pfc-yellow .pfc-therapist-label { color: rgba(84,85,85,0.6); }
.pfc-white .pfc-therapist-label  { color: rgba(84,85,85,0.55); }

.pfc-yellow .pfc-verdict { background: #545555; color: #F5E333; }
.pfc-white .pfc-verdict  { background: #545555; color: #ffffff; }

/* Dark cards (blue, sage, charcoal, black): shared white text base */
.pfc-blue .pfc-body     { background: #63CAEB; }
.pfc-sage .pfc-body     { background: #b8c4b0; }
.pfc-charcoal .pfc-body { background: #545555; }
.pfc-black .pfc-body    { background: #000000; }

.pfc-blue .pfc-topbar,
.pfc-sage .pfc-topbar { background: #545555; color: #ffffff; }

.pfc-charcoal .pfc-topbar,
.pfc-black .pfc-topbar { background: #F5E333; color: #545555; }

.pfc-blue .pfc-rule,
.pfc-sage .pfc-rule,
.pfc-charcoal .pfc-rule { background: rgba(255,255,255,0.25); }
.pfc-black .pfc-rule    { background: rgba(255,255,255,0.1); }

.pfc-blue .pfc-field-label,
.pfc-sage .pfc-field-label    { color: rgba(255,255,255,0.75); }
.pfc-charcoal .pfc-field-label { color: rgba(255,255,255,0.5); }
.pfc-black .pfc-field-label    { color: rgba(255,255,255,0.45); }

.pfc-blue .pfc-presenting-name,
.pfc-sage .pfc-presenting-name,
.pfc-charcoal .pfc-presenting-name,
.pfc-black .pfc-presenting-name { color: #ffffff; }

.pfc-blue .pfc-stamp,
.pfc-sage .pfc-stamp { border-color: #ffffff; color: #ffffff; }

.pfc-charcoal .pfc-stamp { border-color: #F5E333; color: #F5E333; }
.pfc-black .pfc-stamp    { border-color: #F5E333; color: #F5E333; }

.pfc-blue .pfc-diagnosis-text,
.pfc-sage .pfc-diagnosis-text    { color: #ffffff; }
.pfc-charcoal .pfc-diagnosis-text { color: rgba(255,255,255,0.88); }
.pfc-black .pfc-diagnosis-text    { color: rgba(255,255,255,0.85); }

.pfc-blue .pfc-notes-block,
.pfc-sage .pfc-notes-block    { background: rgba(0,0,0,0.06); }
.pfc-charcoal .pfc-notes-block { background: rgba(255,255,255,0.08); }
.pfc-black .pfc-notes-block    { background: rgba(255,255,255,0.07); }

.pfc-blue .pfc-notes-text,
.pfc-sage .pfc-notes-text    { color: #ffffff; }
.pfc-charcoal .pfc-notes-text { color: rgba(255,255,255,0.85); }
.pfc-black .pfc-notes-text    { color: rgba(255,255,255,0.82); }

.pfc-blue .pfc-footer,
.pfc-sage .pfc-footer    { border-top: 1px solid rgba(255,255,255,0.25); }
.pfc-charcoal .pfc-footer { border-top: 1px solid rgba(255,255,255,0.12); }
.pfc-black .pfc-footer    { border-top: 1px solid rgba(255,255,255,0.1); }

.pfc-blue .pfc-therapist-label,
.pfc-sage .pfc-therapist-label,
.pfc-charcoal .pfc-therapist-label,
.pfc-black .pfc-therapist-label { color: rgba(255,255,255,0.7); }

.pfc-blue .pfc-therapist-sig,
.pfc-sage .pfc-therapist-sig,
.pfc-charcoal .pfc-therapist-sig,
.pfc-black .pfc-therapist-sig { color: #ffffff; }

.pfc-blue .pfc-verdict     { background: #545555; color: #63CAEB; }
.pfc-sage .pfc-verdict     { background: #ffffff; color: #7a8f72; }
.pfc-charcoal .pfc-verdict { background: #F5E333; color: #545555; }
.pfc-black .pfc-verdict    { background: #F5E333; color: #000000; }

.suspect-charge {
    border-left: 3px solid #F5E333;
    padding-left: 0.85rem;
    margin-bottom: 1.25rem;
    font-style: italic;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    font-family: Questrial;
}

.checklist-ticks {
    background: #f7f7f7;
    border-left: 5px solid #F5E333;
    border-radius: 0 6px 6px 0;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0;
}
.checklist-ticks-lbl {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #63CAEB;
    margin-bottom: 0.75rem;
}
.checklist-ticks ul {
    list-style: none;
    padding: 0;
}
.checklist-ticks li {
    padding: 0.4rem 0 0.4rem 1.4rem;
    position: relative;
    font-size: 14px;
    border-bottom: 0.5px solid #e5e5e5;
}
.checklist-ticks li:last-child { border-bottom: none; }
.checklist-ticks li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #63CAEB;
    font-weight: 700;
}
.checklist-ticks li strong { display: block; margin-bottom: 2px; }

/* ── PLATTER ANIMATION ── */
.platter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.platter-scene {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.platter-base {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
}

.platter-lid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
   transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1);
   z-index: 3;
}

.platter-lid.lifting {
    transform: translateY(-80%);
}

/* Shadow overlay — oval over bottle area */
.platter-shadow {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    width: 45%;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.55) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: none;
}

.platter-shadow.shadow-pulse {
    animation: shadow-flicker 2s ease forwards;
}

@keyframes shadow-flicker {
    0%   { opacity: 0; }
    10%  { opacity: 0.8; }
    35%  { opacity: 0.3; }
    60%  { opacity: 0; }
    100% { opacity: 0; }
}

@media (max-width: 480px) {
    .platter-wrap {
        padding: 20px 0 10px;
    }
}

/* -----------------------------------------------------------------------
   RESPONSIVE - 768px and below
----------------------------------------------------------------------- */

@media (max-width: 768px) {

    .view-article .article-details .article-header {
        padding: 48px 24px 20px !important;
    }
    .view-article .sppb-article-page-wrapper .page-content > .sppb-section:first-child .sppb-container-inner,
    .view-article .sppb-section > .sppb-container-inner {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .view-article .sppb-article-page-wrapper .page-content .article-hero-image {
        width: 100% !important;
        margin-top: -20px !important;
    }
    .view-article .article-ghost-word {
        position: absolute !important;
        left: 50% !important;
        margin-left: -50vw !important;
        width: 100vw !important;
        transform: translateY(-50%) !important;
        text-align: center !important;
    }
}
@media (max-width: 480px) {
    .view-article .article-details .article-header {
        padding: 40px 18px 16px !important;
    }
    .view-article .sppb-article-page-wrapper .page-content > .sppb-section:first-child .sppb-container-inner,
    .view-article .sppb-section > .sppb-container-inner {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* -----------------------------------------------------------------------
   PREV / NEXT ARTICLE NAVIGATION
----------------------------------------------------------------------- */

.article-prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 12px;
}

.apn-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #545555;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.25s;
}

.apn-link:hover {
  color: #63CAEB;
}

.apn-bar {
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #F5E333;
  flex-shrink: 0;
}

.apn-arrow {
  font-size: 14px;
  line-height: 1;
}
.featured-article-badge {
    display: none !important;
}