/*
Theme Name: Kadence Child
Template: kadence
*/

/* =====================================================================
   The Holocaust Today: site-wide custom CSS
   Migrated from Customiser Additional CSS, 30/4/2026
   ===================================================================== */
   

/* ── HEADER / NAV ─────────────────────────── */
#main-header,.site-header-wrap,.site-header-inner-wrap,.site-header-upper-wrap,.site-header-upper-inner-wrap,.site-main-header-wrap,.site-header-row-container-inner{background:#2e2a24!important}
.site-header{background:#2e2a24!important}
#main-header{border-bottom:2px solid #a07830!important}
p.site-title,.site-title,.site-branding .site-title,.brand .site-title{font-family:'Cinzel',serif!important;font-weight:600!important;font-size:18px!important;letter-spacing:.08em!important;color:#f2ebe0!important}
.site-title a,.site-title a:visited,.site-title a:hover{font-family:'Cinzel',serif!important;font-weight:600!important;color:#f2ebe0!important;text-decoration:none!important}
.main-navigation a,.header-navigation a{font-family:'Cinzel',serif!important;font-size:11px!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#d4c4a0!important}
.main-navigation a:hover,.header-navigation a:hover,.main-navigation .current-menu-item>a,.header-navigation .current-menu-item>a{color:#f2ebe0!important;background:rgba(255,255,255,.03)!important}
.main-navigation .sub-menu,.header-navigation .sub-menu{background:#1a1814!important;border-top:2px solid #a07830!important}
.main-navigation .sub-menu a,.header-navigation .sub-menu a{font-family:'Cinzel',serif!important;font-size:10px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#d4c4a0!important;padding:10px 20px!important}
.main-navigation .sub-menu a:hover,.header-navigation .sub-menu a:hover{color:#c9a84c!important;background:rgba(255,255,255,.04)!important;border-left:2px solid #c9a84c!important}

/* ── HOME PAGE — close gap, fix bg ─────────── */
body.home .entry-content-wrap{padding-top:0!important;padding-bottom:0!important}
body.home .entry.content-bg{background:transparent!important;box-shadow:none!important;border:none!important}
body.home .entry-content,body.home .single-content{padding:0!important;margin:0!important}
body.home .ht-wrap{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;width:auto!important}
body.home{overflow-x:hidden!important}
body.home article.entry{padding:0!important;margin:0!important;border:none!important;box-shadow:none!important}
body.home .entry-header{display:none!important}
body.home #primary,body.home #content,body.home .site-content,body.home .content-area,body.home .wrap.kt-clear{padding:0!important;margin:0!important}
.ht-hebrew{line-height:1.1!important}
.ht-translit{margin-top:-28px!important;color:#8a7450!important}

/* ── INNER PAGE TITLE BAND ────────────────── */
.entry-hero-container-inner{background:#1a1814!important;border-bottom:2px solid #a07830!important}
.entry-hero,.page-hero-section{background:#1a1814!important}
h1.entry-title{font-family:'Cinzel',serif!important;font-weight:500!important;font-size:28px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#d4bc88!important;text-shadow:-1px -1px 0 rgba(255,235,160,.3),1px 1px 2px rgba(0,0,0,.8)!important}

/* ── INNER PAGE TYPOGRAPHY ─────────────────── */
body:not(.home) .entry-content p,
body:not(.home) .entry-content li,
body:not(.home) .entry-content td{font-family:'Crimson Pro',Georgia,serif!important;font-size:18px!important;font-weight:300!important;line-height:1.75!important;color:#3d3830!important}
body:not(.home) .entry-content h2{font-family:'Cinzel',serif!important;font-size:18px!important;font-weight:500!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#1a1814!important;margin-top:2em!important;margin-bottom:.75em!important;padding-bottom:.5em!important;border-bottom:1px solid #d4c4a0!important}
body:not(.home) .entry-content h3{font-family:'Cinzel',serif!important;font-size:14px!important;font-weight:500!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#3d3830!important;margin-top:1.5em!important;margin-bottom:.5em!important}
body:not(.home) .entry-content a{color:#a07830!important;text-decoration:none!important;border-bottom:1px solid rgba(160,120,48,.3)!important}
body:not(.home) .entry-content a:hover{color:#c9a84c!important;border-bottom-color:#c9a84c!important}
body:not(.home) .entry-content ul li{font-family:'Crimson Pro',serif!important;font-size:17px!important;color:#3d3830!important}
body:not(.home) .entry-content em{color:#1a1814!important}

/* ── FOOTER ────────────────────────────────── */
.site-footer,#colophon{background:#1a1814!important;border-top:2px solid #a07830!important}
.site-footer,.site-footer-wrap,.site-bottom-footer-wrap,.site-footer-row-container-inner,
.footer-widget-area,.footer-html,.footer-html-inner,
.site-footer p,.site-footer span,.site-footer div{color:#8a7450!important}
.site-footer a,.site-footer a:visited{color:#6a5a40!important;text-decoration:none!important}
.site-footer a:hover{color:#c9a84c!important}

/* ── GLOBAL ────────────────────────────────── */
body{background:#faf7f2!important}

/* Tighten gap between dark title band and content panel */
.content-area{margin-top:0!important;margin-bottom:0!important;}
.entry-content-wrap{padding-top:48px!important;padding-bottom:64px!important;}

/* Smaller, more discreet footer */
.site-footer,.site-footer p,.site-footer-row-container-inner,.site-info,.footer-html,.site-bottom-footer-wrap{font-size:13px!important;line-height:1.6!important;}
.site-footer a{font-size:13px!important;}

/* Denier claim box */
.denier-claim {
    border-left: 4px solid #c00;
    background: #fff4f4;
    padding: 16px 20px;
    margin: 24px 0;
}
.denier-claim p:last-child {
    margin-bottom: 0;
}

/* ========================================
   HOME PAGE STYLES
   ======================================== */
:root{--stone-light:#f2ebe0;--stone-mid:#d4c4a0;--stone-warm:#b89e72;--stone-deep:#8a7450;--gold-bright:#c9a84c;--gold-mid:#a07830;--charcoal:#1a1814;--charcoal-mid:#2e2a24;--charcoal-text:#3d3830;--off-white:#faf7f2;--red-accent:#8b2020}
.ht-wrap{font-family:'Crimson Pro',Georgia,serif;color:var(--charcoal-text);margin:0 -20px}
.ht-hero{width:100%;height:520px;background:#1a1814;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.ht-hero-texture{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(180,150,90,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(140,110,60,.06) 0%,transparent 50%)}
.ht-hero-texture::after{content:'';position:absolute;inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E")}
.ht-rule{position:absolute;left:80px;right:80px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-mid) 15%,var(--gold-bright) 50%,var(--gold-mid) 85%,transparent)}
.ht-rule.top{top:64px}.ht-rule.bot{bottom:64px}
.ht-corner{position:absolute;width:20px;height:20px;border-color:#4a3e28;border-style:solid}
.ht-corner.tl{top:52px;left:68px;border-width:1px 0 0 1px}
.ht-corner.tr{top:52px;right:68px;border-width:1px 1px 0 0}
.ht-corner.bl{bottom:52px;left:68px;border-width:0 0 1px 1px}
.ht-corner.br{bottom:52px;right:68px;border-width:0 1px 1px 0}
.ht-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;padding:0 80px}
.ht-english{font-family:'Cinzel',serif;font-weight:400;font-size:44px;letter-spacing:.18em;color:#d4bc88;text-transform:uppercase;white-space:nowrap;text-shadow:-1px -1px 0 rgba(255,235,160,.5),1px 1px 2px rgba(0,0,0,.95),2px 2px 5px rgba(0,0,0,.7)}
.ht-divider{display:flex;align-items:center;gap:20px;margin:24px 0}
.ht-dl{width:140px;height:1px;background:linear-gradient(90deg,transparent,#6a5330)}
.ht-dl.r{background:linear-gradient(90deg,#6a5330,transparent)}
.ht-dd{width:5px;height:5px;background:var(--gold-bright);transform:rotate(45deg)}
.ht-hebrew{font-family:'Noto Serif Hebrew',serif;font-weight:300;font-size:62px;color:#c9a84c;direction:rtl;letter-spacing:.06em;text-shadow:-1px -1px 0 rgba(255,235,160,.35),1px 1px 2px rgba(0,0,0,.9),2px 2px 4px rgba(0,0,0,.6)}
.ht-translit{font-family:'Cinzel',serif;font-size:12px;letter-spacing:.3em;color:#8a7450;margin-top:-20px;text-transform:uppercase}
.ht-intro{background:var(--stone-light);border-top:3px solid var(--gold-mid);border-bottom:1px solid var(--stone-mid);padding:52px 0}
.ht-intro-inner{max-width:860px;margin:0 auto;padding:0 40px;text-align:center}
.ht-intro-label{font-family:'Cinzel',serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--stone-deep);margin-bottom:20px}
.ht-intro-text{font-family:'Crimson Pro',serif;font-size:22px;font-weight:300;line-height:1.75;color:var(--charcoal-text)}
.ht-intro-text strong{font-weight:500;color:var(--charcoal)}
.ht-intro-text em{font-style:italic;color:var(--charcoal)}
.ht-intro-rule{width:60px;height:2px;background:var(--gold-mid);margin:28px auto 0}
.ht-sections{background:var(--off-white);padding:20px 0}
.ht-sections-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.ht-sections-heading{font-family:'Cinzel',serif;font-size:12px;letter-spacing:.35em;text-transform:uppercase;color:var(--stone-deep);text-align:center;margin-bottom:40px}
.ht-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}
.ht-card{background:var(--charcoal-mid);padding:16px 20px;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;transition:background .25s;border-bottom:3px solid transparent}
.ht-card:hover{background:#252018;border-bottom-color:var(--gold-bright)}
.ht-card-num{font-family:'Cinzel',serif;font-size:11px;letter-spacing:.2em;color:var(--stone-deep);margin-bottom:16px}
.ht-card-title{font-family:'Cinzel',serif;font-size:13px;font-weight:500;letter-spacing:.08em;color:var(--stone-light);line-height:1.5;margin-bottom:12px;text-transform:uppercase}
.ht-card-desc{font-family:'Crimson Pro',serif;font-size:14px;font-weight:300;color:var(--stone-deep);line-height:1.55;flex:0}
.ht-card-arrow{margin-top:20px;font-size:18px;color:var(--gold-mid)}
.ht-card:hover .ht-card-arrow{color:var(--gold-bright)}
.ht-quote{background:var(--charcoal);padding:64px 0;position:relative;overflow:hidden}
.ht-quote::before{content:'"';position:absolute;left:60px;top:-20px;font-family:'Cinzel Decorative',serif;font-size:240px;color:rgba(180,140,60,.06);line-height:1;pointer-events:none}
.ht-quote-inner{max-width:800px;margin:0 auto;padding:0 40px;text-align:center;position:relative;z-index:1}
.ht-quote-text{font-family:'Crimson Pro',serif;font-style:italic;font-size:26px;font-weight:300;line-height:1.65;color:var(--stone-light)}
.ht-quote-source{font-family:'Cinzel',serif;font-size:11px;letter-spacing:.25em;color:var(--stone-deep);text-transform:uppercase;margin-top:24px}
.ht-quote-rule{width:40px;height:1px;background:var(--gold-mid);margin:16px auto 0}
.ht-featured{background:var(--stone-light);padding:64px 0;border-top:1px solid var(--stone-mid)}
.ht-feat-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.ht-feat-heading{font-family:'Cinzel',serif;font-size:12px;letter-spacing:.35em;text-transform:uppercase;color:var(--stone-deep);margin-bottom:36px;padding-bottom:16px;border-bottom:1px solid var(--stone-mid)}
.ht-feat-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}
.ht-feat-main{padding-right:32px;border-right:1px solid var(--stone-mid)}
.ht-feat-label{font-family:'Cinzel',serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--red-accent);margin-bottom:10px}
.ht-feat-title{font-family:'Cinzel',serif;font-size:20px;font-weight:500;color:var(--charcoal);line-height:1.4;margin-bottom:14px;letter-spacing:.04em}
.ht-feat-excerpt{font-family:'Crimson Pro',serif;font-size:17px;font-weight:300;color:var(--charcoal-text);line-height:1.7}
.ht-feat-more{display:inline-block;margin-top:16px;font-family:'Cinzel',serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-mid);text-decoration:none;border-bottom:1px solid transparent}
.ht-feat-more:hover{color:var(--gold-bright);border-bottom-color:var(--gold-bright)}
.ht-feat-sec{display:flex;flex-direction:column;gap:24px}
.ht-feat-small{padding-bottom:24px;border-bottom:1px solid var(--stone-mid)}
.ht-feat-small:last-child{border-bottom:none;padding-bottom:0}
.ht-feat-small-label{font-family:'Cinzel',serif;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--stone-deep);margin-bottom:6px}
.ht-feat-small-title{font-family:'Cinzel',serif;font-size:13px;font-weight:500;color:var(--charcoal);line-height:1.45;letter-spacing:.03em}
@media(max-width:900px){.ht-cards{grid-template-columns:1fr 1fr}.ht-feat-grid{grid-template-columns:1fr}.ht-feat-main{border-right:none;padding-right:0}.ht-english{font-size:24px}.ht-hebrew{font-size:40px}}

/* Meet Your Guides */
.guide-block {
  border: 1px solid;
  border-radius: 6px;
  margin: 2em 0;
  padding: 1em 1.2em;
}
.guide-mortimer { border-color: #2c3e7c; background: #2c3e7c14; }
.guide-yossel   { border-color: #a85a2c; background: #a85a2c14; }
.guide-hannah   { border-color: #3d6b4f; background: #3d6b4f14; }

/* ── MOBILE FIXES ───────────────────────────────── */
.ht-card br  { line-height: 0 !important; font-size: 0 !important; }
.ht-card-num { display: none !important; margin: 0 !important; }

@media (max-width: 768px) {
  .holo-section-nav-list {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
  }
  .ht-english {
    white-space: normal !important;
    font-size: 22px !important;
    letter-spacing: 0.2em !important;
  }
  .ht-hebrew {
    font-size: 32px !important;
  }
  .ht-cards {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  .ht-card {
    align-self: start !important;
    padding: 16px 20px !important;
  }
  .ht-card-desc {
    font-size: 16px !important;
    color: #c8bfa8 !important;
    line-height: 1.4 !important;
  }
  .ht-card-title {
    font-size: 17px !important;
    color: #e8dfc8 !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
  }
  .ht-card-arrow { margin-top: 8px !important; }
}

/* Inner page title band height */
.entry-hero.page-hero-section .entry-header,
.entry-hero-container-inner .entry-header {
  min-height: 81px !important;
}

/* =====================================================================
   Guide profile pages: full-width portrait at top, mobile only.
   Pages 600 (Yossel), 601 (Leonard), 602 (Hannah).
   Original layout had the portrait floating right at 300px, which on
   mobile squeezed the body text into a 60px column wrapping a few
   characters at a time. On phones we drop the float and let the
   portrait sit full-width at the top of the body text. Desktop is
   unchanged: portrait stays floated right at the editor-set width.
   Added 29 April 2026.
   ===================================================================== */
@media (max-width: 768px) {
  .page-id-600 .entry-content figure.alignright,
  .page-id-601 .entry-content figure.alignright,
  .page-id-602 .entry-content figure.alignright {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    display: block;
  }
  .page-id-600 .entry-content figure.alignright img,
  .page-id-601 .entry-content figure.alignright img,
  .page-id-602 .entry-content figure.alignright img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
  }
}


/* =====================================================================
   Mobile hamburger: bigger and brighter.
   The default Kadence hamburger sits in the dark brown header at 14px
   in a muted brown that's nearly invisible against the background.
   Bump to 32px and match the desktop menu's warm cream-gold so it
   reads at a glance.
   Added 29 April 2026.
   ===================================================================== */
button.menu-toggle-open {
  color: #d4c4a0 !important;
  font-size: 32px !important;
}
button.menu-toggle-open:hover,
button.menu-toggle-open:focus {
  color: #f0e2bf !important;
}

@media (max-width: 768px) {
  .guide-block .wp-block-image,
  .guide-block figure.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  .guide-block .wp-block-image img,
  .guide-block figure.alignright img {
    width: 100% !important;
    max-width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
