:root {
    color-scheme: light
}

* {
    box-sizing: border-box
}


html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 104px
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

main,
header,
footer,
section {
    width: 100%;
    max-width: 100%
}

img,
svg,
video,
iframe {
    max-width: 100%
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -4rem;
    z-index: 100;
    background: #fff;
    padding: .75rem 1rem;
    border-radius: .75rem;
    color: #0c3b32;
    font-weight: 700;
    transition: top .2s
}

.skip-link:focus {
    top: 1rem;
}

button {
    cursor: pointer !important;
    position: relative;
    z-index: 9999;
}

.form-textarea {
    min-height: 4rem !important;
    resize: vertical;
}

.hero-shell {
    background-image: radial-gradient(circle at 15% 15%, rgba(211, 162, 71, .12), transparent 28%), linear-gradient(135deg, #faf7ef 0%, #f7f2e7 58%, #edf3eb 100%)
}

.hero-shell:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .2;
    background-image: linear-gradient(rgba(12, 59, 50, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 59, 50, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 76%)
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(12, 59, 50, .08);
    pointer-events: none
}

.hero-orb-one {
    width: 34rem;
    height: 34rem;
    right: -12rem;
    top: 4rem
}

.hero-orb-two {
    width: 20rem;
    height: 20rem;
    left: -8rem;
    bottom: 5rem
}

.hero-cutout {
    filter: drop-shadow(0 25px 24px rgba(12, 59, 50, .13));
    opacity: .98
}

.trust-item {
    display: flex;
    min-height: 90px;
    flex-direction: column;
    justify-content: center;
    gap: .2rem;
    background: rgba(255, 255, 255, .94);
    padding: 1rem 1.35rem
}

.trust-item strong {
    font-family: "Yog Sans", sans-serif;
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #0c3b32
}

.trust-item span {
    font-size: .75rem;
    color: #64748b
}

.section-kicker {
    display: inline-block;
    font-family: "Yog Sans", sans-serif;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #d3a247
}

.section-title {
    margin-top: 1rem;
    max-width: 44rem;
    font-family: "Yog Serif", serif;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.12;
    color: #0c3b32
}

.section-copy {
    margin-top: 1.25rem;
    max-width: 42rem;
    font-size: .95rem;
    line-height: 1.8;
    color: #64748b
}

.legal-content {

    width: 100%;
}

.legal-content h2,
h4,
h5 {
    margin-top: 1.0rem;
}

.legal-title {
    margin-top: 1.2rem;
    width: 100%;
    font-family: "Yog Serif", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.12;
    color: #0c3b32
}

.legal-copy {
    margin-top: 1rem;
    width: 100%;
    font-size: .95rem;
    line-height: 1.8;
    color: #444444;
}

.text-cta {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-family: "Yog Sans", sans-serif;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0c3b32;
    cursor: pointer;
}

.text-cta span {
    font-size: 1.15rem;
    transition: transform .2s
}

.text-cta:hover span {
    transform: translateX(.25rem)
}

.feature-card {
    min-height: 190px;
    border: 1px solid #e8eee9;
    border-radius: 1.5rem;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 14px 36px rgba(21, 38, 34, .06);
    transition: transform .25s, border-color .25s
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 162, 71, .6)
}

.feature-card>span {
    font-family: "Yog Sans", sans-serif;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .15em;
    color: #d3a247
}

.feature-card h3 {
    margin-top: 1.1rem;
    font-family: "Yog Sans", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0c3b32
}

.feature-card p {
    margin-top: .65rem;
    font-size: .82rem;
    line-height: 1.65;
    color: #64748b
}

.time-card {
    border: 1px solid rgba(12, 59, 50, .09);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .75);
    padding: 1.25rem;
    text-align: center
}

.time-card strong {
    display: block;
    font-family: "Yog Serif", serif;
    font-size: 2rem;
    color: #0c3b32
}

.time-card span {
    display: block;
    margin-top: .3rem;
    font-size: .7rem;
    line-height: 1.35;
    color: #64748b
}

.check-list {
    display: grid;
    gap: .8rem
}

.check-list li {
    position: relative;
    padding-left: 2rem;
    font-size: .88rem;
    line-height: 1.65;
    color: #475569
}

.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: .05rem;
    display: grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border-radius: 999px;
    background: #dce8df;
    color: #0c3b32;
    font-size: .7rem;
    font-weight: 800
}

.price-info {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .06);
    padding: 1.15rem
}

.price-info span {
    display: block;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .45)
}

.price-info strong {
    display: block;
    margin-top: .45rem;
    font-size: .85rem;
    color: #fff
}

.document-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(12, 59, 50, .08);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, .88);
    padding: 1.1rem 1.25rem
}

.document-card>span {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    place-items: center;
    border-radius: 999px;
    background: #0c3b32;
    font-size: .7rem;
    font-weight: 800;
    color: #fff
}

.document-card h3 {
    font-family: "Yog Sans", sans-serif;
    font-size: .85rem;
    font-weight: 800;
    color: #0c3b32
}

.document-card p {
    margin-top: .2rem;
    font-size: 0.88rem;
    color: #707172
}

.site-photo {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    background: #0c3b32;
    box-shadow: 0 16px 40px rgba(12, 59, 50, .1)
}

.site-photo img {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    transition: transform .45s
}

.site-photo:hover img {
    transform: scale(1.035)
}

.site-photo figcaption {
    position: absolute;
    inset: auto .7rem .7rem .7rem;
    border-radius: .85rem;
    background: rgba(7, 31, 50, .88);
    padding: .7rem .8rem;
    text-align: center;
    font-size: .67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    backdrop-filter: blur(8px)
}

.review-placeholder {
    border: 1px solid rgba(12, 59, 50, .09);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .74);
    padding: 1.5rem;
    min-height: 230px
}

.review-placeholder>span {
    font-size: .63rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #d3a247
}

.review-placeholder h3 {
    margin-top: 1.2rem;
    font-family: "Yog Sans", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0c3b32
}

.review-placeholder p {
    margin-top: .8rem;
    font-size: .8rem;
    line-height: 1.7;
    color: #64748b
}

.faq-item {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff
}

.faq-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.3rem;
    text-align: left;
    font-family: "Yog Sans", sans-serif;
    font-size: .88rem;
    font-weight: 800;
    color: #0c3b32
}

.faq-button b {
    font-size: 1.25rem;
    font-weight: 500;
    transition: transform .25s
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .28s ease
}

.faq-answer p {
    min-height: 0;
    overflow: hidden;
    padding: 0 1.3rem;
    font-size: .82rem;
    line-height: 1.7;
    color: #64748b;
    transition: padding .28s
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr
}

.faq-item.is-open .faq-answer p {
    padding: 0 1.3rem 1.2rem
}

.faq-item.is-open .faq-button b {
    transform: rotate(45deg)
}

.form-label {
    margin-bottom: .5rem;
    display: block;
    font-size: .69rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #475569
}

.form-control {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: .8rem;
    background: #f8fafc;
    padding: .85rem 1rem;
    font-size: .86rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s
}

.form-control:focus {
    border-color: #176252;
    box-shadow: 0 0 0 3px rgba(23, 98, 82, .11)
}

.captcha-wrap {
    display: flex;
    align-items: flex-end;
    gap: .75rem;
    border-radius: .8rem;
    background: #f8fafc;
    padding: .75rem
}

.captcha-label {
    margin-bottom: .45rem;
    display: block;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b
}

.captcha-question {
    border-radius: .55rem;
    background: #0c3b32;
    padding: .65rem .75rem;
    text-align: center;
    font-size: .83rem;
    font-weight: 800;
    color: #fff
}

.captcha-refresh {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: .55rem;
    background: #fff;
    color: #0c3b32
}

.modal-panel {
    transform: translateY(28px) scale(.985);
    opacity: 0;
    transition: transform .24s ease, opacity .24s ease
}

.modal-active .modal-panel {
    transform: none;
    opacity: 1
}

.modal-backdrop {
    opacity: 0;
    transition: opacity .24s
}

.modal-active .modal-backdrop {
    opacity: 1
}

.modal-open {
    overflow: hidden
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

.final-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 82% 30%, rgba(211, 162, 71, .18), transparent 25%), linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px
}

.mobile-actions {
    backdrop-filter: blur(16px)
}

.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 55;
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    border: 2px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    background: #25d366;
    padding: .78rem 1.1rem;
    box-shadow: 0 14px 34px rgba(7, 31, 50, .25);
    font: 800 .88rem/1 "Yog Sans", sans-serif;
    color: #071f32;
    transition: transform .2s ease, box-shadow .2s ease
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(7, 31, 50, .32);
    outline: none
}

.whatsapp-float svg {
    width: 25px;
    height: 25px;
    flex: 0 0 auto
}

@media(max-width:1023px) {
    .hero-shell .hero-orb {
        display: none
    }

    .hero-cutout {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        display: block !important;
        width: 100% !important;
        margin-top: 2rem
    }

    .hero-cutout figcaption {
        bottom: .5rem
    }

    .section-title {
        font-size: 2.15rem
    }
}

@media(max-width:639px) {
    html {
        scroll-padding-top: 84px
    }

    .section-title {
        font-size: 1.95rem
    }

    .captcha-wrap {
        align-items: stretch;
        flex-wrap: wrap
    }

    .captcha-refresh {
        align-self: flex-end
    }

    .trust-item {
        min-height: 82px;
        padding: .85rem 1rem
    }

    .hero-cutout {
        margin-bottom: -1.5rem
    }

    .hero-cutout img {
        min-height: 190px;
        object-fit: cover;
        object-position: center
    }

    .hero-cutout figcaption {
        position: relative;
        display: inline-flex;
        bottom: auto;
        right: auto;
        margin-top: -2rem;
        margin-left: .5rem
    }

    .site-photo figcaption {
        position: static;
        border-radius: 0;
        background: #0c3b32
    }

    .review-placeholder {
        min-height: auto
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal,
    .modal-panel,
    .modal-backdrop,
    .feature-card,
    .site-photo img {
        transition: none
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Interactive revision */
.scroll-progress {
    position: fixed;
    left: 0;
    right: 0;
    top: 94px;
    z-index: 49;
    height: 3px;
    background: rgba(255, 255, 255, .2)
}

.scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #d3a247;
    transition: width .08s linear
}

.hero-shell {
    isolation: isolate;
    background-image: linear-gradient(90deg, rgba(3, 24, 20, .9) 0%, rgba(7, 31, 36, .75) 48%, rgba(3, 20, 25, .7) 100%), url('../images/hero-actual-site.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(4, 22, 20, .38));
    pointer-events: none
}

.hero-shell:after {
    display: none
}

.hero-shell+section {
    padding-top: 8.5rem !important
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(12, 59, 50, .1);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 55px rgba(8, 44, 37, .15)
}

.trust-item {
    position: relative;
    display: flex;
    min-height: 142px;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    border-right: 1px solid rgba(12, 59, 50, .09);
    background: #fff;
    padding: 1rem;
    text-align: center;
    transition: transform .25s, background .25s, box-shadow .25s
}

.trust-item:last-child {
    border-right: 0
}

.trust-item:hover,
.trust-item:focus {
    z-index: 2;
    transform: translateY(-5px);
    background: #f7f2e7;
    box-shadow: 0 15px 32px rgba(12, 59, 50, .1);
    outline: none
}

.trust-icon {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border-radius: 999px;
    background: #edf3eb;
    font: 800 .72rem "Yog Sans", sans-serif;
    color: #0c3b32;
    transition: transform .25s, background .25s
}

.trust-item:hover .trust-icon,
.trust-item:focus .trust-icon {
    transform: rotate(-5deg) scale(1.08);
    background: #d3a247
}

.trust-item strong {
    margin-top: .35rem;
    font-size: .7rem
}

.trust-item small {
    font-size: .7rem;
    color: #64748b
}

.slider-arrow {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 1px solid rgba(12, 59, 50, .16);
    border-radius: 999px;
    background: #fff;
    font-size: 1.15rem;
    color: #0c3b32;
    box-shadow: 0 8px 22px rgba(12, 59, 50, .07);
    transition: transform .2s, background .2s, color .2s
}

.slider-arrow:hover,
.slider-arrow:focus {
    transform: translateY(-2px);
    background: #0c3b32;
    color: #fff;
    outline: none
}

.amenities-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 3rem)/4);
    gap: 1rem;
    margin-top: 2.5rem;
    overflow-x: auto;
    padding: .35rem .15rem 1.25rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.amenities-track::-webkit-scrollbar {
    display: none
}

.amenity-card {
    scroll-snap-align: start;
    display: flex;
    min-height: 285px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(12, 59, 50, .09);
    border-radius: 1.5rem;
    background: linear-gradient(145deg, #fff, #f7f2e7);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 12px 32px rgba(12, 59, 50, .06);
    transition: transform .25s, border-color .25s, box-shadow .25s
}

.amenity-card:hover {
    transform: translateY(-7px);
    border-color: rgba(211, 162, 71, .7);
    box-shadow: 0 20px 40px rgba(12, 59, 50, .12)
}

.amenity-image {
    display: grid;
    width: 6rem;
    height: 6rem;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(12, 59, 50, .07)
}

.amenity-image img {
    width: 64px;
    height: 58px;
    object-fit: contain
}

.amenity-card h3 {
    margin-top: 1.1rem;
    font: 800 .9rem/1.35 "Yog Sans", sans-serif;
    color: #0c3b32
}

.amenity-card p {
    margin-top: .65rem;
    font-size: .82rem;
    line-height: 1.6;
    color: #526760
}

.connectivity-section {
    overflow: hidden;
    background-image: radial-gradient(circle at 12% 18%, rgba(211, 162, 71, .1), transparent 28%), linear-gradient(180deg, #fff, #fdfbf6)
}

.connectivity-content {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 4.5rem;
    margin-top: 3.5rem
}

.connectivity-radial-wrap {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 1.5rem
}

.connectivity-radial {
    position: relative;
    width: min(100%, 470px);
    aspect-ratio: 1;
    margin: auto
}

.connectivity-ring {
    position: absolute;
    border: 1px solid rgba(12, 59, 50, .16);
    border-radius: 999px
}

.connectivity-ring-one {
    inset: 0
}

.connectivity-ring-two {
    inset: 16%
}

.connectivity-ring-three {
    inset: 32%
}

.connectivity-centre {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    width: 132px;
    height: 132px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: #0c3b32;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 18px 42px rgba(12, 59, 50, .22);
    color: #fff
}

.connectivity-centre strong {
    font: 700 1.18rem/1.2 "Yog Serif", serif;
    color: #d3a247
}

.connectivity-centre span {
    margin-top: .45rem;
    font-size: .84rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, .82)
}

.connectivity-point {
    position: absolute;
    z-index: 2;
    width: 28%;
    min-width: 106px;
    max-width: 126px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(12, 59, 50, .15);
    border-radius: .75rem;
    background: #fff;
    padding: .72rem .85rem;
    box-shadow: 0 9px 24px rgba(12, 59, 50, .12)
}

.connectivity-point strong,
.connectivity-point span {
    display: block
}

.connectivity-point strong {
    font-size: .88rem;
    color: #a65035
}

.connectivity-point span {
    margin-top: .15rem;
    font-size: .82rem;
    line-height: 1.3;
    color: #152622
}

.connectivity-table {
    border-top: 1px solid rgba(12, 59, 50, .13)
}

.connectivity-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    min-height: 62px;
    border-bottom: 1px solid rgba(12, 59, 50, .13);
    font-size: .96rem;
    line-height: 1.5;
    color: #243c36
}

.connectivity-row strong {
    white-space: nowrap;
    font-size: 1rem;
    color: #0c3b32
}

.connectivity-note {
    margin-top: 2rem;
    font-size: .88rem;
    line-height: 1.65;
    color: #526760
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2rem;
    background: rgba(255, 255, 255, .14)
}

.advantage-card {
    min-height: 230px;
    background: #0c3b32;
    padding: 2rem;
    transition: background .25s, transform .25s
}

.advantage-card:hover {
    z-index: 1;
    transform: translateY(-3px);
    background: #10483d
}

.advantage-card>span {
    font: 800 .68rem/1.4 "Yog Sans", sans-serif;
    letter-spacing: .12em;
    color: #d3a247
}

.advantage-card h3 {
    margin-top: 1.1rem;
    font: 700 1.35rem/1.3 "Yog Serif", serif;
    color: #fff
}

.advantage-card p {
    margin-top: .75rem;
    font-size: .84rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .64)
}

.development-grid,
.neighbourhood-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem
}

.development-card,
.neighbourhood-card {
    overflow: hidden;
    border-radius: 1.5rem;
    transition: transform .25s, box-shadow .25s
}

.development-card {
    border: 1px solid rgba(12, 59, 50, .1);
    background: #fff;
    box-shadow: 0 12px 30px rgba(12, 59, 50, .06)
}

.development-card:hover,
.neighbourhood-card:hover {
    transform: translateY(-6px)
}

.development-card:hover {
    box-shadow: 0 20px 42px rgba(12, 59, 50, .12)
}

.development-image,
.neighbourhood-image {
    aspect-ratio: 4 / 3;
    overflow: hidden
}

.development-image img,
.neighbourhood-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.development-card:hover img,
.neighbourhood-card:hover img {
    transform: scale(1.045)
}

.development-copy,
.neighbourhood-copy {
    padding: 1.5rem
}

.development-status {
    display: inline-flex;
    border-radius: 999px;
    background: #fff3d7;
    padding: .35rem .6rem;
    font: 800 .58rem/1 "Yog Sans", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8b6118
}

.development-status.current {
    background: #dce8df;
    color: #0c3b32
}

.development-copy h3,
.neighbourhood-copy h3 {
    margin-top: .9rem;
    font: 700 1.22rem/1.3 "Yog Serif", serif
}

.development-copy h3 {
    color: #0c3b32
}

.development-copy p,
.neighbourhood-copy p {
    margin-top: .55rem;
    font-size: .82rem;
    line-height: 1.65
}

.development-copy p {
    color: #64748b
}

.neighbourhood-card {
    border: 1px solid rgba(255, 255, 255, .1);
    background: #0c3b32;
    box-shadow: 0 14px 35px rgba(3, 24, 20, .2)
}

.neighbourhood-copy h3 {
    color: #fff
}

.neighbourhood-copy p {
    color: rgba(255, 255, 255, .64)
}

.neighbourhood-distance {
    display: inline-flex;
    margin-bottom: .7rem;
    border: 1px solid rgba(211, 162, 71, .32);
    border-radius: 999px;
    background: rgba(211, 162, 71, .12);
    padding: .38rem .65rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .03em;
    color: #f2ca7c
}

.testimonial-viewport {
    overflow: hidden;
    border-radius: 2rem
}

.testimonial-track {
    display: flex;
    transition: transform .55s cubic-bezier(.22, .75, .2, 1);
    will-change: transform
}

.testimonial-card {
    display: flex;
    min-width: 100%;
    min-height: 330px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(12, 59, 50, .1);
    border-radius: 2rem;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 18px 50px rgba(12, 59, 50, .08)
}

.demo-badge {
    align-self: flex-start;
    border-radius: 999px;
    background: #fff3d7;
    padding: .5rem .8rem;
    font: 800 .62rem "Yog Sans", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8b6118
}

.testimonial-card blockquote {
    max-width: 54rem;
    margin: 1.5rem 0;
    font: 600 1.55rem/1.55 "Yog Serif", serif;
    color: #0c3b32
}

.testimonial-card strong,
.testimonial-card small {
    display: block
}

.testimonial-card strong {
    font: 800 .85rem "Yog Sans", sans-serif;
    color: #0c3b32
}

.testimonial-card small {
    margin-top: .35rem;
    font-size: .75rem;
    color: #64748b
}

.news-section {
    overflow: hidden;
    background: radial-gradient(circle at 92% 8%, rgba(211, 162, 71, .16), transparent 26%), linear-gradient(180deg, #fff, #edf3eb)
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.75rem
}

.news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(12, 59, 50, .11);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 40px rgba(12, 59, 50, .08);
    transition: transform .25s, border-color .25s, box-shadow .25s
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(211, 162, 71, .7);
    box-shadow: 0 22px 46px rgba(12, 59, 50, .12)
}

.news-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.59 / 1;
    background: #dce8df
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease
}

.news-card:hover .news-card-image img {
    transform: scale(1.035)
}

.news-placeholder-badge {
    position: absolute;
    top: .9rem;
    left: .9rem;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(12, 59, 50, .9);
    padding: .46rem .68rem;
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px)
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem 1rem;
    color: #176252;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase
}

.news-meta time {
    color: #6a7c76
}

.news-card h3 {
    margin-top: .9rem;
    font: 700 1.35rem/1.3 "Yog Serif", serif;
    color: #0c3b32
}

.news-card h3 a {
    color: inherit;
    text-decoration: none
}

.news-card h3 a:hover,
.news-card h3 a:focus-visible {
    color: #a65035;
    outline: none
}

.news-card p {
    margin-top: .85rem;
    font-size: .92rem;
    line-height: 1.7;
    color: #526760
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 1.4rem;
    font-size: .8rem;
    font-weight: 800;
    color: #0c3b32;
    text-decoration: none
}

.news-link:hover,
.news-link:focus-visible {
    color: #a65035;
    outline: none
}

.news-disclaimer {
    margin-top: 1.25rem;
    max-width: 72rem;
    color: #526760;
    font-size: .78rem;
    line-height: 1.65
}

.slider-dots {
    display: flex;
    gap: .45rem
}

.slider-dots button {
    width: .6rem;
    height: .6rem;
    border-radius: 999px;
    background: #cbd5e1;
    transition: width .25s, background .25s
}

.slider-dots button.is-active {
    width: 1.7rem;
    background: #0c3b32
}

.faq-section {
    background-image: radial-gradient(circle at 12% 15%, rgba(220, 232, 223, .75), transparent 24%), radial-gradient(circle at 90% 75%, rgba(211, 162, 71, .1), transparent 22%)
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-top: 3rem
}

.faq-grid.stagger-group>.faq-item {
    opacity: 1;
    transform: none
}

.faq-item {
    border-color: rgba(12, 59, 50, .11);
    border-radius: 1.2rem;
    box-shadow: 0 10px 30px rgba(12, 59, 50, .05);
    transition: border-color .25s, box-shadow .25s, transform .25s
}

.faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(211, 162, 71, .65);
    box-shadow: 0 16px 36px rgba(12, 59, 50, .09)
}

.faq-item.is-open {
    border-color: rgba(211, 162, 71, .75);
    background: #fdfbf6
}

.faq-button {
    min-height: 76px;
    padding: 1.2rem 1.35rem
}

.faq-button span {
    display: flex;
    align-items: center;
    gap: .8rem
}

.faq-button em {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    place-items: center;
    border-radius: 999px;
    background: #edf3eb;
    font-style: normal;
    font-size: .6rem;
    color: #176252
}

[data-animate],
.reveal,
.stagger-group>* {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .72s ease, transform .72s cubic-bezier(.22, .75, .2, 1)
}

[data-animate="left"] {
    transform: translateX(-34px)
}

[data-animate="right"] {
    transform: translateX(34px)
}

[data-animate="scale"] {
    transform: scale(.94)
}

[data-animate].is-visible,
.reveal.is-visible,
.stagger-group.is-visible>* {
    opacity: 1;
    transform: none
}

.stagger-group.is-visible>*:nth-child(2) {
    transition-delay: .08s
}

.stagger-group.is-visible>*:nth-child(3) {
    transition-delay: .16s
}

.stagger-group.is-visible>*:nth-child(4) {
    transition-delay: .24s
}

.stagger-group.is-visible>*:nth-child(5) {
    transition-delay: .32s
}

.stagger-group.is-visible>*:nth-child(6) {
    transition-delay: .4s
}

@media(min-width:768px) {
    .faq-grid {
        grid-template-columns: minmax(0, 1fr);
        align-items: start
    }
}

@media(max-width:1023px) {
    .connectivity-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem
    }

    .connectivity-radial {
        width: min(100%, 520px)
    }

    .advantage-grid,
    .development-grid,
    .neighbourhood-grid,
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .amenities-track {
        grid-auto-columns: calc((100% - 2rem)/3)
    }

    .trust-strip {
        overflow: hidden;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: auto;
        scroll-snap-type: none
    }

    .trust-item {
        scroll-snap-align: none
    }

    .trust-item:last-child {
        grid-column: 1/-1
    }

    .hero-shell {
        background-position: 42% center
    }

    .hero-shell+section {
        padding-top: 8rem !important
    }
}

@media(max-width:767px) {
    .amenities-track {
        grid-auto-columns: calc((100% - 1rem)/2)
    }

    .testimonial-card blockquote {
        font-size: 1.3rem
    }

    .trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 6.25rem;
        width: 58px;
        padding: 0
    }

    .whatsapp-float span {
        display: none
    }

    .scroll-progress {
        top: 94px
    }
}

@media(max-width:639px) {
    .connectivity-radial-wrap {
        margin: 0;
        overflow: hidden;
        padding: 1rem 0 2rem
    }

    .connectivity-radial {
        width: 100%;
        min-width: 0;
        max-width: 380px
    }

    .connectivity-centre {
        width: 104px;
        height: 104px;
        padding: .7rem
    }

    .connectivity-centre strong {
        font-size: 1rem
    }

    .connectivity-centre span {
        font-size: .75rem
    }

    .connectivity-point {
        width: 29%;
        min-width: 92px;
        max-width: 106px;
        padding: .5rem .55rem
    }

    .connectivity-point strong {
        font-size: .76rem
    }

    .connectivity-point span {
        font-size: .7rem
    }

    .connectivity-row {
        min-height: 68px;
        gap: .85rem;
        font-size: .9rem
    }

    .connectivity-row strong {
        font-size: .92rem
    }

    .advantage-grid,
    .development-grid,
    .neighbourhood-grid,
    .news-grid {
        grid-template-columns: minmax(0, 1fr)
    }

    .advantage-card {
        min-height: auto;
        padding: 1.5rem
    }

    .hero-shell {
        background-position: 52% center
    }

    .hero-shell+section {
        padding-top: 7.5rem !important
    }

    .amenities-track {
        grid-auto-columns: 82%
    }

    .testimonial-card {
        min-height: 365px;
        padding: 1.5rem
    }

    .testimonial-card blockquote {
        font-size: 1.2rem
    }

    .slider-arrow {
        width: 2.75rem;
        height: 2.75rem
    }
}

@media(prefers-reduced-motion:reduce) {

    [data-animate],
    .reveal,
    .stagger-group>* {
        opacity: 1;
        transform: none;
        transition: none
    }

    .testimonial-track,
    .amenities-track {
        scroll-behavior: auto;
        transition: none
    }

    .amenity-card,
    .trust-item,
    .slider-arrow,
    .faq-item {
        transition: none
    }
}

/* Header and trust-strip hotfix */
.site-header-inner {
    justify-content: flex-start
}

.site-logo {
    width: 212px
}

.site-logo img {
    display: block;
    width: 208px;
    height: 62px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.desktop-nav {
    align-self: stretch;
    gap: .95rem !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important
}

.desktop-nav a {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap
}

.header-actions {
    align-self: stretch;
    margin-left: .5rem
}

.hero-shell {
    overflow: visible !important
}

.trust-strip .trust-item {
    opacity: 1 !important;
    transform: none !important
}

.trust-item .trust-icon {
    color: #0c3b32
}

.trust-item strong,
.trust-item small {
    display: block;
    opacity: 1;
    visibility: visible
}

.mobile-menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 94px;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    background: #faf7f0;
    box-shadow: 0 20px 45px rgba(7, 31, 50, .14)
}

.mobile-nav a {
    display: flex;
    min-height: 82px;
    align-items: center;
    border-bottom: 1px solid rgba(12, 59, 50, .13);
    font: 500 1.35rem "Yog Sans", sans-serif;
    color: #0c3b32
}

.mobile-nav a:hover,
.mobile-nav a:focus {
    padding-left: .7rem;
    background: rgba(220, 232, 223, .35);
    outline: none
}

.mobile-menu-cta {
    margin: 1.5rem 0 2rem;
    border-radius: .25rem;
    background: #0c3b32;
    padding: 1rem 1.25rem;
    font: 800 .84rem "Yog Sans", sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #fff
}

/* Readability and contrast audit */
.section-kicker {
    font-size: .8rem
}

.trust-item strong,
.trust-item small {
    font-size: .8rem
}

.feature-card>span,
.advantage-card>span,
.review-placeholder>span {
    font-size: .76rem
}

.feature-card h3 {
    font-size: 1.05rem
}

.feature-card p,
.advantage-card p,
.development-copy p,
.neighbourhood-copy p,
.review-placeholder p,
.document-card p {
    font-size: .92rem
}

.time-card span {
    font-size: .82rem;
    color: #526760
}

.price-info span {
    font-size: .78rem;
    color: rgba(255, 255, 255, .76)
}

.price-info strong,
.document-card h3 {
    font-size: .95rem
}

.site-photo figcaption {
    font-size: .78rem
}

.faq-button {
    font-size: 1rem
}

.faq-answer p {
    font-size: .95rem;
    color: #526760
}

.form-label {
    font-size: .78rem;
    color: #3f544e
}

.form-control {
    font-size: .95rem;
    color: #152622
}

.captcha-label {
    font-size: .74rem;
    color: #526760
}

.captcha-question {
    font-size: .92rem
}

.development-status {
    font-size: .75rem
}

.document-card>span {
    font-size: .78rem
}

.demo-badge {
    font-size: .75rem
}

.testimonial-card small {
    font-size: .85rem;
    color: #526760
}

.faq-section a,
#brochureDownload {
    font-size: .82rem
}

[data-lead],
.text-cta,
.mobile-actions a,
.mobile-actions button,
.submit-button {
    font-size: .82rem
}

@media(min-width:1280px) {
    .desktop-nav {
        display: flex !important
    }

    .header-actions {
        display: flex !important
    }

    .menu-toggle,
    #mobileMenu {
        display: none !important
    }
}

@media(max-width:1279px) {

    .desktop-nav,
    .header-actions {
        display: none !important
    }

    .menu-toggle {
        display: grid !important
    }

    #mobileMenu.hidden {
        display: none !important
    }

    #mobileMenu:not(.hidden) {
        display: block !important
    }

    .site-header-inner {
        justify-content: space-between
    }

    .site-logo {
        width: 222px
    }

    .site-logo img {
        width: 216px;
        height: 70px
    }
}

@media(max-width:639px) {
    .site-header-inner {
        height: 84px;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .site-logo {
        width: 196px
    }

    .site-logo img {
        width: 190px;
        height: 62px
    }

    .mobile-menu-panel {
        top: 84px;
        max-height: calc(100vh - 84px)
    }

    .mobile-nav {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mobile-nav a {
        min-height: 74px;
        font-size: 1.2rem
    }

    .scroll-progress {
        top: 84px
    }

    .hero-shell {
        padding-top: 84px !important
    }
}

/* September 2026 conversion and media updates */
button,
a[href],
[role="button"],
[data-lead],
.document-card,
.site-video-card {
    cursor: pointer !important
}

button {
    z-index: auto
}

.lead-modal-close {
    position: absolute !important;
    top: 1.25rem;
    right: 1.25rem;
    left: auto;
    z-index: 6 !important;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #0c3b32;
    box-shadow: 0 8px 20px rgba(6, 24, 33, .2);
    transition: transform .2s ease, background .2s ease
}

.lead-modal-close:hover,
.lead-modal-close:focus-visible {
    background: #061821;
    transform: scale(1.06);
    outline: 3px solid rgba(211, 162, 71, .45);
    outline-offset: 2px
}

.lead-modal-close img {
    width: 1.15rem;
    height: 1.15rem
}

.form-textarea {
    min-height: 7rem;
    resize: vertical
}

.hero-family {
    position: relative;
    isolation: isolate;
    align-self: end;
    display: flex;
    min-height: 460px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: -1px
}

.hero-family::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 8% 0 0;
    border-radius: 50% 50% 10% 10%;
    background: radial-gradient(ellipse at center bottom, rgba(16, 91, 72, .96) 0%, rgba(10, 67, 55, .9) 52%, rgba(8, 54, 45, .38) 72%, rgba(8, 54, 45, 0) 88%)
}

.hero-family img {
    display: block;
    width: min(155%, 850px);
    max-width: none;
    max-height: 560px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .28))
}

.price-info {
    width: 100%;
    text-align: left;
    font: inherit;
    transition: transform .22s ease, border-color .22s ease, background .22s ease
}

.price-info:hover,
.price-info:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(211, 162, 71, .72);
    background: rgba(255, 255, 255, .1);
    outline: none
}

.document-card {
    width: 100%;
    text-align: left;
    font: inherit;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease
}

.document-card:hover,
.document-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(211, 162, 71, .7);
    box-shadow: 0 16px 34px rgba(12, 59, 50, .12);
    outline: none
}

.video-tour-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem
}

.video-tour-cta img {
    width: 1.3rem;
    height: 1.3rem;
    flex: 0 0 auto
}

.site-video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #0c3b32
}

.site-video-trigger>img {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    transition: transform .45s ease
}

.site-video-card:hover .site-video-trigger>img {
    transform: scale(1.035)
}

.site-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: rgba(12, 59, 50, .88);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    transform: translate(-50%, -50%);
    transition: transform .2s ease, background .2s ease
}

.site-video-play img {
    display: none
}

.site-video-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: .25rem;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-left: 1.25rem solid #fff
}

.site-video-card:hover .site-video-play {
    background: #d3a247;
    transform: translate(-50%, -50%) scale(1.07)
}

.media-modal-panel {
    opacity: 0;
    transform: translateY(22px) scale(.985);
    transition: opacity .22s ease, transform .22s ease
}

#leadModal {
    z-index: 80
}

.media-modal {
    z-index: 90
}

#videoModal .video-modal-panel {
    width: min(600px, calc(100vw - 2rem));
    max-width: 600px;
    max-height: calc(100dvh - 2rem)
}

#videoModal .aspect-video {
    aspect-ratio: 16 / 9
}

.video-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: .65rem 1.25rem .8rem;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.video-modal-footer a {
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .2rem
}

.video-modal-footer a:hover,
.video-modal-footer a:focus-visible {
    color: #d3a247
}

#documentModal .media-modal-panel {
    width: min(100%, 1000px) !important;
    max-width: 1000px !important;
    height: min(88vh, 860px);
    max-height: calc(100vh - 2rem)
}

#documentModal .media-modal-shell {
    padding: clamp(.75rem, 2vw, 1.5rem)
}

.media-modal-message.hidden,
#documentFrame.hidden,
#documentOpenLink.hidden {
    display: none
}

#documentFrame {
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    border: 0
}

.media-modal-backdrop {
    opacity: 0;
    transition: opacity .22s ease
}

.media-modal.is-active .media-modal-panel {
    opacity: 1;
    transform: none
}

.media-modal.is-active .media-modal-backdrop {
    opacity: 1
}

.media-modal-close {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(12, 59, 50, .16);
    border-radius: 999px;
    background: transparent;
    color: #0c3b32
}

.media-modal-close img {
    width: 1.2rem;
    height: 1.2rem
}

.media-modal-close-dark {
    border-color: #0c3b32;
    background: #0c3b32
}

.media-modal-close-dark:hover,
.media-modal-close-dark:focus-visible {
    background: #061821;
    outline: 3px solid rgba(211, 162, 71, .45);
    outline-offset: 2px
}

.media-modal-message {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    color: #526760
}

.media-modal-message strong {
    font-size: 1.15rem;
    color: #0c3b32
}

.media-modal-message span {
    max-width: 38rem;
    line-height: 1.7
}

.media-modal-message code {
    border-radius: .35rem;
    background: #eef3ef;
    padding: .16rem .38rem;
    font-size: .86em
}

@media(max-width:1023px) {
    .hero-family {
        min-height: 390px
    }
}

@media(max-width:639px) {
    .hero-family {
        min-height: 290px;
        margin-top: -1rem
    }

    .hero-family img {
        width: min(115%, 620px);
        max-width: none
    }

    .hero-family::before {
        inset: 5% 0 0
    }

    #videoModal .video-modal-panel {
        width: calc(100vw - 1.5rem);
        max-height: calc(100dvh - 1.5rem);
        border-radius: 1rem
    }

    #videoModal .video-modal-panel>div:first-child {
        padding: .75rem 1rem
    }

    #videoModalTitle {
        font-size: 1rem;
        line-height: 1.35
    }

    #videoModal .media-modal-close {
        width: 2.25rem;
        height: 2.25rem
    }

    #documentModal .media-modal-panel {
        width: 100% !important;
        height: calc(100dvh - 1.5rem);
        max-height: calc(100dvh - 1.5rem);
        border-radius: 1.1rem
    }

    #documentModal .media-modal-shell {
        padding: .75rem
    }

    .lead-modal-close {
        top: 1rem;
        right: 1rem
    }

    .video-tour-cta {
        width: 100%
    }
}

/* Popup media fixes: PDF page viewer and full-size YouTube frame */
#videoModal .aspect-video {
    position: relative;
    background: #000
}

#videoFrame {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.pdf-viewer {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #525659;
    padding: 1rem
}

.pdf-viewer.hidden {
    display: none
}

.pdf-viewer:focus-visible {
    outline: 3px solid rgba(211, 162, 71, .6);
    outline-offset: -3px
}

.pdf-page {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 960px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28)
}

.pdf-page:not(.is-rendered)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    border: 3px solid rgba(12, 59, 50, .15);
    border-top-color: #0c3b32;
    border-radius: 999px;
    animation: pdf-page-spin .8s linear infinite
}

.pdf-page canvas {
    display: block;
    width: 100%;
    height: 100%
}

@keyframes pdf-page-spin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:639px) {
    .pdf-viewer {
        gap: .6rem;
        padding: .6rem
    }
}

.video-modal-footer a {
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.video-modal-footer a img {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto
}
