/* ======================================================
   site.css — 02.19.2026 — 10:55 PM CST
   Global Styles + Banner + Footer System
   GDRankin The Bee Place 3.0 — TBP-3.5 SandBox
   ====================================================== */

/* ======================================================
   GLOBAL
   ====================================================== */

html, body {
  background: #000000;
  margin: 0;
  padding: 0;
}

.tbp-body {
  background: #000000;
  color: #F0ECB6; /* Honey */
  font-family: Segoe UI, Arial, sans-serif;
}

/* ==========================================
   Impress BT Web Font
   ========================================== */

@font-face {
  font-family: 'TBP-Impress';
  src: url('/_adam/fonts/ImpressBT-Regular.woff2') format('woff2'),
       url('/_adam/fonts/ImpressBT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ======================================================
   H1 IMAGE REPLACEMENT (SEO SAFE)
   ====================================================== */

h1.tbp-h1-hasimg {
  display: block;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1000 / 140;
  margin: 0 auto;

  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

/* ======================================================
   BANNER
   ====================================================== */

.tbp-banner-wrap {
  width: 100%;
  text-align: center;
}

.tbp-banner-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .tbp-banner-wrap {
    margin-top: 40px;
  }
}

/* ======================================================
   TBP FOOTER SYSTEM
   Tier-1 Nav + Legal + Centered Gold Bar
   ====================================================== */

.tbp-footer{
  text-align:center;
  padding:30px 20px 40px;
  background:#000000;
}

/* Gold bar wrapper */
.tbp-footer-bar-wrap{
  position:relative;
  display:inline-block;
  margin-bottom:5px;
}

/* Gold bar image */
.tbp-footer-bar{
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}

/* Centered text over bar */
.tbp-footer-happy{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.00rem;
  font-weight:600;
  color:#F0ECB6;
  pointer-events:none;
}

/* Tier-1 footer navigation */
.tbp-footer-nav{
  margin-bottom:10px;
}

.tbp-footer-nav a{
  color:#FFD000;
  text-decoration:none;
  margin:0 12px;
  font-size:0.75rem;
}

.tbp-footer-nav a:hover{
  text-decoration:underline;
}

/* Legal Notice heading */
.tbp-footer-copy{
  font-weight:600;
  margin-top:18px;
  margin-bottom:5px;
  font-size:0.75rem;
  color:#FFA346;
}

/* Legal links */
.tbp-footer-legal-links{
  margin-bottom:5px;
}

.tbp-footer-legal-links a{
  color:#CFBA6F;
  text-decoration:none;
  margin:0 5px;
  font-size:0.75rem;
}

.tbp-footer-legal-links a:hover{
  text-decoration:underline;
}

/* Fine print = Lighter version of [COMB] */
.tbp-footer-small{
  font-size:0.65rem;
  color:#E5E0CD;
  line-height:1.0;
  margin-top:5px;
}
@media (max-width: 640px) {

  .tbp-footer-happy{
    transform: translateY(-8px);
  }

}

/* ======================================================
   MISC OVERRIDES
   ====================================================== */

header,
footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ======================================================
   FIXES: Nav offset / Banner
   ====================================================== */

/* Push banner below fixed navigation bar */
.tbp-banner,
.tbp-banner-wrap {
  margin-top: 66px !important;
}

/* ======================================================
   HOME: Centering Hero Snippet - Main is Left
   ====================================================== */

.tbp-home-hero-snips {
  text-align: center;
}

.tbp-home-hero-snips h1,
.tbp-home-hero-snips h2,
.tbp-home-hero-snips h3,
.tbp-home-hero-snips p {
  text-align: center;
}

.tbp-home-main-snips {
  text-align: left;
}

.tbp-parent-hero .tbp-hero-text h1,
.tbp-parent-hero .tbp-hero-text h2,
.tbp-parent-hero .tbp-hero-text h3 {
    margin-top: 0;
}

/* Hero balance adjustment */
.tbp-parent-hero .tbp-text-block {
    margin-top: 0.75rem;   /* was 1.5rem */
}

.tbp-parent-hero .tbp-hero-img {
    margin-top: 0.75rem;
}

/* Hero Layout */
.tbp-hero-flex {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

/* Mobile: stack image above text */
@media (max-width: 680px) {
    .tbp-hero-flex {
        flex-direction: column;
    }

    .tbp-hero-img,
    .tbp-hero-text {
        flex: none !important;
        width: 100%;
        margin-top: 0;
    }
}

/* ======================================================
   Related Links — Text Only
   ====================================================== */

.tbp-related-links {
  max-width: 980px;
  margin: 36px auto 24px;
  padding: 14px 18px;
  border-top: 1px solid #000000;
  text-align: center;
}

.tbp-related-links-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #EBD96F;
  margin-bottom: 8px;
}

.tbp-related-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tbp-related-links-list li {
  margin: 4px 0;
}

.tbp-related-links-list a {
  color: #FFD000; /* Was #FFD000 or #DAB716*/
  text-decoration: none;
}

.tbp-related-links-list a:hover {
  text-decoration: underline;
}

.tbp-related-parent a {
  font-weight: 600;
}

@media (min-width: 640px) {

  .tbp-related-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tbp-related-links-list li {
    margin: 0 14px 8px 0;
  }
}


/* ======================================================
   FINAL HERO — CENTER TEXT
   ====================================================== */

.tbp-final-hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ======================================================
   ACCORDION
   ====================================================== */

.tbp-accordion{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.tbp-accordion details{
  background: #111111;
  border-radius: 10px;
  margin: 10px 10px;
  overflow: hidden;
  border: 1px solid #1F1F1F;
}

.tbp-accordion summary{
  cursor: pointer;
  user-select: none;
  list-style: none;
  padding: 12px 14px;
  background: #1D1D1D;
  border-bottom: 1px solid #1F1F1F;
  font-size: 20px;
  font-weight: 700;
  color: #F0ECB6;
  letter-spacing: .2px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbp-accordion summary::-webkit-details-marker{
  display: none;
}

.tbp-accordion summary::marker{
  content: "";
}

.tbp-accordion summary::before{
  content: "▼";
  color: #EBD96F;
  font-size: 16px;
  transform: rotate(-90deg);
  transition: transform .18s ease;
}

.tbp-accordion details[open] summary::before{
  transform: rotate(0deg);
}

.tbp-accordion summary:hover{
  background: #232323;
}

.tbp-accordion details > .tbp-snippet-raw{
  padding: 12px 14px 16px;
}


/* ======================================================
   SEARCH RESULTS — FIRST-CLASS PAGE
   ====================================================== */

/* Inherit TBP body color system */
.tbp-search-results {
  max-width: 980px;
  margin: 28px auto 40px;
  padding: 0 14px;
  color: inherit;
}

/* Anchor inheritance (prevents browser-blue) */
.tbp-search-results a {
  color: inherit;
  text-decoration: none;
}

.tbp-search-results a:hover {
  text-decoration: underline;
}

/* Individual result spacing */
.tbp-search-item {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Thumbnail constraints */
.tbp-search-thumb {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

/* Text block */
.tbp-search-text {
  display: block;
}

/* Title */
.tbp-search-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-style: underline;
}

/* Description line */
.tbp-search-desc {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #FAF5E2;
  font-style: italic;
}

/* ======================================================
   SEARCH RESULTS — RESULT CARDS (ENHANCED UX)
   ====================================================== */

/* Individual search result card */
.tbp-search-item {
  background: linear-gradient(
    180deg,
    #141414 0%,
    #0f0f0f 100%
  );
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px 16px 16px;
  margin-bottom: 22px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 4px 10px rgba(0,0,0,0.45);
}

/* Hover state — subtle, no animation */
.tbp-search-item:hover {
  background: linear-gradient(
    180deg,
    #181818 0%,
    #121212 100%
  );
  border-color: rgba(255,255,255,0.10);
}

/* Thumbnail spacing refinement inside card */
.tbp-search-thumb {
  margin-bottom: 8px;
}

/* Title emphasis */
.tbp-search-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Description / context line (lighter + italic) */
.tbp-search-desc {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #FAF5E2;
  font-style: italic;
}



/* ======================================================
   FINAL PAGE TITLE — H1 (aligned with snippet H1)
   ====================================================== */
.tbp-final-page-title h1 {
  font-size: 72px;
  font-weight: 500;
  color: #F2E298 ;  /* had #F0ECB6 was a bit lighter than the images #EBD96F */
  margin: 14px 0 8px;
}


/* ======================================================
   CSS TEXT TITLE — H1 (Clean Version, No Effects)
   ====================================================== */
.tbp-impress-title {
  font-family: 'TBP-Impress','Arial Black', sans-serif;
  font-size: 72px;
  font-weight: 500;   /* Fake bold */
  text-align: center;
  color: #F0ECB6;     /* Honey - #F0ECB6 or Solid gold tone #EBD96F or white */
  margin: 14px 0 8px;
}

.tbp-final-page-title{
  display: flow-root;
  width: 100%;
}
/* ======================================================
   END OF FILE: site.css
   ====================================================== */
