@media (max-width: 767px) {
    .production-foundation {
        min-height: 84svh;
        padding-block: 5.5rem 4.5rem;
    }

    .production-foundation::after {
        right: -55%;
        bottom: -9rem;
        width: 95vw;
    }

    .production-foundation__inner::after {
        top: auto;
        right: -38%;
        bottom: -18%;
        width: 76vw;
    }

    .display-heading {
        max-width: 9ch;
    }

    .service-line {
        line-height: 1.8;
    }

    .site-footer__inner {
        flex-direction: column;
        gap: 0.35rem;
    }
}

@media (max-width: 1024px) {
    .hero__layout {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(280px, 0.92fr);
        gap: 2rem;
    }

    .hero__specialists {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .hero__specialist {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .hero__specialist-phone {
        margin-top: 0;
        white-space: nowrap;
    }

    .orbit-nav {
        transform: scale(0.80);
        transform-origin: top right;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 90svh;
        padding-block: 6.5rem 5rem;
    }

    .hero__architecture {
        top: 27%;
        right: -38%;
        width: 100vw;
        height: 55%;
        opacity: 0.55;
    }

    .hero__gold-sweep {
        width: 118%;
        right: -36%;
        bottom: 7%;
    }

    .hero__foliage--right {
        display: none;
    }

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

    .hero__content {
        max-width: 100%;
    }

    .hero__brand-lockup {
        margin-bottom: 1.5rem;
    }

    .hero__heading {
        max-width: 8ch;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 390px);
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__specialists {
        width: min(100%, 390px);
        margin-top: 1.8rem;
    }

    .hero__visual {
        min-height: 280px;
        margin-top: -0.5rem;
    }

    .hero__scene-frame {
        width: min(82vw, 390px);
        aspect-ratio: 1.2;
        transform: rotateY(-4deg);
    }

    .hero__scene-copy {
        left: 8%;
        bottom: 10%;
    }

    .hero__trust-badge {
        width: 92px;
    }

    .hero__scroll-cue {
        display: none;
    }

    .site-footer__inner {
        flex-direction: column;
        gap: 0.35rem;
    }

    .orbit-nav,
    .orbit-nav.is-condensed:not(.is-open) {
        top: auto;
        right: max(0.8rem, env(safe-area-inset-right));
        bottom: max(0.8rem, env(safe-area-inset-bottom));
        width: auto;
        height: auto;
        transform: none;
        opacity: 1;
    }

    .orbit-nav__toggle {
        position: relative;
        top: auto;
        right: auto;
        width: 68px;
        margin-left: auto;
    }

    .orbit-nav__toggle-mark {
        width: 30px;
        font-size: 1rem;
    }

    .orbit-nav__toggle-label {
        display: none;
    }

    .orbit-nav__contact {
        top: auto;
        right: 78px;
        bottom: 10px;
    }

    .orbit-nav__panel {
        position: fixed;
        inset:
            auto
            max(0.75rem, env(safe-area-inset-right))
            max(5.7rem, calc(env(safe-area-inset-bottom) + 5rem))
            max(0.75rem, env(safe-area-inset-left));
        padding: 1rem;
        border:
            1px solid rgba(199, 162, 90, 0.28);
        border-radius: 1.35rem;
        background:
            rgba(5, 19, 15, 0.94);
        box-shadow:
            0 28px 70px rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(22px);
        opacity: 0;
        transform: translateY(1rem) scale(0.98);
        pointer-events: none;
        transition:
            opacity var(--eden-transition-base),
            transform var(--eden-transition-base);
    }

    .orbit-nav.is-open .orbit-nav__panel {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .orbit-nav__ring {
        display: none;
    }

    .orbit-nav__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }

    .orbit-nav__item,
    .orbit-nav.is-open .orbit-nav__item {
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .orbit-nav__link {
        width: 100%;
        min-height: 48px;
    }

    .orbit-nav__external,
    .orbit-nav.is-open .orbit-nav__external {
        position: static;
        display: grid;
        gap: 0.5rem;
        margin-top: 0.8rem;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .orbit-nav__external a {
        min-height: 44px;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .hero {
        min-height: 88svh;
    }

    .display-heading {
        font-size: clamp(2.75rem, 15vw, 4.4rem);
    }

    .lead {
        font-size: 1rem;
    }

    .hero__crest {
        width: 50px;
    }

    .hero__brand-name {
        font-size: 1.05rem;
    }

    .hero__specialist {
        padding: 0.78rem 0.8rem;
    }

    .hero__specialist-name,
    .hero__specialist-phone {
        font-size: 0.7rem;
    }

    .site-footer__note {
        max-width: 28ch;
    }

    .orbit-nav__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .destination-portal {
        padding-block: 4.4rem;
    }

    .destination-portal__header {
        margin-bottom: 1.8rem;
    }

    .destination-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .destination-card,
    .destination-card--sugarbush {
        min-height: 330px;
        transform: none;
    }

    .destination-card:hover,
    .destination-card:focus-within {
        transform: translateY(-4px);
    }

    .destination-card__orb {
        width: 74px;
    }

    .destination-card__content {
        padding: 1.2rem;
    }

    .destination-card__actions {
        gap: 0.45rem;
    }

    .destination-card__action {
        min-height: 44px;
    }
}

@media (max-width: 420px) {
    .destination-portal__title {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .destination-card {
        min-height: 310px;
    }

    .destination-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .destination-card__action {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .services-map {
        padding-block: 3.3rem;
    }

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

    .service-card {
        min-height: auto;
    }

    .locality-panel {
        aspect-ratio: auto;
        min-height: 610px;
    }

    .locality-panel__map {
        object-fit: cover;
        object-position: center;
    }

    .locality-panel__label {
        top: 4%;
        left: 5%;
        right: 5%;
        max-width: none;
        padding: 0.9rem 1rem;
    }

    .locality-node {
        width: min(51vw, 205px);
    }

    .locality-node--reserve {
        left: 3%;
        top: 38%;
    }

    .locality-node--sugarbush {
        right: 2%;
        top: 57%;
    }

    .locality-node__float {
        animation-duration: 8s;
    }
}

@media (max-width: 420px) {
    .services-map__title {
        font-size:
            clamp(2rem, 11vw, 3rem);
    }

    .locality-panel {
        min-height: 560px;
    }

    .locality-panel__label h3 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .locality-node {
        width: min(54vw, 190px);
    }

    .locality-node--reserve {
        left: 1%;
        top: 39%;
    }

    .locality-node--sugarbush {
        right: 0;
        top: 59%;
    }
}

@media (max-width: 767px) {
    .estate-feature {
        padding-block: 3.4rem;
    }

    .estate-feature__layout,
    .estate-feature--sugarbush .estate-feature__layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .estate-feature--sugarbush .estate-feature__content {
        order: 1;
    }

    .estate-feature--sugarbush .estate-feature__visual {
        order: 2;
    }

    .estate-feature__visual {
        min-height: 270px;
    }

    .estate-feature__frame,
    .estate-feature--reserve .estate-feature__frame,
    .estate-feature--sugarbush .estate-feature__frame {
        transform: none;
    }

    .estate-feature__title {
        max-width: 12ch;
    }

    .estate-feature__external {
        min-height: 44px;
    }
}

@media (max-width: 420px) {
    .estate-feature {
        padding-block: 3rem;
    }

    .estate-feature__visual {
        min-height: 240px;
    }

    .estate-feature__mark {
        width: 62px;
    }

    .estate-feature__title {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .estate-feature__cues {
        gap: 0.4rem;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding-block: 3.4rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .team-card {
        min-height: 470px;
        grid-template-rows: 285px 1fr;
    }

    .team-card__portrait-stage {
        min-height: 285px;
    }

    .team-card__portrait {
        height: 278px;
    }

    /* 16H TEAM PORTRAIT MOBILE ALIGNMENT */
    .team-card:nth-child(1) .team-card__portrait {
        height: 278px;
        bottom: -18px;
    }

    .team-card:nth-child(2) .team-card__portrait {
        height: 258px;
        bottom: -6px;
    }

    .team-card:nth-child(3) .team-card__portrait {
        height: 314px;
        bottom: -28px;
    }

    .team-card__portrait-shell {
        top: 252px;
    }

    .trust-section {
        padding-block: 3.4rem;
    }

    .trust-section__layout {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .trust-seal {
        width: min(70vw, 220px);
    }

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

@media (max-width: 420px) {
    .team-section,
    .trust-section {
        padding-block: 3rem;
    }

    .team-card {
        min-height: 450px;
        grid-template-rows: 270px 1fr;
    }

    .team-card__portrait-stage {
        min-height: 270px;
    }

    .team-card__portrait {
        height: 260px;
        max-width: 98%;
    }

    .team-card:nth-child(1) .team-card__portrait {
        height: 260px;
        bottom: -17px;
    }

    .team-card:nth-child(2) .team-card__portrait {
        height: 242px;
        bottom: -5px;
    }

    .team-card:nth-child(3) .team-card__portrait {
        height: 294px;
        bottom: -26px;
    }

    .team-card__portrait-shell {
        top: 239px;
        width: 58px;
        height: 58px;
    }

    .trust-cues {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .trust-cues li {
        min-height: 76px;
        padding: 0.6rem;
    }
}


/* 16I — CONTACT UI SHELL RESPONSIVE */

@media (max-width: 1100px) {
    .contact-shell__layout {
        grid-template-columns:
            minmax(210px, 0.72fr)
            minmax(0, 1.28fr);
    }

    .contact-shell__visual {
        grid-column: 1 / -1;
        min-height: 260px;
    }

    .contact-visual__architecture {
        inset: 8% 8% 20%;
    }

    .contact-visual__copy strong {
        max-width: 12ch;
    }
}

@media (max-width: 767px) {
    .contact-shell {
        padding-block: 3.4rem;
    }

    .contact-shell__layout {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .contact-shell__conversation,
    .contact-shell__enquiry {
        padding: 1.15rem;
    }

    .contact-shell__title {
        max-width: 12ch;
    }

    .contact-shell__form-heading {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .enquiry-shell__row {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .enquiry-shell__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .enquiry-shell__submit {
        width: 100%;
    }

    .enquiry-shell__status {
        max-width: none;
        text-align: left;
    }

    .contact-shell__visual {
        min-height: 250px;
    }
}

@media (max-width: 420px) {
    .contact-shell {
        padding-block: 3rem;
    }

    .contact-shell__conversation,
    .contact-shell__enquiry {
        padding: 1rem;
    }

    .contact-person {
        min-height: 54px;
    }

    .contact-shell__visual {
        min-height: 230px;
    }

    .contact-visual__copy strong {
        font-size: clamp(1.6rem, 10vw, 2.15rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero,
    .hero__architecture,
    .hero__gold-sweep,
    .hero__foliage,
    .hero__content,
    .hero__visual,
    .hero__scene-frame,
    .orbit-nav,
    .orbit-nav__toggle,
    .orbit-nav__item,
    .orbit-nav__panel,
    .orbit-nav__external {
        transform: none !important;
    }

    .hero__scroll-cue span {
        animation: none !important;
    }
}

/* P72-B — real Eden Hero media responsive containment */
@media (max-width: 767px) {
    .hero__media-house {
        width: 116%;
        bottom: 0;
    }

    .hero__media-logo {
        top: 6%;
        left: 6%;
        width: min(42%, 150px);
    }
}

@media (max-width: 420px) {
    .hero__media-house {
        width: 120%;
    }

    .hero__media-logo {
        width: min(40%, 132px);
    }
}

/* P73-B — destination media responsive containment */
@media (max-width: 767px) {
    .destination-card__media {
        transform: scale(1.015);
    }

    .destination-card__logo--reserve {
        top: 6%;
        left: 6%;
        width: min(22%, 92px);
    }

    .destination-card__logo--sugarbush {
        top: 7%;
        right: 6%;
        width: min(38%, 155px);
    }
}

@media (max-width: 420px) {
    .destination-card__logo--reserve {
        width: min(23%, 82px);
    }

    .destination-card__logo--sugarbush {
        width: min(40%, 142px);
    }
}

/* P74-B — feature media mobile containment */
@media (max-width: 767px) {
    .estate-feature__media {
        transform: scale(1.01);
    }

    .estate-feature__media--reserve {
        object-position: center 50%;
    }

    .estate-feature__media--sugarbush {
        object-position: center 49%;
    }
}
