.tbd-explorer-gate,
.tbd-explorer-coming {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid #c7902e;
    border-radius: 18px;
    background: #f8f3e8;
    color: #091a35;
    box-shadow: 0 18px 50px rgba(9, 26, 53, .08);
}

.tbd-explorer-gate__eyebrow,
.tbd-explorer-coming > span {
    display: block;
    margin-bottom: .7rem;
    color: #95651c;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.tbd-explorer-gate h2,
.tbd-explorer-coming h2 {
    margin: 0 0 .8rem;
    color: #091a35;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    line-height: 1.08;
}

.tbd-explorer-gate p,
.tbd-explorer-coming p {
    max-width: 62ch;
    margin: 0;
    line-height: 1.65;
}

.tbd-explorer-gate__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.tbd-explorer-gate__actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.tbd-explorer-gate__primary {
    background: #c7902e;
    color: #07162b;
}

.tbd-explorer-gate__secondary {
    border: 1px solid #8190a2;
    color: #091a35;
}

@media (max-width: 520px) {
    .tbd-explorer-gate__actions a {
        width: 100%;
    }
}

