/* ─────────────────────────────────────────────
   FOOTER — Third Domain Travel
   Palette: indigo #16202C · gold #B09060
            clay #D9CDB8 · olive #7D9B8A
────────────────────────────────────────────── */

.td-footer {
    background-color: #16202C;
    margin-top: 5rem;
    overflow: hidden;
}

/* ── Quote band ── */
.td-footer__quote-band {
    border-bottom: 1px solid rgba(176, 144, 96, 0.3);
    padding: 3.5rem 3rem;
    text-align: center;
}

.td-footer__quote-inner {
    max-width: 52rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.td-footer__quote-mark {
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: 4rem;
    line-height: 1;
    color: #B09060;
    opacity: 0.5;
    display: block;
    margin-bottom: -0.75rem;
}

.td-footer__quote-text {
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 300;
    font-style: italic;
    color: rgba(215, 210, 200, 0.8);
    line-height: 1.65;
    letter-spacing: 0.01em;
}

.td-footer__quote-cite {
    font-family: 'Jost', sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(176, 144, 96, 0.75);
    font-style: normal;
}

/* ── Main column grid ── */
.td-footer__main {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 3rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 640px) {
    .td-footer__main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .td-footer__main {
        grid-template-columns: 1.6fr 1fr 1fr 1fr;
        gap: 3rem;
    }
}

/* ── Brand column ── */
.td-footer__col--brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.td-footer__logo-wrap {
    display: inline-block;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.td-footer__logo-wrap:hover {
    opacity: 1;
}


.td-footer__brand-desc {
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    color: rgba(138, 138, 138, 1);
    line-height: 1.75;
    font-weight: 300;
    max-width: 24ch;
}

.td-footer__email {
    font-family: 'Jost', sans-serif;
    font-size: .85rem;
    letter-spacing: 0.05em;
    color: #f5f7fc;
    opacity: 0.85;
    text-decoration: none;
    transition: color 0.2s ease;
}

.td-footer__email:hover {
    color: #B09060;
}

.td-footer__contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.td-footer__contact-line {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}

.td-footer__contact-line i {
    font-size: 0.7rem;
    color: rgba(176, 144, 96, 0.85);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.td-footer__contact-line:hover {
    color: rgba(215, 210, 200, 0.9);
}

.td-footer__contact-address {
    margin: 0;
}

/* ── Nav columns ── */
.td-footer__col-heading {
    font-family: 'Jost', sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(176, 144, 96, 0.85);
    margin-bottom: 1.1rem;
    display: block;
}

.td-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.td-footer__list a {
    font-family: 'Jost', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    position: relative;
    display: inline-block;
}

.td-footer__list a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #B09060;
    transition: width 0.25s ease;
}

.td-footer__list a:hover {
    color: rgba(217, 205, 184, 0.9);
}

.td-footer__list a:hover::after {
    width: 100%;
}

/* ── Socials ── */
.td-footer__socials {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.td-footer__social-link {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(176, 144, 96, 0.52);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.td-footer__social-link:hover {
    border-color: #B09060;
    color: #B09060;
    background-color: rgba(176, 144, 96, 0.28);
}

.td-footer__region {
    font-family: 'Jost', sans-serif;
    font-size: 0.68rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    letter-spacing: 0.02em;
}

/* ── Journal strip ── */
.td-footer__journal-divider {
    border-top: 1px solid rgba(176, 144, 96, 0.27);
    padding: .5rem 1rem;
}


.td-footer__journal-all {
    font-family: 'Jost', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(176, 144, 96, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.td-footer__journal-all:hover {
    color: #B09060;
}

.td-footer__journal {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 3rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .td-footer__journal {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .td-footer__journal {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
}

.td-footer__post {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-decoration: none;
    padding-left: 1rem;
    border-left: 1px solid rgba(176, 144, 96, 0.45);
    transition: border-color 0.25s ease;
}

.td-footer__post:hover {
    border-left-color: #B09060;
}

.td-footer__post-cat {
    font-family: 'Jost', sans-serif;
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(176, 144, 96, 0.85);
}

.td-footer__post-title {
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(215, 210, 200, 0.85);
    line-height: 1.5;
    transition: color 0.2s ease;
}

.td-footer__post:hover .td-footer__post-title {
    color: rgba(215, 210, 200, 1);
}

.td-footer__post-desc {
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}

/* ── Bottom bar ── */
.td-footer__bottom {
    max-width: 80rem;
    margin: 0 auto;
    padding: 1.4rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .td-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.td-footer__copy {
    font-family: 'Jost', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.td-footer__legal {
    display: flex;
    gap: 1.5rem;
}

.td-footer__legal a {
    font-family: 'Jost', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.td-footer__legal a:hover {
    color: rgba(176, 144, 96, 0.7);
}