/* HashtagPLUS global overrides for Kadence */

:root {
  --hp-red: #c1121f;
  --hp-red-deep: #991b1b;
  --hp-ink: #171717;
  --hp-muted: #4b5563;
  --hp-line: rgba(15, 23, 42, 0.08);
  --hp-paper: #ffffff;
  --hp-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --hp-shadow-strong: 0 28px 80px rgba(17, 17, 17, 0.16);
}

body {
  background: linear-gradient(180deg, #edf2f7 0%, #f8fbff 100%);
}

.site-header-wrap {
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header-wrap .site-main-header-inner-wrap {
  min-height: 64px !important;
}

.site-header-wrap .site-branding {
  padding-left: 1.85rem !important;
  overflow: visible;
}

.site-header-wrap .site-branding .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.08em;
  overflow: visible;
}

.site-header-wrap .site-branding .brand::before {
  content: "#";
  color: var(--hp-ink);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1;
}

.site-header-wrap .site-branding .site-title-wrap {
  overflow: visible;
}

.site-header-wrap .site-branding .site-title {
  display: inline-flex;
  align-items: center;
  gap: 0.06em;
  overflow: visible;
  white-space: nowrap;
  color: var(--hp-ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-header-wrap .site-branding .site-title::first-line {
  color: inherit;
}

.site-header-wrap .site-branding .site-title::before {
  content: "+";
  color: var(--hp-red);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.site-header-wrap .site-branding .site-title {
  position: relative;
  color: transparent;
}

.site-header-wrap .site-branding .site-title::after {
  content: "Hashtag";
  color: var(--hp-ink);
}

.site-header-wrap .site-branding .site-title {
  gap: 0;
}

.site-header-wrap .site-branding .site-title-wrap::after {
  content: "PLUS";
  display: inline-block;
  margin-left: 0.04em;
  color: var(--hp-red);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-header-wrap .main-navigation .primary-menu-container > ul {
  gap: 0.28rem;
  align-items: center;
}

.site-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a {
  padding: 0.35rem 0.62rem !important;
  font-size: 0.92rem !important;
  line-height: 1.15 !important;
  border-radius: 999px;
}

.site-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.site-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  background: rgba(193, 18, 31, 0.08);
  color: var(--hp-ink) !important;
}

.site-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item {
  margin: 0;
}

.site-bottom-footer-inner-wrap {
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-footer-wrap {
  margin-top: 2rem;
}

.site-footer .site-container {
  max-width: 1240px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.footer-widget-area.site-info {
  font-size: 0.9rem;
  color: #667085;
}

.footer-html-inner p {
  margin: 0;
}

.footer-html-inner a {
  color: var(--hp-red-deep);
  font-weight: 700;
  text-decoration: none;
}

.footer-html-inner a:hover {
  text-decoration: underline;
}

.comments-area,
.comment-respond,
.entry-comments-link,
.single .post-navigation + #comments,
.page .post-navigation + #comments {
  display: none !important;
}

body.home .content-area {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}

body.home #masthead {
  margin-bottom: 0;
}

body.home .entry-hero.page-hero-section {
  display: none !important;
}

body.home .hpmag {
  margin-top: -0.25rem;
}

body.home .topbar {
  margin-bottom: 0.35rem;
}

body.home .hero {
  margin-top: 0;
}

.hp-contact-page,
.hp-contact-thanks {
  max-width: 1120px;
  margin: 0 auto;
}

.hp-contact-page {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.hp-contact-intro,
.hp-contact-thanks-card {
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--hp-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(193, 18, 31, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--hp-shadow);
}

.hp-contact-intro h1,
.hp-contact-thanks-card h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hp-contact-intro p,
.hp-contact-thanks-card p {
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--hp-muted);
}

.hp-contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.1rem;
}

.hp-contact-meta a,
.hp-contact-meta span,
.hp-contact-thanks-card a.hp-button,
.page-id-149 .hp-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.hp-contact-meta span {
  background: rgba(15, 23, 42, 0.05);
  color: var(--hp-muted);
}

.hp-contact-meta a,
.page-id-149 .hp-contact-links a.is-secondary,
.hp-contact-thanks-card a.hp-button.is-secondary {
  background: #fff;
  color: var(--hp-ink);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-id-149 .hp-contact-links a,
.hp-contact-thanks-card a.hp-button {
  background: linear-gradient(135deg, var(--hp-red), var(--hp-red-deep));
  color: #fff;
  box-shadow: 0 18px 38px rgba(193, 18, 31, 0.24);
}

.page-id-149 .hp-contact-links,
.hp-contact-thanks-card .hp-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.page-id-149 #nf-form-1-cont {
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(193, 18, 31, 0.11), transparent 34%),
    #fff;
  box-shadow: var(--hp-shadow-strong);
}

.page-id-149 #nf-form-1-cont .nf-form-title,
.page-id-149 #nf-form-1-cont .nf-form-title h3 {
  display: none !important;
}

.page-id-149 #nf-form-1-cont .nf-before-form-content,
.page-id-149 #nf-form-1-cont .nf-form-fields-required {
  margin-bottom: 0.9rem;
  color: var(--hp-muted);
  font-size: 0.9rem;
}

.page-id-149 #nf-form-1-cont .nf-form-content {
  padding: 0;
}

.page-id-149 #nf-form-1-cont .nf-field-container {
  margin-bottom: 1rem;
}

.page-id-149 #nf-form-1-cont .nf-field-label label,
.page-id-149 #nf-form-1-cont .nf-field-label .nf-label-span {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--hp-ink);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-id-149 #nf-form-1-cont .nf-field-element input:not([type="submit"]):not([type="button"]),
.page-id-149 #nf-form-1-cont .nf-field-element textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.96);
  color: var(--hp-ink);
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.page-id-149 #nf-form-1-cont .nf-field-element textarea {
  min-height: 180px;
  resize: vertical;
}

.page-id-149 #nf-form-1-cont .nf-field-element input:not([type="submit"]):not([type="button"]):focus,
.page-id-149 #nf-form-1-cont .nf-field-element textarea:focus {
  outline: none;
  background: #fff;
  border-color: rgba(193, 18, 31, 0.45);
  box-shadow: 0 0 0 4px rgba(193, 18, 31, 0.08);
}

.page-id-149 #nf-form-1-cont .submit-container input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 0.92rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hp-red), var(--hp-red-deep));
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(193, 18, 31, 0.26);
  transition: transform 0.16s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.page-id-149 #nf-form-1-cont .submit-container input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(193, 18, 31, 0.3);
}

.page-id-149 #nf-form-1-cont .submit-container input[type="submit"]:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.page-id-149 #nf-form-1-cont .nf-error-msg,
.page-id-149 #nf-form-1-cont .nf-form-errors {
  color: #b91c1c;
  font-size: 0.88rem;
}

.page-id-149 #nf-form-1-cont .nf-response-msg {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.04);
}

.page-id-149 .hp-form-backup {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(193, 18, 31, 0.2);
  border-radius: 16px;
  background: rgba(193, 18, 31, 0.06);
  color: #7f1d1d;
}

.page-id-149 .hp-form-backup[hidden] {
  display: none;
}

.page-id-149 .hp-form-backup a {
  color: #991b1b;
  font-weight: 700;
  text-decoration: none;
}

.page-id-149 .hp-form-backup a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hp-contact-page {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .hp-contact-intro,
  .hp-contact-thanks-card,
  .page-id-149 #nf-form-1-cont {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .page-id-149 #nf-form-1-cont .submit-container input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}

body.archive .entry-hero.archive-hero-section,
body.archive .entry-hero {
  background: transparent !important;
  border-bottom: 0 !important;
  margin-top: 0.35rem;
}

body.archive .entry-hero .entry-header,
body.archive .entry-hero .hero-container {
  min-height: auto !important;
  padding-top: 0.35rem !important;
  padding-bottom: 0.25rem !important;
}

body.archive .hero-container.site-container,
body.archive .content-container.site-container {
  max-width: 1420px;
}

body.archive .archive-title,
body.archive .page-title.archive-title {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--hp-ink);
  text-align: left;
}

body.archive .content-area {
  margin-top: 0.5rem !important;
  margin-bottom: 3rem !important;
}

body.archive #archive-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.35rem;
}

body.archive .entry-list-item {
  list-style: none;
}

body.archive .loop-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  border-radius: 30px;
  border: 1px solid var(--hp-line);
  box-shadow: var(--hp-shadow);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(193, 18, 31, 0.12), transparent 34%),
    #fff;
}

body.archive .loop-entry::before {
  content: "HASHTAG ARCHIVE";
  position: absolute;
  top: 1.2rem;
  right: 1.35rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--hp-red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.archive .loop-entry .post-thumbnail {
  margin: 0;
  height: 100%;
}

body.archive .loop-entry .post-thumbnail-inner img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

body.archive .loop-entry .entry-content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 2.25rem 1.75rem !important;
}

body.archive .loop-entry .entry-taxonomies .category-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--hp-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.archive .loop-entry .entry-title {
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--hp-ink);
  max-width: 12ch;
}

body.archive .loop-entry .entry-meta,
body.archive .loop-entry .entry-meta a,
body.archive .loop-entry .entry-content p {
  color: #667085;
  font-size: 0.98rem;
}

body.archive .loop-entry .entry-summary {
  max-width: 46rem;
  margin-top: 0.75rem;
}

body.archive .loop-entry .entry-summary p {
  font-size: 1.02rem;
  line-height: 1.7;
}

body.archive .loop-entry .post-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.45rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: var(--hp-ink);
  color: #fff;
  font-weight: 700;
}

body.archive .loop-entry .post-more-link:hover {
  background: var(--hp-red);
  color: #fff;
}

body.archive.tag .archive-title::after {
  content: "Open the story, follow the tag trail, and jump into alpha.";
  display: block;
  margin-top: 0.6rem;
  max-width: 34rem;
  color: #667085;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .site-header-wrap .site-branding {
    padding-left: 1.15rem !important;
  }

  .site-header-wrap .site-branding .brand::before,
  .site-header-wrap .site-branding .site-title::before {
    font-size: 1.05rem;
  }

  body.archive .loop-entry {
    grid-template-columns: minmax(0, 1fr);
  }

  body.archive .loop-entry .post-thumbnail-inner img {
    min-height: 240px;
    max-height: 300px;
  }

  body.archive .loop-entry .entry-title {
    max-width: none;
  }
}

body.single-post .content-area {
  margin-top: 1.1rem;
  margin-bottom: 3rem;
}

body.single-post .content-width-narrow .content-container.site-container,
body.single-post .content-width-narrow .hero-container.site-container {
  max-width: 1280px;
}

body.single-post .site-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.single-post .content-wrap {
  gap: 0;
}

body.single-post .post-thumbnail.article-post-thumbnail {
  max-width: 1220px;
  margin: 0 auto 1.2rem;
}

body.single-post .post-thumbnail.article-post-thumbnail .post-thumbnail-inner {
  display: flex;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(193, 18, 31, 0.1), rgba(15, 23, 42, 0.03)),
    #fff;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

body.single-post .post-thumbnail-inner img {
  width: 100%;
  max-height: min(68vh, 760px);
  object-fit: cover;
  object-position: center center;
  background: #fff;
  box-shadow: none;
}

body.single-post .entry.content-bg.single-entry {
  position: relative;
  max-width: 1220px;
  margin: -4.5rem auto 0;
  border-radius: 34px;
  border: 1px solid var(--hp-line);
  background:
    radial-gradient(circle at top right, rgba(193, 18, 31, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}

body.single-post .entry-content-wrap {
  padding: 2.35rem 2.55rem 2.65rem;
}

body.single-post .entry-taxonomies .category-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.86rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--hp-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post .entry-title {
  margin-top: 0.65rem;
  margin-bottom: 0.85rem;
  color: var(--hp-ink);
  max-width: 18ch;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

body.single-post .entry-meta,
body.single-post .entry-meta a,
body.single-post .entry-footer,
body.single-post .entry-footer a {
  color: #667085;
  font-size: 0.95rem;
}

body.single-post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.single-post .single-content p,
body.single-post .single-content li {
  font-size: 1.08rem;
  line-height: 1.84;
  color: #374151;
}

body.single-post .single-content h2,
body.single-post .single-content h3,
body.single-post .single-content h4 {
  color: var(--hp-ink);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.single-post .single-content > p:first-child {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-red-deep);
}

body.single-post .single-content > * + * {
  margin-top: 1.25rem;
}

body.single-post .single-content figure {
  margin: 1.6rem 0;
}

body.single-post .single-content img {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

body.single-post .single-content .wp-block-image figcaption {
  margin-top: 0.85rem;
  padding-left: 0.2rem;
  color: #667085;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

body.single-post .entry-footer {
  margin-top: 1.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hp-line);
}

body.single-post .entry-header {
  display: grid;
  gap: 0.25rem;
}

body.single-post .entry-content,
body.single-post .post-navigation,
body.single-post .entry-related .entry-related-inner-content {
  padding-left: max(0rem, 0px);
  padding-right: max(0rem, 0px);
}

body.single-post .entry-footer a {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem 0.35rem 0.2rem 0;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--hp-red-deep);
  text-decoration: none;
}

body.single-post .post-navigation {
  max-width: 1220px;
  margin: 1.25rem auto 0;
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--hp-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--hp-shadow);
}

body.single-post .post-navigation .nav-links {
  gap: 1rem;
}

body.single-post .post-navigation .nav-links a {
  color: var(--hp-ink);
  min-width: 0;
}

body.single-post .related-posts-wrap,
body.single-post .comments-area {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .entry-related .entry-related-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .entry-related .entry-related-inner-content {
  max-width: none;
}

body.single-post .entry-related .entry-related-title {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.single-post .entry-related .splide__track,
body.single-post .entry-related .splide__list,
body.single-post .entry-related .entry-list-item {
  overflow: visible;
}

body.single-post .entry-related .loop-entry {
  min-height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1024px) {
  body.single-post .post-thumbnail.article-post-thumbnail {
    max-width: 100%;
  }

  body.single-post .entry.content-bg.single-entry {
    margin-top: -2rem;
  }

  body.single-post .entry-title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.home .content-area {
    margin-top: 0.75rem;
  }

  body.single-post .entry.content-bg.single-entry {
    margin-top: -1rem;
    border-radius: 22px;
  }

  body.single-post .entry-content-wrap {
    padding: 1.45rem;
  }

  body.single-post .entry-title {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  body.single-post .single-content p,
  body.single-post .single-content li {
    font-size: 1rem;
  }
}
