/* ============================================================
   footer2026.css — New England Table Company
   Footer stylesheet
   Requires: Cormorant Garamond + Inter via main stylesheet
             Tabler Icons via main stylesheet
   ============================================================ */


/* -- Reset -------------------------------------------------- */
.ft *,
.ft *::before,
.ft *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ft {
    background: #1a1814;
    color: #f0ebe0;
    font-family: 'Inter', sans-serif;
}

.ft a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}

.ft a:hover {
    color: #c4a265;
}


/* -- Closing band ------------------------------------------- */
.ft-closing {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2.5rem;
    border-bottom: 0.5px solid rgba(240, 235, 224, 0.1);
}

.ft-closing-eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c4a265;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.ft-closing-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    color: #f0ebe0;
}

.ft-closing-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    min-width: 220px;
}

.ft-btn-primary {
    display: block;
    padding: 13px 22px;
    background: #c4a265;
    color: #1a1814;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 2px;
    text-align: center;
    transition: background 0.2s;
}

.ft-btn-primary:hover {
    background: #d4b275;
    color: #1a1814;
}

.ft-btn-secondary {
    display: block;
    padding: 12px 22px;
    border: 0.5px solid rgba(240, 235, 224, 0.25);
    color: #f0ebe0;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    border-radius: 2px;
    text-align: center;
    transition: border-color 0.2s, color 0.2s;
}

.ft-btn-secondary:hover {
    border-color: #c4a265;
    color: #c4a265;
}


/* -- Main columns ------------------------------------------- */
.ft-main {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    border-bottom: 0.5px solid rgba(240, 235, 224, 0.1);
}

.ft-col {
    padding: 2.5rem 2rem;
    border-right: 0.5px solid rgba(240, 235, 224, 0.08);
}

.ft-col:first-child {
    padding-left: 2.5rem;
}

.ft-col:last-child {
    border-right: none;
}

.ft-col-heading {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c4a265;
    font-weight: 500;
    margin-bottom: 1.25rem;
}


/* -- Contact column ----------------------------------------- */
.ft-contact-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: #f0ebe0;
    margin-bottom: 1rem;
}

.ft-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: rgba(240, 235, 224, 0.55);
    margin-bottom: 0.65rem;
    line-height: 1.5;
}

.ft-contact-detail i {
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
    color: rgba(240, 235, 224, 0.3);
}

.ft-contact-detail a {
    color: rgba(240, 235, 224, 0.55);
}

.ft-contact-detail a:hover {
    color: #c4a265;
}

.ft-hours {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 0.5px solid rgba(240, 235, 224, 0.08);
}

.ft-hours-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(240, 235, 224, 0.3);
    margin-bottom: 0.4rem;
}

.ft-hours-line {
    font-size: 13px;
    color: rgba(240, 235, 224, 0.5);
    line-height: 1.7;
}

.ft-appt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 0.85rem;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c4a265;
    border-bottom: 0.5px solid rgba(196, 162, 101, 0.35);
    padding-bottom: 2px;
    transition: border-color 0.15s, color 0.15s;
}

.ft-appt:hover {
    color: #d4b275;
    border-color: rgba(196, 162, 101, 0.7);
}

.ft-appt i {
    font-size: 13px;
}

.ft-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 0.5px solid rgba(240, 235, 224, 0.08);
}

.ft-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: rgba(240, 235, 224, 0.4);
    letter-spacing: 0.03em;
}

.ft-trust-item i {
    font-size: 15px;
    color: rgba(196, 162, 101, 0.55);
    flex-shrink: 0;
}


/* -- Accordion columns -------------------------------------- */
.ft-col-accordion {
    padding-top: 0;
    padding-bottom: 0;
}

.ft-acc-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c4a265;
    font-weight: 500;
    text-align: left;
    border-bottom: 0.5px solid rgba(240, 235, 224, 0.08);
    transition: color 0.15s;
}

.ft-acc-trigger:hover {
    color: #d4b275;
}

.ft-acc-trigger i {
    font-size: 16px;
    color: rgba(240, 235, 224, 0.3);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.ft-acc-trigger.open i {
    transform: rotate(180deg);
}

.ft-acc-panel {
    display: none;
    padding: 1.25rem 0 2rem;
}

.ft-acc-panel.open {
    display: block;
}

.ft-links {
    list-style: none;
}

.ft-links li {
    margin-bottom: 0.65rem;
}

.ft-links li:last-child {
    margin-bottom: 0;
}

.ft-links a {
    font-size: 13px;
    color: rgba(240, 235, 224, 0.5);
    transition: color 0.15s;
}

.ft-links a:hover {
    color: #c4a265;
}


/* -- Bottom strip ------------------------------------------- */
.ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.25rem 2.5rem;
}

.ft-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(240, 235, 224, 0.3);
}

.ft-social {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.ft-social a {
    font-size: 19px;
    color: rgba(240, 235, 224, 0.3);
    transition: color 0.15s;
}

.ft-social a:hover {
    color: #c4a265;
}

.ft-legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

.ft-legal a,
.ft-legal span {
    font-size: 11px;
    color: rgba(240, 235, 224, 0.22);
    letter-spacing: 0.04em;
}

.ft-legal a:hover {
    color: rgba(240, 235, 224, 0.5);
}


/* -- Mobile ------------------------------------------------- */
@media (max-width: 768px) {

    .ft-closing {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
        gap: 1.25rem;
    }

    .ft-closing-heading {
        font-size: 22px;
    }

    .ft-closing-actions {
        min-width: 0;
    }

    .ft-main {
        grid-template-columns: 1fr;
    }

    .ft-col {
        padding: 1.5rem 1.25rem;
        border-right: none;
        border-bottom: 0.5px solid rgba(240, 235, 224, 0.08);
    }

    .ft-col:first-child {
        padding-left: 1.25rem;
    }

    .ft-col:last-child {
        border-bottom: none;
    }

    .ft-col-accordion {
        padding: 0 1.25rem;
    }

    .ft-acc-trigger {
        padding: 1.1rem 0;
    }

    .ft-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem 1.25rem;
        gap: 1.1rem;
    }

    .ft-legal {
        justify-content: center;
    }

}

/* -- Desktop: accordions open by default -------------------- */
@media (min-width: 769px) {

    .ft-acc-trigger {
        cursor: default;
        pointer-events: none;
    }

    .ft-acc-trigger i {
        display: none;
    }

    .ft-acc-panel {
        display: block;
        padding-top: 0;
    }

    

}