:root {
    --home-ivory: #f8f3ed;
    --home-sand: #e7d7ca;
    --home-blush: #f1e3db;
    --home-rose: #a44030;
    --home-rose-dark: #7f3024;
    --home-forest: #31463a;
    --home-ink: #2e241f;
    --home-muted: #6f6259;
    --home-shadow: 0 24px 60px rgba(46, 36, 31, 0.12);
}

body.home-page {
    background:
        radial-gradient(circle at 12% 0%, rgba(164, 64, 48, 0.16), transparent 24%),
        radial-gradient(circle at 88% 4%, rgba(212, 175, 55, 0.2), transparent 22%),
        linear-gradient(180deg, #f3ddd0 0%, #f8eee7 18%, #f6eee7 48%, #fffdfa 100%);
    color: var(--home-ink);
}

.home-page .page-wrapper {
    padding-top: 0;
    padding-bottom: 80px;
}

.home-page #pageTitle {
    position: absolute;
    top: 75px;
    left: 50px;
    z-index: 20;
    width: unset;
    margin: 0;
    /* font-family: 'Cormorant Garamond', serif; */
    /* font-size: 82px; */
    /* letter-spacing: 1px; */
    /* color: #f3eadf; */
    /* text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); */
    text-shadow: 1px 1px rgb(255, 255, 255);
}

.home-page #link-container .link a,
.home-page #link-container .link a:focus,
.home-page #link-container .link a:visited {
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 14px;
}

.home-page #pageTitle small {
    color: rgba(255, 244, 231, 0.86);
}

.home-page #pageTitle + hr {
    position: absolute;
    top: 225px;
    left: 115px;
    z-index: 20;
    border-color: rgba(255, 255, 255, 0.24);
}

/* .home-page #fab-top-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
} */

/* .home-page #fab-top-header #fab-container {
    max-width: none;
    padding: 18px 22px;
} */

.home-page.top #fab-container .fab-btn {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff7ef;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.home-page.top #fab-container .fab-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.home-page #link-container {
    position: absolute;
    top: 240px;
    left: 50px;
    z-index: 20;
    width: unset;
    padding: 0;
}

.home-page #link-container .link a,
.home-page #link-container .link a:focus,
.home-page #link-container .link a:visited {
    color: rgba(255, 247, 239, 0.88);
    border-bottom-color: transparent;
}

.home-page #link-container .link:hover a {
    border-bottom-color: rgba(255, 255, 255, 0.55);
}

.home-page #link-container .link.active a {
    background-color: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

#homeFilmstrip-wrapper {
    position: relative;
    width: 1500px;
    max-width: calc(100% - 10px);
    margin: 10px auto;
    overflow: hidden;
}

#homeFilmstrip {
    padding-left: 5px;
}

.filmstrip-corner {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(250, 245, 241);
    box-shadow: 5px 0px 5px -5px black;
}

.filmstrip-corner.top-left {
    top: -60px;
    left: -60px;
    transform: rotate(45deg);
}

.filmstrip-corner.top-right {
    top: -60px;
    right: -60px;
    transform: rotate(135deg);
}

.filmstrip-corner.bottom-left {
    bottom: -60px;
    left: -60px;
    transform: rotate(315deg);
}

.filmstrip-corner.bottom-right {
    bottom: -60px;
    right: -60px;
    transform: rotate(225deg);
}

@media (max-width: 1250px) {

    .home-page #pageTitle {
        left: 50%;
        width: min(1280px, calc(100% - 32px));
        margin: 0;
        transform: translateX(-50%)
    }

    .home-page #pageTitle small {
        margin-top: -7px;
    }

    .home-page #pageTitle + hr {
        position: absolute;
        top: 225px;
        left: 50%;
        z-index: 20;
        width: min(620px, calc(100% - 64px));
        margin: 0;
        transform: translateX(-50%);
    }

    .home-page #link-container {
        position: absolute;
        top: 240px;
        left: 50%;
        z-index: 20;
        width: min(1280px, calc(100% - 32px));
        transform: translateX(-50%);
        padding: 0;
    }

}

.home-shell {
    width: 100%;
    margin: 0 auto;
}

.home-section {
    width: min(1280px, calc(100% - 32px));
    margin: 28px auto 0px auto;
}

.home-section-hero {
    margin-top: 0;
}

.section-card {
    background: rgba(255, 252, 248, 0.92);
    border: 1px solid rgba(164, 64, 48, 0.12);
    border-radius: 30px;
    box-shadow: var(--home-shadow);
    overflow: hidden;
}

.section-header {
    max-width: 720px;
    margin-bottom: 28px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--home-rose);
}

.section-header h2,
.home-copy-block h2,
.investment-copy h2,
.venue-copy h2,
.social-copy h2,
.lead-copy h2 {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 0.98;
    color: var(--home-ink);
}

.section-header p,
.home-copy-block p,
.investment-copy p,
.venue-copy p,
.social-copy p,
.lead-copy p,
.location-copy p {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: var(--home-muted);
}

.home-section-hero {
    margin-top: 0;
    width: 100%;
    /* margin-top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 320px 0 64px;
    background:
        linear-gradient(135deg, rgba(31, 23, 19, 0.82) 0%, rgba(31, 23, 19, 0.56) 42%, rgba(31, 23, 19, 0.18) 76%, rgba(31, 23, 19, 0.1) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)),
        url('../../images/main/med_floralPic39b.jpg') center 75% / cover no-repeat;
}

.hero-inner {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 24px;

}

.hero-content {
    position: relative;
    z-index: 1;
    width: 1600px;
    max-width: 100%;
    padding-right: 300px;
    color: #fff;
    margin-top: 100px auto 0px auto;
}

.hero-kicker {
    display: inline-block;
    padding: 10px 14px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-content h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 6vw, 68px);
    line-height: 0.92;
    text-wrap: balance;
    max-width: 700px;
}

.hero-content p {
    max-width: 560px;
    margin: 22px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

/* .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    width: 300px;
} */

.hero-trust {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
}

.trust-pill {
    margin: 10px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.25);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    backdrop-filter: blur(8px);
    color: rgb(235,235,235);
}

.trust-pill strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.home-btn,
.home-btn:focus,
.home-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.home-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.home-btn.primary,
.home-btn.primary:focus,
.home-btn.primary:visited {
    background: var(--home-rose);
    color: #fff;
    box-shadow: 0 16px 30px rgba(164, 64, 48, 0.24);
}

.home-btn.primary:hover {
    background: var(--home-rose-dark);
    color: #fff;
}

.home-btn.secondary,
.home-btn.secondary:focus,
.home-btn.secondary:visited {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
}

.home-btn.secondary:hover {
    background: rgba(255,255,255,0.16);
    color: #fff;
}

.home-btn.ghost,
.home-btn.ghost:focus,
.home-btn.ghost:visited {
    background: transparent;
    color: var(--home-rose);
    border: 1px solid rgba(164, 64, 48, 0.2);
}

.home-btn.ghost:hover {
    background: rgba(164, 64, 48, 0.06);
    color: var(--home-rose-dark);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.value-card {
    padding: 32px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247, 239, 232, 0.9));
    border: 1px solid rgba(164, 64, 48, 0.1);
    border-radius: 24px;
}

.value-card i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(164, 64, 48, 0.1);
    color: var(--home-rose);
    font-size: 22px;
}

.value-card h3,
.portfolio-card h3,
.blog-card h3 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: var(--home-ink);
}

.value-card p,
.portfolio-card p,
.blog-card p,
.testimonial-card p,
.social-copy .social-stat,
.venue-list li,
.service-list li,
.locations-links a,
.locations-links div,
.footer-grid a,
.footer-grid p,
.lead-benefits li,
.trust-mini,
.investment-note {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--home-muted);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.portfolio-card {
    position: relative;
    min-height: 280px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.portfolio-card.large {
    grid-column: span 6;
    min-height: 360px;
}

.portfolio-card.medium {
    grid-column: span 3;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 18, 15, 0.04), rgba(25, 18, 15, 0.72));
}

.portfolio-copy {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 1;
}

.portfolio-copy h3,
.portfolio-copy p {
    color: #fff;
}

.portfolio-copy h3 {
    margin-bottom: 4px;
}

.portfolio-copy p {
    margin: 0;
}

.portfolio-cta {
    margin-top: 22px;
}

.location-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    padding: 36px;
}

.locations-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.locations-links div,
.locations-links a,
.locations-links a:focus,
.locations-links a:visited {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(164, 64, 48, 0.08);
    color: var(--home-rose-dark);
    font-weight: 700;
}

.location-panels {
    display: grid;
    gap: 16px;
    align-items: end;
}

.location-panel {
    padding: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(243, 232, 223, 0.95));
    border-radius: 22px;
    border: 1px solid rgba(164, 64, 48, 0.12);
}

.location-panel h3,
.investment-copy h3,
.lead-copy h3 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: var(--home-inked);
}

.location-panel h3 {
    margin-bottom: 18px;
    color: var(--home-muted);
}

.location-panel p {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--home-muted);
    line-height: 1.7;
}

.investment-section,
.social-section,
.lead-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    padding: 36px;
}

.investment-panel,
.social-panel,
.lead-panel {
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245, 236, 230, 0.95));
    border: 1px solid rgba(164, 64, 48, 0.12);
}

.investment-highlight {
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(164, 64, 48, 0.92), rgba(127, 48, 36, 0.94));
    color: #fff;
}

.investment-highlight strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.investment-highlight span {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
}

.service-list,
.venue-list,
.lead-benefits {
    margin: 0;
    padding-left: 18px;
}

.venue-list {
    columns: 2;
    column-gap: 24px;
    margin-bottom: 18px;
}

.trust-mini {
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 3px solid rgba(164, 64, 48, 0.5);
    background: rgba(164, 64, 48, 0.05);
    border-radius: 0 18px 18px 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244, 234, 228, 0.94));
    border: 1px solid rgba(164, 64, 48, 0.1);
    box-shadow: 0 18px 40px rgba(46, 36, 31, 0.08);
}

.testimonial-stars {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #c79d46;
}

.testimonial-card p {
    margin: 0 0 18px;
}

.testimonial-card strong {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--home-ink);
}

.social-panel {
    background:
        linear-gradient(180deg, rgba(49, 70, 58, 0.94), rgba(38, 53, 45, 0.96)),
        url('../../images/background.jpeg') center center / cover no-repeat;
    color: #fff;
}

.social-panel .social-stat,
.social-panel p,
.social-panel h3,
.social-panel .home-btn.ghost,
.social-panel .home-btn.ghost:focus,
.social-panel .home-btn.ghost:visited {
    color: #fff;
}

.social-panel .home-btn.ghost {
    border-color: rgba(255,255,255,0.24);
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.social-tile {
    position: relative;
    min-height: 180px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.social-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 25, 23, 0.1), rgba(20, 25, 23, 0.68));
}

.social-tile span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.blog-card {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247, 241, 237, 0.95));
    border: 1px solid rgba(164, 64, 48, 0.1);
}

.blog-card .eyebrow {
    margin-bottom: 8px;
}

.blog-card h3 {
    font-size: 28px;
}

.blog-card a,
.blog-card a:focus,
.blog-card a:visited {
    color: var(--home-rose);
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-card a:hover {
    color: var(--home-rose-dark);
}

.lead-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(249, 242, 236, 0.96));
}

.lead-form .form-group {
    margin-bottom: 18px;
}

.lead-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--home-ink);
}

.lead-form .form-control {
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(111, 98, 89, 0.2);
    box-shadow: none;
    font-family: 'Manrope', sans-serif;
    padding: 12px 14px;
}

.lead-form textarea.form-control {
    height: 110px;
    resize: vertical;
}

.lead-form .submit-btn {
    width: 100%;
    margin-top: 6px;
    padding: 15px 18px;
    border: 0;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--home-rose);
    color: #fff;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lead-form .submit-btn:hover {
    background: var(--home-rose-dark);
    transform: translateY(-2px);
}

.lead-status {
    min-height: 24px;
    margin-top: 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: var(--home-forest);
}

.lead-status.error {
    color: var(--home-rose-dark);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr 1.1fr;
    gap: 20px;
    padding: 36px;
}

.footer-grid h3 {
    margin: 0 0 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--home-rose);
}

.footer-grid a,
.footer-grid a:focus,
.footer-grid a:visited {
    display: block;
    margin-bottom: 8px;
    color: var(--home-muted);
    text-decoration: none;
}

.footer-grid a:hover {
    color: var(--home-rose-dark);
}

@media (max-width: 1199px) {
    .hero {
        padding-top: 300px;
        padding-bottom: 52px;
    }

    .hero-trust,
    .value-grid,
    .testimonial-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-card.large {
        grid-column: span 12;
    }

    .portfolio-card.medium {
        grid-column: span 6;
    }

    .location-section,
    .investment-section,
    .social-section,
    .lead-section,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 998px) {
    .hero-content {
        padding-right: 0px;
    }

    .hero-actions {
        margin-bottom: 28px;
    }

    .hero-trust {
        position: relative;
        width: 100%;
    }

    .trust-pill {
        display: inline-block;
        width: calc(33.3% - 2px);
        margin: 5px 0px;
        min-height: 125px;
        vertical-align: bottom;
    }
}

@media (max-width: 767px) {
    .home-page #pageTitle {
        top: 82px;
        width: calc(100% - 24px);
        font-size: 48px;
    }

    .home-page #pageTitle + hr {
        top: 176px;
        width: calc(100% - 36px);
    }

    /* .home-page #fab-top-header #fab-container {
        padding: 14px 12px;
    } */

    .home-page #link-container {
        top: 192px;
        width: calc(100% - 24px);
    }

    .home-page #link-container .link a,
    .home-page #link-container .link a:focus,
    .home-page #link-container .link a:visited {
        color: rgba(255, 247, 239, 0.96);
    }

    .home-page #link-container .link.active a {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.65);
        border-radius: 0;
    }

    .hero-trust {
        display: none;
    }

    /* .trust-pill {
        display: block;
        width: 100%;
    } */

    .home-shell {
        width: calc(100% - 20px);
    }

    .hero {
        min-height: 100svh;
        padding: 288px 0 28px;
        align-items: flex-end;
    }

    .hero-content h2 {
        font-size: 46px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-trust,
    .value-grid,
    .testimonial-grid,
    .blog-grid,
    .social-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-card.medium,
    .portfolio-card.large {
        grid-column: span 12;
        min-height: 260px;
    }

    .location-section,
    .investment-section,
    .social-section,
    .lead-section,
    .footer-grid {
        gap: 18px;
        padding: 24px;
    }

    .section-header h2,
    .home-copy-block h2,
    .investment-copy h2,
    .venue-copy h2,
    .social-copy h2,
    .lead-copy h2 {
        font-size: 40px;
    }

    .venue-list {
        columns: 1;
    }
}
