:root {
    --bg: #f3efe8;
    --bg-alt: #efe9e1;
    --surface: #f8f5f0;
    --surface-strong: #ffffff;
    --text: #352723;
    --muted: #8d7e73;
    --accent: #c07a58;
    --accent-dark: #4d392e;
    --accent-soft: #eadfd3;
    --border: rgba(77, 57, 46, 0.12);
    --shadow: 0 20px 40px rgba(53, 39, 35, 0.06);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --max: 1400px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.site-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.serif, h1, h2, h3, .brand-logo, .section-title, .hero-title, .page-title, .product-title, .story-title { font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: -0.03em; }
.topbar {
    position: sticky; top: 0; z-index: 30;
    background: rgba(243,239,232,0.86); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}
.topbar-inner {
    min-height: 92px; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
    width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff;
    display: inline-flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700;
}
.brand-logo { font-size: 2rem; font-weight: 700; }
.nav { display: flex; justify-content: center; gap: 44px; }
.nav a { color: var(--muted); font-size: 1rem; }
.nav a:hover, .nav a.is-active { color: var(--text); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.cart-badge { position: relative; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; }
.cart-badge .count { position: absolute; right: -2px; top: -6px; min-width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    border-radius: 999px; padding: 14px 28px; border: 1px solid transparent; cursor: pointer;
    transition: .2s ease; font-weight: 500;
}
.btn-primary { background: var(--accent-dark); color: #fff; }
.btn-primary:hover { background: #3d2d25; }
.btn-secondary { background: transparent; color: var(--text); }
.btn-secondary:hover { color: var(--accent-dark); }
.btn-outline { border-color: var(--border); background: var(--surface-strong); color: var(--text); }
.btn-outline:hover { border-color: var(--accent); }
.section { padding: 96px 0; }
.section--soft { background: var(--bg-alt); }
.section-head { margin-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.eyebrow { font-size: .95rem; letter-spacing: .24em; text-transform: uppercase; color: #c39478; margin: 0 0 18px; }
.section-title { font-size: clamp(2.75rem, 5vw, 4.5rem); line-height: .98; margin: 0; max-width: 820px; }
.section-copy { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.hero { padding: 72px 0 110px; }
.hero-grid { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.16fr); gap: 62px; align-items: center; }
.hero-title { font-size: clamp(4.25rem, 7vw, 6.6rem); line-height: .9; margin: 0 0 28px; }
.hero-copy { max-width: 560px; color: var(--muted); font-size: 1.3rem; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual::before,
.hero-visual::after {
    content: ""; position: absolute; border-radius: 50%; background: rgba(210, 190, 175, .35); z-index: 0;
}
.hero-visual::before { width: 140px; height: 140px; left: -26px; top: -28px; }
.hero-visual::after { width: 210px; height: 210px; right: -28px; bottom: -30px; }
.hero-card {
    position: relative; z-index: 1; overflow: hidden; border-radius: var(--radius-xl); background: var(--surface-strong);
    box-shadow: var(--shadow); min-height: 640px;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.feature-card { background: transparent; padding: 10px 8px; }
.feature-icon {
    width: 70px; height: 70px; border-radius: 24px; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.45);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: 0 10px 24px rgba(77, 57, 46, 0.04);
}
.feature-icon svg { width: 28px; height: 28px; stroke: var(--text); }
.feature-title { font-family: Georgia, serif; font-size: 2rem; margin: 0 0 12px; }
.feature-text { color: var(--muted); font-size: 1.08rem; max-width: 340px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.product-card { display: flex; flex-direction: column; gap: 20px; }
.product-thumb-wrap { position: relative; border-radius: 28px; overflow: hidden; background: #eadfce; aspect-ratio: 0.9; }
.product-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; }
.product-arrow {
    position: absolute; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%;
    background: rgba(255,255,255,.95); display: inline-flex; align-items: center; justify-content: center; font-size: 24px;
}
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: start; }
.product-title { font-size: 1.95rem; line-height: 1.04; margin: 0 0 8px; }
.product-subtitle { color: var(--muted); }
.product-price { font-size: 2rem; font-family: Georgia, serif; }
.story-grid { display: grid; grid-template-columns: minmax(380px, 1.05fr) minmax(320px, .95fr); gap: 74px; align-items: center; }
.story-media { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.story-media img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.story-title { font-size: clamp(3rem, 5vw, 4.8rem); line-height: .96; margin: 0 0 24px; }
.story-copy { color: var(--muted); font-size: 1.18rem; margin-bottom: 20px; }
.link-arrow { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(53, 39, 35, .32); padding-bottom: 4px; }
.page-shell { padding: 72px 0 96px; }
.page-head { margin-bottom: 36px; }
.page-title { font-size: clamp(3rem, 6vw, 5rem); line-height: .95; margin: 0 0 12px; }
.page-copy { color: var(--muted); max-width: 760px; font-size: 1.15rem; }
.card {
    background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow);
}
.card-body { padding: 32px; }
.form-grid { display: grid; gap: 18px; }
.form-grid.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.input, .textarea, .select {
    width: 100%; border-radius: 18px; border: 1px solid rgba(77,57,46,.18); background: #fff;
    min-height: 56px; padding: 14px 18px; color: var(--text);
}
.textarea { min-height: 140px; resize: vertical; }
.label { display: block; margin-bottom: 8px; font-weight: 600; }
.form-note { color: var(--muted); font-size: .95rem; }
.alert { padding: 16px 18px; border-radius: 18px; margin-bottom: 24px; }
.alert-error { background: #f8e6e4; color: #7b332e; }
.alert-success { background: #ebf6ef; color: #1d6033; }
.info-list { display: grid; gap: 14px; }
.info-row { display: grid; grid-template-columns: 180px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.detail-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: start; }
.gallery-main { overflow: hidden; border-radius: var(--radius-xl); background: var(--surface-strong); box-shadow: var(--shadow); }
.gallery-main img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.thumb-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.thumb-grid button { border: 0; padding: 0; background: transparent; cursor: pointer; }
.thumb-grid img { border-radius: 16px; aspect-ratio: 1/1; object-fit: cover; border: 1px solid transparent; }
.thumb-grid button.is-active img, .thumb-grid button:hover img { border-color: var(--accent); }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: rgba(255,255,255,.75); border: 1px solid var(--border); border-radius: 22px; padding: 18px 22px; }
.faq-item summary { cursor: pointer; font-weight: 600; }
.faq-item p { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.review-card { background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 26px; padding: 24px; }
.review-card p { color: var(--muted); }
.footer {
    margin-top: auto; background: var(--accent-dark); color: rgba(255,255,255,.92); padding: 72px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.15fr .6fr .6fr; gap: 56px; }
.footer .brand-logo, .footer h3 { color: #fff; }
.footer-copy { color: rgba(255,255,255,.78); max-width: 460px; font-size: 1.05rem; }
.footer-title { font-family: Georgia, serif; font-size: 2rem; margin: 0 0 20px; }
.footer-list { display: grid; gap: 12px; color: rgba(255,255,255,.82); }
.social-row { display: flex; gap: 14px; }
.social-link { width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; }
.footer-bottom { margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); }
.table-simple { width: 100%; border-collapse: collapse; }
.table-simple td, .table-simple th { padding: 16px 0; border-bottom: 1px solid var(--border); text-align: left; }
.empty-state { text-align: center; color: var(--muted); padding: 42px 16px; }
.mobile-nav-toggle { display:none; }
@media (max-width: 1180px) {
    .hero-grid, .detail-grid, .story-grid { grid-template-columns: 1fr; }
    .product-grid, .feature-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
    .topbar-inner { grid-template-columns: 1fr auto auto; }
    .nav { gap: 24px; }
}
@media (max-width: 780px) {
    .container { width: min(var(--max), calc(100% - 32px)); }
    .topbar-inner { min-height: 78px; grid-template-columns: 1fr auto; }
    .nav { display:none; position: absolute; left: 0; right: 0; top: 78px; background: var(--bg); padding: 20px 16px; border-bottom: 1px solid var(--border); flex-direction: column; align-items: flex-start; }
    .nav.is-open { display:flex; }
    .mobile-nav-toggle { display:inline-flex; width: 42px; height:42px; align-items:center; justify-content:center; border-radius: 50%; border:1px solid var(--border); background:#fff; }
    .header-actions { gap: 10px; }
    .hero-title { font-size: 3.65rem; }
    .section, .hero { padding: 64px 0; }
    .hero-card { min-height: 420px; }
    .thumb-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .form-grid.cols-2, .info-row { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}


/* Product detail — premium layout */
.product-detail-page {
    padding: 72px 0 0;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
    gap: 72px;
    align-items: start;
}

.product-gallery-col {
    position: sticky;
    top: 120px;
}

.product-detail-gallery-main {
    background: var(--surface-strong);
}

.product-detail-gallery-main img {
    min-height: 720px;
    object-fit: cover;
}

.product-info-col {
    padding: 34px 0 20px;
}

.product-detail-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(4.2rem, 6vw, 7rem);
    line-height: .9;
    letter-spacing: -0.05em;
    margin: 0 0 28px;
}

.product-detail-price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(2.1rem, 3vw, 3.4rem);
    margin-bottom: 42px;
}

.product-detail-description {
    color: var(--muted);
    font-size: 1.35rem;
    line-height: 1.75;
    max-width: 780px;
    margin-bottom: 46px;
}

.product-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    padding: 34px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 42px;
}

.product-spec-item span {
    display: block;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 10px;
}

.product-spec-item strong {
    display: block;
    font-size: 1.28rem;
    line-height: 1.42;
    font-weight: 500;
}

.product-feature-list {
    display: grid;
    gap: 18px;
    margin-bottom: 46px;
}

.product-feature-row {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 1.35rem;
    color: var(--text);
}

.product-feature-check {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(192, 122, 88, .14);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex: 0 0 34px;
}

.product-buy-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 720px;
}

.product-buy-button {
    min-height: 76px;
    font-size: 1.25rem;
    box-shadow: 0 20px 40px rgba(53, 39, 35, .12);
}

.product-buy-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.product-extra-section {
    padding-top: 80px;
}

@media (max-width: 1180px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-gallery-col {
        position: static;
    }

    .product-detail-gallery-main img {
        min-height: auto;
        aspect-ratio: 1 / .82;
    }
}

@media (max-width: 760px) {
    .product-detail-page {
        padding-top: 44px;
    }

    .product-detail-title {
        font-size: clamp(3rem, 13vw, 4.8rem);
    }

    .product-detail-description {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .product-specs {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 26px 0;
    }

    .product-feature-row {
        font-size: 1.05rem;
        gap: 12px;
    }

    .product-buy-button {
        min-height: 62px;
        font-size: 1.05rem;
    }
}

/* Footer links cleanup */
.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: rgba(255,255,255,.72);
    font-size: .95rem;
}

.footer-bottom-links a:hover {
    color: #fff;
}



/* Product detail layout fix — keeps image and info side-by-side on desktop/tablet */
.product-detail-page {
    padding: 56px 0 0;
}

.product-detail-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 56%) minmax(360px, 44%) !important;
    gap: clamp(36px, 5vw, 76px) !important;
    align-items: start !important;
}

.product-gallery-col {
    position: sticky;
    top: 116px;
    min-width: 0;
}

.product-info-col {
    min-width: 0;
    padding-top: clamp(22px, 3vw, 54px);
}

.product-detail-gallery-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
}

.product-detail-gallery-main img,
.gallery-main.product-detail-gallery-main img {
    width: 100%;
    height: min(72vh, 760px) !important;
    min-height: 520px !important;
    object-fit: cover;
    object-position: center;
}

.product-detail-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(3.6rem, 4.7vw, 6.8rem) !important;
    line-height: .92;
    letter-spacing: -0.05em;
    margin: 0 0 22px;
}

.product-detail-price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(2rem, 2.6vw, 3.1rem);
    margin-bottom: 34px;
}

.product-detail-description {
    color: var(--muted);
    font-size: clamp(1.08rem, 1.25vw, 1.34rem);
    line-height: 1.75;
    max-width: 720px;
    margin-bottom: 38px;
}

.product-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 34px);
    padding: 30px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 36px;
}

.product-spec-item span {
    display: block;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 8px;
}

.product-spec-item strong {
    display: block;
    font-size: clamp(1rem, 1.15vw, 1.24rem);
    line-height: 1.45;
    font-weight: 500;
}

.product-feature-list {
    display: grid;
    gap: 16px;
    margin-bottom: 38px;
}

.product-feature-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    color: var(--text);
}

.product-feature-check {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(192, 122, 88, .14);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex: 0 0 32px;
}

.product-buy-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 680px;
}

.product-buy-button {
    width: 100%;
    min-height: 70px;
    font-size: 1.18rem;
    box-shadow: 0 20px 40px rgba(53, 39, 35, .12);
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(80px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.thumb-grid img {
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Avoid switching product detail to one column too early */
@media (max-width: 920px) {
    .product-detail-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .product-gallery-col {
        position: static;
    }

    .product-detail-gallery-main img,
    .gallery-main.product-detail-gallery-main img {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / .9;
    }

    .product-info-col {
        padding-top: 0;
    }
}

@media (max-width: 680px) {
    .product-detail-page {
        padding-top: 36px;
    }

    .product-detail-title {
        font-size: clamp(2.75rem, 12vw, 4.4rem) !important;
    }

    .product-detail-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .product-specs {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 0;
    }

    .product-feature-row {
        font-size: 1rem;
        gap: 12px;
    }

    .product-feature-check {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .product-buy-button {
        min-height: 60px;
        font-size: 1rem;
    }

    .thumb-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}



/* ==========================================================
   ODAIO footer final repair
   Keeps full global CSS intact and only fixes footer layout.
   ========================================================== */

.footer.footer-clean,
.footer {
    background: var(--accent-dark, #4d392e);
    color: rgba(255,255,255,.92);
    padding: 54px 0 24px;
    min-height: auto;
}

.footer-clean-grid,
.footer-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.18fr) minmax(220px, .72fr) minmax(220px, .72fr);
    gap: clamp(36px, 7vw, 112px);
    align-items: start;
}

.footer-brand-main,
.footer .brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.footer .brand-logo,
.footer .footer-title {
    color: #fff;
}

.footer .brand-logo {
    font-size: clamp(1.7rem, 2.2vw, 2.05rem);
}

.footer-copy {
    color: rgba(255,255,255,.74);
    max-width: 500px;
    font-size: clamp(1rem, 1.1vw, 1.08rem);
    line-height: 1.7;
}

.footer-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(1.65rem, 2vw, 2rem);
    margin: 0 0 20px;
    line-height: 1.1;
}

.footer-list,
.footer-contact-list {
    display: grid;
    gap: 10px;
    color: rgba(255,255,255,.78);
}

.footer-list a,
.footer-list div,
.footer-contact-list a,
.footer-contact-list div {
    color: rgba(255,255,255,.78);
    font-size: clamp(.98rem, 1vw, 1.05rem);
    line-height: 1.55;
    text-decoration: none;
}

.footer-list a:hover,
.footer-contact-list a:hover {
    color: #fff;
}

.footer .social-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer .social-link {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.footer .social-link:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.28);
    color: #fff;
}

.footer-clean-bottom,
.footer-bottom {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.11);
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
    align-items: center;
    gap: 24px;
    color: rgba(255,255,255,.64);
}

.footer-bottom-copy {
    justify-self: start;
    font-size: .94rem;
}

.footer-bottom-meta {
    justify-self: end;
    text-align: right;
    font-size: .94rem;
}

.footer-bottom-links {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: rgba(255,255,255,.66);
    font-size: .92rem;
    line-height: 1.3;
    white-space: nowrap;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 980px) {
    .footer.footer-clean,
    .footer {
        padding: 46px 0 24px;
    }

    .footer-clean-grid,
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-clean-bottom,
    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
        margin-top: 36px;
    }

    .footer-bottom-copy,
    .footer-bottom-meta {
        justify-self: center;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .footer-bottom-links {
        flex-direction: column;
        gap: 9px;
    }

    .footer .social-link {
        width: 48px;
        height: 48px;
    }
}



/* ==========================================================
   ODAIO OLD FOOTER RESTORE
   Forces the original footer layout on every page.
   ========================================================== */

.footer {
    margin-top: auto !important;
    background: var(--accent-dark, #4d392e) !important;
    color: rgba(255,255,255,.92) !important;
    padding: 72px 0 28px !important;
    min-height: auto !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 1.15fr .6fr .6fr !important;
    gap: 56px !important;
    align-items: start !important;
}

.footer .brand-logo,
.footer h3,
.footer-title {
    color: #fff !important;
}

.footer-copy {
    color: rgba(255,255,255,.78) !important;
    max-width: 460px !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
}

.footer-title {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 2rem !important;
    margin: 0 0 20px !important;
}

.footer-list {
    display: grid !important;
    gap: 12px !important;
    color: rgba(255,255,255,.82) !important;
}

.footer-list a,
.footer-list div {
    color: rgba(255,255,255,.82) !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}

.footer-list a:hover {
    color: #fff !important;
}

.social-row {
    display: flex !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.social-link {
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255,255,255,.88) !important;
    text-decoration: none !important;
    background: transparent !important;
}

.social-link:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,.34) !important;
    background: rgba(255,255,255,.06) !important;
}

.footer-bottom {
    margin-top: 54px !important;
    padding-top: 26px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important;
    color: rgba(255,255,255,.72) !important;
    text-align: left !important;
}

@media (max-width: 1180px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 780px) {
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: center !important;
    }
}
