:root {
    --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --bg: #f0ede8;
    --bg-card: #faf8f5;
    --bg-mid: #e8e4de;
    --bg-dark: #1c2b42;
    --navy: #1c2b42;
    --navy-mid: #243450;
    --gold: #b8860b;
    --gold-bright: #d4a017;
    --gold-light: #f5e6c0;
    --text-main: #1a1a1a;
    --text-sub: #5a5a5a;
    --text-muted: #8a8a8a;
    --border: rgba(0,0,0,0.10);
    --border-soft: rgba(0,0,0,0.06);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scrollbar-gutter: stable; }

body {
    font-family: var(--font-sans);
    background: var(--bg);
    color: var(--text-main);
    overflow-x: hidden;
}

nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(240,237,232,0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
    padding: 0 2.5rem;
    display: flex; align-items: center; justify-content: space-between;
    height: 64px;
}

.logo {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.05rem; font-weight: 800; letter-spacing: 0.07em;
    color: var(--navy); text-transform: uppercase;
}
.logo-icon {
    width: 33px; height: 33px;
    background: var(--navy);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #f5e6c0;
}
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
    color: var(--text-sub); text-decoration: none;
    font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--navy); }
.nav-cta {
    background: var(--navy); color: #f5e6c0;
    border: none; padding: 0.5rem 1.25rem;
    font-family: var(--font-sans);
    font-weight: 700; font-size: 0.78rem;
    letter-spacing: 0.08em; text-transform: uppercase;
    border-radius: 4px; cursor: pointer;
    transition: background 0.2s;
}
.nav-cta:hover { background: var(--navy-mid); }

.hero {
    background: var(--bg-dark);
    color: #f0ede8;
    padding: 6rem 3rem 5rem;
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
    position: relative;
}
.hero > :not(.hero-grid-bg) {
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: min-content;
}
.hero-grid-bg {
    position: absolute; inset: 0; pointer-events: none;
    overflow: hidden;
    background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%),
      image-set(
        url('../img/main_bg.webp') type('image/webp'),
        url('../img/main_bg.jpeg') type('image/jpeg')
      ) center/cover no-repeat;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(212,160,23,0.15);
    border: 1px solid rgba(212,160,23,0.4);
    color: #f5d98a;
    font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
    padding: 0.35rem 1rem; border-radius: 100px;
    margin-bottom: 2rem;
}
.hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: 860px;
    margin-bottom: 2rem;
    color: #f0ede8;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15em;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.hero-title-line {
    display: block;
    line-height: 1.2;
    overflow: visible;
}
.hero h1 span:not(.hero-title-line) {
    color: #f5d98a;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;
}
.hero p {
    font-size: 1.05rem; line-height: 1.7;
    color: rgba(240, 237, 232, 0.92);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    max-width: 500px; margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.btn-primary {
    background: #d4a017; color: var(--navy);
    border: none; padding: 0.85rem 2rem;
    font-family: var(--font-sans); font-weight: 700; font-size: 0.88rem;
    letter-spacing: 0.06em; text-transform: uppercase;
    border-radius: 4px; cursor: pointer; transition: all 0.2s;
    text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: #e8b420; transform: translateY(-1px); }
.btn-outline {
    background: transparent; color: #f0ede8;
    border: 1px solid rgba(240,237,232,0.3);
    padding: 0.85rem 2rem;
    font-family: var(--font-sans); font-weight: 500; font-size: 0.88rem;
    letter-spacing: 0.06em; text-transform: uppercase;
    border-radius: 4px; cursor: pointer; transition: all 0.2s;
    text-decoration: none; display: inline-block;
}
.btn-outline:hover { border-color: rgba(240,237,232,0.7); }

.main-section { padding: 5rem 3rem; max-width: 1100px; margin: 0 auto; }
.section-label {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.6rem;
}
.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700; line-height: 1.45;
    letter-spacing: -0.02em; margin-bottom: 1rem; color: var(--navy);
    overflow: visible;
    padding: 0.05em 0 0.15em;
}
.section-title em {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
    line-height: inherit;
    display: inline;
    vertical-align: baseline;
}
.section-sub {
    color: var(--text-sub);
    font-size: 0.97rem;
    line-height: 1.7;
    max-width: 500px;
    overflow: visible;
    padding-bottom: 0.1em;
}

.programs-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem; margin-top: 3rem;
}
.program-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 10px; padding: 1.75rem 1.5rem;
    transition: all 0.2s; cursor: pointer;
}
.program-card:hover { border-color: var(--gold-bright); transform: translateY(-3px); }
.program-icon { 
    font-size: 1.6rem; 
    margin-bottom: 1rem; 
    display: block; 
}
.program-card h3 { 
    font-size: 0.97rem; 
    font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.program-card p { font-size: 0.83rem; color: var(--text-sub); line-height: 1.6; }
.program-tag {
    display: inline-block; margin-top: 1rem;
    font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold); font-weight: 700;
}
.program-card-featured {
    background: var(--navy);
    border-color: rgba(212,160,23,0.45);
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0 1.5rem;
    align-items: center;
    padding: 2rem 2.25rem;
}
.program-card-featured .program-icon {
    grid-row: 1 / 3;
    font-size: 2.2rem;
    margin-bottom: 0;
}
.program-card-featured h3 {
    color: #f0ede8;
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}
.program-card-featured p {
    grid-column: 2;
    color: rgba(240,237,232,0.7);
    font-size: 0.9rem;
    max-width: 520px;
}
.program-card-featured .btn-signup {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    background: #d4a017;
    color: var(--navy);
    border: none;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
}
.program-card-featured .btn-signup:hover {
    background: #e8b420;
    transform: translateY(-1px);
}
.program-card-featured:hover {
    border-color: var(--gold-bright);
    transform: translateY(-3px);
}
@media (max-width: 640px) {
    .program-card-featured {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        text-align: center;
        padding: 1.75rem 1.5rem;
    }
    .program-card-featured .program-icon {
        grid-row: auto;
        margin-bottom: 0.75rem;
    }
    .program-card-featured p { grid-column: 1; }
    .program-card-featured .btn-signup {
        grid-column: 1;
        grid-row: auto;
        margin-top: 1rem;
        justify-self: center;
    }
}

.split-section {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: center;
    padding: 5rem 3rem; max-width: 1100px; margin: 0 auto;
}
.feature-list { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: var(--text-sub); line-height: 1.65; }
.check {
    width: 20px; height: 20px; flex-shrink: 0;
    background: var(--gold-light); border: 1px solid rgba(184,134,11,0.3);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 11px; margin-top: 2px;
}
.visual-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; }
.vc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.vc-title { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.vc-status {
    font-size: 0.68rem; padding: 3px 10px; border-radius: 100px;
    background: #e6f4ec; color: #2e7d50; border: 1px solid rgba(46,125,80,0.25); letter-spacing: 0.06em;
}
.progress-item { margin-bottom: 1.1rem; }
.progress-label { display: flex; justify-content: space-between; font-size: 0.8rem; margin-bottom: 5px; }
.progress-label span:first-child { color: var(--text-main); }
.progress-label span:last-child { color: var(--gold); font-weight: 700; }
.progress-bar { height: 4px; background: var(--bg-mid); border-radius: 2px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--gold-bright); border-radius: 2px; }

.alt-bg { background: var(--bg-card); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.instructors-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1.25rem; margin-top: 3rem;
}
.instructor-card {
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 10px; padding: 1.5rem; text-align: center;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    width: 100%;
    font: inherit; color: inherit; cursor: pointer;
}
.instructor-card:hover,
.instructor-card:focus-visible {
    border-color: var(--gold-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(28, 43, 66, 0.08);
    outline: none;
}
.instructor-photo {
    width: 120px; height: 120px; border-radius: 50%; object-fit: cover;
    border: 2px solid rgba(184,134,11,0.35);
    margin: 0 auto 1rem; display: block;
}
.instructor-card picture { display: block; }
.instructor-name { font-weight: 700; font-size: 0.93rem; color: var(--navy); margin-bottom: 3px; }
.instructor-role { font-size: 0.75rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.35rem; }
.instructor-certs { font-size: 0.78rem; color: var(--text-sub); margin-bottom: 0.3rem; }
.instructor-hours { font-size: 0.73rem; color: var(--text-muted); }
.instructor-view {
    display: inline-block;
    margin-top: 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
}

.instructor-modal {
    border: none;
    padding: 0;
    background: transparent;
    max-width: min(720px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: auto;
    overflow: hidden;
    color: inherit;
}
.instructor-modal::backdrop {
    background: rgba(28, 43, 66, 0.55);
    backdrop-filter: blur(3px);
}
.instructor-modal-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem 1.75rem 1.75rem;
    max-height: calc(100vh - 2rem);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    animation: instructor-modal-in 0.28s ease;
}
@keyframes instructor-modal-in {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.instructor-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
}
.instructor-modal-close:hover,
.instructor-modal-close:focus-visible {
    color: var(--navy);
    background: var(--bg-mid);
    outline: none;
}
.instructor-modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-right: 0;
}
.instructor-modal-header:last-child { margin-bottom: 0; }
.instructor-modal-photo {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(184,134,11,0.35);
    flex-shrink: 0;
}
.instructor-modal-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.2rem;
}
.instructor-modal-role {
    font-size: 0.82rem;
    color: var(--gold);
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}
.instructor-modal-certs {
    font-size: 0.8rem;
    color: var(--text-sub);
}
.instructor-modal-bio {
    overflow-y: auto;
    overscroll-behavior: contain;
    min-height: 0;
    scrollbar-gutter: stable;
}
.instructor-modal-bio p {
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--text-sub);
    margin-bottom: 1rem;
}
.instructor-modal-bio p:last-child { margin-bottom: 0; }

@media (max-width: 560px) {
    .instructor-modal-header {
        flex-direction: column;
        text-align: center;
        padding-right: 0;
    }
    .instructor-modal-photo {
        width: 220px;
        height: 220px;
    }
}

.testimonials-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem; margin-top: 3rem;
}
.testimonial-card { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 1.75rem; }
.stars { color: var(--gold-bright); font-size: 0.88rem; margin-bottom: 0.75rem; letter-spacing: 2px; }
.testimonial-text {
    font-family: 'Lora', serif; font-style: italic;
    font-size: 0.93rem; line-height: 1.7; color: var(--text-sub); margin-bottom: 1.25rem;
}
.testimonial-author { font-size: 0.8rem; font-weight: 700; color: var(--navy); }
.testimonial-cert { font-size: 0.7rem; color: var(--gold); margin-top: 3px; }

.cta-section { background: var(--navy); color: #f0ede8; text-align: center; padding: 6rem 3rem; }
.cta-section .section-label { color: #f5d98a; }
.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: #f0ede8;
    margin-bottom: 1rem;
    overflow: visible;
    padding: 0.05em 0 0.15em;
}
.cta-section h2 em {
    display: inline;
    line-height: inherit;
    vertical-align: baseline;
}
.cta-section p { color: rgba(240,237,232,0.6); font-size: 1rem; max-width: 420px; margin: 0 auto 2.5rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary-inv {
    background: #d4a017; color: var(--navy); border: none; padding: 0.85rem 2rem;
    font-family: var(--font-sans); font-weight: 700; font-size: 0.88rem;
    letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; cursor: pointer; transition: all 0.2s;
    text-decoration: none; display: inline-block;
}
.btn-primary-inv:hover { background: #e8b420; }
.btn-outline-inv {
    background: transparent; color: #f0ede8; border: 1px solid rgba(240,237,232,0.3);
    padding: 0.85rem 2rem; font-family: var(--font-sans); font-weight: 500; font-size: 0.88rem;
    letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; cursor: pointer; transition: all 0.2s;
    text-decoration: none; display: inline-block;
}
.btn-outline-inv:hover { border-color: rgba(240,237,232,0.7); }

.logo-link {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; color: inherit;
}

.contact-page {
    padding: 4rem 2rem 5rem;
    min-height: calc(100vh - 64px - 200px);
    background: var(--bg-card);
    border-top: 1px solid var(--border-soft);
}
.contact-layout {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: start;
}
.contact-info {
    min-width: 0;
    overflow: clip;
    z-index: 0;
}
.contact-form-panel {
    min-width: 0;
    position: relative;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem;
    z-index: 10;
    pointer-events: auto;
    isolation: isolate;
}
.contact-info h1 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--navy);
}
.contact-intro {
    color: var(--text-sub);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}
.contact-details {
    padding-top: 1.75rem;
    border-top: 1px solid var(--border);
}
.contact-details h2 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
}
.contact-details dl {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-detail dt {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}
.contact-detail dd {
    font-size: 0.92rem;
    color: var(--navy);
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.contact-detail dd a {
    color: var(--navy);
    text-decoration: none;
    transition: color 0.2s;
}
.contact-detail dd a:hover {
    color: var(--gold);
}
.contact-form-panel h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}
.contact-form-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}
.form-row { display: flex; flex-direction: column; gap: 0.45rem; }
.form-row label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--navy);
}
.form-row .optional {
    font-weight: 500;
    color: var(--text-muted);
}
.contact-form input:not([type="hidden"]),
.contact-form select,
.contact-form textarea {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--bg-card);
    color: var(--text-main);
    transition: border-color 0.2s;
    width: 100%;
    pointer-events: auto;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--navy);
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.btn-submit {
    width: 100%;
    margin-top: 0.25rem;
}
.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.form-success {
    margin-top: 0;
    padding: 1rem 1.25rem;
    background: #e6f4ec;
    color: #2e7d50;
    border: 1px solid rgba(46,125,80,0.25);
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.form-error {
    margin-top: 0;
    padding: 1rem 1.25rem;
    background: #fdecea;
    color: #9b2c2c;
    border: 1px solid rgba(155,44,44,0.25);
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.form-error a {
    color: inherit;
    font-weight: 600;
}
.form-reset {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-align: center;
}
.form-reset a {
    color: var(--navy);
    font-weight: 600;
    text-decoration: none;
}
.form-reset a:hover {
    color: var(--gold);
}

.botcheck { display: none; }

@media (max-width: 768px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

html { scroll-behavior: smooth; }

footer { background: #12202f; border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem; }
.footer-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 3.5rem;
    align-items: start;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-self: center;
}
.footer-brand p { font-size: 0.82rem; color: rgba(240,237,232,0.4); max-width: 240px; line-height: 1.6; margin-top: 0.75rem; }
.footer-logo {
    display: flex; align-items: center; justify-content: flex-start; gap: 10px;
    font-size: 1rem; font-weight: 800; letter-spacing: 0.07em; color: #f0ede8; text-transform: uppercase;
}
.footer-logo-icon {
    width: 32px; height: 32px; background: #d4a017; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 15px; color: #1c2b42;
}
.footer-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.1);
}
.footer-col {
    text-align: right;
    justify-self: center;
}
.footer-col h4 {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4a017;
    margin-bottom: 1.25rem;
}
.footer-contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.85rem;
}
.footer-contact-item {
    text-align: right;
}
.footer-contact-item dt {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(240, 237, 232, 0.35);
    margin-bottom: 0.2rem;
}
.footer-contact-item dd {
    font-size: 0.84rem;
    color: rgba(240, 237, 232, 0.7);
    line-height: 1.5;
}
.footer-contact-item dd a {
    color: rgba(240, 237, 232, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact-item dd a:hover {
    color: #f0ede8;
}

@media (max-width: 640px) {
    footer { padding: 3rem; }
    .footer-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .footer-divider { display: none; }
    .footer-brand {
        align-items: center;
        text-align: center;
        justify-self: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-col {
        text-align: center;
        justify-self: center;
    }
    .footer-contact-list { align-items: center; }
    .footer-contact-item { text-align: center; }
}

.ig-link {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 1.25rem;
    font-size: 0.83rem; color: rgba(240,237,232,0.45);
    text-decoration: none; transition: color 0.2s;
}
.ig-link:hover { color: #f0ede8; }
.ig-icon {
    width: 28px; height: 28px; border-radius: 7px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ig-icon svg { width: 14px; height: 14px; }

.footer-bottom {
    max-width: 1100px; margin: 1.25rem auto 0;
    padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06);
    display: flex; justify-content: center;
    font-size: 0.73rem; color: rgba(240,237,232,0.2); flex-wrap: wrap; gap: 0.5rem;
    text-align: center;
}

