/* =================================================================
   type.bronze
   EdNirvana — education
   -----------------------------------------------------------------
   Register : established institution, scholarly, dignified
   Accent   : #9a3412  (deep bronze / terracotta — warm earth tone; institutional weight without bank-blue, cartoon-primary, or collision with any sibling)
   Flavor   : system theme (md-xml, hero-driven marketing site)
   -----------------------------------------------------------------
   Defines the complete TypeMatter theme contract.
   Pair with content.css + content-tm.css (master rendering layer).
   No structural rules here — token assignments only.
================================================================= */

:root {

    /* -------------------------------------------------------------
       1. Core surfaces (.tm-tone-light / .tm-tone-muted / .tm-tone-dark)
       ------------------------------------------------------------- */
    --tm-bg-light: #ffffff;
    --tm-bg-muted: #fefdf8;
    --tm-bg-dark:  #1c0a04;

    /* -------------------------------------------------------------
       2. Core text colors
       ------------------------------------------------------------- */
    --tm-text-light: #1c1917;
    --tm-text-dark:  #ffffff;

    /* -------------------------------------------------------------
       3. Brand accent — primary action color
       ------------------------------------------------------------- */
    --tm-primary:       #9a3412;
    --tm-primary-hover: #7c2d12;

    /* -------------------------------------------------------------
       4. Badges, code, radii, shadows, padding scale
       Spacing & shape tokens are intentionally identical across all
       themes — only color tokens vary.
       ------------------------------------------------------------- */
    --tm-badge-bg:      rgba(154,52,18,0.08);
    --tm-badge-bg-dark: rgba(255,255,255,0.15);
    --tm-code-bg:       #1c0a04;
    --tm-code-text:     #fef3c7;

    --tm-radius-sm: 8px;
    --tm-radius-md: 14px;
    --tm-radius-lg: 20px;

    --tm-shadow-sm: 0 6px 20px rgba(154,52,18,0.08);
    --tm-shadow-md: 0 12px 32px rgba(154,52,18,0.10);

    --tm-pad-sm: 32px;
    --tm-pad-md: 48px;
    --tm-pad-lg: 72px;
    --tm-pad-xl: 96px;

    /* -------------------------------------------------------------
       5. Hero theme (.tm-section-hero)
       Customer themes that don't use md-xml hero sections still
       define these for contract completeness.
       ------------------------------------------------------------- */
    --tm-hero-text:     #fef3c7;
    --tm-hero-heading:  #fef3c7;
    --tm-hero-body:     #fde68a;
    --tm-hero-kicker:   #fdba74;
    --tm-hero-badge-bg: rgba(255,255,255,0.15);

    /* -------------------------------------------------------------
       6. CMS body typography
       ------------------------------------------------------------- */
    --cms-body-font-size:   16px;
    --cms-body-line-height: 28px;
    --cms-body-font-family: 'Droid Sans', sans-serif;

    /* -------------------------------------------------------------
       7. CMS tables
       ------------------------------------------------------------- */
    --cms-table-border-color: #d6d3d1;
    --cms-table-header-bg:    #e7e5e4;

    /* -------------------------------------------------------------
       8. CMS top navigation
       ------------------------------------------------------------- */
    --cms-topnav-bg:                #ffffff;
    --cms-topnav-border:            1px solid #9a3412;
    --cms-topnav-border-bottom:     none;
    --cms-topnav-font-size:         15px;
    --cms-topnav-header-text-color: #57534e;
    --cms-topnav-link-color:        #9a3412;
    --cms-topnav-link-hover-color:  #7c2d12;
    --cms-topnav-link-padding:      15px 8px;
    --cms-topnav-submenu-width:     241px;

    /* -------------------------------------------------------------
       9. CMS dropdown menus
       ------------------------------------------------------------- */
    --cms-menu-bg:                #ffffff;
    --cms-menu-border:            1px solid rgba(0,0,0,0.08);
    --cms-menu-shadow:            0 14px 35px rgba(0,0,0,0.12);
    --cms-menu-hover-bg:          rgba(0,0,0,0.05);
    --cms-menu-item-border:       1px solid #e7e5e4;
    --cms-menu-toggle-color:      #9a3412;
    --cms-menu-toggle-icon-color: #9a3412;
    --cms-menu-toggle-icon-offset: 0px;

    /* -------------------------------------------------------------
       10. Mobile menu
       ------------------------------------------------------------- */
    --cms-mobile-menu-bg:                  #ffffff;
    --cms-mobile-menu-min-width:           161px;
    --cms-mobile-menu-item-border-bottom:  1px solid #d6d3d1;

    /* -------------------------------------------------------------
       11. Submenu
       ------------------------------------------------------------- */
    --cms-submenu-width:              168px;
    --cms-submenu-offset-x:           160px;
    --cms-submenu-inner-padding-left: 15px;
    --cms-submenu-link-color:         #9a3412;
    --cms-submenu-link-hover-color:   #ffffff;
    --cms-submenu-link-hover-bg:      #9a3412;
    --cms-deep-submenu-padding-left:  15px;

    /* -------------------------------------------------------------
       12. Selected menu item (current page indicator)
       ------------------------------------------------------------- */
    --cms-selected-menu-item-bg:          #fef3c7;
    --cms-selected-menu-item-offset:      -15px;
    --cms-selected-menu-item-border-top:  none;
    --cms-selected-menu-item-width:       auto;
    --cms-selected-menu-link-color:       inherit;
    --cms-selected-menu-link-bg:          transparent;

    /* -------------------------------------------------------------
       13. Sidebar shells
       ------------------------------------------------------------- */
    --cms-sidebar-shell-bg:                  transparent;
    --cms-menu-sidebar-shell-bg:             transparent;
    --cms-fixed-sidebar-content-margin-top:  60px;
    --cms-menu-sidebar-content-margin-top:   26px;

    /* -------------------------------------------------------------
       14. Sidebar items
       ------------------------------------------------------------- */
    --cms-sidebar-item-min-width:         185px;
    --cms-sidebar-item-border:            1px solid #ebebeb;
    --cms-sidebar-item-bg:                #fefdf8;
    --cms-sidebar-item-margin:            0;
    --cms-sidebar-item-color:             inherit;
    --cms-sidebar-item-font-size:         inherit;
    --cms-sidebar-item-active-border-top: 1px solid #9a3412;
    --cms-sidebar-item-active-link-color: #9a3412;

    /* -------------------------------------------------------------
       15. Sidebar group label + title
       ------------------------------------------------------------- */
    --cms-sidebar-group-label-bg:    #9a3412;
    --cms-sidebar-group-label-color: #ffffff;

    --cms-sidebar-title-bg:           #9a3412;
    --cms-sidebar-title-color:        #ffffff;
    --cms-sidebar-title-min-width:    185px;
    --cms-sidebar-title-padding-left: 8px;
    --cms-sidebar-title-padding:      initial;
    --cms-sidebar-title-font-size:    inherit;
    --cms-sidebar-title-margin:       initial;
    --cms-sidebar-title-margin-top:   0;

    /* -------------------------------------------------------------
       16. Chrome — utility + footer
       ------------------------------------------------------------- */
    --cms-utility-text-color: #1c1917;
    --cms-footer-text-color:  #1c1917;
    --cms-footer-bg:          transparent;
    --cms-footer-padding:     17px;

    /* -------------------------------------------------------------
       17. Buttons
       Note: legacy customer themes hardcode Bootstrap blue/green
       button colors regardless of theme accent. Product themes
       inherit the brand accent for a tighter visual system.
       ------------------------------------------------------------- */
    --cms-button-primary-bg:        #9a3412;
    --cms-button-primary-border:    #9a3412;
    --cms-button-primary-radius:    initial;
    --cms-button-primary-hover-bg:  #7c2d12;

    --cms-button-success-bg:        #9a3412;
    --cms-button-success-border:    #9a3412;
    --cms-button-success-radius:    initial;
    --cms-button-success-hover-bg:  #7c2d12;

    /* -------------------------------------------------------------
       18. CMS content typography
       ------------------------------------------------------------- */
    --cms-heading-1-color: inherit;
    --cms-heading-2-color: #9a3412;
    --cms-heading-4-color: inherit;
    --cms-heading-5-color: inherit;
    --cms-body-text-color: #44403c;
    --cms-inline-link-color: inherit;

    /* -------------------------------------------------------------
       19. Highlight + contact sections
       ------------------------------------------------------------- */
    --cms-highlight-section-bg:         transparent;
    --cms-highlight-section-color:      inherit;
    --cms-highlight-section-padding:    0;
    --cms-highlight-section-text-align: inherit;

    --cms-contact-section-bg:         transparent;
    --cms-contact-section-color:      inherit;
    --cms-contact-section-padding:    0;
    --cms-contact-section-text-align: inherit;

    --cms-highlight-chip-bg: transparent;

    /* -------------------------------------------------------------
       20. List blocks
       ------------------------------------------------------------- */
    --cms-list-block-bg:           transparent;
    --cms-list-block-border:       transparent;
    --cms-list-block-link-color:   inherit;
    --cms-list-block-link-padding: 0;
    --cms-list-block-hover-bg:     inherit;

    /* -------------------------------------------------------------
       21. Scoped card links (col-sm wrappers + footer)
       ------------------------------------------------------------- */
    --cms-inline-card-link-color:      inherit;
    --cms-inline-card-link-decoration: none;
    --cms-inline-card-link-padding:    0;
    --cms-inline-card-link-bg:         none;

    /* -------------------------------------------------------------
       22. Person gallery (team / staff pages)
       ------------------------------------------------------------- */
    --cms-person-gallery-title-bg:    #fef3c7;
    --cms-person-gallery-title-color: #7c2d12;
}

/* =================================================================
   Hero gradient — deep bronze on near-black; scholarly, age-of-institution
================================================================= */

.tm-section-hero {
    background: radial-gradient(circle at top left, #7c2d12 0, #1c0a04 45%, #050201 100%);
}

