body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    background: #fff;
    color: #193c2d;
}
header {
    background: #193c2d;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.site-logo {
    display: block;
    margin: 0 auto 16px auto;
    max-width: 180px;
    height: auto;
}
.hero-content h1 {
    font-size: 3rem;
    margin: 0;
}
.hero-content p {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 16px;
}
section {
    margin-bottom: 40px;
}

#events {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(25, 60, 45, 0.06);
    padding: 30px 20px 22px 20px;
    max-width: 520px;
    margin: 0 auto 40px auto;
    text-align: center;
}
.events-description {
    color: #1c5d3a;
    font-size: 1.14rem;
    margin-bottom: 18px;
}
.events-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 360px;
}
.events-list li {
    background: #e6f2ec;
    color: #193c2d;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 12px 14px;
    font-size: 1.07rem;
    box-shadow: 0 1px 4px rgba(25, 60, 45, 0.04);
    transition: background 0.15s;
}
.events-list li strong {
    color: #2e8a5c;
}
.events-list li:last-child {
    margin-bottom: 0;
}
#events h2 {
    margin-bottom: 10px;
    color: #193c2d;
    font-size: 1.7rem;
    font-weight: 600;
}
#gallery h2, #tenants h2, #location-contact h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.gallery-grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #aaa #f7f7f7;
}
.gallery-grid figure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    min-width: 180px;
    justify-content: flex-end;
}
.gallery-grid figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.28); /* black, very transparent */
    color: #ffffff;
    font-size: 1rem;
    padding: 10px 0 8px 0;
    text-align: center;
    border-radius: 0 0 10   px 10px;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    /* Remove margin-top since overlay */
}
.gallery-grid img {
    width: 240px;
    min-width: 180px;
    height: 180px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    object-fit: cover;
    background: #e0e0e0;
    flex-shrink: 0;
}
.tenant-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 32px;
    align-items: flex-start;
    justify-content: center;
}
.tenant-logos figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: relative;
}
.tenant-logos img {
    display: block;
    width: 320px !important;
    height: 160px !important;
    object-fit: contain !important;
    margin-bottom: 10px;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.tenant-logos figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.68);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
    word-break: break-word;
    z-index: 2;
}
.tenant-logos figure:hover figcaption {
    opacity: 1;
    pointer-events: auto;
}

/* Price Estimator Styles */
#price-estimator {
    background: #193c2d;
    padding: 40px 20px 32px 20px;
    border-radius: 22px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.13);
    margin-bottom: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#price-estimator {
    color: #fff;
}
.calendar-day, .calendar-day * {
    color: #193c2d;
}
.desk-count {
    color: #2e8a5c;
}
button.plus, button.minus {
    color: #fff;
}


.nest-emoji {
    font-size: 5.5rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.13);
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
}
.egg-icon {
    display: none;
}
.estimator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

#sliderList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
#sliderList .slider-estimator {
    display: grid;
    grid-template-columns: 110px 1fr 36px 40px 90px;
    align-items: center;
    gap: 0 10px;
    margin: 0;
    width: 100%;
    min-width: 320px;
    max-width: 520px;
}
.slider-label {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    justify-self: end;
}
#sliderList .slider-estimator .rangeValue {
    text-align: right;
    min-width: 20px;
    display: inline-block;
}
#sliderList .slider-estimator .remove-person-btn {
    margin-left: 0;
    justify-self: start;
}

#sliderList .slider-estimator .remove-person-btn {
    margin-left: 12px;
}

.slider-label {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 8px;
}
#deskRange {
    width: 120px;
    accent-color: #2e8a5c;
    height: 6px;
    border-radius: 6px;
}
#rangeValue {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
}
.calendar-day {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(25, 60, 45, 0.09);
    padding: 18px 12px 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 76px;
    max-width: 90px;
    gap: 10px;
    transition: transform 0.15s, box-shadow 0.15s;
    border: 2px solid #e6f2ec;
}
.calendar-day:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 6px 24px rgba(25, 60, 45, 0.18);
    border-color: #72c49d;
}
.day-label {
    font-size: 1.1rem;
    color: #437738;
    font-weight: 600;
    margin-bottom: 2px;
}
.desk-count {
    font-size: 2.1rem;
    font-weight: 600;
    color: #4e8d42;
    margin: 0 6px;
    min-width: 28px;
    display: inline-block;
    text-align: center;
    transition: transform 0.15s;
}
button.plus, button.minus {
    background: #4e8d42;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(25, 60, 45, 0.10);
    transition: background 0.2s, transform 0.1s;
    outline: none;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.plus:active, button.minus:active {
    transform: scale(1.15);
}
button.plus:hover, button.minus:hover {
    background: #1c5d3a;
}
@media (max-width: 700px) {
    .week-calendar {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .calendar-day {
        flex-direction: row;
        min-width: 170px;
        max-width: 98vw;
        justify-content: flex-start;
        gap: 14px;
    }
    .day-label {
        margin-right: 16px;
    }
}
#priceRange {
    width: 100%;
    margin: 16px 0 0 0;
    accent-color: #1c5d3a;
    height: 6px;
    border-radius: 6px;
}
.estimated-price-info {
    font-size: 1.15rem;
    margin-bottom: 18px;
    color: #1c5d3a;
}
.estimated-price {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.09);
}
.days-label {
    font-size: 2.1rem;
    color: #fff;
    margin-top: 18px;
    font-weight: 300;
}
#price-estimator h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
}
body {
    background: #4e8d42;
}

.estimator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
#priceRange {
    width: 80%;
    margin: 16px 0;
    accent-color: #fff;
}
#rangeValue {
    font-weight: bold;
    margin-left: 8px;
}
.estimated-price {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}
.tenant-logos img {
    height: 60px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.location-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}
.map-container {
    flex: 1 1 300px;
    min-width: 260px;
}
.contact-info {
    flex: 1 1 220px;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    padding: 18px 20px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
footer {
    background: #16222a;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    margin-top: 40px;
}
@media (max-width: 700px) {
    .location-contact-wrapper {
        flex-direction: column;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}
