/*
 Theme Name:   Hairelle Fashion Child
 Theme URI:    https://hairellefashion.com
 Description:  Custom child theme for Hairelle Fashion — 2-column blog post design
 Author:       Hairelle Fashion
 Author URI:   https://hairellefashion.com
 Template:     kadence
 Version:      1.0.5
 Text Domain:  hairelle-child
*/

/* =====================================================
   HAIRELLE FASHION — BLOG POST PAGE DESIGN
   2-column layout: article left, sidebar right
   All selectors scoped under .hf-page-wrapper
   ===================================================== */

.hf-page-wrapper {
  --hf-rose:        #FF4F81;
  --hf-rose-light:  #FFD9E8;
  --hf-rose-dark:   #D4215F;
  --hf-champagne:   #E8C4A0;
  --hf-sidebar-bg:  #F7F2EC;
  --hf-surface:     #FFFFFF;
  --hf-text:        #1A1A1A;
  --hf-text-sec:    #6B6360;
  --hf-border:      #E5DDD5;
  --hf-border-dark: #C8BFB6;
  --hf-serif:       Georgia, 'Times New Roman', serif;
  --hf-sans:        -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, Arial, sans-serif;

  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  background: #FFFEF9;
  font-family: var(--hf-sans);
  color: var(--hf-text);
  box-sizing: border-box;
}

.hf-page-wrapper *,
.hf-page-wrapper *::before,
.hf-page-wrapper *::after {
  box-sizing: border-box;
}

/* ── BREADCRUMB ─────────────────────────────────────── */
.hf-breadcrumb {
  font-size: 0.78rem;
  color: var(--hf-text-sec);
  display: flex;
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem 0;
}
.hf-breadcrumb a { color: var(--hf-text-sec); text-decoration: none; }
.hf-breadcrumb a:hover { color: var(--hf-rose); }
.hf-bc-sep { color: var(--hf-border-dark); }

/* ── TWO-COLUMN GRID ────────────────────────────────── */
.hf-two-col {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.75rem;
  align-items: start;
}

/* ═══════════════════════════════════════════════════════
   LEFT COLUMN — ARTICLE
   ═══════════════════════════════════════════════════════ */
.hf-article-col { min-width: 0; }

/* Hero image */
.hf-hero-image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.75rem;
  line-height: 0;
}
.hf-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
}

/* Category tag */
.hf-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hf-rose);
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.hf-category-tag::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--hf-rose);
  flex-shrink: 0;
}

/* Post title — editorial cascade */
.hf-post-title {
  font-family: var(--hf-serif);
  line-height: 1.08;
  margin: 0 0 1.25rem;
  padding: 0;
  color: var(--hf-text);
  font-size: inherit;
  border: none;
}
.hf-title-1 {
  display: block;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--hf-text);
}
.hf-title-2 {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
  font-style: italic;
  color: var(--hf-text-sec);
  padding-left: 0.15em;
}

/* Post meta bar */
.hf-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 0;
  border-top: 1px solid var(--hf-border);
  border-bottom: 1px solid var(--hf-border);
  margin-bottom: 2rem;
}
.hf-meta-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.hf-meta-avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: block;
}
.hf-meta-details { flex: 1; min-width: 0; }
.hf-meta-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--hf-text);
  margin: 0;
}
.hf-meta-info {
  font-size: 0.775rem;
  color: var(--hf-text-sec);
  margin: 0;
}

/* ── ARTICLE BODY TYPOGRAPHY ────────────────────────── */
.hf-article-body {
  font-size: 1.0625rem !important;
  line-height: 1.82 !important;
  color: #2C2420 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}
.hf-article-body * {
  color: inherit;
}
.hf-article-body p,
.hf-article-body li,
.hf-article-body span {
  color: #2C2420 !important;
  font-size: 1.0625rem !important;
  line-height: 1.82 !important;
  display: revert !important;
  visibility: visible !important;
}
.hf-article-body > * + * { margin-top: 0; }
.hf-article-body p { margin: 0 0 1.4rem; }
.hf-article-body h2 {
  font-family: var(--hf-serif);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--hf-text);
  margin: 2.5rem 0 0.875rem;
  line-height: 1.2;
  padding: 0;
  border: none;
}
.hf-article-body h3 {
  font-family: var(--hf-serif);
  font-size: 1.175rem;
  font-weight: 700;
  font-style: italic;
  color: #3A2A28;
  margin: 2rem 0 0.5rem;
  padding: 0;
}
.hf-article-body h4,
.hf-article-body h5,
.hf-article-body h6 {
  font-family: var(--hf-serif);
  font-weight: 700;
  color: var(--hf-text);
  margin: 1.5rem 0 0.5rem;
}
.hf-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 1.5rem auto;
}
.hf-article-body a {
  color: var(--hf-rose);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--hf-rose-light);
}
.hf-article-body a:hover { text-decoration-color: var(--hf-rose); }
.hf-article-body blockquote {
  border-left: 3px solid var(--hf-rose);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: var(--hf-rose-light);
  border-radius: 0 6px 6px 0;
  font-family: var(--hf-serif);
  font-size: 1.125rem;
  font-style: italic;
  color: var(--hf-rose-dark);
  line-height: 1.6;
}
.hf-article-body blockquote p { margin: 0; }
.hf-article-body ul,
.hf-article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.4rem;
}
.hf-article-body li { margin-bottom: 0.4rem; }
.hf-article-body figure { margin: 1.75rem 0; }
.hf-article-body figcaption {
  font-size: 0.78rem;
  color: var(--hf-text-sec);
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}

/* ── POST TAGS ──────────────────────────────────────── */
.hf-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hf-border);
}
.hf-tag {
  padding: 0.3rem 0.875rem;
  background: var(--hf-sidebar-bg);
  border: 1px solid var(--hf-border);
  border-radius: 2rem;
  font-size: 0.78rem;
  color: var(--hf-text-sec);
  text-decoration: none;
  display: inline-block;
  transition: all 0.18s;
}
.hf-tag:hover {
  background: var(--hf-rose-light);
  border-color: var(--hf-rose);
  color: var(--hf-rose-dark);
}

/* ── SOCIAL SHARE BAR ───────────────────────────────── */
.hf-share-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--hf-border);
  border-radius: 6px;
  margin-top: 2rem;
  background: var(--hf-surface);
  flex-wrap: wrap;
}
.hf-share-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--hf-text-sec);
  white-space: nowrap;
}
.hf-share-icons { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.hf-si {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  transition: opacity 0.18s, transform 0.18s;
  font-family: var(--hf-sans);
  line-height: 1;
}
.hf-si:hover { opacity: 0.85; transform: translateY(-1px); color: #fff !important; }
.hf-si-fb  { background: #1877F2; }
.hf-si-x   { background: #000; }
.hf-si-li  { background: #0A66C2; }
.hf-si-tu  { background: #35465C; }
.hf-si-pin { background: #E60023; }
.hf-si-rd  { background: #FF4500; }
.hf-si-ms  { background: #006AFF; }
.hf-pin-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--hf-rose-dark);
  color: white;
  font-size: 0.5rem;
  font-weight: 700;
  padding: 0.1rem 0.35rem;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/* ── AUTHOR BOX (bottom of article) ────────────────── */
.hf-author-box {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--hf-sidebar-bg);
  border: 1px solid var(--hf-border);
  border-radius: 7px;
  margin-top: 1.75rem;
  align-items: flex-start;
}
.hf-ab-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 3px solid var(--hf-surface);
  outline: 2px solid var(--hf-rose-light);
}
.hf-ab-photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
}
.hf-ab-details { flex: 1; min-width: 0; }
.hf-ab-name {
  font-family: var(--hf-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hf-text);
  margin: 0 0 0.4rem;
}
.hf-ab-bio {
  font-size: 0.875rem;
  color: var(--hf-text-sec);
  line-height: 1.65;
  margin: 0 0 0.75rem;
}
.hf-ab-links { display: flex; gap: 0.5rem; align-items: center; }
.hf-ab-link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--hf-surface);
  border: 1px solid var(--hf-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hf-text-sec);
  text-decoration: none;
  transition: all 0.18s;
  flex-shrink: 0;
}
.hf-ab-link svg { width: 14px; height: 14px; display: block; }
.hf-ab-link:hover {
  background: var(--hf-rose);
  color: white;
  border-color: var(--hf-rose);
}

/* ── RELATED ARTICLES ───────────────────────────────── */
.hf-related { margin-top: 2.5rem; }
.hf-section-badge {
  display: inline-block;
  background: var(--hf-rose);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.hf-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.hf-related-card {
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--hf-border);
  background: var(--hf-surface);
  transition: box-shadow 0.2s, transform 0.2s;
}
.hf-related-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.09);
  transform: translateY(-2px);
}
.hf-rc-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  line-height: 0;
}
.hf-rc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
  margin: 0;
  border-radius: 0;
}
.hf-related-card:hover .hf-rc-img img { transform: scale(1.04); }
.hf-rc-body {
  padding: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hf-rc-title {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--hf-text);
  line-height: 1.45;
  flex: 1;
  margin: 0;
}
.hf-related-card:hover .hf-rc-title { color: var(--hf-rose); }
.hf-rc-date {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  color: var(--hf-text-sec);
}
.hf-rc-date svg { flex-shrink: 0; }

/* ── COMMENTS SECTION ───────────────────────────────── */
.hf-comments { margin-top: 2.5rem; }

/* Comment list */
.hf-comments .comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.hf-comments .comment-list .comment {
  margin-bottom: 1rem;
}
.hf-comments .comment-body {
  background: var(--hf-sidebar-bg);
  border: 1px solid var(--hf-border);
  border-radius: 7px;
  padding: 1.25rem;
}
.hf-comments .comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.hf-comments .comment-author img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin: 0;
}
.hf-comments .comment-author b a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hf-text);
  text-decoration: none;
}
.hf-comments .comment-metadata {
  font-size: 0.72rem;
  color: var(--hf-text-sec);
  margin-bottom: 0.75rem;
}
.hf-comments .comment-metadata a { color: var(--hf-text-sec); text-decoration: none; }
.hf-comments .comment-content p {
  font-size: 0.9rem;
  color: var(--hf-text);
  margin: 0;
  line-height: 1.65;
}
.hf-comments .reply { margin-top: 0.625rem; }
.hf-comments .reply a,
.hf-comments .reply .comment-reply-link {
  font-size: 0.78rem;
  color: var(--hf-rose);
  text-decoration: none;
  font-weight: 600;
}

/* Comment form note */
.hf-comments .hf-comment-note {
  font-size: 0.85rem;
  color: var(--hf-text-sec);
  margin-bottom: 1.25rem;
}
.hf-comments .hf-comment-note .required { color: var(--hf-rose); }

/* Comment form */
.hf-comments #respond { margin-top: 0; }
.hf-comments .comment-reply-title { display: none; }

.hf-comments .comment-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hf-comments .comment-form-comment { margin: 0; }
.hf-comments .comment-form-comment label { display: none; }
.hf-comments textarea#comment {
  width: 100%;
  border: 1px solid var(--hf-border-dark);
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-family: var(--hf-sans);
  font-size: 0.9rem;
  color: var(--hf-text);
  resize: vertical;
  outline: none;
  min-height: 150px;
  background: var(--hf-surface);
  transition: border-color 0.18s;
  display: block;
  box-sizing: border-box;
}
.hf-comments textarea#comment:focus { border-color: var(--hf-rose); }

/* 3-column field grid */
.hf-cf-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.hf-cf-field { display: flex; flex-direction: column; gap: 0.35rem; }
.hf-cf-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--hf-text);
}
.hf-cf-field input {
  border: 1px solid var(--hf-border-dark);
  border-radius: 5px;
  padding: 0.55rem 0.875rem;
  font-family: var(--hf-sans);
  font-size: 0.875rem;
  color: var(--hf-text);
  outline: none;
  background: var(--hf-surface);
  transition: border-color 0.18s;
  width: 100%;
}
.hf-cf-field input:focus { border-color: var(--hf-rose); }

/* Cookie consent checkbox */
.hf-comments .comment-form-cookies-consent,
.hf-cf-cookies {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.825rem;
  color: var(--hf-text-sec);
  line-height: 1.5;
  margin: 0;
}
.hf-comments .comment-form-cookies-consent input,
.hf-cf-cookies input {
  margin-top: 3px;
  accent-color: var(--hf-rose);
  flex-shrink: 0;
  width: auto;
}

/* Submit button */
.hf-comments .form-submit { margin: 0; }
.hf-comments .form-submit input[type="submit"],
.hf-cf-submit {
  background: var(--hf-rose);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 0.65rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--hf-sans);
  cursor: pointer;
  transition: background 0.18s;
  letter-spacing: 0.02em;
  display: inline-block;
}
.hf-comments .form-submit input[type="submit"]:hover,
.hf-cf-submit:hover {
  background: var(--hf-rose-dark);
}

/* ═══════════════════════════════════════════════════════
   RIGHT COLUMN — SIDEBAR
   ═══════════════════════════════════════════════════════ */
.hf-sidebar-col {
  position: sticky;
  top: 100px;
  align-self: start;
}

.hf-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  max-height: calc(100vh - 120px);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.hf-sidebar-inner::-webkit-scrollbar { display: none; }

.hf-widget {
  background: var(--hf-sidebar-bg);
  border: 1px solid var(--hf-border);
  border-radius: 7px;
  padding: 1.25rem;
}
.hf-widget-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--hf-rose);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--hf-border);
}

/* Search */
.hf-search-form {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--hf-border-dark);
  border-radius: 5px;
  overflow: hidden;
  background: var(--hf-surface);
  transition: border-color 0.2s;
}
.hf-search-form:focus-within { border-color: var(--hf-rose); }
.hf-search-form input[type="search"],
.hf-search-form input[type="text"] {
  flex: 1;
  border: none;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  font-family: var(--hf-sans);
  background: transparent;
  color: var(--hf-text);
  outline: none;
  min-width: 0;
  -webkit-appearance: none;
}
.hf-search-form input::placeholder { color: #B5ADA8; }
.hf-search-form button[type="submit"] {
  padding: 0 0.875rem;
  background: var(--hf-rose);
  border: none;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
  flex-shrink: 0;
  line-height: 1;
}
.hf-search-form button[type="submit"]:hover { background: var(--hf-rose-dark); }

/* Sidebar Author Widget */
.hf-sb-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.hf-widget-pin { padding: 1rem; }

/* Full-width author photo — full portrait */
.hf-sb-photo {
  width: calc(100% + 2.5rem);
  margin: -1.25rem -1.25rem 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  line-height: 0;
}
.hf-sb-photo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  border-radius: 0;
}
.hf-sb-name {
  font-family: var(--hf-serif);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--hf-text);
  line-height: 1.2;
  margin: 0.25rem 0 0;
}
.hf-sb-role {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--hf-rose);
  margin: 0;
}
.hf-sb-bio {
  font-size: 0.8125rem;
  color: var(--hf-text-sec);
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.hf-sb-socials {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}
.hf-sb-social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--hf-surface);
  border: 1px solid var(--hf-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--hf-text-sec);
  transition: all 0.18s;
  flex-shrink: 0;
}
.hf-sb-social svg { width: 14px; height: 14px; display: block; }
.hf-sb-social:hover {
  background: var(--hf-rose);
  color: white;
  border-color: var(--hf-rose);
}

/* Pinterest Sidebar */
.hf-pinterest-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--hf-border);
}
.hf-p-icon {
  width: 22px;
  height: 22px;
  background: #E60023;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  font-family: var(--hf-serif);
  flex-shrink: 0;
}
.hf-p-handle {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E60023;
}
/* Pin grid (3-col) — legacy, unused now that the Pinterest embed widget is live */
.hf-pin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 0.75rem;
}
/* Live Pinterest embed (widgets.pinterest.com) */
.hf-pin-embed {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.hf-pin-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 2/3;
  text-decoration: none;
}
.hf-pin-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s;
  margin: 0;
  border-radius: 0;
}
.hf-pin-item:hover img { transform: scale(1.06); }
.hf-pin-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.2s;
  display: flex;
  align-items: flex-end;
  padding: 6px;
}
.hf-pin-item:hover .hf-pin-overlay { background: rgba(0,0,0,0.32); }
.hf-pin-save {
  background: #E60023;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.18s;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
  letter-spacing: 0.03em;
}
.hf-pin-item:hover .hf-pin-save { opacity: 1; }

.hf-pin-follow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 0.55rem;
  background: #E60023;
  color: white !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.18s;
}
.hf-pin-follow:hover { background: #c0001c; }

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 960px) {
  .hf-two-col { grid-template-columns: 1fr; }
  .hf-sidebar-col { position: static; }
  .hf-title-1 { font-size: 2.25rem; }
  .hf-title-2 { font-size: 1.375rem; }
  .hf-related-grid { grid-template-columns: 1fr 1fr; }
  .hf-cf-fields { grid-template-columns: 1fr 1fr; }
  .hf-author-box { flex-direction: column; align-items: center; text-align: center; }
  .hf-ab-links { justify-content: center; }
}
@media (max-width: 540px) {
  .hf-page-wrapper { padding: 0 1rem 3rem; }
  .hf-title-1 { font-size: 1.875rem; }
  .hf-title-2 { font-size: 1.25rem; }
  .hf-related-grid { grid-template-columns: 1fr; }
  .hf-cf-fields { grid-template-columns: 1fr; }
  .hf-share-bar { gap: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hf-page-wrapper * { transition: none !important; }
}

/* ═══════════════════════════════════════════════════════
   HEADER — Logo centered + Full-width pink nav bar
   ═══════════════════════════════════════════════════════ */

/* 1. Stack logo (top) + nav (below) vertically */
.site-main-header-inner-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
}

/* 2. Logo section — full width, centered */
.site-header-main-section-left {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem 0 !important;
  order: 1 !important;
}

/* 3. Nav section — full width + pink breakout background */
.site-header-main-section-right {
  width: 100% !important;
  order: 2 !important;
  position: relative !important;
  background: #FF4F81 !important;
}

/* Full-viewport-width pink background using pseudo-element */
.site-header-main-section-right::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -100vw !important;
  right: -100vw !important;
  background: #FF4F81 !important;
  z-index: 0 !important;
}

/* Keep nav content above pseudo-element */
.site-header-main-section-right .site-header-item,
.site-header-main-section-right nav,
.site-header-main-section-right .primary-menu-container {
  position: relative !important;
  z-index: 1 !important;
}

/* 4. Nav item wrapper — full width */
.site-header-main-section-right .site-header-item {
  width: 100% !important;
}

/* 5. Menu container — centered */
.primary-menu-container.header-menu-container {
  display: flex !important;
  justify-content: center !important;
}

/* 6. Menu ul — centered flex row */
ul#primary-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 7. Nav links — white + bold */
ul#primary-menu > li > a {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.02em !important;
  padding: 0.875rem 1.1rem !important;
  display: block !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: color 0.18s !important;
}

/* 8. Hover — black */
ul#primary-menu > li > a:hover,
ul#primary-menu > li.current-menu-item > a,
ul#primary-menu > li.current-menu-ancestor > a {
  color: #000000 !important;
  background: transparent !important;
}

/* 9. Dropdown sub-menus — pink */
ul#primary-menu .sub-menu {
  background: #FF4F81 !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}
ul#primary-menu .sub-menu a {
  color: #ffffff !important;
  font-weight: 600 !important;
}
ul#primary-menu .sub-menu a:hover {
  color: #000000 !important;
  background: rgba(0,0,0,0.06) !important;
}

/* Mobile */
@media (max-width: 768px) {
  .site-header-main-section-right::before {
    left: -2rem !important;
    right: -2rem !important;
  }
  ul#primary-menu {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
