/* WordPress template isolation */
body.bob-thurman-memorial-page {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
}
body.bob-thurman-memorial-page .bob-memorial-site {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}
body.bob-thurman-memorial-page .bob-memorial-site,
body.bob-thurman-memorial-page .bob-memorial-site * {
  box-sizing: border-box;
}
body.admin-bar.bob-thurman-memorial-page .memorial-nav {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar.bob-thurman-memorial-page .memorial-nav {
    top: 46px;
  }
}

:root{
      --ink:#1d1715;
      --muted:#716762;
      --paper:#f8f3eb;
      --paper-2:#efe6d8;
      --maroon:#4a1017;
      --maroon-2:#741b24;
      --gold:#c8a35a;
      --gold-light:#ead7ae;
      --line:rgba(74,16,23,.17);
      --white:#fff;
      --shadow:0 24px 70px rgba(30,16,12,.18);
      --display:"Cormorant Garamond", Georgia, serif;
      --sans:"Inter", Arial, sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 20%, rgba(200,163,90,.08), transparent 35%),
        linear-gradient(180deg,#fbf8f2 0%,var(--paper) 100%);
      font-family:var(--sans);
      line-height:1.7;
    }
    img{display:block;max-width:100%}
    button,input,textarea{font:inherit}
    a{color:inherit}

    .topbar{
      position:absolute;
      z-index:10;
      inset:0 0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      padding:24px clamp(22px,5vw,80px);
      color:#fff;
      border-bottom:1px solid rgba(255,255,255,.18);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      text-transform:uppercase;
      letter-spacing:.18em;
      font-size:.73rem;
      font-weight:600;
    }
    .brand-mark{
      width:34px;height:34px;border:1px solid rgba(255,255,255,.65);
      border-radius:50%;display:grid;place-items:center;
      font-family:var(--display);font-size:1.2rem;
    }
    .topbar a{text-decoration:none}
    .topbar__link{font-size:.76rem;letter-spacing:.11em;text-transform:uppercase}

    .hero{
      min-height:94vh;
      position:relative;
      display:grid;
      align-items:end;
      overflow:visible;
      margin-bottom:170px;
      color:#fff;
      background:#160b0d;
      isolation:isolate;
    }
    .hero__slides,
    .hero__slide,
    .hero__overlay{
      position:absolute;
      inset:0;
    }
    .hero__slides{
      z-index:0;
      overflow:hidden;
      background:#160b0d;
    }
    .hero__slide{
      background-position:var(--hero-image-position,center 27%);
      background-size:cover!important;
      background-repeat:no-repeat;
      opacity:0;
      transform:scale(1.002);
      transition:opacity var(--hero-fade-duration,2s) ease-in-out;
      will-change:opacity;
    }
    .hero__slide.is-active{
      opacity:1;
      z-index:1;
    }
    .hero__overlay{
      z-index:1;
      pointer-events:none;
      opacity:var(--hero-overlay-opacity,.52);
      background:
        linear-gradient(180deg,rgba(20,8,10,.18) 0%,rgba(20,8,10,.03) 48%,rgba(20,8,10,.08) 72%,rgba(20,8,10,.38) 100%);
    }
    .hero::after{
      content:"";
      position:absolute;
      inset:0;
      z-index:1;
      background:repeating-radial-gradient(circle at 78% 36%,transparent 0 31px,rgba(255,255,255,.035) 32px 33px);
      pointer-events:none;
      mix-blend-mode:screen;
    }
    .hero__inner{
      position:relative;
      z-index:4;
      width:min(940px,calc(100% - 48px));
      margin:0 auto;
      padding:25px clamp(22px,4vw,44px) 22px;
      text-align:center;
      display:flex;
      flex-direction:column;
      align-items:center;
      transform:translateY(62%);
      background:
        linear-gradient(135deg,rgba(38,10,15,.94),rgba(82,18,28,.90));
      border:1px solid rgba(255,255,255,.24);
      border-radius:3px;
      box-shadow:0 24px 75px rgba(0,0,0,.28);
      backdrop-filter:blur(8px);
      -webkit-backdrop-filter:blur(8px);
    }
    .eyebrow{
      display:flex;align-items:center;justify-content:center;gap:14px;
      margin:0 0 22px;
      text-transform:uppercase;
      letter-spacing:.28em;
      font-size:.72rem;
      font-weight:600;
      color:var(--gold-light);
    }
    .eyebrow::before,
    .eyebrow::after{
      content:"";
      width:52px;
      height:1px;
      background:var(--gold);
    }
    h1{
      width:100%;
      max-width:none;
      margin:0;
      font-family:var(--display);
      font-size:clamp(2.8rem,5vw,5.65rem);
      font-weight:500;
      line-height:.92;
      letter-spacing:-.045em;
      white-space:nowrap;
      text-align:center;
    }
    .hero__dates{
      margin:5px 0 8px;
      font-family:var(--display);
      font-size:clamp(1.8rem,3.2vw,3.45rem);
      line-height:1;
      letter-spacing:.05em;
      color:var(--gold-light);
    }
    .hero__sub{
      max-width:760px;
      margin:10px auto 0;
      font-family:var(--display);
      font-size:clamp(1.08rem,1.7vw,1.4rem);
      line-height:1.4;
      color:rgba(255,255,255,.9);
      text-align:center;
    }
    .hero__footer{
      width:100%;
      margin-top:20px;
      display:flex;align-items:center;justify-content:center;gap:34px;
      border-top:1px solid rgba(255,255,255,.2);
      padding-top:15px;
      font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
      text-align:center;
    }
    .scroll-cue{display:flex;align-items:center;gap:12px}
    .scroll-cue span{width:46px;height:1px;background:var(--gold)}
    .hero__slideshow-controls{
      position:absolute;
      z-index:5;
      top:96px;
      right:clamp(18px,3vw,46px);
      bottom:auto;
      display:flex;
      align-items:center;
      gap:12px;
    }
    .hero__slideshow-toggle,
    .hero__slideshow-dot{
      appearance:none;
      border:0;
      color:#fff;
      cursor:pointer;
    }
    .hero__slideshow-toggle{
      width:36px;
      height:36px;
      display:grid;
      place-items:center;
      padding:0;
      border:1px solid rgba(255,255,255,.45);
      border-radius:50%;
      background:rgba(20,8,10,.38);
      backdrop-filter:blur(8px);
      transition:background .2s ease,border-color .2s ease;
    }
    .hero__slideshow-toggle:hover,
    .hero__slideshow-toggle:focus-visible{
      background:rgba(74,16,23,.82);
      border-color:var(--gold-light);
      outline:none;
    }
    .hero__slideshow-toggle-icon{
      font-size:.72rem;
      line-height:1;
      letter-spacing:-.11em;
      transform:translateX(-.04em);
    }
    .hero__slideshow-dots{
      display:flex;
      align-items:center;
      gap:8px;
      max-width:min(62vw,720px);
      padding:5px 2px;
      overflow-x:auto;
      overscroll-behavior-inline:contain;
      scrollbar-width:thin;
    }
    .hero__slideshow-dots::-webkit-scrollbar{height:4px}
    .hero__slideshow-dots::-webkit-scrollbar-thumb{
      background:rgba(255,255,255,.45);
      border-radius:20px;
    }
    .hero__slideshow-dot{
      width:8px;
      height:8px;
      padding:0;
      border-radius:50%;
      background:rgba(255,255,255,.48);
      box-shadow:0 0 0 1px rgba(0,0,0,.08);
      transition:transform .25s ease,background .25s ease;
    }
    .hero__slideshow-dot:hover,
    .hero__slideshow-dot:focus-visible,
    .hero__slideshow-dot.is-active{
      background:var(--gold-light);
      transform:scale(1.45);
      outline:none;
    }

    .memorial-nav{
      position:sticky;top:0;z-index:20;
      background:rgba(248,243,235,.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 28px rgba(36,17,12,.05);
    }
    .tab-list{
      width:min(1180px,calc(100% - 34px));
      margin:auto;
      display:flex;justify-content:center;gap:4px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .tab-list::-webkit-scrollbar{display:none}
    .tab-button{
      border:0;background:transparent;cursor:pointer;
      padding:21px 22px 18px;
      white-space:nowrap;
      color:#6b5e58;
      font-size:.73rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
      border-bottom:2px solid transparent;
    }
    .tab-button:hover,.tab-button[aria-selected="true"]{color:var(--maroon)}
    .tab-button[aria-selected="true"]{border-bottom-color:var(--gold)}

    .section{
      width:min(1180px,calc(100% - 36px));
      margin:auto;
      padding:90px 0 110px;
    }
    .panel{display:none;animation:fade .35s ease}
    .panel.active{display:block}
    @keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
    .section-kicker{
      margin:0 0 8px;
      color:var(--maroon-2);
      text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;font-weight:600;
    }
    h2{
      margin:0 0 28px;
      font-family:var(--display);
      font-size:clamp(3.1rem,6vw,5.8rem);
      line-height:.95;font-weight:500;letter-spacing:-.035em;
    }
    h3{
      font-family:var(--display);font-size:2rem;line-height:1.05;margin:0 0 14px;
    }
    .lead{
      max-width:830px;
      font-family:var(--display);
      font-size:clamp(1.45rem,2.4vw,2.15rem);
      line-height:1.45;
      color:#403632;
    }
    .dropcap::first-letter{
      float:left;
      font-family:var(--display);
      font-size:5.8rem;
      line-height:.76;
      padding:9px 13px 0 0;
      color:var(--maroon);
    }
    .obituary-layout{
      display:grid;
      grid-template-columns:minmax(0,1.65fr) minmax(280px,.72fr);
      gap:56px;
      align-items:start;
      margin-top:36px;
    }
    .obituary-main{
      min-width:0;
    }
    .obituary-main .lead{
      margin-top:0;
    }
    .obituary-video{
      width:min(100%,760px);
      margin:38px 0 36px;
    }
    .obituary-video__frame{
      position:relative;
      overflow:hidden;
      width:100%;
      aspect-ratio:16 / 9;
      background:#160b0d;
      box-shadow:var(--shadow);
      border:1px solid rgba(74,16,23,.14);
    }
    .obituary-video__frame iframe{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      border:0;
    }
    .obituary-copy p{
      margin:0 0 22px;
    }
    .obituary-quote{
      position:sticky;
      top:110px;
      margin-top:0;
    }
    .quote-card{
      position:sticky;top:110px;
      background:var(--maroon);
      color:#fff;
      padding:40px;
      box-shadow:var(--shadow);
    }
    .quote-card::before{
      content:"“";
      font-family:var(--display);
      font-size:6rem;
      color:var(--gold);
      line-height:.5;
    }
    .quote-card blockquote{
      margin:18px 0 24px;
      font-family:var(--display);
      font-size:1.75rem;line-height:1.25;
    }
    .quote-card cite{font-style:normal;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light)}

    .timeline{margin-top:54px;position:relative}
    .timeline::before{
      content:"";position:absolute;left:126px;top:8px;bottom:8px;width:1px;background:var(--line);
    }
    .timeline-item{
      display:grid;grid-template-columns:100px 1fr;gap:55px;
      position:relative;padding:0 0 45px;
    }
    .timeline-item::before{
      content:"";position:absolute;left:120px;top:9px;width:13px;height:13px;border-radius:50%;
      background:var(--paper);border:3px solid var(--gold);
    }
    .timeline-year{
      color:var(--maroon);font-family:var(--display);font-weight:600;font-size:1.55rem;line-height:1;
      text-align:right;
    }
    .timeline-copy p{max-width:760px;margin:6px 0 0;color:var(--muted)}

    .accolades-grid{
      margin-top:48px;
      display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;
    }
    .accolade{
      min-height:250px;
      background:#fff;
      border:1px solid var(--line);
      padding:38px;
      position:relative;
      overflow:hidden;
      transition:.25s ease;
    }
    .accolade:hover{transform:translateY(-5px);box-shadow:0 20px 55px rgba(39,17,11,.10)}
    .accolade__number{
      position:absolute;right:18px;top:-23px;
      color:rgba(74,16,23,.055);
      font-family:var(--display);font-size:9rem;line-height:1;
    }
    .accolade small{display:block;margin-bottom:20px;color:var(--maroon-2);letter-spacing:.16em;text-transform:uppercase;font-weight:600}
    .accolade p{color:var(--muted);margin:0}

    .gallery-grid{
      margin-top:46px;
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      grid-auto-rows:250px;
      gap:12px;
    }
    .gallery-item{
      border:0;padding:0;cursor:pointer;position:relative;overflow:hidden;background:#ddd;
    }
    .gallery-item:first-child{grid-row:span 2}
    .gallery-item:nth-child(4){grid-column:span 2}
    .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .4s ease}
    .gallery-item:hover img{transform:scale(1.045);filter:brightness(.78)}
    .gallery-item::after{
      content:"View photograph";
      position:absolute;inset:auto 18px 17px;
      color:#fff;opacity:0;transform:translateY(8px);transition:.3s ease;
      font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
    }
    .gallery-item:hover::after{opacity:1;transform:none}

    .lightbox{
      position:fixed;inset:0;z-index:100;background:rgba(15,8,8,.96);
      display:none;place-items:center;padding:60px;
    }
    .lightbox.open{display:grid}
    .lightbox img{max-width:min(1200px,92vw);max-height:82vh;box-shadow:0 30px 90px #000}
    .lightbox button{
      position:absolute;top:22px;right:27px;border:1px solid rgba(255,255,255,.35);
      width:46px;height:46px;border-radius:50%;background:transparent;color:#fff;cursor:pointer;font-size:1.35rem;
    }

    .condolence-wrap{
      display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;margin-top:45px;
    }
    .form-card,.messages-card{background:#fff;border:1px solid var(--line);padding:38px}
    .form-card{box-shadow:var(--shadow)}
    label{display:block;margin:0 0 8px;font-size:.72rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:#5c4c46}
    input,textarea{
      width:100%;border:1px solid #d8cec2;background:#fcfaf6;padding:14px 15px;outline:none;
      transition:.2s ease;
    }
    input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,163,90,.15)}
    textarea{min-height:180px;resize:vertical}
    .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
    .field{margin-bottom:17px}
    .privacy-note{font-size:.78rem;color:var(--muted);line-height:1.55}
    .submit{
      display:inline-flex;align-items:center;justify-content:center;gap:12px;
      border:0;background:var(--maroon);color:#fff;padding:15px 24px;cursor:pointer;
      text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600;
    }
    .submit:hover{background:var(--maroon-2)}
    .moderation-badge{
      display:inline-flex;align-items:center;gap:9px;
      margin-bottom:24px;padding:8px 12px;border:1px solid #decba4;background:#fffaf0;
      color:#775d27;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:600;
    }
    .moderation-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}
    .message{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid var(--line)}
    .message:last-child{border:0;margin-bottom:0;padding-bottom:0}
    .message p{font-family:var(--display);font-size:1.35rem;line-height:1.45;margin:0 0 10px}
    .message footer{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}

    .page-footer{
      background:#211012;color:rgba(255,255,255,.75);
      padding:58px max(24px,5vw);
    }
    .footer-inner{
      width:min(1180px,100%);margin:auto;
      display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:end;
    }
    .footer-title{font-family:var(--display);font-size:2.3rem;color:#fff;margin:0 0 8px}
    .footer-small{font-size:.75rem;line-height:1.7}
    .credits{text-align:right;font-size:.67rem;line-height:1.8;color:rgba(255,255,255,.55)}
    .credits a{color:var(--gold-light)}


    .memorial-honeypot{
      position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;
      overflow:hidden!important;opacity:0!important;pointer-events:none!important;
    }
    .consent-field{margin-top:5px}
    .consent-label{
      display:flex;align-items:flex-start;gap:10px;
      text-transform:none;letter-spacing:0;font-size:.82rem;line-height:1.55;font-weight:400;color:var(--muted);
    }
    .consent-label input{width:auto;margin-top:4px;accent-color:var(--maroon)}
    .submit:disabled{opacity:.55;cursor:not-allowed}
    .form-status{min-height:1.5em;margin:14px 0 0;font-size:.82rem;color:var(--muted)}
    .form-status.error{color:#9d1c1c}
    .form-status.success{color:#316c3b}
    .messages-loading,.messages-empty{font-family:var(--display);font-size:1.25rem;color:var(--muted)}
    .message__meta{display:flex;flex-wrap:wrap;gap:7px 12px}

    .notice{
      position:fixed;z-index:110;left:50%;bottom:24px;transform:translate(-50%,30px);
      min-width:min(520px,calc(100% - 34px));
      background:#191112;color:#fff;padding:18px 22px;
      box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.3s ease;text-align:center;
    }
    .notice.show{opacity:1;transform:translate(-50%,0)}

    @media (max-width:860px){
      .topbar__link{display:none}
      .hero{
        min-height:88vh;
        margin-bottom:155px;
        background-position:61% center;
      }
      .hero__inner{
        width:min(760px,calc(100% - 36px));
        margin:0 auto;
        padding:24px 28px 21px;
        transform:translateY(55%);
      }
      .hero__footer{
        align-items:center;
        flex-direction:column;
        gap:10px;
      }
      .obituary-layout,.condolence-wrap,.footer-inner{grid-template-columns:1fr}
      .obituary-layout{gap:34px}
      .obituary-video{width:100%;margin:32px 0}
      .quote-card,.obituary-quote{position:relative;top:auto}
      .accolades-grid{grid-template-columns:1fr}
      .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}
      .gallery-item:first-child{grid-row:span 1;grid-column:span 2}
      .gallery-item:nth-child(4){grid-column:span 1}
      .credits{text-align:left}
    }
    @media (prefers-reduced-motion:reduce){
      .hero__slide{transition:none}
    }

    @media (max-width:580px){
      .topbar{padding:18px}
      .hero{
        margin-bottom:165px;
      }
      .hero__inner{
        width:calc(100% - 24px);
        margin:0 auto;
        padding:19px 16px 17px;
        border-radius:2px;
        transform:translateY(48%);
      }
      h1{
        font-size:clamp(2.35rem,11.5vw,3.7rem);
        line-height:.94;
        white-space:normal;
        text-wrap:balance;
      }
      .hero__dates{font-size:clamp(1.55rem,8vw,2.5rem)}
      .hero__sub{font-size:1.02rem}
      .hero__footer{margin-top:16px;padding-top:12px}
      .eyebrow::before,
      .eyebrow::after{width:28px}
      .hero__slideshow-controls{right:18px;bottom:18px}
      .hero__slideshow-toggle{width:34px;height:34px}
      .section{padding:70px 0 85px}
      .tab-button{padding:18px 14px 15px}
      .timeline::before{left:17px}
      .timeline-item{grid-template-columns:1fr;gap:8px;padding-left:45px}
      .timeline-item::before{left:11px}
      .timeline-year{text-align:left}
      .gallery-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:260px}
      .gallery-item:first-child,.gallery-item:nth-child(4){grid-column:auto}
      .form-row{grid-template-columns:1fr}
      .form-card,.messages-card{padding:25px}
      .lightbox{padding:25px}
    }


.memorial-plugin-required{
  margin-top:40px;
  padding:24px;
  border:1px solid rgba(74,16,23,.17);
  background:#fffaf0;
  color:#4a1017;
}


/* =========================================================
   PRIMARY MEMORIAL NAVIGATION
   ========================================================= */
.memorial-menu{
  width:min(1180px,calc(100% - 34px));
  min-height:68px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.memorial-menu__link,
.memorial-menu__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 23px;
  text-decoration:none;
  white-space:nowrap;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.memorial-menu__link{
  color:var(--maroon);
  border-bottom:2px solid transparent;
}
.memorial-menu__link:hover,
.memorial-menu__link.is-active{
  color:var(--maroon-2);
  border-bottom-color:var(--gold);
}
.memorial-menu__cta{
  border:1px solid var(--maroon);
  background:var(--maroon);
  color:#fff;
}
.memorial-menu__cta:hover,
.memorial-menu__cta.is-active{
  background:var(--maroon-2);
  color:#fff;
  transform:translateY(-1px);
}
.memorial-section-panel{
  display:block!important;
  animation:none!important;
}
.memorial-section-panel + .memorial-section-panel{
  margin-top:105px;
  padding-top:100px;
  border-top:1px solid var(--line);
}

/* =========================================================
   PUBLIC MEMORIES PAGE
   ========================================================= */
body.memories-board-page{
  background:
    radial-gradient(circle at 10% 15%,rgba(200,163,90,.09),transparent 34%),
    linear-gradient(180deg,#fbf8f2 0%,var(--paper) 100%);
}
.topbar--solid{
  position:relative;
  background:#251013;
}
.memorial-nav--memories{
  top:0;
}
.memories-page-hero{
  position:relative;
  overflow:hidden;
  padding:105px 24px 95px;
  color:#fff;
  text-align:center;
  background:
    linear-gradient(135deg,rgba(34,8,13,.97),rgba(89,18,29,.92)),
    radial-gradient(circle at 50% 0%,rgba(200,163,90,.22),transparent 45%);
}
.memories-page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background:
    repeating-radial-gradient(circle at 50% 25%,transparent 0 34px,rgba(255,255,255,.08) 35px 36px);
}
.memories-page-hero__inner{
  position:relative;
  z-index:1;
  width:min(920px,100%);
  margin:auto;
}
.memories-page-hero .section-kicker{
  color:var(--gold-light);
}
.memories-page-hero h1{
  white-space:normal;
  font-size:clamp(3.8rem,8vw,7.8rem);
}
.memories-page-hero .lead{
  max-width:760px;
  margin:24px auto 0;
  color:rgba(255,255,255,.88);
}
.memories-primary-cta,
.memories-secondary-cta{
  border:0;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.73rem;
  font-weight:700;
}
.memories-primary-cta{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:34px;
  padding:16px 25px;
  background:var(--gold);
  color:#251013;
  box-shadow:0 14px 38px rgba(0,0,0,.24);
}
.memories-primary-cta:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}
.memories-board-section{
  width:min(1180px,calc(100% - 36px));
  margin:auto;
  padding:90px 0 115px;
}
.memories-board-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:42px;
}
.memories-board-heading h2{
  margin-bottom:0;
}
.memories-secondary-cta{
  flex:0 0 auto;
  padding:14px 20px;
  border:1px solid var(--maroon);
  background:transparent;
  color:var(--maroon);
}
.memories-secondary-cta:hover{
  background:var(--maroon);
  color:#fff;
}
.memories-board .thus-memorial-condolences{
  width:100%;
}
.memories-board .thus-memorial-list{
  padding:0;
  border:0;
  background:transparent;
}
.memories-board .thus-memorial-badge{
  display:none;
}
.memories-board .thus-memorial-list__items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.memories-board .thus-memorial-message{
  min-height:220px;
  margin:0;
  padding:32px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 16px 45px rgba(38,18,12,.07);
}
.memories-board .thus-memorial-message:last-child{
  padding:32px;
  border:1px solid var(--line);
}
.memories-board .thus-memorial-message p{
  font-size:1.5rem;
}
.memories-board .thus-memorial-loading,
.memories-board .thus-memorial-empty{
  grid-column:1/-1;
  padding:50px;
  border:1px dashed var(--line);
  background:#fff;
  text-align:center;
}

/* =========================================================
   MEMORY SUBMISSION MODAL
   ========================================================= */
body.memories-modal-open{
  overflow:hidden;
}
.memories-modal[hidden]{
  display:none;
}
.memories-modal{
  position:fixed;
  z-index:1000;
  inset:0;
  display:grid;
  place-items:center;
  padding:28px;
}
.memories-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,8,10,.78);
  backdrop-filter:blur(5px);
}
.memories-modal__dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:calc(100vh - 56px);
  overflow:auto;
  background:var(--paper);
  box-shadow:0 35px 100px rgba(0,0,0,.46);
  outline:none;
}
.memories-modal__close{
  position:absolute;
  z-index:2;
  top:14px;
  right:15px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:1.5rem;
}
.memories-modal__heading{
  padding:34px 72px 28px 36px;
  background:var(--maroon);
  color:#fff;
}
.memories-modal__heading .section-kicker{
  color:var(--gold-light);
}
.memories-modal__heading h2{
  margin-bottom:12px;
  font-size:clamp(2.8rem,6vw,4.7rem);
}
.memories-modal__heading p:last-child{
  margin:0;
  color:rgba(255,255,255,.76);
}
.memories-modal__form{
  padding:28px;
}
.memories-modal__form .thus-memorial-form{
  padding:0;
  border:0;
  box-shadow:none;
  background:transparent;
}
.memories-modal__form .thus-memorial-badge{
  display:none;
}

@media(max-width:860px){
  .memorial-section-panel + .memorial-section-panel{
    margin-top:75px;
    padding-top:72px;
  }
  .memories-board .thus-memorial-list__items{
    grid-template-columns:1fr;
  }
}
@media(max-width:580px){
  .memorial-menu{
    width:calc(100% - 20px);
    min-height:62px;
    gap:5px;
  }
  .memorial-menu__link,
  .memorial-menu__cta{
    flex:1 1 50%;
    min-height:42px;
    padding:10px 9px;
    font-size:.65rem;
    letter-spacing:.08em;
  }
  .memories-page-hero{
    padding:78px 18px 72px;
  }
  .memories-page-hero h1{
    font-size:clamp(3.2rem,16vw,5rem);
  }
  .memories-board-section{
    padding:65px 0 85px;
  }
  .memories-board-heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .memories-board .thus-memorial-message,
  .memories-board .thus-memorial-message:last-child{
    min-height:0;
    padding:25px;
  }
  .memories-modal{
    padding:10px;
  }
  .memories-modal__dialog{
    max-height:calc(100vh - 20px);
  }
  .memories-modal__heading{
    padding:28px 58px 23px 23px;
  }
  .memories-modal__form{
    padding:20px;
  }
}


/* =========================================================
   SPLIT HERO — VERSION 1.3.1
   Left: memorial text on maroon
   Right: square cover-cropped slideshow
   ========================================================= */
.hero.hero--split{
  min-height:0;
  margin-bottom:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  overflow:hidden;
  background:var(--maroon);
  isolation:isolate;
}
.hero.hero--split::after{
  display:none;
}
.hero--split .hero__inner{
  position:relative;
  z-index:2;
  grid-column:1;
  grid-row:1;
  width:100%;
  min-width:0;
  min-height:100%;
  margin:0;
  padding:145px clamp(42px,6vw,100px) 70px;
  transform:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  background:
    radial-gradient(circle at 18% 18%,rgba(200,163,90,.16),transparent 32%),
    linear-gradient(145deg,#350d14 0%,#53131b 55%,#681923 100%);
  border:0;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.hero--split .eyebrow{
  justify-content:flex-start;
  margin-bottom:24px;
}
.hero--split .eyebrow::after{
  display:none;
}
.hero--split h1{
  max-width:760px;
  margin:0;
  text-align:left;
  white-space:normal;
  text-wrap:balance;
  font-size:clamp(3.6rem,5.6vw,7rem);
  line-height:.88;
}
.hero--split .hero__dates{
  margin:16px 0 12px;
  text-align:left;
  font-size:clamp(2rem,3.6vw,4.15rem);
}
.hero--split .hero__sub{
  max-width:650px;
  margin:10px 0 0;
  text-align:left;
  font-size:clamp(1.15rem,1.55vw,1.48rem);
}
.hero--split .hero__footer{
  width:100%;
  max-width:680px;
  margin-top:34px;
  padding-top:18px;
  justify-content:flex-start;
  text-align:left;
  flex-wrap:wrap;
}
.hero--split .hero__visual{
  position:relative;
  z-index:1;
  grid-column:2;
  grid-row:1;
  width:100%;
  aspect-ratio:1 / 1;
  align-self:center;
  overflow:hidden;
  background:#160b0d;
}
.hero--split .hero__slides,
.hero--split .hero__slide,
.hero--split .hero__overlay{
  position:absolute;
  inset:0;
}
.hero--split .hero__slides{
  z-index:0;
  overflow:hidden;
}
.hero--split .hero__slide{
  background-size:cover!important;
  background-repeat:no-repeat;
  background-position:var(--hero-image-position,center center);
}
.hero--split .hero__overlay{
  z-index:2;
  opacity:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(46,11,17,.16),transparent 18%),
    linear-gradient(0deg,rgba(18,7,9,.26),transparent 34%);
}
.hero--split .hero__slideshow-controls{
  position:absolute;
  z-index:5;
  top:auto;
  right:24px;
  bottom:24px;
}
.hero--split + .memorial-nav{
  margin-top:0;
}

@media(max-width:980px){
  .hero.hero--split{
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  }
  .hero--split .hero__inner{
    padding:130px 38px 58px;
  }
  .hero--split h1{
    font-size:clamp(3rem,6vw,5rem);
  }
  .hero--split .hero__footer{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}

@media(max-width:760px){
  .hero.hero--split{
    grid-template-columns:1fr;
    overflow:visible;
  }
  .hero--split .hero__inner{
    grid-column:1;
    grid-row:1;
    min-height:auto;
    padding:120px 24px 48px;
  }
  .hero--split h1{
    max-width:620px;
    font-size:clamp(3rem,12vw,5.1rem);
  }
  .hero--split .hero__visual{
    grid-column:1;
    grid-row:2;
    width:100%;
    aspect-ratio:1 / 1;
  }
}

@media(max-width:480px){
  .hero--split .hero__inner{
    padding:105px 19px 40px;
  }
  .hero--split .eyebrow{
    letter-spacing:.18em;
  }
  .hero--split h1{
    font-size:clamp(2.7rem,13.5vw,4.25rem);
  }
  .hero--split .hero__dates{
    font-size:clamp(1.75rem,9vw,2.65rem);
  }
  .hero--split .hero__sub{
    font-size:1.04rem;
  }
  .hero--split .hero__slideshow-controls{
    right:16px;
    bottom:16px;
  }
}


/* =========================================================
   CENTERED SPLIT HERO COPY — VERSION 1.3.2
   ========================================================= */
.hero--split .hero__inner{
  align-items:center;
  text-align:center;
}
.hero--split .eyebrow{
  justify-content:center;
}
.hero--split .eyebrow::after{
  display:block;
}
.hero--split h1,
.hero--split .hero__dates,
.hero--split .hero__sub{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.hero--split .hero__footer{
  justify-content:center;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.hero--split .scroll-cue{
  justify-content:center;
}
@media(max-width:980px){
  .hero--split .hero__footer{
    align-items:center;
  }
}


/* =========================================================
   MEMORIES PAGE CTA + CARDS — VERSION 1.3.3
   ========================================================= */
.memories-page-hero__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.memories-primary-cta,
.memories-secondary-cta{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-width:220px;
  border:1px solid rgba(255,255,255,.42);
  background:
    linear-gradient(110deg,#f2cc65 0%,#ffd965 25%,#fff0a8 48%,#d7aa3c 70%,#f5d572 100%);
  background-size:240% 100%;
  color:#351015;
  box-shadow:
    0 16px 40px rgba(0,0,0,.2),
    0 0 0 0 rgba(255,216,101,.38);
  animation:
    memories-cta-gradient 5s linear infinite,
    memories-cta-pulse 2.6s ease-in-out infinite;
  transition:transform .22s ease,box-shadow .22s ease;
}
.memories-primary-cta::before,
.memories-secondary-cta::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-80%;
  left:-35%;
  width:24%;
  height:260%;
  transform:rotate(18deg);
  background:rgba(255,255,255,.58);
  filter:blur(2px);
  animation:memories-cta-shine 3.8s ease-in-out infinite;
}
.memories-primary-cta:hover,
.memories-secondary-cta:hover{
  transform:translateY(-3px) scale(1.02);
  background:
    linear-gradient(110deg,#ffe17e 0%,#fff0aa 48%,#e0b54a 100%);
  color:#2a0d12;
  box-shadow:
    0 20px 48px rgba(0,0,0,.25),
    0 0 0 7px rgba(255,216,101,.14);
}
.memories-primary-cta:focus-visible,
.memories-secondary-cta:focus-visible{
  outline:3px solid #fff;
  outline-offset:4px;
}
.memories-secondary-cta{
  margin:4px auto 0;
  padding:15px 24px;
  border-color:#d1a544;
}
.memories-board-heading{
  align-items:center;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.memories-board-heading > div{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.memories-board-heading .section-kicker,
.memories-board-heading h2{
  text-align:center;
}
@keyframes memories-cta-gradient{
  0%{background-position:0% 50%}
  100%{background-position:240% 50%}
}
@keyframes memories-cta-pulse{
  0%,100%{box-shadow:0 16px 40px rgba(0,0,0,.2),0 0 0 0 rgba(255,216,101,.34)}
  50%{box-shadow:0 18px 46px rgba(0,0,0,.24),0 0 0 12px rgba(255,216,101,0)}
}
@keyframes memories-cta-shine{
  0%,35%{left:-35%;opacity:0}
  45%{opacity:1}
  72%,100%{left:125%;opacity:0}
}

/* Public memory cards */
.memories-board .thus-memorial-list__items{
  align-items:stretch;
}
.memories-board .thus-memorial-message,
.memories-board .thus-memorial-message:last-child{
  min-height:260px;
  margin:0;
  padding:30px;
  border:1px solid rgba(234,215,174,.34);
  background:
    radial-gradient(circle at 100% 0%,rgba(200,163,90,.17),transparent 32%),
    linear-gradient(145deg,#3c0e15 0%,#57141d 58%,#671a24 100%);
  color:#fff;
  box-shadow:0 20px 52px rgba(49,15,18,.17);
}
.memories-board .thus-memorial-message__header{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:24px;
}
.memories-board .thus-memorial-message__date{
  flex:0 0 78px;
  width:78px;
  min-height:78px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:8px 6px;
  border:1px solid rgba(255,255,255,.45);
  background:var(--gold);
  color:#2d0c11;
  text-align:center;
  line-height:1;
  box-shadow:0 9px 24px rgba(0,0,0,.18);
}
.memories-board .thus-memorial-message__month,
.memories-board .thus-memorial-message__year{
  display:block;
  font-family:var(--sans);
  font-size:.61rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.memories-board .thus-memorial-message__day{
  display:block;
  margin:2px 0;
  font-family:var(--display);
  font-size:2.25rem;
  font-weight:700;
}
.memories-board .thus-memorial-message__identity{
  min-width:0;
}
.memories-board .thus-memorial-message__title{
  margin:0 0 7px;
  color:#fff;
  font-family:var(--display);
  font-size:clamp(1.7rem,3vw,2.25rem);
  font-weight:600;
  line-height:1;
}
.memories-board .thus-memorial-message__meta{
  margin:0;
  color:var(--gold-light);
  font-size:.67rem;
  font-weight:600;
  letter-spacing:.11em;
  line-height:1.5;
  text-transform:uppercase;
}
.memories-board .thus-memorial-message__body{
  margin:0;
  color:rgba(255,255,255,.92);
  font-family:var(--display);
  font-size:1.42rem;
  line-height:1.52;
}
.memories-board .thus-memorial-message:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 62px rgba(49,15,18,.24);
}
.memories-board .thus-memorial-message{
  transition:transform .25s ease,box-shadow .25s ease;
}

@media(prefers-reduced-motion:reduce){
  .memories-primary-cta,
  .memories-secondary-cta,
  .memories-primary-cta::before,
  .memories-secondary-cta::before{
    animation:none!important;
  }
}
@media(max-width:580px){
  .memories-primary-cta,
  .memories-secondary-cta{
    width:min(100%,290px);
  }
  .memories-board .thus-memorial-message__header{
    align-items:flex-start;
    gap:14px;
  }
  .memories-board .thus-memorial-message__date{
    flex-basis:68px;
    width:68px;
    min-height:68px;
  }
  .memories-board .thus-memorial-message__day{
    font-size:1.9rem;
  }
  .memories-board .thus-memorial-message__title{
    font-size:1.7rem;
  }
}


/* =========================================================
   FOCUSED HOME — VERSION 1.4.0
   Obituary left / newest condolences right
   ========================================================= */
.focused-home{
  width:min(1320px,calc(100% - 40px));
  margin:auto;
  padding:95px 0 115px;
}
.focused-home__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:64px;
  align-items:start;
}
.focused-obituary,
.focused-condolences{
  min-width:0;
}
.focused-obituary h2,
.focused-condolences h2{
  margin-bottom:28px;
}
.focused-obituary .lead{
  max-width:none;
  margin-bottom:38px;
}
.focused-obituary__copy{
  max-width:780px;
}
.focused-obituary__copy p{
  margin:0 0 23px;
  color:#4f4541;
}
.focused-condolences__heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:28px;
}
.focused-condolences__heading h2{
  margin-bottom:0;
}
.focused-condolences__cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  background:var(--gold);
  color:#2f0d12;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.68rem;
  font-weight:800;
  box-shadow:0 12px 28px rgba(74,16,23,.14);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.focused-condolences__cta:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}
.focused-condolences__feed .thus-memorial-condolences{
  width:100%;
}
.focused-condolences__feed .thus-memorial-list{
  padding:0;
  border:0;
  background:transparent;
}
.focused-condolences__feed .thus-memorial-badge{
  display:none;
}
.focused-condolences__feed .thus-memorial-list__items{
  display:grid;
  gap:16px;
}
.focused-condolences__feed .thus-memorial-message,
.focused-condolences__feed .thus-memorial-message:last-child{
  min-height:0;
  margin:0;
  padding:24px;
  border:1px solid rgba(74,16,23,.14);
  background:
    radial-gradient(circle at 100% 0%,rgba(200,163,90,.10),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fbf7f0 100%);
  color:var(--ink);
  box-shadow:0 16px 38px rgba(49,15,18,.08);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.focused-condolences__feed .thus-memorial-message:hover{
  transform:translateY(-3px);
  border-color:rgba(200,163,90,.52);
  box-shadow:0 22px 48px rgba(49,15,18,.13);
}
.focused-condolences__feed .thus-memorial-message__header{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:19px;
  align-items:start;
  margin-bottom:16px;
}
.focused-condolences__feed .thus-memorial-message__date{
  width:78px;
  min-height:78px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:8px 6px;
  border:0;
  background:var(--gold);
  color:#2d0c11;
  text-align:center;
  line-height:1;
  box-shadow:none;
}
.focused-condolences__feed .thus-memorial-message__month,
.focused-condolences__feed .thus-memorial-message__year{
  color:#2d0c11;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.focused-condolences__feed .thus-memorial-message__day{
  margin:2px 0;
  color:#2d0c11;
  font-family:var(--display);
  font-size:2.25rem;
}
.focused-condolences__feed .thus-memorial-message__title{
  margin:0 0 5px;
  color:var(--maroon);
  font-family:var(--display);
  font-size:1.75rem;
  line-height:1;
}
.focused-condolences__feed .thus-memorial-message__meta{
  margin:0;
  color:var(--maroon-2);
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.1em;
  line-height:1.5;
  text-transform:uppercase;
}
.focused-condolences__feed .thus-memorial-message__body{
  margin:0 0 10px;
  color:#4f4541;
  font-family:var(--display);
  font-size:1.22rem;
  line-height:1.48;
}
.focused-condolences__feed .thus-memorial-message__toggle{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--maroon);
  cursor:pointer;
  font-family:var(--sans);
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.focused-condolences__feed .thus-memorial-message__toggle::after{
  content:"＋";
  font-size:.9rem;
  line-height:1;
}
.focused-condolences__feed .thus-memorial-message__toggle[aria-expanded="true"]::after{
  content:"−";
}
.focused-condolences__feed .thus-memorial-message__toggle:hover{
  color:var(--maroon-2);
  text-decoration:underline;
  text-underline-offset:4px;
}
.focused-condolences__feed .thus-memorial-loading,
.focused-condolences__feed .thus-memorial-empty{
  padding:35px;
  border:1px dashed var(--line);
  background:#fff;
  text-align:center;
}
@media(max-width:1020px){
  .focused-home__grid{
    grid-template-columns:1fr;
    gap:72px;
  }
  .focused-obituary__copy{
    max-width:none;
  }
}
@media(max-width:620px){
  .focused-home{
    width:calc(100% - 26px);
    padding:68px 0 85px;
  }
  .focused-condolences__heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .focused-condolences__feed .thus-memorial-message,
  .focused-condolences__feed .thus-memorial-message:last-child{
    padding:19px;
  }
  .focused-condolences__feed .thus-memorial-message__header{
    grid-template-columns:66px minmax(0,1fr);
    gap:14px;
  }
  .focused-condolences__feed .thus-memorial-message__date{
    width:66px;
    min-height:66px;
  }
  .focused-condolences__feed .thus-memorial-message__day{
    font-size:1.9rem;
  }
}


/* =========================================================
   MEMORIES HERO + LIGHT CARDS + TYPOGRAPHY — VERSION 1.5.0
   ========================================================= */
body.bob-thurman-memorial-page{
  font-size:var(--thus-font-body,16px);
}
.memories-page-hero{
  position:relative;
  isolation:isolate;
}
.memories-page-hero::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
}
.memories-page-hero::after{
  z-index:1;
}
.memories-page-hero__inner{
  position:relative;
  z-index:2;
}

/* Light, elegant memory cards */
.memories-board .thus-memorial-message,
.memories-board .thus-memorial-message:last-child{
  position:relative;
  min-height:250px;
  margin:0;
  padding:30px;
  border:1px solid rgba(83,19,27,.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(251,247,240,.98) 100%);
  color:var(--ink);
  box-shadow:
    0 14px 34px rgba(49,15,18,.08),
    inset 0 0 0 6px rgba(255,255,255,.62);
}
.memories-board .thus-memorial-message::before{
  content:"";
  position:absolute;
  inset:7px;
  pointer-events:none;
  border:1px solid rgba(200,163,90,.28);
}
.memories-board .thus-memorial-message:hover{
  transform:translateY(-4px);
  border-color:rgba(200,163,90,.5);
  box-shadow:
    0 20px 44px rgba(49,15,18,.12),
    inset 0 0 0 6px rgba(255,255,255,.72);
}
.memories-board .thus-memorial-message__date{
  border:1px solid rgba(83,19,27,.14);
  background:linear-gradient(180deg,#f2d98b 0%,#d8ad4b 100%);
  color:#2d0c11;
  box-shadow:0 8px 20px rgba(74,16,23,.10);
}
.memories-board .thus-memorial-message__title{
  color:var(--maroon);
}
.memories-board .thus-memorial-message__meta{
  color:#8a6a2e;
}
.memories-board .thus-memorial-message__body{
  color:#4d433f;
}

/* Customizer-driven typography */
.topbar,
.topbar__link,
.memorial-menu__link,
.memorial-menu__cta{
  font-size:var(--thus-font-nav,12px);
}
.hero--split h1{
  font-size:clamp(44px,5.6vw,var(--thus-font-home-hero-title,112px));
}
.hero--split .hero__dates{
  font-size:clamp(24px,3.6vw,var(--thus-font-home-hero-dates,66px));
}
.hero--split .hero__sub{
  font-size:clamp(14px,1.55vw,var(--thus-font-home-hero-subtitle,24px));
}
.memories-page-hero h1{
  font-size:clamp(42px,8vw,var(--thus-font-memories-hero-title,112px));
}
.focused-obituary h2,
.focused-condolences h2,
.memories-board-heading h2,
.memories-modal__heading h2,
.site-basic-main h1,
.site-basic-main h2{
  font-size:var(--thus-font-page-h2,64px);
}
.section-kicker,
.eyebrow{
  font-size:var(--thus-font-section-kicker,11px);
}
.lead,
.memories-page-hero .lead{
  font-size:var(--thus-font-lead,25px);
}
.focused-obituary__copy,
.focused-obituary__copy p,
.site-basic-main,
.site-basic-main p{
  font-size:var(--thus-font-body-copy,17px);
}
.memories-board .thus-memorial-message__title,
.focused-condolences__feed .thus-memorial-message__title{
  font-size:var(--thus-font-card-title,31px);
}
.memories-board .thus-memorial-message__body,
.focused-condolences__feed .thus-memorial-message__body{
  font-size:var(--thus-font-card-message,23px);
}
.memories-primary-cta,
.memories-secondary-cta,
.focused-condolences__cta,
.thus-memorial-submit,
.thus-memorial-message__toggle{
  font-size:var(--thus-font-button,12px);
}
.thus-memorial-form label > span:first-child{
  font-size:var(--thus-font-form-label,12px);
}
.page-footer,
.footer-small,
.credits{
  font-size:var(--thus-font-footer,13px);
}


/* =========================================================
   TWO-COLUMN CORMORANT HOME HERO — VERSION 1.6.0
   Ported from the maroon/paper HTML concept
   ========================================================= */
:root{
  --maroon:#5a1620;
  --maroon-dark:#2b0b10;
  --maroon-soft:#842a35;
  --paper:#f6eddf;
  --paper-light:#fffaf2;
  --paper-deep:#eadcc8;
  --gold:#c7a25a;
  --gold-light:#e9d6a4;
  --ink:#241815;
  --muted:#6d6059;
  --line:rgba(90,22,32,.18);
  --display:"Cormorant Garamond",Georgia,serif;
}
body.bob-thurman-memorial-page{
  background:
    radial-gradient(circle at 8% 0%,rgba(199,162,90,.16),transparent 28%),
    radial-gradient(circle at 95% 4%,rgba(90,22,32,.09),transparent 27%),
    linear-gradient(180deg,var(--paper-light),var(--paper));
}
.bob-memorial-site h1,
.bob-memorial-site h2,
.bob-memorial-site h3,
.bob-memorial-site h4,
.bob-memorial-site h5,
.bob-memorial-site h6{
  font-family:var(--display);
}
.topbar.topbar--floating,
.topbar{
  position:fixed;
  z-index:50;
  top:16px;
  left:50%;
  right:auto;
  bottom:auto;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 28px));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 12px 10px 16px;
  border:1px solid rgba(246,237,223,.30);
  background:rgba(43,11,16,.78);
  color:var(--paper-light);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.brand.brand--text-only,
.topbar .brand{
  gap:0;
  color:var(--paper-light);
  font-family:var(--display);
  font-size:clamp(1.15rem,1.8vw,1.65rem);
  font-weight:600;
  line-height:1;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.brand-mark{
  display:none!important;
}
.topbar__link{
  border:1px solid rgba(246,237,223,.42);
  background:rgba(199,162,90,.12);
  color:var(--paper-light);
  padding:9px 13px;
  font-family:var(--sans);
  font-size:var(--thus-font-nav,12px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero.hero--split{
  min-height:100svh;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  align-items:stretch;
  overflow:hidden;
  background:var(--maroon-dark);
  color:var(--paper-light);
  isolation:isolate;
}
.hero.hero--split::after{
  display:none!important;
}
.hero--split .hero__inner{
  position:relative;
  z-index:2;
  grid-column:1;
  grid-row:1;
  width:100%;
  min-width:0;
  min-height:100%;
  margin:0;
  padding:132px clamp(26px,6vw,86px) 72px;
  transform:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:
    radial-gradient(circle at 18% 24%,rgba(199,162,90,.16),transparent 30%),
    linear-gradient(145deg,var(--maroon-dark) 0%,var(--maroon) 72%,#6a1d28 100%);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.hero--split .hero__inner::before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(246,237,223,.20);
  pointer-events:none;
}
.hero--split .hero__inner::after{
  content:"";
  position:absolute;
  inset:38px;
  border:1px solid rgba(199,162,90,.26);
  pointer-events:none;
}
.hero--split .hero__inner > *{
  position:relative;
  z-index:2;
  max-width:760px;
}
.hero--split .eyebrow{
  justify-content:flex-start;
  margin:0 0 24px;
  color:var(--gold-light);
  font-family:var(--sans);
  font-size:var(--thus-font-section-kicker,11px);
  font-weight:700;
  line-height:1.4;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero--split .eyebrow::before,
.hero--split .eyebrow::after{
  display:none!important;
}
.hero--split h1{
  width:auto;
  max-width:760px;
  margin:0;
  color:#fff;
  font-family:var(--display);
  font-size:clamp(42px,5.05vw,var(--thus-font-home-hero-title,86px));
  font-weight:600;
  line-height:.94;
  letter-spacing:-.018em;
  white-space:normal;
  text-align:left;
  text-transform:uppercase;
  text-wrap:balance;
}
.hero--split .hero__dates{
  display:flex;
  align-items:center;
  gap:17px;
  margin:23px 0 0;
  color:var(--gold-light);
  font-family:var(--display);
  font-size:clamp(22px,2.2vw,var(--thus-font-home-hero-dates,36px));
  line-height:1.1;
  letter-spacing:.08em;
  text-align:left;
}
.hero--split .hero__dates::before,
.hero--split .hero__dates::after{
  content:"";
  width:52px;
  height:1px;
  background:rgba(233,214,164,.62);
}
.hero--split .hero__sub{
  max-width:610px;
  margin:28px 0 0;
  color:rgba(255,250,242,.82);
  font-family:var(--display);
  font-size:clamp(17px,1.35vw,var(--thus-font-home-hero-subtitle,22px));
  line-height:1.42;
  text-align:left;
}
.hero--split .hero__footer{
  width:100%;
  max-width:610px;
  margin-top:34px;
  padding-top:0;
  border-top:0;
  justify-content:flex-start;
  gap:12px;
  text-align:left;
}
.hero--split .hero__footer > div:first-child{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:1px solid var(--gold-light);
  background:var(--gold);
  color:var(--maroon-dark);
  font-family:var(--sans);
  font-size:var(--thus-font-button,12px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero--split .scroll-cue{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:12px 18px;
  border:1px solid rgba(246,237,223,.42);
  background:rgba(246,237,223,.08);
  color:#fff;
  font-family:var(--sans);
  font-size:var(--thus-font-button,12px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero--split .scroll-cue span{
  display:none;
}
.hero--split .hero__visual{
  position:relative;
  z-index:1;
  grid-column:2;
  grid-row:1;
  width:100%;
  min-height:100%;
  aspect-ratio:auto;
  align-self:stretch;
  display:grid;
  place-items:center;
  padding:120px clamp(22px,4vw,54px) 66px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(43,11,16,.28),rgba(43,11,16,.04)),
    linear-gradient(180deg,#f9f1e4,#e7d8c2);
}
.hero--split .hero__visual::before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(90,22,32,.18);
  pointer-events:none;
}
.hero--split .hero__visual::after{
  content:"";
  position:absolute;
  inset:38px;
  border:1px solid rgba(199,162,90,.30);
  pointer-events:none;
}
.hero--split .hero__slides{
  position:relative;
  z-index:2;
  inset:auto;
  width:min(560px,100%);
  aspect-ratio:1 / 1;
  overflow:hidden;
  border:1px solid rgba(90,22,32,.22);
  background:var(--maroon-dark);
  box-shadow:var(--shadow);
}
.hero--split .hero__slides::before{
  content:"";
  position:absolute;
  z-index:4;
  inset:14px;
  border:1px solid rgba(246,237,223,.42);
  pointer-events:none;
}
.hero--split .hero__slides::after{
  content:"";
  position:absolute;
  z-index:5;
  inset:28px;
  border:1px solid rgba(199,162,90,.48);
  pointer-events:none;
}
.hero--split .hero__slide{
  position:absolute;
  inset:0;
  opacity:0;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:var(--hero-image-position,center 20%)!important;
  transition:opacity var(--hero-fade-duration,2s) ease-in-out;
}
.hero--split .hero__slide.is-active{
  opacity:1;
}
.hero--split .hero__overlay{
  display:none;
}
.hero--split .hero__slideshow-controls{
  position:absolute;
  z-index:8;
  top:auto;
  right:clamp(30px,5vw,70px);
  bottom:40px;
}
.hero--split + .memorial-nav{
  margin-top:0;
}
.memorial-nav{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,250,242,.78);
  backdrop-filter:blur(10px);
}
.focused-obituary .lead,
.focused-obituary .dropcap,
.dropcap{
  font-size:var(--thus-font-body-copy,17px)!important;
  line-height:1.7!important;
}
.dropcap::first-letter{
  float:none!important;
  margin:0!important;
  color:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
}
.focused-obituary__copy,
.focused-obituary__copy p{
  color:#514742;
  font-family:var(--display);
  font-size:var(--thus-font-body-copy,17px);
  line-height:1.62;
}
@media(max-width:980px){
  .hero.hero--split{
    grid-template-columns:1fr;
  }
  .hero--split .hero__inner{
    min-height:58svh;
    padding:120px 34px 58px;
  }
  .hero--split .hero__visual{
    grid-column:1;
    grid-row:2;
    min-height:auto;
    padding:64px 24px 58px;
  }
  .hero--split .hero__slideshow-controls{
    right:34px;
    bottom:32px;
  }
}
@media(max-width:640px){
  .topbar.topbar--floating,
  .topbar{
    top:10px;
  }
  .brand.brand--text-only,
  .topbar .brand{
    font-size:1rem;
    letter-spacing:.035em;
  }
  .topbar__link{
    display:none;
  }
  .hero--split .hero__inner{
    padding:104px 24px 54px;
  }
  .hero--split .hero__inner::before,
  .hero--split .hero__visual::before{
    inset:13px;
  }
  .hero--split .hero__inner::after,
  .hero--split .hero__visual::after{
    inset:24px;
  }
  .hero--split h1{
    font-size:clamp(41px,12vw,55px);
  }
  .hero--split .hero__dates{
    gap:10px;
  }
  .hero--split .hero__dates::before,
  .hero--split .hero__dates::after{
    width:30px;
  }
  .hero--split .hero__footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .hero--split .hero__visual{
    padding:54px 18px 48px;
  }
  .hero--split .hero__slideshow-controls{
    right:25px;
    bottom:25px;
  }
}


/* =========================================================
   HERO SLIDESHOW FULL-BLEED COLUMN — VERSION 1.6.1
   Right column images now fill the entire column with no padding/gap.
   ========================================================= */
.hero--split .hero__visual{
  padding:0!important;
  display:block!important;
  min-height:100svh;
  background:var(--maroon-dark)!important;
}
.hero--split .hero__visual::before,
.hero--split .hero__visual::after{
  z-index:6;
  pointer-events:none;
}
.hero--split .hero__visual::before{
  inset:0!important;
  border:0!important;
  background:
    linear-gradient(90deg,rgba(43,11,16,.28) 0%,rgba(43,11,16,.04) 34%,rgba(43,11,16,.18) 100%);
}
.hero--split .hero__visual::after{
  inset:18px!important;
  border:1px solid rgba(246,237,223,.34)!important;
}
.hero--split .hero__slides{
  position:absolute!important;
  z-index:1;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border:0!important;
  box-shadow:none!important;
  background:var(--maroon-dark)!important;
}
.hero--split .hero__slides::before,
.hero--split .hero__slides::after{
  display:none!important;
}
.hero--split .hero__slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-size:cover!important;
  background-position:var(--hero-image-position,center 20%)!important;
  background-repeat:no-repeat!important;
}
.hero--split .hero__slideshow-controls{
  right:24px!important;
  bottom:24px!important;
}
@media(max-width:980px){
  .hero--split .hero__visual{
    min-height:72svh;
    padding:0!important;
  }
}
@media(max-width:640px){
  .hero--split .hero__visual{
    min-height:72svh;
    padding:0!important;
  }
  .hero--split .hero__visual::after{
    inset:12px!important;
  }
}


/* =========================================================
   CENTERED LEFT HERO TEXT — VERSION 1.6.2
   Removes hero buttons and normalizes title capitalization.
   ========================================================= */
.hero--split .hero__inner{
  align-items:center!important;
  text-align:center!important;
}
.hero--split .hero__inner > *{
  margin-left:auto;
  margin-right:auto;
}
.hero--split .eyebrow{
  width:100%;
  justify-content:center!important;
  text-align:center!important;
}
.hero--split h1{
  text-align:center!important;
  text-transform:none!important;
  max-width:820px;
  font-size:clamp(42px,5vw,var(--thus-font-home-hero-title,86px));
  letter-spacing:-.012em;
}
.hero--split .hero__dates{
  justify-content:center!important;
  text-align:center!important;
  margin-left:auto;
  margin-right:auto;
}
.hero--split .hero__sub{
  text-align:center!important;
  margin-left:auto;
  margin-right:auto;
}
.hero--split .hero__footer{
  display:none!important;
}
@media(max-width:640px){
  .hero--split h1{
    font-size:clamp(42px,12vw,56px);
  }
}


/* =========================================================
   NO TOP BAR + EDITABLE FOOTER — VERSION 1.6.4
   ========================================================= */
.topbar,
.topbar.topbar--floating,
.topbar--solid{
  display:none!important;
}
.hero--split .hero__inner{
  padding-top:72px;
}
.hero--split .hero__visual{
  padding-top:0!important;
}
.memories-site .memorial-nav--memories{
  margin-top:0;
}
.page-footer .footer-title{
  font-family:var(--display);
}
@media(max-width:640px){
  .hero--split .hero__inner{
    padding-top:64px;
  }
}


/* =========================================================
   HOME REDESIGN — VERSION 1.7.0
   Static portrait hero + full-width condolence grid.
   Obituary removed from Home.
   ========================================================= */
:root{
  --maroon:#5a1620;
  --maroon-dark:#2a0a0f;
  --maroon-soft:#7f2934;
  --paper:#f5eddf;
  --paper-light:#fffaf2;
  --paper-deep:#e9dbc6;
  --gold:#c7a25a;
  --gold-soft:#ead6a3;
  --ink:#241815;
  --muted:#6d625c;
  --line:rgba(90,22,32,.18);
  --display:"Cormorant Garamond",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
  --shadow:0 26px 80px rgba(42,10,15,.18);
}
body.bob-thurman-memorial-page{
  background:
    radial-gradient(circle at 12% 0%,rgba(199,162,90,.16),transparent 32%),
    linear-gradient(180deg,var(--paper-light),var(--paper));
}
.bob-home-redesign{
  overflow:hidden;
}
.portrait-hero{
  min-height:100svh;
  display:grid;
  place-items:center;
  padding:34px;
  background:#252525;
}
.portrait-hero__frame{
  position:relative;
  width:min(1310px,100%);
  min-height:calc(100svh - 68px);
  display:grid;
  grid-template-columns:minmax(360px,.43fr) minmax(0,.57fr);
  align-items:center;
  column-gap:0;
  padding:88px 72px;
  border:1px solid rgba(93,131,213,.88);
  background:var(--maroon);
  isolation:isolate;
}
.portrait-hero__frame::before{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(199,162,90,.20);
  pointer-events:none;
}
.portrait-hero__image{
  position:relative;
  z-index:2;
  width:min(440px,100%);
  margin:0 0 0 4px;
  aspect-ratio:4/5.12;
  overflow:hidden;
  background:var(--maroon-dark);
  box-shadow:0 22px 70px rgba(0,0,0,.25);
}
.portrait-hero__image::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  border:1px solid rgba(245,237,223,.12);
  pointer-events:none;
}
.portrait-hero__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.portrait-hero__text{
  position:relative;
  z-index:3;
  min-height:310px;
  margin-left:-22px;
  display:grid;
  place-items:center;
  padding:38px 44px;
  border:4px solid rgba(255,255,255,.96);
  background:transparent;
  color:var(--paper-light);
}
.portrait-hero__text::before{
  content:"";
  position:absolute;
  inset:13px;
  border:1px solid rgba(234,214,163,.46);
  pointer-events:none;
}
.portrait-hero__text::after{
  content:"";
  position:absolute;
  inset:-11px;
  border:1px solid rgba(255,255,255,.18);
  pointer-events:none;
}
.portrait-hero__text-inner{
  position:relative;
  z-index:2;
  width:min(620px,100%);
  text-align:center;
}
.portrait-hero__label{
  margin:0 0 12px;
  color:var(--gold-soft);
  font-family:var(--sans);
  font-size:var(--thus-font-section-kicker,11px);
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.portrait-hero h1{
  margin:0;
  color:#fff;
  font-family:var(--display);
  font-size:clamp(48px,4.7vw,var(--thus-font-home-hero-title,80px));
  font-weight:600;
  line-height:.95;
  letter-spacing:-.012em;
  text-transform:none;
}
.portrait-hero__years{
  margin:14px 0 0;
  color:var(--gold-soft);
  font-family:var(--display);
  font-size:clamp(24px,2vw,var(--thus-font-home-hero-dates,34px));
  line-height:1.1;
  letter-spacing:.08em;
}
.portrait-hero__ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  margin:26px auto;
  color:var(--gold-soft);
}
.portrait-hero__ornament::before,
.portrait-hero__ornament::after{
  content:"";
  width:72px;
  height:1px;
  background:linear-gradient(90deg,transparent,currentColor,transparent);
}
.portrait-hero__ornament span{
  width:9px;
  height:9px;
  transform:rotate(45deg);
  border:1px solid currentColor;
  background:rgba(199,162,90,.12);
}
.portrait-hero__summary{
  max-width:590px;
  margin:0 auto;
  color:rgba(255,250,242,.84);
  font-family:var(--display);
  font-size:clamp(17px,1.35vw,var(--thus-font-home-hero-subtitle,22px));
  line-height:1.44;
}
.portrait-hero__meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin:32px auto 0;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.24);
}
.portrait-hero__meta div{
  padding:14px 10px;
  background:rgba(43,11,16,.26);
}
.portrait-hero__meta span{
  display:block;
  color:rgba(255,250,242,.68);
  font-family:var(--sans);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.11em;
  line-height:1.1;
  text-transform:uppercase;
}
.portrait-hero__meta strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font-family:var(--display);
  font-size:1.12rem;
  font-weight:600;
  line-height:1.1;
}

/* Full-width Home condolences */
.home-condolences{
  padding:84px 0 112px;
  background:
    radial-gradient(circle at 50% 0%,rgba(199,162,90,.12),transparent 33%),
    linear-gradient(180deg,var(--paper-light),var(--paper));
}
.home-condolences__inner{
  width:min(1280px,calc(100% - 38px));
  margin:0 auto;
}
.home-condolences__header{
  position:relative;
  max-width:820px;
  margin:0 auto 46px;
  padding:34px;
  border:1px solid var(--line);
  background:rgba(255,250,242,.62);
  text-align:center;
}
.home-condolences__header::before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(199,162,90,.25);
  pointer-events:none;
}
.home-condolences__header > *{
  position:relative;
  z-index:2;
}
.home-condolences .section-kicker{
  margin:0 0 10px;
  color:var(--maroon-soft);
  font-family:var(--sans);
  font-size:var(--thus-font-section-kicker,11px);
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.home-condolences h2{
  margin:0;
  color:var(--maroon);
  font-family:var(--display);
  font-size:clamp(34px,3.4vw,var(--thus-font-page-h2,48px));
  font-weight:600;
  line-height:1;
}
.home-condolences__intro{
  max-width:680px;
  margin:18px auto 0;
  color:#514742;
  font-family:var(--display);
  font-size:clamp(17px,1.2vw,var(--thus-font-body-copy,17px));
  line-height:1.58;
}
.home-condolences__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  padding:13px 18px;
  border:1px solid var(--maroon);
  background:var(--maroon);
  color:var(--paper-light);
  text-decoration:none;
  font-family:var(--sans);
  font-size:var(--thus-font-button,12px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.home-condolences__button:hover{
  transform:translateY(-2px);
  background:var(--maroon-dark);
  box-shadow:0 16px 36px rgba(42,10,15,.16);
}
.home-condolences__grid .thus-memorial-condolences,
.home-condolences__grid .thus-memorial-list{
  width:100%;
  max-width:none;
  padding:0;
  border:0;
  background:transparent;
}
.home-condolences__grid .thus-memorial-badge{
  display:none;
}
.home-condolences__grid .thus-memorial-list__items{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.home-condolences__grid .thus-memorial-message,
.home-condolences__grid .thus-memorial-message:last-child{
  position:relative;
  min-height:245px;
  margin:0;
  padding:24px;
  border:1px solid rgba(90,22,32,.18);
  background:#fffaf2;
  color:var(--ink);
  box-shadow:0 8px 22px rgba(42,10,15,.07);
}
.home-condolences__grid .thus-memorial-message::before{
  content:"";
  position:absolute;
  inset:6px;
  border:1px solid rgba(199,162,90,.22);
  pointer-events:none;
}
.home-condolences__grid .thus-memorial-message__header,
.home-condolences__grid .thus-memorial-message__body,
.home-condolences__grid .thus-memorial-message__toggle{
  position:relative;
  z-index:2;
}
.home-condolences__grid .thus-memorial-message__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.home-condolences__grid .thus-memorial-message__date{
  order:2;
  flex:0 0 auto;
  width:auto;
  min-height:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  text-align:right;
}
.home-condolences__grid .thus-memorial-message__month,
.home-condolences__grid .thus-memorial-message__year{
  display:inline;
  color:var(--gold);
  font-family:var(--sans);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.home-condolences__grid .thus-memorial-message__day{
  display:inline;
  margin:0 2px;
  color:var(--gold);
  font-family:var(--sans);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.1em;
}
.home-condolences__grid .thus-memorial-message__title{
  margin:0 0 2px;
  color:var(--maroon);
  font-family:var(--display);
  font-size:var(--thus-font-card-title,31px);
  line-height:1;
}
.home-condolences__grid .thus-memorial-message__meta{
  margin:0;
  color:var(--muted);
  font-family:var(--sans);
  font-size:.61rem;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.home-condolences__grid .thus-memorial-message__body{
  margin:0 0 8px;
  color:#4f443f;
  font-family:var(--display);
  font-size:var(--thus-font-card-message,23px);
  line-height:1.42;
}
.home-condolences__grid .thus-memorial-message__toggle{
  padding:0;
  border:0;
  background:transparent;
  color:var(--maroon);
  cursor:pointer;
  font-family:var(--sans);
  font-size:.6rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.home-condolences__empty,
.home-condolences__grid .thus-memorial-empty{
  max-width:760px;
  margin:0 auto;
  padding:30px;
  border:1px dashed var(--line);
  background:#fffaf2;
  color:#514742;
  text-align:center;
}
.page-footer{
  margin-top:0;
}
@media(max-width:1100px){
  .home-condolences__grid .thus-memorial-list__items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:1000px){
  .portrait-hero{
    min-height:auto;
    padding:22px;
  }
  .portrait-hero__frame{
    min-height:auto;
    grid-template-columns:1fr;
    gap:28px;
    padding:78px 28px 42px;
  }
  .portrait-hero__image{
    width:min(480px,100%);
    margin:0 auto;
  }
  .portrait-hero__text{
    margin-left:0;
  }
}
@media(max-width:700px){
  .home-condolences__grid .thus-memorial-list__items{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .portrait-hero{
    padding:12px;
  }
  .portrait-hero__frame{
    padding:54px 18px 28px;
  }
  .portrait-hero__text{
    padding:30px 20px;
    border-width:3px;
  }
  .portrait-hero h1{
    font-size:clamp(42px,12vw,58px);
  }
  .portrait-hero__meta{
    grid-template-columns:1fr;
  }
  .home-condolences{
    padding:58px 0 82px;
  }
  .home-condolences__inner{
    width:calc(100% - 24px);
  }
  .home-condolences__header{
    padding:28px 22px;
  }
  .home-condolences__grid .thus-memorial-message__header{
    flex-direction:column;
    gap:8px;
  }
  .home-condolences__grid .thus-memorial-message__date{
    order:0;
    text-align:left;
  }
}


/* =========================================================
   STATIC FULL-WIDTH HERO — VERSION 1.7.1
   Slideshow functionality removed from Home.
   Hero now spans full browser width.
   ========================================================= */
.portrait-hero{
  width:100%;
  min-height:100svh;
  padding:0!important;
  background:var(--maroon)!important;
}
.portrait-hero__frame{
  width:100%!important;
  max-width:none!important;
  min-height:100svh!important;
  padding:clamp(52px,7vw,96px) clamp(28px,7vw,96px)!important;
  border:0!important;
  background:var(--maroon)!important;
  grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr);
}
.portrait-hero__frame::before{
  inset:24px!important;
  border:1px solid rgba(245,237,223,.24)!important;
}
.portrait-hero__frame::after{
  content:"";
  position:absolute;
  inset:42px;
  border:1px solid rgba(199,162,90,.22);
  pointer-events:none;
}
.portrait-hero__image{
  width:min(500px,100%)!important;
  margin:0!important;
  aspect-ratio:4 / 5.08;
}
.portrait-hero__text{
  width:100%;
  min-height:clamp(300px,33vw,430px);
  margin-left:-28px;
  padding:clamp(32px,4vw,54px);
}
.portrait-hero__text-inner{
  width:min(720px,100%);
}
@media(max-width:1000px){
  .portrait-hero{
    min-height:auto;
  }
  .portrait-hero__frame{
    min-height:auto!important;
    grid-template-columns:1fr;
    gap:28px;
    padding:54px 24px 38px!important;
  }
  .portrait-hero__image{
    margin:0 auto!important;
  }
  .portrait-hero__text{
    margin-left:0;
  }
}
@media(max-width:640px){
  .portrait-hero__frame{
    padding:28px 12px 20px!important;
  }
  .portrait-hero__frame::before{
    inset:12px!important;
  }
  .portrait-hero__frame::after{
    inset:22px!important;
  }
}


/* =========================================================
   LETTERS GRID + LETTER MODAL — VERSION 1.7.2
   Three letters per row; image/title only; large modal viewer.
   ========================================================= */
.memorial-letters{
  padding:84px 0 96px;
  background:
    radial-gradient(circle at 50% 0%,rgba(199,162,90,.12),transparent 32%),
    linear-gradient(180deg,var(--paper-light),var(--paper));
}
.memorial-letters--memories{
  padding:70px 0 86px;
}
.memorial-letters__inner{
  width:min(1280px,calc(100% - 38px));
  margin:0 auto;
}
.memorial-letters__header{
  position:relative;
  max-width:820px;
  margin:0 auto 42px;
  padding:34px;
  border:1px solid var(--line);
  background:rgba(255,250,242,.62);
  text-align:center;
}
.memorial-letters__header::before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(199,162,90,.25);
  pointer-events:none;
}
.memorial-letters__header > *{
  position:relative;
  z-index:2;
}
.memorial-letters .section-kicker{
  margin:0 0 10px;
  color:var(--maroon-soft);
  font-family:var(--sans);
  font-size:var(--thus-font-section-kicker,11px);
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.memorial-letters h2{
  margin:0;
  color:var(--maroon);
  font-family:var(--display);
  font-size:clamp(34px,3.4vw,var(--thus-font-page-h2,48px));
  font-weight:600;
  line-height:1;
}
.memorial-letters__intro{
  max-width:680px;
  margin:18px auto 0;
  color:#514742;
  font-family:var(--display);
  font-size:clamp(17px,1.2vw,var(--thus-font-body-copy,17px));
  line-height:1.58;
}
.memorial-letters__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.memorial-letter-card{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
  padding:0;
  border:1px solid rgba(90,22,32,.18);
  background:#fffaf2;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
  box-shadow:0 10px 26px rgba(42,10,15,.08);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.memorial-letter-card::before{
  content:"";
  position:absolute;
  inset:8px;
  z-index:2;
  border:1px solid rgba(199,162,90,.24);
  pointer-events:none;
}
.memorial-letter-card:hover,
.memorial-letter-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(199,162,90,.62);
  box-shadow:0 20px 48px rgba(42,10,15,.15);
}
.memorial-letter-card__thumb{
  display:block;
  width:100%;
  aspect-ratio:4 / 3.15;
  overflow:hidden;
  background:#eadcc8;
}
.memorial-letter-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.memorial-letter-card__title{
  display:block;
  position:relative;
  z-index:3;
  padding:20px 22px 23px;
  color:var(--maroon);
  font-family:var(--display);
  font-size:clamp(24px,2.1vw,var(--thus-font-card-title,31px));
  font-weight:600;
  line-height:1.05;
  text-align:center;
}
.memorial-letters__empty{
  max-width:760px;
  margin:0 auto;
  padding:30px;
  border:1px dashed var(--line);
  background:#fffaf2;
  color:#514742;
  text-align:center;
}

/* Letter modal */
.memorial-letter-modal[hidden]{
  display:none;
}
.memorial-letter-modal{
  position:fixed;
  z-index:10000;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
}
.memorial-letter-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(42,10,15,.84);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.memorial-letter-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100vw - 48px));
  max-height:calc(100vh - 48px);
  display:flex;
  flex-direction:column;
  padding:22px;
  border:1px solid rgba(245,237,223,.32);
  background:var(--paper-light);
  box-shadow:0 34px 110px rgba(0,0,0,.46);
  outline:none;
}
.memorial-letter-modal__dialog::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(199,162,90,.30);
  pointer-events:none;
}
.memorial-letter-modal__close{
  position:absolute;
  z-index:4;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border:1px solid rgba(90,22,32,.22);
  border-radius:50%;
  background:var(--maroon);
  color:#fff;
  cursor:pointer;
  font-size:1.45rem;
  line-height:1;
}
.memorial-letter-modal__title{
  position:relative;
  z-index:2;
  margin:0 56px 18px 0;
  color:var(--maroon);
  font-family:var(--display);
  font-size:clamp(30px,3vw,48px);
  line-height:1;
}
.memorial-letter-modal__image-wrap{
  position:relative;
  z-index:2;
  min-height:0;
  overflow:auto;
  background:#efe4d2;
}
.memorial-letter-modal__image{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:calc(100vh - 170px);
  margin:auto;
}
body.memorial-letter-modal-open{
  overflow:hidden;
}
@media(max-width:980px){
  .memorial-letters__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .memorial-letters,
  .memorial-letters--memories{
    padding:58px 0 74px;
  }
  .memorial-letters__inner{
    width:calc(100% - 24px);
  }
  .memorial-letters__header{
    padding:28px 22px;
  }
  .memorial-letters__grid{
    grid-template-columns:1fr;
  }
  .memorial-letter-modal{
    padding:12px;
  }
  .memorial-letter-modal__dialog{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 24px);
    padding:16px;
  }
  .memorial-letter-modal__title{
    margin-right:50px;
    font-size:30px;
  }
  .memorial-letter-modal__image{
    max-height:calc(100vh - 150px);
  }
}


/* =========================================================
   LETTER THUMBNAIL QUALITY + SIZE CONTROLS — VERSION 1.7.3
   ========================================================= */
.memorial-letter-card__thumb{
  height:var(--thus-letters-thumb-height,300px)!important;
  aspect-ratio:auto!important;
  display:grid!important;
  place-items:center;
  padding:12px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.20)),
    #eadcc8;
}
.memorial-letter-card__thumb img{
  width:100%;
  height:100%;
  object-fit:var(--thus-letters-image-fit,contain)!important;
  object-position:center center;
}
@media(max-width:640px){
  .memorial-letter-card__thumb{
    height:min(var(--thus-letters-thumb-height,300px),420px)!important;
  }
}


/* =========================================================
   ONE-PAGE MEMORIES + THANK-YOU MODAL — VERSION 1.7.4
   ========================================================= */
.one-page-memorial-site .memorial-nav,
.one-page-memorial-site .memories-page-hero{
  display:none!important;
}
.one-page-memories-section{
  background:
    radial-gradient(circle at 50% 0%,rgba(199,162,90,.12),transparent 33%),
    linear-gradient(180deg,var(--paper-light),var(--paper));
}
.one-page-memories-heading{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.one-page-memories-heading > div{
  max-width:760px;
  margin:0 auto;
}
.one-page-memories-intro{
  margin:16px auto 0;
  color:#514742;
  font-family:var(--display);
  font-size:var(--thus-font-body-copy,17px);
  line-height:1.62;
}
.one-page-memories-heading .memories-secondary-cta{
  margin:24px auto 0;
}
.memories-thanks-modal[hidden]{
  display:none;
}
.memories-thanks-modal{
  position:fixed;
  z-index:10002;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
}
.memories-thanks-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(42,10,15,.80);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.memories-thanks-modal__dialog{
  position:relative;
  z-index:1;
  width:min(620px,calc(100vw - 48px));
  padding:44px;
  border:1px solid rgba(245,237,223,.32);
  background:var(--paper-light);
  color:var(--ink);
  text-align:center;
  box-shadow:0 34px 110px rgba(0,0,0,.42);
  outline:none;
}
.memories-thanks-modal__dialog::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(199,162,90,.30);
  pointer-events:none;
}
.memories-thanks-modal__close{
  position:absolute;
  z-index:4;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:1px solid rgba(90,22,32,.22);
  border-radius:50%;
  background:var(--maroon);
  color:#fff;
  cursor:pointer;
  font-size:1.35rem;
  line-height:1;
}
.memories-thanks-modal h2{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:var(--maroon);
  font-family:var(--display);
  font-size:clamp(34px,4vw,54px);
  line-height:1;
}
.memories-thanks-modal p{
  position:relative;
  z-index:2;
  margin:0 auto;
  max-width:440px;
  color:#514742;
  font-family:var(--display);
  font-size:1.1rem;
  line-height:1.55;
}
.memories-thanks-modal__button{
  position:relative;
  z-index:2;
  margin-top:24px;
  border:1px solid var(--maroon);
  background:var(--maroon);
  color:#fff;
  cursor:pointer;
  padding:12px 18px;
  font-family:var(--sans);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.memories-thanks-modal-open{
  overflow:hidden;
}

/* Optional public image attached to a memory */
.thus-memorial-message__image{
  position:relative;
  z-index:2;
  display:block;
  margin:14px 0 0;
  overflow:hidden;
  border:1px solid rgba(90,22,32,.16);
  background:#eadcc8;
}
.thus-memorial-message__image img{
  display:block;
  width:100%;
  max-height:280px;
  object-fit:cover;
  object-position:center center;
}
.thus-memorial-form label.thus-memorial-image-upload{
  margin-top:4px;
}
.thus-memorial-form input[type="file"]{
  width:100%;
  border:1px solid #d8cec2;
  background:#fcfaf6;
  padding:12px;
}
.thus-memorial-image-help{
  display:block!important;
  margin-top:6px!important;
  color:var(--thus-memorial-muted)!important;
  font-size:.76rem!important;
  letter-spacing:0!important;
  text-transform:none!important;
  font-weight:400!important;
}
@media(max-width:640px){
  .memories-thanks-modal__dialog{
    padding:36px 24px;
  }
}


/* =========================================================
   FLUID OUTER / BOXED INNER HERO — VERSION 1.7.5
   Layout-only structure for the mandated photo + letter composition.
   ========================================================= */
.hero-layout-fluid-boxed{
  width:100%;
  min-height:auto!important;
  display:block!important;
  padding:0!important;
  background:var(--maroon)!important;
}
.hero-layout-shell{
  width:100%;
  padding:var(--thus-hero-outer-padding,54px);
  background:var(--maroon);
}
.hero-layout-inner{
  position:relative;
  width:min(var(--thus-hero-inner-max-width,1500px),100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(420px,.48fr) minmax(460px,.52fr);
  gap:var(--thus-hero-column-gap,16px);
  align-items:stretch;
  padding:12px;
  background:rgba(0,0,0,.08);
}
.hero-layout-photo,
.hero-layout-content{
  position:relative;
  min-height:var(--thus-hero-box-min-height,680px);
  margin:0;
  border:2px solid rgba(0,0,0,.72);
  background:rgba(255,255,255,.08);
  overflow:hidden;
}
.hero-layout-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-layout-content{
  display:grid;
  grid-template-rows:minmax(330px,.62fr) auto;
  align-content:stretch;
  padding:clamp(22px,3vw,34px);
  text-align:center;
}
.hero-layout-content::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(255,255,255,.16);
  pointer-events:none;
}
.hero-layout-letter{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:min(var(--thus-hero-letter-width,440px),82%);
  margin:0 auto clamp(18px,2vw,26px);
  padding:10px;
  border:1px solid rgba(0,0,0,.50);
  background:rgba(255,255,255,.06);
  cursor:pointer;
  appearance:none;
}
.hero-layout-letter:hover,
.hero-layout-letter:focus-visible{
  outline:1px solid rgba(255,255,255,.55);
  outline-offset:3px;
}
.hero-layout-letter img{
  width:100%;
  height:auto;
  max-height:var(--thus-hero-letter-max-height,500px);
  object-fit:contain;
  background:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.hero-layout-copy{
  position:relative;
  z-index:2;
  align-self:end;
  max-width:720px;
  margin:0 auto;
}
.hero-layout-copy p{
  margin:0 auto 18px;
  color:rgba(255,255,255,.92);
  font-family:var(--display);
  font-size:clamp(.86rem,1vw,1.05rem);
  font-weight:500;
  line-height:1.42;
  letter-spacing:.01em;
  text-align:center;
}
.hero-layout-copy h1{
  margin:0;
  color:var(--gold-soft);
  font-family:var(--display);
  font-size:clamp(2.55rem,3.9vw,4.6rem);
  font-weight:600;
  line-height:.95;
  letter-spacing:-.015em;
}
.hero-layout-years{
  margin-top:8px;
  color:var(--gold-soft);
  font-family:var(--display);
  font-size:clamp(1.75rem,2.7vw,3.1rem);
  font-weight:500;
  line-height:1;
  letter-spacing:.04em;
}
.hero-layout-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.hero-layout-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  min-height:44px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.55);
  color:var(--gold-soft);
  background:rgba(255,255,255,.04);
  font-family:var(--sans);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.13em;
  text-decoration:none;
  text-transform:uppercase;
}
.hero-layout-actions a:first-child{
  background:var(--gold-soft);
  color:var(--maroon-dark);
  border-color:var(--gold-soft);
}

/* Full-screen no-title hero letter modal */
.hero-letter-modal[hidden]{
  display:none;
}
.hero-letter-modal{
  position:fixed;
  inset:0;
  z-index:10050;
  display:grid;
  place-items:center;
  padding:24px;
}
.hero-letter-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.hero-letter-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100vw - 48px));
  height:calc(100vh - 48px);
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  outline:none;
}
.hero-letter-modal__image{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  background:#fff;
  box-shadow:0 34px 110px rgba(0,0,0,.54);
}
.hero-letter-modal__close{
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  cursor:pointer;
  font-size:1.45rem;
  line-height:1;
}
body.hero-letter-modal-open{
  overflow:hidden;
}
@media(max-width:1080px){
  .hero-layout-inner{
    grid-template-columns:1fr;
    width:min(760px,100%);
  }
  .hero-layout-photo,
  .hero-layout-content{
    min-height:auto;
  }
  .hero-layout-photo{
    aspect-ratio:4/4.6;
  }
  .hero-layout-content{
    grid-template-rows:auto auto;
  }
}
@media(max-width:640px){
  .hero-layout-shell{
    padding:14px;
  }
  .hero-layout-inner{
    padding:8px;
    gap:10px;
  }
  .hero-layout-content{
    padding:22px 16px;
  }
  .hero-layout-letter{
    width:min(310px,92%);
  }
  .hero-layout-actions a{
    width:100%;
  }
  .hero-letter-modal{
    padding:12px;
  }
  .hero-letter-modal__dialog{
    width:calc(100vw - 24px);
    height:calc(100vh - 24px);
  }
}


/* =========================================================
   TYPOGRAPHY CUSTOMIZER ACTIVE SELECTOR FIX — VERSION 1.7.6
   These selectors reconnect the Theme Typography panel values to
   the current v1.7.x templates and override older hard-coded sizes.
   ========================================================= */

/* Base */
body,
.bob-memorial-site{
  font-size:var(--thus-font-body,16px)!important;
}

/* Navigation/top links if used */
.memorial-nav a,
.topbar a,
.hero-layout-actions a,
.home-condolences__button,
.memories-secondary-cta,
.thus-memorial-submit,
.form-submit,
.memories-thanks-modal__button,
.memorial-letter-card,
.memorial-letter-card button{
  font-size:var(--thus-font-button,12px)!important;
}

/* Keep nav independent when present */
.memorial-nav a,
.topbar a{
  font-size:var(--thus-font-nav,12px)!important;
}

/* Current Home hero */
.hero-layout-copy h1,
.portrait-hero h1,
.cover-card h1{
  font-size:clamp(28px,6vw,var(--thus-font-home-hero-title,80px))!important;
}

.hero-layout-years,
.portrait-hero__years,
.cover-card__dates{
  font-size:clamp(18px,4vw,var(--thus-font-home-hero-dates,36px))!important;
}

.hero-layout-copy p,
.portrait-hero__summary,
.cover-card__summary{
  font-size:var(--thus-font-home-hero-subtitle,22px)!important;
}

/* Post Your Memories hero if any legacy template remains */
.memories-page-hero h1,
.memories-hero-title{
  font-size:var(--thus-font-memories-hero-title,112px)!important;
}

/* Section headings */
.home-condolences h2,
.memorial-letters h2,
.memories-board-heading h2,
.one-page-memories-heading h2,
.section-header h2,
.memories-thanks-modal h2,
.memories-modal__heading h2,
.memorial-letter-modal__title{
  font-size:var(--thus-font-page-h2,48px)!important;
}

/* Small labels/kickers */
.section-kicker,
.portrait-hero__label,
.cover-card__label,
.memorial-letters .section-kicker,
.home-condolences .section-kicker,
.memories-modal__heading .section-kicker{
  font-size:var(--thus-font-section-kicker,11px)!important;
}

/* Lead / intro copy */
.home-condolences__intro,
.memorial-letters__intro,
.one-page-memories-intro,
.memories-modal__heading p,
.memories-thanks-modal p{
  font-size:var(--thus-font-lead,25px)!important;
}

/* Standard page/body copy */
.obituary-copy,
.footer-small,
.memorial-letters__empty,
.home-condolences__empty,
.thus-memorial-privacy{
  font-size:var(--thus-font-body-copy,17px)!important;
}

/* Cards */
.memorial-letter-card__title,
.thus-memorial-message__title,
.memory-card h3,
.home-condolences__grid .thus-memorial-message__title{
  font-size:var(--thus-font-card-title,31px)!important;
}

.thus-memorial-message__body,
.memory-card p,
.home-condolences__grid .thus-memorial-message__body{
  font-size:var(--thus-font-card-message,23px)!important;
}

/* Buttons and CTAs */
.hero-layout-actions a,
.home-condolences__button,
.memories-secondary-cta,
.thus-memorial-submit,
.form-submit,
.memories-thanks-modal__button,
.modal .submit{
  font-size:var(--thus-font-button,12px)!important;
}

/* Forms */
.thus-memorial-form label > span,
.field span,
.memories-modal label > span{
  font-size:var(--thus-font-form-label,12px)!important;
}

/* Footer */
.page-footer,
.footer,
.footer-small,
.footer p{
  font-size:var(--thus-font-footer,13px)!important;
}


/* =========================================================
   MESSAGE TO PUBLIC — VERSION 1.7.7
   All text uses Cormorant Garamond. Fully driven by Customizer.
   ========================================================= */
.message-to-public{
  padding-top:var(--thus-public-message-padding-top,72px);
  padding-bottom:var(--thus-public-message-padding-bottom,72px);
  background:var(--thus-public-message-background,#fffaf2);
  color:var(--thus-public-message-text-color,#5a1620);
  font-family:var(--display);
}
.message-to-public__inner{
  width:min(var(--thus-public-message-max-width,980px),calc(100% - 38px));
  margin:0 auto;
  padding:var(--thus-public-message-inner-padding,38px);
  border:1px solid var(--thus-public-message-border-color,#d8c7ad);
  background:var(--thus-public-message-box-background,#fffaf2);
  text-align:var(--thus-public-message-align,center);
  box-shadow:0 14px 38px rgba(42,10,15,.06);
}
.message-to-public__inner::before{
  content:"";
  display:block;
  height:1px;
  width:min(320px,70%);
  margin:0 auto 24px;
  background:linear-gradient(90deg,transparent,var(--thus-public-message-border-color,#d8c7ad),transparent);
}
.message-to-public h2{
  margin:0 0 22px;
  color:var(--thus-public-message-title-color,#5a1620);
  font-family:var(--display);
  font-size:var(--thus-public-message-title-size,48px)!important;
  font-weight:600;
  line-height:1;
}
.message-to-public__copy{
  color:var(--thus-public-message-text-color,#5a1620);
  font-family:var(--display);
  font-size:var(--thus-public-message-font-size,24px)!important;
  font-weight:500;
  line-height:var(--thus-public-message-line-height,1.5);
}
.message-to-public__copy p{
  margin:0 0 1em;
}
.message-to-public__copy p:last-child{
  margin-bottom:0;
}
.message-to-public__copy a{
  color:inherit;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:.18em;
}
@media(max-width:640px){
  .message-to-public__inner{
    width:calc(100% - 24px);
  }
}


/* =========================================================
   HERO MEDIA ONLY + TEXT BELOW — VERSION 1.7.8
   Hero contains only the photo and letter.
   Title/copy/buttons move below hero and above Message to Public.
   ========================================================= */
.hero-layout-fluid-boxed .hero-layout-inner{
  grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);
  align-items:stretch;
}
.hero-layout-fluid-boxed .hero-layout-content{
  display:grid;
  place-items:center;
  grid-template-rows:1fr;
}
.hero-layout-fluid-boxed .hero-layout-content::before{
  display:block;
}
.hero-layout-fluid-boxed .hero-layout-letter{
  width:min(520px,88%);
  margin:0 auto;
}
.hero-layout-fluid-boxed .hero-layout-letter img{
  max-height:calc(var(--thus-hero-box-min-height,680px) - 96px);
}
.hero-text-below{
  background:var(--maroon);
  color:var(--gold-soft);
  padding:clamp(34px,5vw,64px) 22px;
  text-align:center;
}
.hero-text-below__inner{
  width:min(980px,calc(100% - 38px));
  margin:0 auto;
}
.hero-text-below .hero-layout-copy{
  max-width:none;
}
.hero-text-below .hero-layout-copy p{
  max-width:920px;
  margin:0 auto 24px;
  color:rgba(255,255,255,.92);
  font-family:var(--display);
  font-size:var(--thus-font-home-hero-subtitle,22px)!important;
  font-weight:500;
  line-height:1.42;
  letter-spacing:.01em;
}
.hero-text-below .hero-layout-copy h1{
  color:var(--gold-soft);
  font-size:clamp(28px,6vw,var(--thus-font-home-hero-title,80px))!important;
}
.hero-text-below .hero-layout-years{
  color:var(--gold-soft);
  font-size:clamp(18px,4vw,var(--thus-font-home-hero-dates,36px))!important;
}
.hero-text-below .hero-layout-actions{
  margin-top:22px;
}
@media(max-width:1080px){
  .hero-layout-fluid-boxed .hero-layout-inner{
    grid-template-columns:1fr;
    width:min(760px,100%);
  }
}
@media(max-width:640px){
  .hero-text-below{
    padding:34px 14px;
  }
  .hero-text-below__inner{
    width:100%;
  }
}


/* =========================================================
   SAFE HERO LETTER FULL-BLEED FIX — VERSION 1.8.1
   CSS-only patch. No PHP dynamic CSS changes.
   ========================================================= */
.hero-layout-fluid-boxed .hero-layout-inner{
  align-items:stretch!important;
}
.hero-layout-fluid-boxed .hero-layout-photo,
.hero-layout-fluid-boxed .hero-layout-content{
  min-height:var(--thus-hero-box-min-height,680px)!important;
}
.hero-layout-fluid-boxed .hero-layout-content{
  padding:0!important;
  display:grid!important;
  place-items:stretch!important;
  grid-template-rows:1fr!important;
}
.hero-layout-fluid-boxed .hero-layout-content::before{
  display:none!important;
}
.hero-layout-fluid-boxed .hero-layout-letter,
.hero-layout-fluid-boxed button.hero-layout-letter{
  width:100%!important;
  height:100%!important;
  min-height:var(--thus-hero-box-min-height,680px)!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  display:block!important;
}
.hero-layout-fluid-boxed .hero-layout-letter img,
.hero-layout-fluid-boxed button.hero-layout-letter img{
  width:100%!important;
  height:100%!important;
  min-height:var(--thus-hero-box-min-height,680px)!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
@media(max-width:1080px){
  .hero-layout-fluid-boxed .hero-layout-photo,
  .hero-layout-fluid-boxed .hero-layout-content,
  .hero-layout-fluid-boxed .hero-layout-letter,
  .hero-layout-fluid-boxed .hero-layout-letter img{
    min-height:560px!important;
  }
}
@media(max-width:640px){
  .hero-layout-fluid-boxed .hero-layout-photo,
  .hero-layout-fluid-boxed .hero-layout-content,
  .hero-layout-fluid-boxed .hero-layout-letter,
  .hero-layout-fluid-boxed .hero-layout-letter img{
    min-height:420px!important;
  }
}


/* =========================================================
   FLOATING POST TOOLBAR — VERSION 1.8.3
   Appears after scrolling past hero. Button jumps to memories
   section and opens the existing form/modal.
   ========================================================= */
.floating-post-toolbar[hidden]{
  display:none!important;
}
.floating-post-toolbar{
  position:fixed;
  left:50%;
  bottom:var(--thus-floating-toolbar-bottom,22px);
  z-index:10020;
  width:min(var(--thus-floating-toolbar-max-width,720px),calc(100% - 28px));
  transform:translate(-50%,120%);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:transform .28s ease, opacity .28s ease, visibility .28s ease;
}
.floating-post-toolbar.is-visible{
  transform:translate(-50%,0);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.floating-post-toolbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:var(--thus-floating-toolbar-padding-y,12px) var(--thus-floating-toolbar-padding-x,18px);
  border:1px solid rgba(255,255,255,.18);
  background:var(--thus-floating-toolbar-background,#5a1620);
  color:var(--thus-floating-toolbar-text-color,#fffaf2);
  box-shadow:0 18px 60px rgba(0,0,0,.32);
  font-family:var(--sans);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.floating-post-toolbar__text{
  color:var(--thus-floating-toolbar-text-color,#fffaf2);
  font-size:var(--thus-floating-toolbar-font-size,15px);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.15;
}
.floating-post-toolbar__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  background:var(--thus-floating-toolbar-button-background,#d7b16b);
  color:var(--thus-floating-toolbar-button-text-color,#2d0b10);
  border:1px solid var(--thus-floating-toolbar-button-background,#d7b16b);
  font-size:var(--thus-floating-toolbar-font-size,15px);
  font-weight:900;
  letter-spacing:.09em;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
.floating-post-toolbar__button:hover,
.floating-post-toolbar__button:focus-visible{
  transform:translateY(-1px);
  text-decoration:none;
}
body.memories-modal-open .floating-post-toolbar,
body.hero-letter-modal-open .floating-post-toolbar{
  display:none!important;
}
@media(max-width:640px){
  .floating-post-toolbar{
    width:calc(100% - 20px);
  }
  .floating-post-toolbar__inner{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
    gap:10px;
  }
  .floating-post-toolbar__button{
    width:100%;
  }
}


/* =========================================================
   MOBILE CONDOLENCE CARD LAYOUT FIX — VERSION 1.8.4
   Keeps condolence cards inside mobile viewport.
   Font sizes are controlled in Customizer.
   ========================================================= */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
.memories-board,
.thus-memorial-condolences,
.thus-memorial-list,
.thus-memorial-list__items{
  width:100%;
  max-width:100%;
  min-width:0;
}
.thus-memorial-message{
  width:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
  overflow:visible;
}
.thus-memorial-message__body{
  overflow-wrap:anywhere;
  word-break:normal;
}
.thus-memorial-message__image,
.thus-memorial-message__image img{
  max-width:100%;
  box-sizing:border-box;
}
@media(max-width:760px){
  .bob-memorial-site,
  .one-page-memorial-site,
  main{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .hero-layout-shell{
    padding:0!important;
  }
  .hero-layout-inner{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .hero-layout-photo,
  .hero-layout-content,
  .hero-layout-letter,
  .hero-layout-letter img{
    min-height:420px!important;
  }
  .hero-text-below{
    padding:34px 16px!important;
  }
  .hero-text-below__inner,
  .message-to-public__inner,
  .memorial-letters__inner,
  .memories-board-section{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box;
  }
  .message-to-public{
    padding:34px 12px!important;
  }
  .message-to-public__inner{
    padding:24px 18px!important;
  }
  .memories-board-section,
  .one-page-memories-section{
    padding:var(--thus-mobile-cards-section-padding-y,38px) var(--thus-mobile-cards-section-padding-x,12px)!important;
    overflow:visible!important;
  }
  .memories-board-heading,
  .one-page-memories-heading{
    display:block!important;
    width:100%!important;
    margin:0 0 22px!important;
    padding:0!important;
  }
  .memories-board-heading h2,
  .one-page-memories-heading h2{
    font-size:var(--thus-mobile-cards-heading-size,48px)!important;
    line-height:.96!important;
    margin-bottom:12px!important;
  }
  .one-page-memories-intro{
    font-size:var(--thus-mobile-cards-intro-size,20px)!important;
    line-height:1.35!important;
    max-width:100%!important;
  }
  .memories-secondary-cta{
    width:100%!important;
    margin-top:18px!important;
    justify-content:center!important;
  }
  .memories-board,
  .thus-memorial-condolences,
  .thus-memorial-list,
  .thus-memorial-list__items{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .thus-memorial-list__items{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
  }
  .thus-memorial-message{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:var(--thus-mobile-card-padding-y,22px) var(--thus-mobile-card-padding-x,18px)!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .thus-memorial-message::before{
    inset:6px!important;
  }
  .thus-memorial-message__header{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    column-gap:14px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .thus-memorial-message__date{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    width:72px!important;
    height:78px!important;
    min-width:72px!important;
    margin:0!important;
  }
  .thus-memorial-message__month{
    font-size:var(--thus-mobile-card-date-month-size,11px)!important;
  }
  .thus-memorial-message__day{
    font-size:var(--thus-mobile-card-date-day-size,24px)!important;
  }
  .thus-memorial-message__year{
    font-size:var(--thus-mobile-card-date-year-size,11px)!important;
  }
  .thus-memorial-message__identity{
    min-width:0!important;
    max-width:100%!important;
  }
  .thus-memorial-message__title{
    font-size:var(--thus-mobile-card-title-size,30px)!important;
    line-height:1!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .thus-memorial-message__meta{
    font-size:var(--thus-mobile-card-meta-size,13px)!important;
    line-height:1.45!important;
    letter-spacing:.15em!important;
    overflow-wrap:anywhere!important;
  }
  .thus-memorial-message__body{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:18px 0 10px!important;
    font-size:var(--thus-mobile-card-message-size,22px)!important;
    line-height:1.42!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    white-space:normal!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
    text-overflow:clip!important;
  }
  .thus-memorial-message__toggle{
    display:inline-flex!important;
    margin:0 0 14px!important;
    font-size:var(--thus-mobile-card-button-size,14px)!important;
    line-height:1!important;
  }
  .thus-memorial-message__image{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:16px 0 0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .thus-memorial-message__image img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:var(--thus-mobile-card-image-ratio,4 / 3)!important;
    object-fit:cover!important;
    box-sizing:border-box!important;
  }
}
@media(max-width:390px){
  .thus-memorial-message{
    padding:calc(var(--thus-mobile-card-padding-y,22px) - 4px) calc(var(--thus-mobile-card-padding-x,18px) - 4px)!important;
  }
  .thus-memorial-message__header{
    grid-template-columns:64px minmax(0,1fr)!important;
    column-gap:12px!important;
  }
  .thus-memorial-message__date{
    width:64px!important;
    height:72px!important;
    min-width:64px!important;
  }
}
