/* ===========================================================================
 * FILE: /home/eboyer/public_html/bostonapartments/jerealtywww/layout/styles/je-2026.css
 *   v1.0.0   2026-09-04
 *   J.E. Furnished Apartments - 2026 theme layer and availability-page
 *   components. Built to the approved August 2026 mockup.
 *   FTP -> /home/eboyer/public_html/bostonapartments/jerealtywww/layout/styles/je-2026.css
 *
 *   Loaded AFTER layout.css so it can override without editing it. New file,
 *   so nothing existing is at risk.
 *
 *   Palette (sampled from the mockup):
 *     navy   #123262   headings, chrome, trust band
 *     navy-2 #0d2549   deeper navy
 *     teal   #127475   buttons, accents, rules
 *     teal-2 #0e5c5d   hover
 *     mist   #eef5f4   light teal wash
 *   Headings use a serif stack to match the mockup. System fonts only - no
 *   webfont request, nothing that can fail to load.
 *   ENGLISH / ASCII ONLY.
 * ======================================================================== */

/* --- typography ---------------------------------------------------------- */
.je-serif,
#je-main h1, #je-main h2, #je-main h3,
.je-brand-name {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #123262;
    letter-spacing: .01em;
}
#je-main { color: #333; line-height: 1.6; }
#je-main p { margin: 0 0 14px; }
#je-main a { color: #127475; }
#je-main a:hover { color: #0e5c5d; }

/* --- layout shell -------------------------------------------------------- */
#je-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 40px;
}
#je-main section { margin: 0 0 42px; }

/* --- header / nav -------------------------------------------------------- */
.je-header {
    background: #fff;
    border-bottom: 1px solid #e4e7ec;
    padding: 14px 18px;
}
.je-header-in {
    max-width: 1120px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.je-brand { float: left; text-decoration: none; }
.je-brand img { vertical-align: middle; border: 0; }
.je-brand-name {
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}
.je-navtoggle {
    float: right;
    display: none;
    background: none;
    border: 0;
    font-size: 26px;
    line-height: 1;
    color: #123262;
    cursor: pointer;
    padding: 4px 8px;
}
.je-nav { float: right; }
.je-nav ul { list-style: none; margin: 0; padding: 0; }
.je-nav li { display: inline-block; margin: 0 0 0 22px; }
.je-nav a {
    color: #123262;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0;
    display: inline-block;
}
.je-nav a:hover, .je-nav a.je-on {
    color: #127475;
    border-bottom: 2px solid #127475;
}
.je-nav .je-nav-cta a {
    background: #127475;
    color: #fff;
    padding: 9px 16px;
    border-radius: 4px;
    border: 0;
}
.je-nav .je-nav-cta a:hover { background: #0e5c5d; color: #fff; border: 0; }

/* --- hero ---------------------------------------------------------------- */
.je-hero { overflow: hidden; border-bottom: 2px solid #127475; padding-bottom: 4px; }
.je-hero-copy { float: left; width: 48%; padding: 26px 26px 26px 0; }
.je-hero-img  { float: right; width: 52%; }
.je-hero-img img { width: 100%; height: auto; display: block; border: 0; }
.je-hero h1 { font-size: 44px; line-height: 1.1; margin: 0 0 12px; }
.je-hero-sub { font-size: 20px; color: #127475; font-weight: bold; margin: 0 0 14px; }

/* --- section rule heading ----------------------------------------------- */
.je-rule {
    text-align: center;
    font-size: 26px;
    color: #127475;
    margin: 0 0 22px;
    position: relative;
}
.je-rule span { background: #fff; padding: 0 16px; position: relative; z-index: 2; }
.je-rule:after {
    content: "";
    display: block;
    border-top: 1px solid #127475;
    position: absolute;
    left: 0; right: 0; top: 50%;
    z-index: 1;
}

/* --- forms --------------------------------------------------------------- */
.je-form-wrap { padding: 8px 0 0; }
.je-grid { overflow: hidden; margin: 0 -10px; }
.je-grid .je-field { float: left; width: 50%; padding: 0 10px; box-sizing: border-box; }
.je-field { margin: 0 0 16px; }
.je-field label {
    display: block;
    font-weight: bold;
    color: #123262;
    font-size: 14px;
    margin: 0 0 6px;
}
.je-req { color: #d0021b; }
.je-field input[type=text],
.je-field input[type=email],
.je-field input[type=tel],
.je-field input[type=date],
.je-field select,
.je-field textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #ccd2da;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    background: #fff;
    box-sizing: border-box;
}
.je-field textarea { min-height: 92px; resize: vertical; }
.je-field input:focus, .je-field select:focus, .je-field textarea:focus {
    border-color: #127475;
    outline: 2px solid rgba(18,116,117,.25);
}
.je-err { color: #d0021b; font-size: 13px; margin: 6px 0 0; font-weight: bold; }
.je-hint { color: #6b7280; font-size: 13px; font-style: italic; margin: 6px 0 0; }
.je-formnote { text-align: center; color: #6b7280; font-size: 13px; margin: 12px 0 0; }
.je-center { text-align: center; max-width: 680px; margin: 0 auto 18px; }

/* Honeypot - must be reachable by bots, invisible and unfocusable to people. */
.je-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* --- buttons ------------------------------------------------------------- */
.je-btn {
    display: inline-block;
    padding: 13px 22px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    font-family: inherit;
}
.je-btn-primary { background: #127475; color: #fff; border-color: #127475; }
.je-btn-primary:hover { background: #0e5c5d; border-color: #0e5c5d; color: #fff; }
.je-btn-outline { background: #fff; color: #127475; border-color: #127475; }
.je-btn-outline:hover { background: #eef5f4; color: #0e5c5d; }
.je-btn-plain { background: none; color: #123262; text-decoration: underline; border: 0; }
.je-btn-full { display: block; width: 100%; box-sizing: border-box; }

/* --- alerts / results ---------------------------------------------------- */
.je-alert { border-radius: 4px; padding: 14px 16px; margin: 0 0 18px; }
.je-alert p { margin: 0; }
.je-alert-error { background: #fdecee; border: 1px solid #f3c2c8; color: #8a1420; }
.je-alert-info  { background: #eef5f4; border: 1px solid #bcd9d7; color: #0e5c5d; }
.je-alert-ok    { background: #eef5f4; border: 1px solid #bcd9d7; color: #0e5c5d; }

.je-result {
    background: #eef5f4;
    border: 1px solid #bcd9d7;
    border-radius: 6px;
    padding: 22px;
    margin: 22px 0 0;
}
.je-result h3 { font-size: 22px; margin: 0 0 10px; }
.je-dest { margin: 0 0 14px; }
.je-miles { overflow: hidden; margin: 0 -8px 4px; }
.je-mile {
    float: left;
    width: 50%;
    padding: 0 8px;
    box-sizing: border-box;
}
.je-mile-loc {
    display: block;
    font-weight: bold;
    color: #123262;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
}
.je-mile-num { display: block; font-size: 24px; color: #127475; font-weight: bold; }
.je-reasons { margin: 14px 0 0 20px; padding: 0; }
.je-reasons li { margin: 0 0 6px; }
.je-result-btns { margin: 18px 0 0; }
.je-result-btns .je-btn { margin: 0 8px 8px 0; }

/* --- rental manager cards ------------------------------------------------ */
.je-cards { overflow: hidden; margin: 0 -12px; }
.je-card {
    float: left;
    width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
}
.je-card > div, .je-card > h3, .je-card > p, .je-card > a { position: relative; }
.je-card {
    text-align: left;
}
.je-card-inner {
    border: 1px solid #e0e4ea;
    border-radius: 6px;
    padding: 22px;
    background: #fff;
}
.je-card-ico {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #127475;
    text-align: center;
    line-height: 56px;
    margin: 0 0 12px;
}
.je-card-ico img { vertical-align: middle; border: 0; }
.je-card h3 { font-size: 20px; margin: 0 0 10px; line-height: 1.25; }
.je-addr { color: #333; margin: 0 0 10px; }
.je-contact a { font-weight: bold; text-decoration: none; }
.je-contact { margin: 0 0 16px; }

/* --- call-to-action strip ------------------------------------------------ */
.je-strip {
    background: #eef5f4;
    border-radius: 6px;
    padding: 22px 26px;
    text-align: center;
}
.je-strip h2 { font-size: 22px; margin: 0 0 6px; }
.je-strip p { margin: 0; color: #333; }

/* --- four reassurance cards --------------------------------------------- */
.je-reassure { overflow: hidden; margin: 0 -14px; }
.je-reassure-item {
    float: left;
    width: 25%;
    padding: 0 14px;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #e4e7ec;
}
.je-reassure-item:first-child { border-left: 0; }
.je-reassure-item h3 { font-size: 17px; margin: 0 0 10px; }
.je-reassure-item p { font-size: 14px; color: #4a5260; }

/* --- pet / billing note -------------------------------------------------- */
.je-note {
    background: #eef5f4;
    border-radius: 6px;
    padding: 18px 22px;
}
.je-note p { margin: 0; }

/* --- trust band + footer ------------------------------------------------- */
.je-trust {
    background: #123262;
    color: #fff;
    padding: 28px 18px;
}
.je-trust-in { max-width: 1120px; margin: 0 auto; overflow: hidden; }
.je-trust-item {
    float: left;
    width: 33.33%;
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.22);
}
.je-trust-item:first-child { border-left: 0; }
.je-trust-item h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    font-size: 17px;
    margin: 0 0 8px;
}
.je-trust-item p { color: #d6deeb; font-size: 14px; margin: 0; }

.je-footer { background: #fff; border-top: 1px solid #e4e7ec; padding: 30px 18px 10px; }
.je-footer-in { max-width: 1120px; margin: 0 auto; overflow: hidden; }
.je-fcol {
    float: left;
    width: 25%;
    padding: 0 16px;
    box-sizing: border-box;
}
.je-fcol h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #123262;
    font-size: 16px;
    margin: 0 0 12px;
}
.je-fcol ul { list-style: none; margin: 0; padding: 0; }
.je-fcol li { margin: 0 0 7px; }
.je-fcol a { color: #123262; text-decoration: none; font-size: 14px; }
.je-fcol a:hover { color: #127475; text-decoration: underline; }
.je-fcol p { font-size: 14px; color: #4a5260; margin: 0 0 8px; }
.je-footbar {
    background: #127475;
    color: #fff;
    text-align: center;
    padding: 12px 18px;
    font-size: 13px;
}
.je-footbar p { margin: 0 0 3px; color: #fff; }

/* --- skip link ----------------------------------------------------------- */
.je-skip {
    position: absolute;
    left: -9999px;
    background: #123262;
    color: #fff;
    padding: 10px 16px;
    z-index: 100;
}
.je-skip:focus { left: 10px; top: 10px; }

/* ========================================================================
 * MOBILE - the mockup calls for a single vertical column, heading and copy
 * before the photo, and a hamburger menu.
 * ===================================================================== */
@media screen and (max-width: 860px) {
    .je-navtoggle { display: block; }
    .je-nav { float: none; clear: both; display: none; padding-top: 12px; }
    .je-nav.je-open { display: block; }
    .je-nav li { display: block; margin: 0; border-top: 1px solid #eef0f3; }
    .je-nav a { display: block; padding: 13px 2px; }
    .je-nav a:hover, .je-nav a.je-on { border-bottom: 0; }
    .je-nav .je-nav-cta a { display: block; text-align: center; margin: 10px 0 0; }

    .je-hero-copy, .je-hero-img { float: none; width: auto; padding: 0; }
    .je-hero-copy { padding: 18px 0 16px; }
    .je-hero h1 { font-size: 32px; }
    .je-hero-sub { font-size: 18px; }

    .je-grid { margin: 0; }
    .je-grid .je-field { float: none; width: auto; padding: 0; }

    .je-card { float: none; width: auto; padding: 0; margin: 0 0 18px; }
    .je-mile { float: none; width: auto; padding: 0; margin: 0 0 12px; }
    .je-reassure-item {
        float: none; width: auto; padding: 18px 0;
        border-left: 0; border-top: 1px solid #e4e7ec;
    }
    .je-reassure-item:first-child { border-top: 0; padding-top: 0; }
    .je-trust-item {
        float: none; width: auto; padding: 16px 0;
        border-left: 0; border-top: 1px solid rgba(255,255,255,.22);
    }
    .je-trust-item:first-child { border-top: 0; padding-top: 0; }
    .je-fcol { float: none; width: auto; padding: 0 0 22px; }
    .je-result-btns .je-btn { display: block; margin: 0 0 10px; }
}
