:root{
  --trmbh-black:#050505;
  --trmbh-gold:#d6aa18;
  --trmbh-gold-soft:#f4df82;
  --trmbh-cream:#fbf8ef;
  --trmbh-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Gentle global brand layer. Does not replace templates. */
.wp-site-blocks{padding-top:0!important;}

/* Existing TRMBH classes */
.trmbh-section{max-width:1100px;margin-inline:auto;padding:56px 20px;}
.trmbh-center{text-align:center;}
.trmbh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.trmbh-two{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;max-width:1100px;margin-inline:auto;}
.trmbh-two img{max-width:100%;border-radius:16px;box-shadow:var(--trmbh-shadow);}
.trmbh-text{font-size:18px;line-height:1.75;}
.trmbh-card,.trmbh-soft-card,.trmbh-office-card,.trmbh-form-card,.trmbh-memorial-card{
  background:#fff;
  border:1px solid rgba(214,170,24,.65);
  border-top:4px solid var(--trmbh-gold);
  border-radius:14px;
  box-shadow:var(--trmbh-shadow);
}
.trmbh-card{padding:25px;}
.trmbh-black,.trmbh-dark-panel{background:#050505;color:#fff;}
.trmbh-black h2,.trmbh-black h3,.trmbh-dark-panel h1,.trmbh-dark-panel h2,.trmbh-dark-panel h3{color:var(--trmbh-gold-soft);}
.trmbh-final{border-top:5px solid var(--trmbh-gold);border-bottom:5px solid var(--trmbh-gold);}
.trmbh-gold-line{height:5px;background:linear-gradient(90deg,#8d6b12,#d6aa18,#f4df82,#d6aa18,#8d6b12);}

/* Buttons */
.trmbh-btn,.trmbh-gold,button[type="submit"],input[type="submit"],.trmbh-button-gold .wp-block-button__link{
  background:linear-gradient(135deg,#c89600,#ffd400)!important;
  color:#050505!important;
  border:0!important;
  border-radius:999px!important;
  font-weight:800!important;
}
.trmbh-button-dark .wp-block-button__link{
  background:#050505!important;color:#fff!important;border:1px solid var(--trmbh-gold)!important;border-radius:999px!important;font-weight:800!important;
}

/* Editable patterns */
.trmbh-pattern-hero{
  padding:72px 20px;
  background:radial-gradient(circle at center,rgba(214,170,24,.18),rgba(0,0,0,.88)),#050505;
  color:#fff;
  border-bottom:5px solid var(--trmbh-gold);
}
.trmbh-pattern-hero h1{color:#fff!important;}
.trmbh-pattern-hero p{color:#fff;font-size:20px;}
.trmbh-card-row{max-width:1100px;margin-inline:auto;}
.trmbh-dark-panel{padding:56px 20px;border-top:5px solid var(--trmbh-gold);border-bottom:5px solid var(--trmbh-gold);}

/* Forms */
form input,form textarea,form select{
  border:1px solid #d8d8d8;
  border-radius:8px;
  padding:.72rem;
  max-width:100%;
}

@media(max-width:768px){
  .trmbh-two{grid-template-columns:1fr;}
  .trmbh-section{padding:38px 16px;}
}
