/* ==========================================================================
   Core Milton Keynes - overrides & extra sections on top of the Core
   template (app.css). Content from the old WP site, updated to the
   MIK004 brochure (Sept 2026).
   ========================================================================== */

/* Nav - wide Core Milton Keynes lockup and more links, so the burger
   takes over earlier */
.nav__logo img {
    height: 44px;
}

.nav__links {
    gap: 36px;
}

.nav__links a.nav__links-cta {
    padding: 10px 18px;
    border-radius: 8px;
    background: #0062EE;
    color: #fff;
}

/* ==========================================================================
   Shared section heading (same look as the template section labels/titles)
   ========================================================================== */

.sec-head {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.sec-label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #0e1e3e;
    display: inline-block;
}

.sec-label::after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #115BFF;
    margin: 12px auto 0;
}

.sec-title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 70px;
    color: #0e1e3e;
    margin-top: 24px;
}

.sec-text {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #0e1e3e;
    max-width: 760px;
    margin: 24px auto 0;
}

/* ==========================================================================
   Features & Benefits
   ========================================================================== */

.features {
    background: #fff;
    padding: 40px 40px 100px;
}

.features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.features__card {
    background: #EEF2FA;
    border-radius: 20px;
    padding: 32px 28px;
}

.features__card--lead {
    background: #115BFF;
}

.features__card--lead .features__heading,
.features__card--lead .features__text {
    color: #fff;
}

.features__icon {
    height: 56px;
    width: auto;
    max-width: 70px;
    display: block;
    margin-bottom: 24px;
}

.features__heading {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    color: #0e1e3e;
    margin-bottom: 10px;
}

.features__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.55;
    color: #0e1e3e;
}

/* ==========================================================================
   Gallery (CGI aerial & photography)
   ========================================================================== */

.gallery {
    background: #fff;
    padding: 100px 0 90px;
}

.gallery .sec-head {
    padding: 0 40px;
}

.gallery__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 40px;
    padding: 0 40px 8px;
    scrollbar-width: none;
}

.gallery__track::-webkit-scrollbar {
    display: none;
}

.gallery__slide {
    flex: 0 0 min(78%, 1100px);
    scroll-snap-align: start;
    border: none;
    padding: 0;
    background: #EAEAEA;
    border-radius: 20px;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 12 / 7;
}

.gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gallery__slide:hover img {
    transform: scale(1.03);
}

.gallery__controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.gallery__btn {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    border: none;
    background: #0062EE;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.gallery__btn:hover {
    background: #0050cc;
}

.gallery__btn--prev svg {
    transform: rotate(180deg);
}

.lightbox {
    border: none;
    padding: 0;
    background: transparent;
    max-width: 94vw;
    max-height: 92vh;
    margin: auto;
}

.lightbox::backdrop {
    background: rgba(15, 30, 63, 0.92);
}

.lightbox__img {
    display: block;
    max-width: 94vw;
    max-height: 88vh;
    border-radius: 12px;
}

.lightbox__close {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #0e1e3e;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* ==========================================================================
   Statement - "This is logistics at its most logical"
   ========================================================================== */

.statement {
    padding: 0 28px 28px;
    background: #fff;
}

.statement__inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 80vh;
    min-height: 480px;
    max-height: 820px;
}

.statement__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.statement__inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 30, 63, 0.75) 0%, rgba(15, 30, 63, 0.2) 55%, rgba(15, 30, 63, 0) 100%);
}

.statement__title {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 2;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 86px;
    color: #fff;
}

.statement__title .highlight {
    color: #0F1E3F;
}

/* ==========================================================================
   Accommodation - portrait site plan, per unit specification
   ========================================================================== */

.accommodation__plan--portrait .accommodation__plan-img {
    width: auto;
    max-width: 100%;
    max-height: 860px;
    margin: 0 auto;
}

.plans__tags {
    flex-wrap: wrap;
}

.unitspec {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.unitspec__item {
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
}

.unitspec__value {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #115BFF;
    margin-bottom: 4px;
}

.unitspec__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.35;
    color: #0e1e3e;
}

.plans__downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: auto;
}

.plans__downloads .plans__download {
    margin-left: 0;
}

/* ==========================================================================
   Specification grid - 16 items (8 rows)
   ========================================================================== */

.specgrid__text sup {
    font-size: 0.7em;
    line-height: 0;
}

/* ==========================================================================
   Wages component variants (Sustainability / Demographics)
   ========================================================================== */

.wages--sustainability {
    background: url('../../assets/images/sustainability-bg.jpg') center center / cover no-repeat;
}

.wages--sustainability .wages__overlay,
.wages--demographics .wages__overlay {
    background: rgba(255, 255, 255, 0.78);
}

.wages--demographics {
    background: url('../../assets/images/demographics-bg.jpg') center center / cover no-repeat;
}

.wages__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #0e1e3e;
    max-width: 760px;
    margin: -24px auto 48px;
}

.wages__grid--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 960px;
}

/* Sustainability & Demographics - label on top, figure on its own line */
.wages--sustainability .wages__item,
.wages--demographics .wages__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 22px 24px;
}

.wages--sustainability .wages__amount,
.wages--demographics .wages__amount {
    font-size: 24px;
    font-weight: 600;
    margin-left: 0;
    white-space: nowrap;
}

.wages__grid + .wages__grid {
    margin-top: 10px;
}

.wages__sub {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0e1e3e;
    margin: 40px 0 16px;
}

.wages__source {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0e1e3e;
    opacity: 0.75;
    margin-top: 24px;
}

.wages__logos {
    max-width: 960px;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 20px;
    padding: 28px 32px;
}

.wages__logos img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Sustainability detail
   ========================================================================== */

.sustain {
    background: #EAEAEA;
    padding: 80px 40px;
}

.sustain__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* 14 sustainability & wellness features + heading tile = 4 x 4 */
.sustain__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
}

.sustain__lead {
    grid-column: span 2;
    background: #115BFF;
    border-radius: 20px;
    padding: 22px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sustain__lead-title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.25;
    color: #fff;
}

.sustain__lead-title strong {
    font-weight: 600;
}

.sustain__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 20px;
    background: #A9EA98;
}

.sustain__item:nth-child(n+6) { background: #A9EA98D9; }
.sustain__item:nth-child(n+10) { background: #A9EA98B2; }
.sustain__item:nth-child(n+14) { background: #A9EA988C; }

.sustain__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.sustain__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    color: #0e1e3e;
}

/* Cards row */
.sustain__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sustain__row--wide {
    grid-template-columns: 1fr 2fr;
}

.sustain__card {
    background: #fff;
    border-radius: 20px;
    padding: 44px;
}

.sustain__card--blue {
    background: #115BFF;
    color: #fff;
}

.sustain__card--gradient {
    background: url('../../assets/images/bero-bg-gradient.jpg') center / cover no-repeat;
    color: #fff;
}

.sustain__card-label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sustain__card-title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.sustain__card p {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.sustain__logos {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 28px;
}

.sustain__logos img {
    height: 52px;
    width: auto;
}

.sustain__figure {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.sustain__figure:last-child {
    border-bottom: none;
}

.sustain__figure-value {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
}

.sustain__figure-value small {
    font-size: 20px;
    font-weight: 400;
}

/* Carbon calculator equation */
.calc {
    display: grid;
    grid-template-columns: 1fr auto 1fr 1fr 1fr auto 1fr;
    align-items: stretch;
    gap: 10px;
    margin: 12px 0 28px;
}

.calc__cell {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    padding: 20px;
}

.calc__cell--result {
    background: #A9EA98;
    border-color: #A9EA98;
    color: #0F1E3F;
}

.calc__op {
    display: flex;
    align-items: center;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 34px;
    font-weight: 300;
}

.calc__value {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 6px;
}

.calc__desc {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4;
}

.calc__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.calc__footer p {
    margin: 0;
    font-size: 18px;
}

.calc__logos {
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px;
}

.calc__logos img {
    height: 110px;
    width: auto;
    display: block;
}

/* EPC rating scale */
.epc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px;
}

.epc__band {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.epc__bar {
    padding: 6px 12px;
    border-radius: 0 6px 6px 0;
    min-width: 70px;
}

.epc__band:nth-child(1) .epc__bar { width: 30%; background: #007F3D; }
.epc__band:nth-child(2) .epc__bar { width: 38%; background: #2C9F29; }
.epc__band:nth-child(3) .epc__bar { width: 46%; background: #9DCB3C; }
.epc__band:nth-child(4) .epc__bar { width: 54%; background: #FFF200; color: #0e1e3e; }
.epc__band:nth-child(5) .epc__bar { width: 62%; background: #F7AF1D; }
.epc__band:nth-child(6) .epc__bar { width: 70%; background: #ED6823; }
.epc__band:nth-child(7) .epc__bar { width: 78%; background: #E31D23; }
.epc__band:nth-child(8) .epc__bar { width: 86%; background: #9B1B1F; }

.epc__marker {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background: #0e1e3e;
    border-radius: 6px;
    padding: 6px 10px;
    white-space: nowrap;
}

.altus__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.altus__logo {
    height: 40px;
    width: auto;
}

.altus__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-top: 12px;
}

.sdgs__img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Location - population drive time, rail, amenities, brochure maps
   ========================================================================== */

.location__population {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 40px auto 20px;
}

.location__population-label {
    grid-column: 1 / -1;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
}

.location__population-item {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 18px 16px;
}

.location__population-number {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0F1E3F;
    background: #A9EA98;
    width: fit-content;
    margin: 0 auto 8px;
    padding: 2px 8px;
}

.location__population-desc {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.location__source {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #0e1e3e;
    opacity: 0.7;
    margin-top: 16px;
}

.amenities {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 40px 60px;
    text-align: center;
}

.amenities__title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #0e1e3e;
    margin: 24px 0 32px;
}

.amenities__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    list-style: none;
    max-width: 860px;
    margin: 0 auto;
}

.amenities__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 24px;
    background: #A9EA98;
    color: #0e1e3e;
    border-radius: 8px;
}

.location__maps {
    display: grid;
    grid-template-columns: 0.826fr 1.7fr;
    gap: 10px;
    padding: 0 28px 28px;
    align-items: start;
}

.location__map-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* ==========================================================================
   Map - What3Words link
   ========================================================================== */

.map__label-line a {
    color: inherit;
    text-decoration: none;
}

.map__label-line a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   About Us - Trammell Crow Company
   ========================================================================== */

.about {
    background: url('../../assets/images/gradient-bg.png') center / cover no-repeat;
    padding: 100px 40px;
}

.about__row {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.about__card {
    flex: 1.2;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
}

.about__logo {
    height: 44px;
    width: auto;
    display: block;
    margin-bottom: 32px;
}

.about__title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #0e1e3e;
    margin-bottom: 28px;
}

.about__card p {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
    color: #0e1e3e;
    margin-bottom: 16px;
}

.about__card h4 {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #115BFF;
    margin: 28px 0 10px;
}

.about__card a {
    color: #115BFF;
}

.about__stats {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about__label {
    grid-column: 1 / -1;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 20px;
}

.about__stat {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 24px;
}

.about__stat-value {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin-bottom: 6px;
}

.about__stat-desc {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

/* ==========================================================================
   Enquiry form
   ========================================================================== */

.enquiry {
    background: #EAEAEA;
    padding: 100px 40px;
}

.enquiry__form {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.enquiry__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.enquiry__field--full {
    grid-column: 1 / -1;
}

.enquiry__field label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0e1e3e;
}

.enquiry__field input,
.enquiry__field select,
.enquiry__field textarea {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #0e1e3e;
    border: none;
    border-bottom: 2px solid #115BFF;
    padding: 12px 0;
    background: transparent;
    border-radius: 0;
    outline: none;
}

.enquiry__field textarea {
    min-height: 120px;
    resize: vertical;
}

.enquiry__field input:focus,
.enquiry__field select:focus,
.enquiry__field textarea:focus {
    border-bottom-color: #A9EA98;
}

.enquiry__submit {
    grid-column: 1 / -1;
    justify-self: start;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 8px;
    border: none;
    background: #0062EE;
    color: #fff;
    cursor: pointer;
}

.enquiry__submit:hover {
    background: #0050cc;
}

.enquiry__note {
    grid-column: 1 / -1;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0e1e3e;
}

/* ==========================================================================
   Footer - three joint agents
   ========================================================================== */

.footer--three .footer__left {
    flex: 0 0 34%;
}

.footer--three .footer__agents {
    gap: 40px;
}

.footer--three .footer__agent-logo,
.footer--three .footer__agent:first-child .footer__agent-logo {
    height: 30px;
    margin-bottom: 26px;
}

.footer--three .footer__name,
.footer--three .footer__phone,
.footer--three .footer__email {
    font-size: 16px;
}

.footer--three .footer__phone {
    color: #fff;
    text-decoration: none;
}

.footer--three .footer__email {
    overflow-wrap: anywhere;
}

.footer--three .footer__title {
    font-size: 40px;
    line-height: 52px;
}

.footer--three .footer__logos {
    flex-wrap: wrap;
    gap: 24px 32px;
}

.enquiry__field {
    min-width: 0;
}

.enquiry__field input,
.enquiry__field select,
.enquiry__field textarea {
    width: 100%;
    min-width: 0;
}

.footer__logo-parks {
    height: 44px;
    width: auto;
}

.footer__brought {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
}

.footer__legal {
    display: flex;
    gap: 20px;
    list-style: none;
}

.footer__legal a {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    white-space: nowrap;
}

.footer__legal a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Placeholders - everything still to be supplied / confirmed is RED
   .placeholder  = red dashed outline + label (blocks, images, icons)
   .ph           = red text (numbers / copy to confirm), title = reason
   .ph-badge     = red label pinned to a section (backgrounds, maps)
   ========================================================================== */

.placeholder {
    position: relative;
    outline: 2px dashed #E3000F;
    outline-offset: 3px;
}

.placeholder::after {
    content: attr(data-placeholder);
    position: absolute;
    top: -9px;
    left: -2px;
    transform: translateY(-100%);
    background: #E3000F;
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 5;
    pointer-events: none;
}

.placeholder--icon {
    display: inline-flex;
    flex-shrink: 0;
    border-radius: 6px;
}

.placeholder--icon::after {
    top: auto;
    bottom: -6px;
    transform: translateY(100%);
}

.placeholder--inset::after {
    top: 12px;
    left: 12px;
    transform: none;
    font-size: 11px;
    padding: 5px 8px;
}

.ph,
tr.ph td {
    color: #E3000F !important;
    cursor: help;
}

.ph {
    text-decoration: underline dotted;
    text-underline-offset: 3px;
}

.ph-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 20;
    background: #E3000F;
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 6px 9px;
    border-radius: 4px;
    max-width: calc(100% - 32px);
}

.ph-badge--right {
    left: auto;
    right: 16px;
}

.intro__video,
.location__maps,
.about__stats {
    position: relative;
}

.ph-legend {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 300;
    background: #E3000F;
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1200px) {
    .sec-title {
        font-size: 45px;
        line-height: 58px;
    }

    .statement__title {
        font-size: 56px;
        line-height: 68px;
    }

    .features__grid,
    .sustain__features {
        grid-template-columns: repeat(3, 1fr);
    }

    .sustain__lead {
        grid-column: span 3;
    }

    .calc {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .calc__op {
        display: none;
    }

    .calc__cell--result {
        grid-column: span 2;
    }
}

@media (max-width: 1100px) {
    .nav__links {
        display: none;
    }

    .nav__burger {
        display: block;
    }
}

@media (max-width: 1024px) {
    .footer--three .footer__left {
        flex: 1;
    }

    .footer--three .footer__top,
    .about__row {
        flex-direction: column;
    }

    .about__card,
    .about__stats {
        width: 100%;
    }

    .sustain__row,
    .sustain__row--wide {
        grid-template-columns: 1fr;
    }

    .unitspec {
        grid-template-columns: repeat(3, 1fr);
    }

    .location__maps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav__logo img {
        height: 36px;
    }

    .sec-title {
        font-size: 36px;
        line-height: 46px;
    }

    .sec-head {
        margin-bottom: 40px;
    }

    .features {
        padding: 20px 24px 70px;
    }

    .features__grid,
    .sustain__features {
        grid-template-columns: 1fr 1fr;
    }

    .sustain__lead {
        grid-column: span 2;
    }

    .gallery {
        padding: 70px 0;
    }

    .gallery__track {
        padding: 0 20px 8px;
        scroll-padding: 0 20px;
    }

    .gallery__slide {
        flex-basis: 88%;
    }

    .statement {
        padding: 0 16px 16px;
    }

    .statement__title {
        left: 28px;
        bottom: 32px;
        font-size: 40px;
        line-height: 52px;
    }

    .wages__text {
        font-size: 16px;
        margin: -16px auto 36px;
    }

    .wages__grid--3,
    .location__population {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .location__population-number {
        font-size: 20px;
    }

    .sustain {
        padding: 60px 20px;
    }

    .sustain__card {
        padding: 32px 28px;
    }

    .sustain__card-title,
    .about__title {
        font-size: 30px;
    }

    .amenities__title {
        font-size: 30px;
    }

    .amenities__list {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
    }

    .amenities__list li {
        white-space: normal;
        padding: 14px 12px;
    }

    .about {
        padding: 70px 20px;
    }

    .about__card {
        padding: 32px 28px;
    }

    .enquiry {
        padding: 70px 20px;
    }

    .enquiry__form {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .footer--three .footer__agents {
        flex-wrap: wrap;
    }

    .footer--three .footer__agent {
        flex: 1 1 200px;
    }

    .footer__legal {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .accommodation__plan--portrait .accommodation__plan-img {
        max-height: none;
        width: 100%;
    }

    .sec-title {
        font-size: 28px;
        line-height: 38px;
    }

    .features__grid,
    .sustain__features {
        grid-template-columns: 1fr;
    }

    .sustain__features {
        grid-auto-rows: auto;
    }

    .sustain__lead {
        grid-column: auto;
    }

    .sustain__lead-title {
        font-size: 22px;
    }

    .unitspec {
        grid-template-columns: 1fr 1fr;
    }

    .calc {
        grid-template-columns: 1fr;
    }

    .calc__cell--result {
        grid-column: auto;
    }

    .statement__inner {
        height: 60vh;
        min-height: 380px;
    }

    .statement__title {
        font-size: 32px;
        line-height: 44px;
        left: 20px;
        bottom: 24px;
    }

    .about__stats {
        grid-template-columns: 1fr 1fr;
    }

    .about__stat-value {
        font-size: 24px;
    }

    .footer--three .footer__title {
        font-size: 26px;
        line-height: 36px;
    }

    .footer__logo-parks {
        height: 36px;
    }

    .location__maps {
        padding: 0 12px 12px;
    }

    .amenities {
        padding: 10px 20px 40px;
    }

    .wages__text {
        font-size: 15px;
    }

    .placeholder::after {
        font-size: 8px;
    }

    .ph-legend {
        font-size: 11px;
        padding: 8px 10px;
    }
}
