/* =======================================
   TOPBAR
   ======================================= */

.hero-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  z-index: 9999;
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-top-2) 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(179, 64, 77, 0.35) 50%, transparent 100%);
}

.hero-topbar-inner {
  width: min(var(--site-width), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr 280px;
  align-items: center;
  gap: 24px;
}
/* =======================================
   NAVIGATION
   ======================================= */

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 100%;
}

.hero-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
	font-family: var(--tbf-font-display);
  color:var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  transition: color var(--ease), background var(--ease);
}

.hero-nav a:hover {
   color:var(--text-main);
    background:rgba(190,154,98,.05);
  text-decoration: none;
}

.hero-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 1px;
  background: var(--accent-2);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--ease);
}

.hero-nav a:hover::after {
  transform: scaleX(1);
}


/* =======================================
   BRAND / LOGO
   ======================================= */

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
}

.hero-brand:hover {
  text-decoration: none;
}

.hero-brand-icon {
  width: 62px;
  height: 62px;
}

.hero-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.hero-brand-title {
  font-size: 0.95rem;
  font-weight: 900;
 /* letter-spacing: 0.18em;*/
  text-transform: uppercase;
  color:var(--tbf-gold-bright);
	font-family: var(--tbf-font-display);
}

.hero-brand-sub {
  margin-top: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}


/* =======================================
   USER AREA
   ======================================= */

.hero-userarea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-userpanel {
  position: relative;
}

.hero-user-toggle {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 4px 0 4px 14px;
  border-left: 1px solid var(--line);
  color: var(--text-main);
  text-decoration: none;
  transition: background var(--ease);
}

.hero-user-toggle:hover {
  background: rgba(190,154,98,.05);;
  text-decoration: none;
}

.hero-user-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  background: var(--tbf-bg-panel);
}

.hero-user-meta {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.hero-user-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color:var(--text-muted);
}

.hero-user-name {
  margin-top: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text-muted);
	font-family: var(--tbf-font-display);
}

/* Dropdown */
.hero-user-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  min-width: 230px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}

.hero-user-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(179, 64, 77, 0.45), transparent);
}

.hero-userpanel:hover .hero-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-user-dropdown a {
  display: block;
  padding: 14px 18px;
  color: var(--text-soft);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.67rem;
  font-weight: 700;
  border-top:1px solid rgba(190,154,98,.08);
  transition: background var(--ease), color var(--ease), padding var(--ease);
}

.hero-user-dropdown a:first-child {
  border-top: 0;
}

.hero-user-dropdown a:hover {
  background:rgba(190,154,98,.05);
    color:var(--tbf-gold-bright);
  padding-left: 22px;
  text-decoration: none;
}

.hero-user-dropdown li{
list-style:none;
}

/*******/
.hero{
     position: relative;
    min-height:780px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: url(../../../images/trial/prag-winter.webp) center/cover no-repeat;
	background-position:center 25%;
  border-bottom: 0px solid var(--tbf-border);
}
.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(10,8,6,.62) 0%,
        rgba(10,8,6,.42) 18%,
        rgba(10,8,6,.16) 40%,
        rgba(10,8,6,0) 58%,
        rgba(10,8,6,.10) 78%,
        rgba(10,8,6,.26) 100%
    );
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:220px;
    background:
        linear-gradient(
            to bottom,
            rgba(10,8,6,0),
            rgba(10,8,6,.65),
            var(--tbf-bg)
        );
  pointer-events: none;
}

.hero-top{
    position:relative;
    z-index:20;
    padding:40px 0;
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  width: 560px;
  height: 100%;
background:linear-gradient(
        90deg,
        rgba(10,8,6,.78) 0%,
        rgba(10,8,6,.52) 42%,
        rgba(10,8,6,.18) 76%,
        rgba(10,8,6,0) 100%
    );
  z-index: -1;
}
.hero-inner{
    position:relative;
    z-index:2;
    width:min(var(--site-width),92%);
    height:100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    padding-bottom:120px;
}

.hero-panel{
    position:relative;
    width:620px;
    padding:34px 42px;

    border-left:1px solid var(--tbf-border);

    transform:translateX(-170px);
}



.hero-kicker{
	display: block;
  margin-bottom: 14px;
	font-family: var(--tbf-font-display);
 color:var(--tbf-gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 1rem;
  font-weight: 700;
text-shadow: 1px 1px 2px black;
}
.hero-title {
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2.4rem, 5vw, 5rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero-text {
  max-width: 600px;
  margin-top: 18px;
  color:var(--text-soft);
  line-height: 1.8;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.hero-intro{
    font-family:'Georgia';
     font-size:clamp(15px,1vw,10px);
    line-height:1.55;
    letter-spacing:.08em;
    color:var(--text-main);
}

.hero-content{
    position:relative;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:100vh;
}
.hero-center{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    padding-bottom:8vh;
}

.hero-content-inner{
    width:min(480px,90vw);
    text-align:center;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(12,10,9,.22),
        rgba(12,10,9,.42)
    );
}

.hero-logo{
    font-family:"Cinzel", serif;
    font-size:clamp(48px,5vw,65px);
    color:var(--tbf-gold-bright);
    line-height:1;
}


.hero h1 {
    font-size: 3.5rem;
}

.hero h2 {
    margin-top: .5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2em;
}


.site-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 60px;
    z-index:100;
}



.hero-buttons{
    display:flex;
    justify-content:center;
    gap:28px;

    margin-top:60px;
}

.hero-btn{
    display:inline-block;

    padding:10px 25px;

    color:var(--tbf-gold);
    border:1px solid var(--line-strong);
    background:rgba(10,8,6,.48);
    font-family:"Cinzel",serif;
    font-size:16px;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-decoration:none;
    transition:.25s;
}

.hero-btn:hover{
  color:var(--tbf-gold-bright);
    background:rgba(190,154,98,.10);
    border-color:var(--tbf-gold);
}

.hero-btn-primary{
   background:rgba(74,56,35,.70);
}
/* =======================================
   QUICK NAVIGATION
======================================= */

.quicknav{
    width:min(var(--site-width),58%);
     margin:0 auto 35px;
    padding-top:40px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
    position:relative;
    z-index:30;
}

.feature-card{
    min-height:170px;
    padding:26px;
     cursor:pointer;
    background:var(--tbf-bg-panel);
    border:1px solid var(--tbf-border);
    transition:var(--ease);
}

.feature-card:hover{
    transform:translateY(-4px);
    border-color:var(--tbf-gold);
    background:var(--tbf-bg-panel-alt);
}

.feature-icon{
    width:60px;
    height:60px;
    margin-bottom:28px;
    border:1px solid var(--line);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--tbf-gold);
}

.feature-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

.feature-card h3{
    margin:0 0 16px;
    font-family:var(--tbf-font-display);
    font-size:22px;
    color:var(--tbf-gold);
}

.feature-card p{
    margin:0;
    color:var(--tbf-text-muted);
    line-height:1.7;
    flex:1;
}
.feature-card.is-active{
    background:var(--tbf-gold);
    color:#18130f;
}

.feature-card.is-active h3{
    color:#18130f;
}

.feature-card.is-active .feature-icon{
    border-color:#18130f;
}

/* ==========================================================
   INTRO STRIP
   ========================================================== */

.intro-strip{
    width:min(var(--site-width),92%);
    margin:140px auto;
    display:grid;
    grid-template-columns:620px 1fr;
    gap:120px;
    align-items:center;
}

.intro-kicker{
    display:block;
    margin-bottom:18px;
    color:var(--tbf-gold);
    font-family:var(--tbf-font-display);
    letter-spacing:.22em;
    text-transform:uppercase;
    font-size:.8rem;
}

.intro-strip h2{
    margin:0 0 30px;
    color:#f2ede5;
    font-family:var(--tbf-font-display);
    font-size:clamp(2.6rem,4vw,3.6rem);
    line-height:1.1;
}

.intro-strip p{
    color:var(--tbf-text);
    font-size:1.1rem;
    line-height:1.9;
    max-width:560px;
}

.intro-button{
    display:inline-block;
    margin-top:40px;
    padding:14px 34px;
    border:1px solid var(--tbf-border);
    color:var(--tbf-gold);
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.15em;
    transition:.25s;
}

.intro-button:hover{
    background:rgba(201,166,104,.08);
    border-color:var(--tbf-gold);
}

.intro-right{
    position:relative;
    min-height:520px;
    border:1px solid var(--tbf-border);
    overflow:hidden;
}

.intro-right img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:sepia(.15) contrast(1.05);
}

.intro-left{
    text-align:left;
}

/* ==========================================================
   HOME NEWS
   ========================================================== */

.home-news{
    width:min(var(--site-width),92%);
    margin:160px auto 120px;
    display:grid;
    grid-template-columns:1.2fr .9fr;
    gap:42px;
}

.news-column,
.wanted-column{
    background:rgba(16,13,10,.55);
    border:1px solid var(--tbf-border);
    padding:36px;
}

.section-title{
    position:relative;
    padding-bottom:18px;
    margin-bottom:34px;
}

.section-title::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(201,166,104,.12);
}

.section-title span{
    font-family:var(--tbf-font-display);
    color:var(--tbf-gold);
    letter-spacing:.16em;
    text-transform:uppercase;
}

.section-title a{
    color:var(--tbf-text-muted);
    text-decoration:none;
    font-size:.9rem;
}

.news-item{
    display:grid;
    grid-template-columns:82px 1fr;
    gap:22px;
	padding-bottom:28px;
    margin-bottom:28px;
    border-bottom:1px solid rgba(201,166,104,.12);
}

.news-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}

.news-date{
    border:1px solid var(--tbf-border);
    text-align:center;
    padding:14px 0;
}

.news-date strong{
    display:block;
    font-size:2rem;
    color:var(--tbf-gold);
    font-family:var(--tbf-font-display);
}

.news-date span{
    display:block;
    letter-spacing:.18em;
    color:var(--tbf-text);
}

.news-date small{
    color:var(--tbf-text-dim);
}

.news-content h3{
    margin:0 0 12px;
    font-size:1.45rem;
    font-family:var(--tbf-font-display);
    color:#f3ede4;
}

.news-content p{
    margin:0;
    line-height:1.7;
    color:var(--tbf-text);
}

.wanted-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.wanted-card{
    aspect-ratio:2/3;
    border:1px solid var(--tbf-border);
    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.05),
            rgba(0,0,0,.25)
        );
    transition:.25s;
}

.wanted-card:hover{
    transform:translateY(-6px);
    border-color:var(--tbf-gold);
}

/**********************************************
      WORLDSECTION
***********************************************/
.world-section{
    width:min(var(--site-width),92%);
    margin:120px auto;
}

.world-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;
}

.world-card{
    display:block;
    background:var(--tbf-bg-panel);
    border:1px solid var(--tbf-border);
    color:inherit;
    text-decoration:none;
    transition:.35s;
}

.world-card img{
    display:block;
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.45s;
}

.world-content{
    padding:28px;
}

.world-content h3{
    margin:0 0 18px;
    color:var(--tbf-gold);
    font-family:var(--tbf-font-display);
    font-size:1.45rem;
}

.world-content p{
    margin:0 0 24px;
    color:var(--tbf-text);
    line-height:1.8;
}

.world-content span{
    color:var(--tbf-gold);
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:.85rem;
}

.world-card:hover{
    border-color:var(--tbf-gold);
}

.world-card img{
    height:180px;
}

.world-card:hover img{
    transform:scale(1.04);
}

.hidden-section{
    display:none;
}