/* =========================================================
   Global Base Styles
========================================================= */

body{
    background:#111;
    color:#fff;
    font-family:'Josefin Sans', sans-serif;
	font-weight:300;
	margin:0;
    padding:0;
}

h1, h2, h3, h4, h5{
    letter-spacing:.03em;
}

/* =========================================================
   Custom Fonts
========================================================= */

@font-face{
    font-family:'Monstrous';
    src:
        url('/fonts/monstrous.woff2') format('woff2'),
        url('/fonts/monstrous.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/* =========================================================
   Shared Sticky Header
========================================================= */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:12px 20px 16px;
    transition:background .35s ease, padding .35s ease;
}

.site-logo-wrap{
    display:block;
    width:min(92vw, 1050px);
    transition:width .35s ease;
}

.site-logo{
    display:block;
    width:100%;
    height:auto;
}

.site-nav{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:8px;
    opacity:0;
    transform:translateY(-8px);
    pointer-events:none;
    transition:opacity .35s ease, transform .35s ease;
}

.site-nav a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:.78rem;
    font-weight:600;
}

.site-nav a.playing{
    color:#d4a017;
}

.site-nav a:hover{
    color:#d4a017;
}

body.scrolled .site-header{
    background:rgba(0,0,0,.78);
    backdrop-filter:blur(8px);
    padding:8px 20px 12px;
}

body.scrolled .site-logo-wrap{
    width:min(46vw, 380px);
}

body.scrolled .site-nav{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}

.codex-filter-bar{
    position:sticky;
    top:100px;
    z-index:900;
    background:rgba(5,5,5,.92);
    backdrop-filter:blur(8px);
    padding:16px 0;
    margin-bottom:28px;
    border-bottom:1px solid #222;
}

.codex-search-wrap{
    max-width:760px;
    margin:14px auto 0;
}

.mobile-only{
    display:none;
}

.desktop-only{
    display:block;
}

.codex-hero-bottom-text{
    position:absolute;
    bottom:38px;
    left:50%;
    transform:translateX(-50%);
    width:min(92vw, 1100px);
    text-align:center;
    font-size:clamp(.95rem, 1.3vw, 1.15rem);
    line-height:1.5;
    color:rgba(255,255,255,.82);
    z-index:3;
    padding:0 20px;
    text-shadow:0 2px 10px rgba(0,0,0,.65);
}

/* =========================================================
   Home Page
========================================================= */
.home-section{
    min-height:190vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.home-content{
    padding:34px;
    backdrop-filter:blur(4px);
}

.home-content{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    z-index: 5;
	padding: 20px;
	margin-bottom: 10px;
}

.home-content h2{
    font-family:'Monstrous', serif;
    font-size:clamp(4.5rem, 9vw, 8rem);
    line-height:.86;
    letter-spacing:.05em;
    text-transform:uppercase;
    margin-bottom:24px;
    text-align:center;
}

.home-content p{
    max-width:760px;
    margin:0 auto 30px;
    font-size:clamp(1.1rem, 2vw, 1.45rem);
    line-height:1.5;
    color:#e5e5e5;
		padding: 20px;
}

.home-buttons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
}

.home-btn{
    display:inline-block;

    padding:14px 24px;

    border:1px solid #d4a017;

    color:#111;
    background:#d4a017;

    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:.78rem;
    font-weight:700;
}

.home-btn.secondary{
    background:rgba(0,0,0,.28);
    color:#fff;
    border-color:#fff;
}

.home-btn:hover{
    opacity:.82;
}

.home-story-section {
    position: relative;
    padding: clamp(80px, 12vw, 150px) 24px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.home-section-inner {
    max-width: 850px;
    margin: 0 auto;
}

.section-kicker {
	   font-family:'Monstrous', serif;
    margin-bottom: 20px;
    font-size: 30pt;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #d8a84f;
}

.home-story-section h2 {
    margin-bottom: 22px;
    font-size: clamp(1.5rem, 5vw, 3rem);
    line-height: .95;
    text-transform: uppercase;
}

.home-story-section p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.7;
}

.home-art img{
    height:135%;
    object-fit:cover;
    object-position:center top;
}

.solid-section {
    background: #0c0b0a;
}

.dark-section {
    background: #15110f;
}

.red-section {
    background: #2a0e0c;
}

.gold-section {
    background: #2a1d0b;
}

.final-join-section {
    background: radial-gradient(circle at center, #34210b 0%, #080706 72%);
    padding-bottom: 170px;
}

.parallax-image-section {
    position: relative;
    height: clamp(360px, 70vh, 760px);
    overflow: hidden;
}

.parallax-image-section picture,
.parallax-image-section img {
    display: block;
    width: 100%;
    height: 100%;
}

.parallax-image-section img {
    object-fit: cover;
    transform: translateY(0) scale(1.12);
    will-change: transform;
}

@media (max-width: 768px) {
    .home-story-section {
        padding: 76px 22px;
    }

    .parallax-image-section {
        height: 72vh;
    }

    .home-story-section h2 {
        font-size: clamp(2.2rem, 12vw, 4rem);
    }
	

}

.home-image-rotator {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #000;
}

.home-image-bg,
.home-image-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-image-slide {
    opacity: 0;
    transition: opacity 1.6s ease;
}

.home-image-slide.active {
    opacity: 1;
    z-index: 2;
}

.home-image-slide picture,
.home-image-slide img,
.home-image-slide source {
    width: 100%;
    height: 100%;
}

.home-image-slide img {
    display: block;
    width: 100%;
    height: 115%;
    object-fit: cover;
    object-position: center;
    transform: translateY(0);
    animation: homeImageDrift 14s ease-in-out infinite alternate;
}

@keyframes homeImageDrift {
    from {
        transform: translateY(0) scale(1.04);
    }
    to {
        transform: translateY(-8%) scale(1.08);
    }
}

@media (max-width: 768px) {
    .home-image-rotator {
        height: 85vh;
    }

    .home-image-slide img {
        height: 112%;
    }
}

/* =========================================================
   Codex Join the Climb
========================================================= */
.codex-signup-tab{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:999;
    width:185px;
    background:
        linear-gradient(
            180deg,
            rgba(15,15,15,.90),
            rgba(5,5,5,.86)
        );
    border:1px solid rgba(212,160,23,.32);
    padding:14px 14px 13px;
    backdrop-filter:blur(8px);
    box-shadow:
        0 0 28px rgba(0,0,0,.42);
    transition:
        transform .3s ease,
        opacity .3s ease;
    overflow:hidden;
}

.codex-signup-tab::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:
        linear-gradient(
            90deg,
            transparent,
            #d4a017,
            transparent
        );
}

.codex-signup-kicker{
    color:#d4a017;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:.52rem;
    font-weight:700;
    text-align:center;
    margin-bottom:6px;
    opacity:.82;
}

.codex-signup-title{
    font-family:'Monstrous', serif;
    text-transform:uppercase;
    font-size:1.55rem;
    line-height:.9;
    text-align:center;
    margin-bottom:12px;
    color:#fff;
}

.codex-signup-btn{
    width:100%;
    background:#d4a017;
    color:#111;
    border:0;
    padding:10px 10px;
    font-family:'Josefin Sans', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:.62rem;
    cursor:pointer;
    transition:
        background .25s ease,
        transform .25s ease;
}

.codex-signup-btn:hover{
    background:#e0b126;
    transform:translateY(-2px);
}


/* =========================================================
   Responsive Layout
========================================================= */

/* Medium Screens */

@media (max-width: 1100px){

    .codex-signup-tab{
        left:50%;
        right:auto;

        bottom:16px;

        transform:translateX(-50%);

        width:auto;

        min-width:340px;

        max-width:460px;

        padding:12px 16px;

        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:18px;
    }

    .codex-signup-tab::before{
        height:100%;
        width:2px;

        top:0;
        left:0;

        background:
            linear-gradient(
                180deg,
                transparent,
                #d4a017,
                transparent
            );
    }

    .codex-signup-kicker{
        display:none;
    }

    .codex-signup-title{
        margin:0;

        font-size:1.25rem;

        text-align:left;

        white-space:nowrap;
    }

    .codex-signup-btn{
        width:auto;

        padding:10px 16px;

        white-space:nowrap;

        flex-shrink:0;
    }
}

/* Small Mobile */

@media (max-width: 640px){

    .codex-signup-tab{
        min-width:auto;

        width:calc(100vw - 28px);

        gap:12px;

        padding:30px 12px;
    }

    .codex-signup-title{
        font-size:1rem;
    }

    .codex-signup-btn{
        font-size:.56rem;

        padding:9px 12px;

        letter-spacing:.1em;
    }
}


/* =========================================================
   Join the Climb Modal
========================================================= */

.join-climb-modal{
    position:fixed;

    inset:0;

    z-index:99999;

    display:none;
}

.join-climb-modal.active{
    display:block;
}

.join-climb-overlay{
    position:absolute;

    inset:0;

    background:rgba(0,0,0,.82);

    backdrop-filter:blur(6px);
}

.join-climb-box{
    position:relative;
    width:min(92vw, 760px);
    max-height:92vh;
    overflow-y:auto;
    margin:4vh auto;
    background:linear-gradient(180deg, rgba(18,18,18,.98), rgba(8,8,8,.98));
    border:1px solid rgba(212,160,23,.35);
    box-shadow:0 0 60px rgba(0,0,0,.7);
    padding:34px;
    z-index:2;
}

.join-climb-form-wrap{
    background:#fff;
    padding:0;
    overflow:hidden;
}

.join-climb-box::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d4a017,
            transparent
        );
}

.join-climb-close{
    position:absolute;

    top:14px;
    right:18px;

    background:none;

    border:0;

    color:#fff;

    font-size:2rem;

    line-height:1;

    cursor:pointer;

    opacity:.7;

    transition:opacity .25s ease;
}

.join-climb-close:hover{
    opacity:1;
}

.join-climb-header{
    text-align:center;

    margin-bottom:28px;
}

.join-climb-kicker{
    color:#d4a017;

    text-transform:uppercase;

    letter-spacing:.18em;

    font-size:.65rem;

    font-weight:700;

    margin-bottom:12px;
}

.join-climb-header h2{
    font-family:'Monstrous', serif;

    text-transform:uppercase;

    font-size:clamp(2.7rem, 6vw, 4.5rem);

    line-height:.9;

    margin:0 0 20px;

    color:#fff;
}

.join-climb-header p{
    max-width:620px;

    margin:0 auto;

    color:#ccc;

    line-height:1.65;

    font-size:1rem;
}

.join-climb-form-wrap{
    background:#fff;
    padding:10px;
    max-height:62vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}

.mm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.mm-modal.is-open {
  display: block;
}

.mm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

.mm-modal-box {
  position: relative;
  z-index: 2;
  width: min(92vw, 560px);
  margin: 8vh auto;
  padding: 32px;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
}

.mm-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px){

    .join-climb-box{
        width:calc(100vw - 20px);

        margin:10px auto;

        padding:22px 18px;
    }

    .join-climb-header h2{
        font-size:2.1rem;
    }

    .join-climb-header p{
        font-size:.92rem;
    }
}
/* =========================================================
   Signup Success Message
========================================================= */

.signup-success-message{
    max-width:720px;
    margin:0 auto 30px;
    padding:18px 24px;
    background:rgba(212,160,23,.12);
    border:1px solid rgba(212,160,23,.45);
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:.82rem;
    backdrop-filter:blur(5px);
}

/* =========================================================
   Card Detail Page Layout
========================================================= */

.card-page{
    max-width:1400px;
    margin:auto;
    padding:40px 20px;
}

.card-page .row{
    align-items:flex-start;
}

.card-page .col-md-6{
    flex:0 0 50%;
    max-width:50%;
}

.card-page h1{
    font-family:'Monstrous', serif;
    text-transform:uppercase;
    letter-spacing:.04em;
    line-height:.92;
    text-align:center;

    font-size:clamp(3.5rem, 8vw, 7rem);

    margin-bottom:18px;
}

.codex-card-body{
    padding:22px 18px 20px;
}

.badge-wrap{
    text-align:center;
}

/* =========================================================
   Codex Monster Names
========================================================= */

.codex-card-body h3{
    font-family:'Monstrous', serif !important;
    text-transform:uppercase;
    font-size:3.2rem !important;
    line-height:.82;
    letter-spacing:.04em;
    margin:18px 0 14px;
    text-align:center;
}

.codex-card-body p{
    font-size:.95rem;
    color:#ccc;
    text-align:center;
}

.card-page .lead{
    text-align:center;
    max-width:700px;
    margin:0 auto 28px;
    color:#ddd;
}

.card-image{
    width:100%;
    height:auto;
    border:none;
    border-radius:0;
    display:block;
}

.video-wrap{
    max-width:520px;
    margin:0 0 30px;
}


/* =========================================================
   Card Detail Category Bar
========================================================= */

.level-badge{
    display:block;

    width:100%;

    padding:14px 18px;

    margin-bottom:28px;

    text-align:center;

    font-size:.78rem;
    font-weight:600;

    letter-spacing:.16em;
    text-transform:uppercase;

    border-radius:0;

    color:#fff;

    background:#8b0000;
}

.info-box{
    background:#1b1b1b;
    border:1px solid #333;
    border-radius:16px;
    padding:20px;
    margin-top:20px;
}


/* =========================================================
   Card Detail Meta Row
========================================================= */

.card-meta-row{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
    align-items:stretch;
    margin-bottom:24px;
}

.card-meta-item{
    background:#111;
    border:1px solid #333;
    border-radius:12px;
    padding:14px;
    min-height:90px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.card-meta-item span{
    display:block;
    color:#d4a017;
    font-size:.7rem;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin-bottom:6px;
}

.card-meta-item strong{
    display:block;
    color:#fff;
    font-size:.9rem;
    line-height:1.35;
    font-weight:500;
    word-break:normal;
}


/* =========================================================
   Codex Page Layout
========================================================= */

.codex-page{
    max-width:1200px;
    padding-top:0 !important;
}

/* =========================================================
   Codex Hero
========================================================= */

.codex-hero{
    position:relative;
    width:100vw;
    min-height:90vh;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    margin-bottom:40px;
    padding:220px 30px 90px;
    border-radius:0;
    border-bottom:1px solid #333;
    overflow:hidden;
}

.codex-hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
}

.hero-slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity 2.5s ease;
    overflow:hidden;
}

.hero-slide img{
    width:100%;
    height:115%;
    object-fit:cover;
    object-position:center top;
    filter:saturate(1.05) contrast(1.05);
    transform:translateY(0) scale(1.04);
    transition:transform 10s linear;
    will-change:transform;
}

.hero-slide.active img{
    transform:translateY(-10%) scale(1.04);
}

.hero-slide.active{
    opacity:1;
}

@media (max-width: 768px) {
    .codex-hero,
    .page-header,
    .card-codex-header {
        padding-top: 200px;
    }
}


.codex-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        radial-gradient(circle at center, rgba(0,0,0,.12), rgba(0,0,0,.62)),
        linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.82));
}

.codex-hero-content{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto;
}

.codex-hero p{
    margin:0 auto;
    color:#ddd;
    font-size:1.2rem;
    line-height:1.5;
}
.codex-kicker{
    color:#d4a017;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:.8rem;
    margin-bottom:12px;
}

.codex-hero h1{
    font-size:clamp(4rem, 9vw, 8rem);
    margin-bottom:24px;
}

.codex-hero p{
    max-width:820px;
    margin:0 auto;
    color:#ddd;
    font-size:1.2rem;
    line-height:1.5;
}

.codex-logo{
    width:min(90vw, 760px);

    display:block;

    margin:0 auto 24px;

    padding-top:70px;
}

/* =========================================================
   Codex Filters + Search
========================================================= */

.codex-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
}

.filter-btn{
    background:#1b1b1b;
    color:#fff;
    border:1px solid #444;
    border-radius:999px;
    padding:8px 16px;
    cursor:pointer;
}

.filter-btn:hover,
.filter-btn.active{
    background:#8b0000;
    border-color:#8b0000;
}

.codex-search{
    background:#1b1b1b;
    color:#fff;
    border:1px solid #444;
    padding:14px;
}

.codex-search::placeholder{
    color:#aaa;
}


/* =========================================================
   Codex Card Grid
========================================================= */

.codex-card-link{
    color:inherit;
    text-decoration:none;
}

.codex-card{
    background:#1b1b1b;
    border:1px solid #333;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    transition:transform .2s ease, border-color .2s ease;
}

.codex-card:hover{
    transform:translateY(-5px);
    border-color:#8b0000;
}

.codex-card-img{
    width:100%;
    aspect-ratio:2.5 / 4;
    object-fit:cover;
    background:#000;
}

.codex-card-body{
    padding:15px;
}


/* =========================================================
   Codex Category Bar
========================================================= */

.codex-badge{
    display:block;
    width:calc(100% + 36px);
    margin-left:-18px;
    margin-right:-18px;
    margin-top:-2px;
    margin-bottom:18px;
    padding:10px 14px;
    font-size:.72rem;
    font-weight:600;
    letter-spacing:.14em;
    text-transform:uppercase;
    text-align:center;
    border-radius:0;
    color:#fff;
    background:#8b0000;
}


/* =========================================================
   Encounter Level + Category Colors
========================================================= */

.level-common{
    background:#2d6a4f;
    border-color:#2d6a4f;
}

.level-epic{
    background:#1d4ed8;
    border-color:#1d4ed8;
}

.level-mythical{
    background:#b91c1c;
    border-color:#b91c1c;
}

.level-legendary{
    background:#d4a017;
    color:#fff;
    border-color:#d4a017;
}

.level-treasure{
    background:#fff200;
    border-color:#414042;
    color:#414042;
}

.level-card{
    background:#444;
    border-color:#444;
}


/* =========================================================
   Links
========================================================= */

.artist-link,
.back-to-codex{
    color:#d4a017;
    text-decoration:none;
}

.artist-link:hover,
.back-to-codex:hover{
    text-decoration:underline;
}

.back-to-codex{
    font-size:.95rem;
}


/* =========================================================
   Mobile Styles: Card Detail Page
========================================================= */

@media (max-width: 767px){

	 .codex-signup-tab{
        display:none;
    }
    .card-page{
        max-width:none;
        width:100%;
        padding:0;
        position:relative;
    }

    .card-page-top{
        position:absolute;
        top:14px;
        left:14px;
        z-index:30;
        padding:0;
        margin:0;
    }

    .back-to-codex{
        display:inline-block;
        background:rgba(0,0,0,.65);
        color:#fff;
        padding:8px 12px;
        border-radius:999px;
        font-size:.8rem;
        backdrop-filter:blur(4px);
    }

    .card-page .row{
        margin-top:0;
    }

    .card-page .col-md-6{
        flex:0 0 100%;
        max-width:100%;
    }

    .card-page .col-md-6:first-child{
        position:relative;
        padding:0;
        order:1;
    }

    .card-page .col-md-6:nth-child(2){
        padding:20px;
        order:2;
    }

    .card-image{
        width:100%;
        max-width:none;
        display:block;
        margin:0;
    }

    .video-wrap{
        max-width:none;
        width:100%;
        margin:0;
    }

    .video-wrap .ratio{
        width:100%;
        min-height:100vh;
    }

    .badge-wrap{
        margin-top:-18px;
        position:relative;
        z-index:10;
    }

    .level-badge{
        display:block;
        width:100%;
        margin:0;
        border-radius:0;
        text-align:center;
        padding:14px 20px;
        position:relative;
        z-index:5;
    }

    .card-page h1{
        font-size:clamp(5rem, 14vw, 6rem);
    }

    .info-box{
        padding:18px;
    }

    .card-meta-row{
        grid-template-columns:1fr;
        gap:0;
        margin-left:-18px;
        margin-right:-18px;
    }

    .card-meta-item{
        border-radius:0;
        border-left:0;
        border-right:0;
        min-height:auto;
    }
	
	.site-logo-wrap{
        width:92vw;
    }

    body.scrolled .site-logo-wrap{
        width:70vw;
    }

    .site-nav{
        gap:16px;
        flex-wrap:wrap;
    }

    .site-nav a{
        font-size:.68rem;
        letter-spacing:.12em;
    }

    .codex-hero{
        min-height:80vh;
        padding:190px 20px 70px;
    }	
	
    .codex-filter-bar{
        position:static;
    }
	
    .desktop-only{
        display:none;
    }

    .mobile-only{
        display:block;
    }

.codex-kicker.mobile-only{
	padding-top: 30px;
    font-family:'Josefin Sans', sans-serif;
    font-size:1rem;
    font-weight:300;
    letter-spacing:.01em;
    text-transform:uppercase;
    color:#d4a017;

}
	
	.codex-hero-bottom-text{
    bottom:24px;
    font-size:.92rem;
    line-height:1.45;
    width:88vw;
}

/* =========================================================
   Mobile Styles: Codex Page
========================================================= */

@media (max-width: 575px){

    .codex-page{
        padding-left:18px;
        padding-right:18px;
    }

    .codex-filters{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .filter-btn{
        width:100%;
        padding:10px 12px;
        font-size:.9rem;
    }

    .codex-hero{
        padding:45px 18px 35px;
        border-radius:18px;
    }

    .codex-hero h1{
        font-size:2.4rem;
    }

    .codex-hero p{
        font-size:1rem;
    }

    .codex-card-body{
        padding:18px;
    }

    .codex-card-body h3{
        font-size:3.6rem !important;
    }
}