*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --forest:#0F1E14; --forest-md:#162A1E; --forest-lt:#2A5038;
  --copper:#B87830; --copper-lt:#D4A060;
  --cream:#F8F4EE; --cream-dk:#EDE5D4; --warm-white:#F5EDE0;
  --text-dk:#0F1E14; --text-brown:#3A2C1A; --text-muted:#6A7868;
}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Lora',Georgia,serif;background:var(--cream);color:var(--text-dk);line-height:1.75;}
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(15,30,20,0.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(184,120,48,0.22);}
body.admin-bar nav{top:32px;}
.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:62px;}
.logo{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;letter-spacing:0.02em;color:var(--copper-lt);text-decoration:none;line-height:1.15;}
.logo span{display:block;font-size:0.5rem;font-weight:400;letter-spacing:0.2em;text-transform:uppercase;color:rgba(245,237,224,0.4);margin-top:1px;}
.nav-links{display:flex;gap:1.75rem;list-style:none;align-items:center;}
.nav-links a{font-family:'DM Sans',sans-serif;font-size:0.73rem;font-weight:400;letter-spacing:0.1em;text-transform:uppercase;color:rgba(245,237,224,0.65);text-decoration:none;transition:color 0.2s;}
.nav-links a:hover,.nav-links a.active{color:var(--copper-lt);}
.nav-actions{display:flex;gap:0.65rem;align-items:center;}
.btn-signin{font-family:'DM Sans',sans-serif;font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;background:transparent;color:rgba(245,237,224,0.55);padding:0.42rem 0.95rem;border-radius:2px;border:1px solid rgba(245,237,224,0.18);transition:all 0.2s;cursor:pointer;text-decoration:none;}
.btn-signin:hover{border-color:var(--copper-lt);color:var(--copper-lt);}
.btn-join-nav{font-family:'DM Sans',sans-serif;font-size:0.7rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;background:var(--copper);color:var(--forest);padding:0.42rem 1.05rem;border-radius:2px;text-decoration:none;transition:background 0.2s;border:none;cursor:pointer;}
.btn-join-nav:hover{background:var(--copper-lt);}

.bbpress-hero{margin-top:62px;background:linear-gradient(152deg,#080F0A 0%,var(--forest) 38%,#152218 100%);padding:3.75rem 2rem 3rem;position:relative;overflow:hidden;}
body.admin-bar .bbpress-hero{margin-top:94px;}
.bbpress-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(184,120,48,0.08) 1px,transparent 1px);background-size:28px 28px;}
.bbpress-hero-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1;}
.bbpress-eyebrow{display:inline-block;font-family:'DM Sans',sans-serif;font-size:0.65rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--copper-lt);margin-bottom:1rem;}
.bbpress-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,4.6vw,4rem);font-weight:500;line-height:1.06;color:var(--warm-white);margin-bottom:0.85rem;max-width:900px;}
.bbpress-intro{font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:300;color:rgba(245,237,224,0.62);line-height:1.85;max-width:760px;}

.bbpress-page{background:var(--cream);min-height:60vh;padding:3rem 0 4rem;}
.bbpress-inner{max-width:1100px;margin:0 auto;padding:0 2rem;}

#bbpress-forums{font-family:'DM Sans',sans-serif;color:var(--text-dk);}
#bbpress-forums ul{list-style:none;}
#bbpress-forums a{color:var(--forest-lt);text-decoration:none;}
#bbpress-forums a:hover{color:var(--copper);}

#bbp-breadcrumb{font-family:'DM Sans',sans-serif;font-size:0.8rem;color:var(--text-muted);margin-bottom:1.5rem;}
#bbp-breadcrumb a{color:var(--copper);text-decoration:none;}
#bbp-breadcrumb a:hover{text-decoration:underline;}
#bbp-breadcrumb .bbp-breadcrumb-sep{margin:0 0.4rem;opacity:0.5;}

.bbp-template-notice,
div.indicator-hint{background:rgba(184,120,48,0.08);border:1px solid rgba(184,120,48,0.18);border-radius:6px;padding:0.9rem 1rem;color:var(--text-brown);margin:0 0 1.25rem;}
.bbp-template-notice p,
div.indicator-hint p{margin:0;}

.bbp-forum-title,
.bbp-topic-title,
#bbpress-forums .entry-title,
#bbpress-forums .bbp-topic-permalink{
  font-family:'Cormorant Garamond',serif;
  font-size:1.85rem;
  font-weight:500;
  color:var(--text-dk);
  line-height:1.2;
}

#bbpress-forums .bbp-search-form{display:flex;justify-content:flex-end;margin-bottom:1.5rem;}
#bbpress-forums .bbp-search-form div{display:flex;gap:0.5rem;align-items:center;}
#bbpress-forums #bbp_search{min-width:280px;padding:0.8rem 0.95rem;border:1px solid rgba(42,80,56,0.15);background:#fff;color:var(--text-dk);font-family:'DM Sans',sans-serif;font-size:0.9rem;border-radius:2px;}
#bbpress-forums #bbp_search_submit{padding:0.8rem 1.2rem;border:none;border-radius:2px;background:var(--copper);color:var(--forest);font-family:'DM Sans',sans-serif;font-size:0.72rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;}
#bbpress-forums #bbp_search_submit:hover{background:var(--copper-lt);}

#bbpress-forums .bbp-pagination{font-family:'DM Sans',sans-serif;font-size:0.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1.25rem;flex-wrap:wrap;color:var(--text-muted);}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 0.55rem;border:1px solid var(--cream-dk);border-radius:2px;background:#fff;color:var(--text-muted);text-decoration:none;margin-right:0.35rem;}
#bbpress-forums .bbp-pagination-links .current{background:var(--forest);color:var(--warm-white);border-color:var(--forest);}
#bbpress-forums .bbp-pagination-links a:hover{border-color:var(--forest);color:var(--forest);}

#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer{background:var(--forest);color:rgba(245,237,224,0.8);border:none;font-family:'DM Sans',sans-serif;font-size:0.72rem;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;padding:0.9rem 1rem;}
#bbpress-forums .bbp-header ul,
#bbpress-forums .bbp-footer ul{display:grid;grid-template-columns:minmax(0,1fr) 110px 110px 170px;align-items:center;gap:1rem;}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies{border:1px solid rgba(42,80,56,0.08);background:rgba(237,229,212,0.65);}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-body div.reply{background:var(--cream);border-bottom:1px solid rgba(42,80,56,0.08);}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic{display:grid;grid-template-columns:minmax(0,1fr) 110px 110px 170px;gap:1rem;align-items:start;padding:1.2rem 1rem;}

#bbpress-forums .bbp-forum-info,
#bbpress-forums .bbp-topic-title{float:none;width:auto;margin:0;}
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink{display:block;font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:500;color:var(--text-dk);line-height:1.25;margin-bottom:0.3rem;}
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bbp-topic-meta{font-family:'DM Sans',sans-serif;font-size:0.8rem;font-weight:300;color:var(--text-muted);line-height:1.65;}
#bbpress-forums .bbp-topic-meta a,
#bbpress-forums .bbp-forum-freshness a,
#bbpress-forums .bbp-topic-freshness a{color:var(--forest-lt);}

#bbpress-forums .bbp-topic-voice-count,
#bbpress-forums .bbp-topic-reply-count,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness{font-family:'DM Sans',sans-serif;font-size:0.75rem;color:var(--text-muted);}

#bbpress-forums .status-category,
#bbpress-forums .status-closed,
#bbpress-forums .bbp-topic-status-closed,
#bbpress-forums .bbp-forum-status-closed{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.62rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;padding:0.2rem 0.45rem;border-radius:2px;background:rgba(42,80,56,0.1);color:var(--forest-lt);}

#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header{background:var(--cream-dk);border:1px solid rgba(42,80,56,0.08);border-bottom:none;font-family:'DM Sans',sans-serif;font-size:0.76rem;color:var(--text-muted);padding:0.85rem 1rem;}
#bbpress-forums .bbp-reply-content,
#bbpress-forums .bbp-topic-content{font-family:'Lora',serif;font-size:0.95rem;line-height:1.75;color:var(--text-dk);background:#fff;border:1px solid rgba(42,80,56,0.08);padding:1.25rem 1.4rem;margin:0 0 1rem;}
#bbpress-forums .bbp-reply-content p,
#bbpress-forums .bbp-topic-content p{margin:0 0 1rem;}
#bbpress-forums .bbp-reply-content p:last-child,
#bbpress-forums .bbp-topic-content p:last-child{margin-bottom:0;}
#bbpress-forums .bbp-author-name{font-weight:500;color:var(--forest);}
#bbpress-forums .bbp-author-role{font-size:0.7rem;background:var(--cream-dk);color:var(--text-brown);padding:0.1rem 0.45rem;border-radius:3px;}

#bbpress-forums fieldset.bbp-form,
#bbpress-forums #new-post{background:#fff;border:1px solid rgba(42,80,56,0.08);border-radius:6px;padding:1.5rem;margin:0 0 2rem;}
#bbpress-forums fieldset.bbp-form legend{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:500;color:var(--text-dk);padding:0 0.3rem;}
#bbpress-forums fieldset.bbp-form label,
#bbpress-forums #new-post label{font-family:'DM Sans',sans-serif;font-size:0.82rem;font-weight:500;color:var(--text-dk);display:block;margin-bottom:0.35rem;}
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form input[type="password"],
#bbpress-forums fieldset.bbp-form input[type="email"],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums #bbp-your-reply,
#bbpress-forums #new-post input[type="text"],
#bbpress-forums #new-post textarea{
  width:100%;
  background:var(--warm-white);
  border:1px solid rgba(42,80,56,0.12);
  border-radius:2px;
  padding:0.72rem 0.9rem;
  font-family:'DM Sans',sans-serif;
  font-size:0.9rem;
  color:var(--text-dk);
}
#bbpress-forums fieldset.bbp-form input:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form textarea:focus,
#bbpress-forums #bbp-your-reply:focus,
#bbpress-forums #new-post input:focus,
#bbpress-forums #new-post textarea:focus{outline:none;border-color:var(--copper);}
#bbpress-forums .bbp-submit-wrapper button,
#bbpress-forums .bbp-submit-wrapper input[type="submit"],
#bbpress-forums fieldset.bbp-form button,
#bbpress-forums fieldset.bbp-form input[type="submit"]{
  background:var(--copper);
  color:var(--forest);
  border:none;
  border-radius:2px;
  padding:0.78rem 1.4rem;
  font-family:'DM Sans',sans-serif;
  font-size:0.72rem;
  font-weight:500;
  letter-spacing:0.1em;
  text-transform:uppercase;
  cursor:pointer;
}
#bbpress-forums .bbp-submit-wrapper button:hover,
#bbpress-forums .bbp-submit-wrapper input[type="submit"]:hover,
#bbpress-forums fieldset.bbp-form button:hover,
#bbpress-forums fieldset.bbp-form input[type="submit"]:hover{background:var(--copper-lt);}

#bbpress-forums .bbp-login-form,
#bbpress-forums .bbp-no-access{background:#fff;border:1px solid rgba(184,120,48,0.18);border-radius:6px;padding:1.5rem;text-align:center;font-family:'DM Sans',sans-serif;color:var(--text-brown);}
#bbpress-forums .bbp-login-form .bbp-submit-wrapper,
#bbpress-forums .bbp-no-access p{margin-top:1rem;}

footer{background:var(--forest);padding:4rem 2rem 2rem;}
.footer-inner{max-width:1280px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem;}
.footer-brand p{font-family:'DM Sans',sans-serif;font-size:0.77rem;font-weight:300;color:rgba(245,237,224,0.38);line-height:1.75;margin-top:1rem;}
.footer-col h4{font-family:'DM Sans',sans-serif;font-size:0.62rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:rgba(245,237,224,0.35);margin-bottom:1rem;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.55rem;}
.footer-col a{font-family:'DM Sans',sans-serif;font-size:0.77rem;font-weight:300;color:rgba(245,237,224,0.45);text-decoration:none;transition:color 0.2s;}
.footer-col a:hover{color:var(--copper-lt);}
.footer-bottom{border-top:1px solid rgba(245,237,224,0.07);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-bottom p{font-family:'DM Sans',sans-serif;font-size:0.68rem;color:rgba(245,237,224,0.25);}
.footer-legal{display:flex;gap:1.5rem;}
.footer-legal a{font-family:'DM Sans',sans-serif;font-size:0.68rem;color:rgba(245,237,224,0.25);text-decoration:none;transition:color 0.2s;}
.footer-legal a:hover{color:var(--copper-lt);}

@media(max-width:960px){
  body.admin-bar nav{top:46px;}
  .nav-links{display:none;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  #bbpress-forums .bbp-header ul,
  #bbpress-forums .bbp-footer ul,
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic{grid-template-columns:1fr;gap:0.55rem;}
}
@media(max-width:768px){
  .bbpress-hero,.bbpress-page,footer{padding-left:1.25rem;padding-right:1.25rem;}
  .bbpress-inner{padding:0;}
  #bbpress-forums .bbp-search-form{justify-content:stretch;}
  #bbpress-forums .bbp-search-form div{width:100%;flex-direction:column;align-items:stretch;}
  #bbpress-forums #bbp_search{min-width:0;width:100%;}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr;}
}
