@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700&display=swap");


.site-header{
  max-width:var(--max);margin:0 auto;padding:18px 24px 18px;
  display:flex;align-items:center;gap:18px;position:relative
}
.site-header::after{
  content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;
  background:linear-gradient(90deg, rgba(212,175,55,0), rgba(212,175,55,.28), rgba(212,175,55,0))
}
.logo{font-size:clamp(2rem,3vw,3rem);font-weight:800;letter-spacing:-.04em;color:var(--brand);line-height:1}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:26px}
.site-nav a{font-size:1.02rem;font-weight:700;color:#fff5f5}
.desktop-nav-cta{display:inline-flex}.mobile-nav-cta{display:none !important}
.menu-toggle{display:none;margin-left:auto;width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.04);padding:0}
.menu-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px auto;border-radius:999px}

main{max-width:var(--max);margin:0 auto;padding:28px 24px 40px}
.hero{display:grid;grid-template-columns:314px 1fr;gap:40px;align-items:center}
.hero-media{border-radius:28px;overflow:hidden;box-shadow:0 26px 56px rgba(0,0,0,.26)}
.hero-copy{position:relative;min-height:430px;display:flex;flex-direction:column;justify-content:center}
.hero-copy::after{content:"";position:absolute;right:-24px;top:8px;width:360px;height:360px;background:radial-gradient(circle, rgba(255,178,96,.22) 0%, rgba(255,178,96,0) 72%);pointer-events:none}
.eyebrow{margin:0 0 8px;font-size:1.18rem;font-weight:700}
.hero-copy h1{margin:0;max-width:660px;font-size:clamp(4.5rem,7.9vw,6.45rem);line-height:.92;letter-spacing:-.05em;font-weight:900;position:relative;z-index:1}
.accent-line{width:180px;height:8px;margin:18px 0;border-radius:999px;background:linear-gradient(90deg,#ff214f 0%, rgba(255,33,79,0) 100%);transform:rotate(-7deg)}
.hero-copy h2{margin:0;max-width:650px;font-size:clamp(2.2rem,3.9vw,3.45rem);line-height:.98;letter-spacing:-.03em;font-weight:700}
.hero-description{margin:18px 0 0;color:var(--text-soft);font-size:1.17rem;line-height:1.56}
.hero-actions{margin-top:24px}

.section{padding-top:28px}
.section-heading{display:flex;align-items:center;justify-content:center;gap:18px}
.section-heading span{width:168px;height:1px;background:linear-gradient(90deg, rgba(212,175,55,0), rgba(212,175,55,.34), rgba(212,175,55,0))}
.section-heading h3{margin:0;font-size:clamp(1.08rem,1.4vw,1.55rem);letter-spacing:.24em;font-weight:700;text-transform:uppercase}
.creators-heading h3{font-size:clamp(1.26rem,1.65vw,1.9rem);letter-spacing:.01em;text-transform:none;   text-align: center;}

.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}
.info-card{
  min-height:320px;padding:42px 28px 30px;border-radius:18px;text-align:center;
  background:linear-gradient(180deg, rgba(53,9,21,.88) 0%, rgba(42,7,17,.94) 100%);
  border:1px solid rgba(212,175,55,.18);
  box-shadow:0 18px 42px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02);
  display:flex;flex-direction:column;align-items:center;justify-content:center
}
.card-icon{
  width:64px;height:64px;margin:0 auto 28px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:600;
  color:rgba(244,220,164,.95);background:rgba(255,255,255,.03);
  border:1.5px solid rgba(212,175,55,.32);box-shadow:0 0 0 1px rgba(212,175,55,.08), 0 4px 16px rgba(212,175,55,.10)
}
.info-card h4{margin:0 0 10px;font-size:clamp(1.2rem,1.55vw,2rem);line-height:1.08;font-weight:700}
.info-card p{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.45;max-width:250px}

.avatar-row{
  display:flex;justify-content:center;align-items:center;margin-top:24px;perspective:1200px
}
 


/* Footer */
.footer{
  max-width:var(--max);
  margin:0 auto;
  padding:8px 20px 26px;
}
.footer-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0 18px;
  border-top:1px solid rgba(230,191,121,.28);
}
.footer-left,.footer-right{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
.footer-left a,.footer-right span{
  font-size:.96rem;
  color:var(--text);
  letter-spacing:.04em;
}
.footer-left a:hover{color:var(--gold-strong)}
.footer-bottom{text-align:center;padding-top:6px}
.footer-bottom p{margin:0; }
.social-icon{
  width:42px; height:42px;
  border-radius:50%;
  padding:10px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  transition:all .35s cubic-bezier(.22,1,.36,1);
}
.social-icon svg{
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
}
.social-icon:hover{
  transform:translateY(-5px) scale(1.08);
  background:linear-gradient(180deg,#f2c980 0%,#d79b44 100%);
  border-color:rgba(230,191,121,.9);
  box-shadow:0 8px 20px rgba(0,0,0,.30),0 0 12px rgba(242,201,128,.6);
}


 
  
@media (max-width:980px){
  .hero{grid-template-columns:1fr;gap:24px}
  .hero-media{max-width:340px;margin:0 auto}
  .hero-copy{min-height:0;text-align:center}
  .hero-copy::after{right:50%;transform:translateX(50%)}
  .hero-copy h1,.hero-copy h2{max-width:none}
  .accent-line{margin-left:auto;margin-right:auto}
  .hero-actions{display:flex;justify-content:center}
}
@media (max-width:860px){
  .menu-toggle{display:inline-block}
  .desktop-nav-cta{display:none}
  .site-nav{display:none;position:absolute;top:calc(100% + 10px);right:24px;left:24px;padding:16px;flex-direction:column;align-items:stretch;gap:14px;background:rgba(38,8,16,.98);border:1px solid rgba(212,175,55,.18);border-radius:18px;box-shadow:0 18px 56px rgba(0,0,0,.28);z-index:40}
  .site-nav.is-open{display:flex}
  .mobile-nav-cta{display:inline-flex !important;justify-content:center}
  .card-grid{grid-template-columns:1fr}
  .footer-container{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
	
  main,.site-header,.footer{padding-left:14px;padding-right:14px}
  .site-header::after{left:14px;right:14px}
  .hero-copy h1{font-size:3.45rem}
  .hero-copy h2{font-size:2.02rem}
  .section-heading span{width:88px}
 /* .avatar-row img{width:84px;height:84px;margin-left:-12px} */
}
.dtb-hiw-final {
width: 100%;
padding: 44px 0 56px;
}

.dtb-hiw-final__container {
max-width: 1120px;
margin: 0 auto;
padding: 0 34px;
}

.dtb-hiw-final__title {
text-align: center;
font-family: Georgia, serif;
font-size: 60px;
color: #f4e4d3;
text-transform: uppercase;
margin-bottom: 10px;
}

.dtb-hiw-final__subtitle {
text-align: center;
font-size: 22px;
color: #f0dfcf;
margin-bottom: 36px;
}

.dtb-hiw-final__grid {
display: grid;
grid-template-columns: 1fr 1.18fr 1fr;
gap: 28px;
align-items: start;
}

.dtb-hiw-final__card {
border-radius: 24px;
overflow: hidden;
}

.dtb-hiw-final__card–featured {
transform: translateY(-6px);
}

.dtb-hiw-final__image {
width: 100%;
display: block;
}

.footer-seo {
  max-width: 900px;
  margin: 40px auto 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}

@media (max-width:640px){
	.dtb-hiw-final__grid {
		display:block;
	}
	.dtb-hiw-final__card--featured {
	margin-top:25px;
	}
	
}

/* ── NAV HOVER — no underline ── */
.site-nav a {
  transition: color 0.25s ease;
}
.site-nav a:hover {
  color: #E6BF79;
}

/* ── FOOTER NAV HOVER ── */
.footer-left a {
  transition: color 0.25s ease;
}
.footer-left a:hover {
  color: #E6BF79 !important;
}

/* ── FOOTER SLOGAN ── */
.footer-slogan {
  font-size: 14px;
  color: rgba(230,191,121,0.7);
  text-align: center;
   
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  display: block;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* ── SOCIAL ICONS ── */
.social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  background: rgba(22,5,10,0.28) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease !important;
  text-decoration: none !important;
  color: rgba(255,255,255,1) !important;
}
.social-link svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
}
.social-link[aria-label="X"] svg,
.social-link[aria-label="YouTube"] svg polygon {
  fill: currentColor !important;
  stroke: none !important;
}
.social-link::after { content: none !important; }
.social-link:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255,255,255,0.55) !important;
  background: rgba(44,10,18,0.5) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
}

/* ── HIW CARD OVERLAYS ── */
.dtb-hiw-card-overlay {
  position: relative;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(230,191,121,0.2) !important;
  margin: 40px 0px;
}
.dtb-hiw-final__card--featured.dtb-hiw-card-overlay {
  border: 2px solid rgba(230,191,121,0.5) !important;
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.dtb-hiw-card-inner {
  position: relative;
}
.dtb-hiw-final__image {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
.dtb-hiw-final__card--featured .dtb-hiw-final__image {
  height: 320px !important;
}
.dtb-hiw-card-text {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 18px 20px !important;
  background: linear-gradient(to top, rgba(27,6,8,0.97) 0%, rgba(27,6,8,0.7) 60%, transparent 100%) !important;
}
.dtb-hiw-card-num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #E6BF79 !important;
  color: #1A0608 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  position: absolute !important;
  top: -290px !important;
  left: 14px !important;
}
.dtb-hiw-final__card--featured .dtb-hiw-card-num {
  top: -308px !important;
}
.dtb-hiw-card-title {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #F7EBD0 !important;
  margin: 0 0 6px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.dtb-hiw-card-title--gold {
  color: #E6BF79 !important;
}
.dtb-hiw-card-desc {
  font-size: 12px !important;
  color: rgba(247,235,208,0.75) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ── SEO BLOCK ── */
.dtb-seo-block__inner {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 48px 32px !important;
}
.dtb-seo-block__title {
  font-size: 1.5rem !important;
  margin-bottom: 24px !important;
  line-height: 1.3 !important;
}
.dtb-seo-block__text {
  font-size: 0.95rem !important;
  line-height: 1.85 !important;
  margin-bottom: 16px !important;
  opacity: 0.85 !important;
}

/* ── PROMO PANEL ── */
.promo-panel {
  max-width: 800px !important;
  margin: 0 auto 48px !important;
  padding: 48px 40px !important;
  border-radius: 16px !important;
  text-align: center !important;
}
.promo-panel h3 {
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}
.promo-panel p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  max-width: 600px !important;
  margin: 0 auto 28px !important;
}

/* ── HERO H1/H2 SIZE ── */
.hero-copy h1 {
  font-size: 3rem !important;
}
.hero-copy h2 {
  font-size: 1.8rem !important;
}

 

/* ── HERO IMAGE FIX ── */
.hero-media img {
  width: 100% !important;
  height: auto !important;
  border-radius: 28px !important;
  display: block !important;
  object-fit: cover !important;
}

/* ── PROMO PANEL REDESIGN ── */
.promo-panel {
  max-width: 860px !important;
  margin: 0 auto 60px !important;
  padding: 0 24px !important;
  text-align: center !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
    box-shadow: none !important;
}
.promo-panel__inner {
  background: linear-gradient(135deg, rgba(53,9,21,.95) 0%, rgba(30,5,12,.98) 100%);
  border: 1px solid rgba(230,191,121,0.25);
  border-radius: 24px;
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
}
.promo-panel__inner::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(230,191,121,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* Stats row */
.promo-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 36px;
}
.promo-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
}
.promo-stat__number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #E6BF79;
  letter-spacing: -0.02em;
  line-height: 1;
}
.promo-stat__label {
  font-size: 0.78rem;
  color: rgba(247,235,208,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.promo-stat__divider {
  width: 1px;
  height: 40px;
  background: rgba(230,191,121,0.2);
}

/* Title */
.promo-panel__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  font-weight: 900 !important;
  color: #F7EBD0 !important;
  margin: 0 0 16px !important;
  line-height: 1.2 !important;
}

/* Text */
.promo-panel__text {
  font-size: 1rem !important;
  color: rgba(247,235,208,0.65) !important;
  max-width: 520px !important;
  margin: 0 auto 28px !important;
  line-height: 1.6 !important;
}

/* Sub slogan */
.promo-panel__sub {
  margin: 20px 0 0 !important;
  font-size: 0.8rem !important;
  color: rgba(230,191,121,0.4) !important;
  font-style: italic !important;
  letter-spacing: 0.03em !important;
}

@media (max-width: 640px) {
  .promo-panel__inner { padding: 36px 24px; }
  .promo-stat { padding: 0 20px; }
  .promo-stat__number { font-size: 1.6rem; }
}

/* ── AVATAR ROW — COMPLETE BLOCK ── */
.avatar-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  perspective: 1200px;
}
.avatar-row img {
  width: 108px !important;
  height: 108px !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 50% !important;
  margin-left: -16px !important;
  position: relative !important;
  z-index: 1 !important;
  border: 2px solid rgba(244,220,164,.34) !important;
  background: #14070d !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.28) !important;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, filter .35s, border-color .35s !important;
}
.avatar-row img:first-child {
  margin-left: 0 !important;
}
.avatar-row img:nth-child(3) {
  width: 140px !important;
  height: 140px !important;
  z-index: 5 !important;
  border-color: rgba(230,191,121,.6) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.4) !important;
}
.avatar-row img:hover {
  z-index: 10 !important;
  transform: translateY(-10px) scale(1.09) !important;
  filter: brightness(1.05) saturate(1.03) !important;
  border-color: rgba(244,220,164,.56) !important;
  box-shadow: 0 22px 44px rgba(0,0,0,.38), 0 0 24px rgba(244,220,164,.12) !important;
}
.avatar-row:hover img:not(:hover) {
  transform: scale(.97) !important;
  filter: brightness(.92) !important;
}


/* ============================================================
   DROP THAT BAG — Homepage Footer Override
   Scope: footer link color + size (homepage loads style.css last,
   so this must repeat the footer link fix here too)
   ============================================================ */

/* Kill cream variable in footer */
.footer {
  --text:      #ffffff;
  --text-soft: rgba(255,255,255,0.55);

  /* 404 layout */
  background: rgba(0,0,0,0.3) !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding: 28px 32px !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
.footer-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  border-top: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
.footer-bottom {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 8px 0 0 !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
}

/* Footer links — 404 exact: rgba(255,255,255,0.55) + 0.74rem */
.footer .footer-left a,
footer .footer-left a {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-family: 'Nunito', sans-serif !important;
}
.footer .footer-left a:hover,
footer .footer-left a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}
.footer .follow-label,
footer .follow-label,
.footer .footer-right span,
footer .footer-right span {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.footer .footer-bottom p,
footer .footer-bottom p,
.footer .footer-slogan,
footer .footer-slogan {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.73rem !important;
  font-weight: 600 !important;
}

/* Social icons — 404 exact */
.social-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.55) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.social-link:hover {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.28) !important;
  background: rgba(255,255,255,0.05) !important;
  transform: none !important;
  box-shadow: none !important;
}
.social-link svg { width:15px !important; height:15px !important; }

/* html bg fix */
html { background: #1a0809 !important; }
body {
  background-color: #1a0809 !important;
  background-image:
    radial-gradient(ellipse 65% 75% at 90% 85%, rgba(90,15,20,0.85) 0%, transparent 60%),
    radial-gradient(ellipse 45% 50% at  5% 95%, rgba(60, 8,12,0.60) 0%, transparent 55%) !important;
  background-attachment: fixed !important;
}

/* ============================================================
   END
   ============================================================ */
