.jmt-wrap {
    --jmt-ink: #1B2A28;
    --jmt-green: #3F5049;
    --jmt-green-dark: #2B3B35;
    --jmt-brass: #A6813C;
    --jmt-line: #DCD5C5;
    --jmt-parchment: #F6F3EC;
    --jmt-paper: #FCFAF5;
    --jmt-muted: #55605B;

    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
    background: var(--jmt-parchment);
    color: var(--jmt-ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.75;
}

.jmt-wrap h1,
.jmt-wrap h2,
.jmt-wrap h3 {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    color: var(--jmt-ink);
    font-weight: 600;
}

/* ── Hero ─────────────────────────────────────────────── */
.jmt-hero {
    padding: 72px 0 48px;
}
.jmt-monogram {
    font-family: 'Fraunces', serif;
    font-size: 13px;
    letter-spacing: 0.22em;
    color: var(--jmt-brass);
    margin: 0 0 32px;
}
.jmt-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--jmt-green);
    font-weight: 600;
    margin: 0 0 20px;
}
.jmt-mark {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--jmt-brass);
    flex-shrink: 0;
}
.jmt-mark-block {
    display: block;
    width: 48px;
    height: 2px;
    margin: 0 0 20px;
}
.jmt-mark-center {
    margin-left: auto;
    margin-right: auto;
}
.jmt-hero h1 {
    font-size: 46px;
    line-height: 1.15;
    margin: 0 0 16px;
}
.jmt-tagline {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 19px;
    color: var(--jmt-green);
    margin: 0 0 28px;
    max-width: 480px;
}
.jmt-snippet {
    font-size: 16.5px;
    color: var(--jmt-muted);
    max-width: 560px;
    margin: 0;
}
.jmt-hero-image {
    margin: 40px 0 0;
    padding: 6px;
    background: var(--jmt-paper);
    border: 1px solid var(--jmt-line);
}
.jmt-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    filter: sepia(0.12) saturate(0.85) brightness(0.98);
}

/* ── Sections ─────────────────────────────────────────── */
.jmt-section {
    padding: 56px 0;
    border-top: 1px solid var(--jmt-line);
}
.jmt-section h2 {
    font-size: 26px;
    margin: 0 0 24px;
}
.jmt-section p {
    font-size: 16px;
    color: var(--jmt-muted);
    max-width: 580px;
    margin: 0 0 18px;
}
.jmt-section p:last-child { margin-bottom: 0; }

.jmt-services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
}
.jmt-service {
    border-top: 1px solid var(--jmt-line);
    padding: 26px 0;
}
.jmt-service:nth-child(1),
.jmt-service:nth-child(2) {
    border-top: none;
    padding-top: 0;
}
.jmt-service h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
}
.jmt-service p {
    font-size: 15px;
    margin: 0;
    color: var(--jmt-muted);
}

.jmt-location-hours {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
}
.jmt-lh-block h3 {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jmt-muted);
    font-weight: 600;
    margin: 0 0 12px;
}
.jmt-lh-block address,
.jmt-lh-block p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: var(--jmt-ink);
    line-height: 1.7;
    margin: 0 0 14px;
}
.jmt-lh-block p:last-child {
    margin-bottom: 0;
}

/* ── Contact ──────────────────────────────────────────── */
.jmt-contact-section {
    text-align: center;
    padding: 64px 0 80px;
    border-top: 1px solid var(--jmt-line);
}
.jmt-contact-section h2 {
    margin: 0 0 16px;
}
.jmt-contact-lead {
    font-size: 15.5px;
    color: var(--jmt-muted);
    max-width: 420px;
    margin: 0 auto 32px;
}

.jmt-cta-btn {
    display: inline-block;
    background: var(--jmt-green);
    color: var(--jmt-paper);
    border: 1px solid var(--jmt-green);
    padding: 15px 34px;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}
.jmt-cta-btn:hover {
    background: var(--jmt-paper);
    color: var(--jmt-green);
}
.jmt-cta-btn:focus-visible {
    outline: 2px solid var(--jmt-brass);
    outline-offset: 3px;
}

.jmt-contact-form {
    text-align: left;
    max-width: 420px;
    margin: 40px auto 0;
}
.jmt-form-row {
    margin-bottom: 22px;
}
.jmt-form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jmt-muted);
}
.jmt-form-row input,
.jmt-form-row textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--jmt-line);
    background: transparent;
    padding: 8px 2px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--jmt-ink);
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}
.jmt-form-row input:focus,
.jmt-form-row textarea:focus {
    outline: none;
    border-bottom-color: var(--jmt-green);
}
.jmt-form-row textarea {
    resize: vertical;
}

/* ── Notices ──────────────────────────────────────────── */
.jmt-notice {
    max-width: 420px;
    margin: 0 auto 28px;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 14.5px;
    text-align: left;
}
.jmt-notice-success {
    background: #EAF0EA;
    color: #2B3B2E;
    border: 1px solid #C7D8C9;
}
.jmt-notice-error {
    background: #F6E9E7;
    color: #6B2E24;
    border: 1px solid #E4C3BC;
}

/* ── Motion ───────────────────────────────────────────── */
.jmt-fade-in {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.jmt-fade-in.jmt-visible {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: reduce) {
    .jmt-fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ── Footer ───────────────────────────────────────────── */
.jmt-footer {
    text-align: center;
    padding: 40px 0 60px;
    border-top: 1px solid var(--jmt-line);
}
.jmt-bacp-logo {
    width: 220px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 620px) {
    .jmt-hero h1 { font-size: 34px; }
    .jmt-services-list { grid-template-columns: 1fr; }
    .jmt-service:nth-child(2) { border-top: 1px solid var(--jmt-line); padding-top: 26px; }
    .jmt-location-hours { grid-template-columns: 1fr; }
}
