@media (max-width: 1180px) {
    .main-nav a {
        font-size: 0.66rem;
        padding-inline: 0.32rem;
    }

    .main-nav__social {
        display: none;
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 64px;
    }

    body.is-menu-open {
        overflow: hidden;
    }

    .site-header.is-menu-open {
        background: transparent;
        color: var(--color-white);
        box-shadow: none;
        backdrop-filter: none;
    }

    .site-header.is-menu-open .logo--light {
        opacity: 1;
    }

    .site-header.is-menu-open .logo--dark {
        opacity: 0;
    }

    .site-header.is-menu-open .site-header__logo {
        width: 184px;
    }

    .menu-toggle {
        position: relative;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        background: transparent;
        color: currentColor;
    }

    .menu-toggle__line,
    .menu-toggle__line::before,
    .menu-toggle__line::after {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        content: "";
        transition: transform var(--duration) var(--ease), opacity var(--duration) var(--ease);
    }

    .menu-toggle__line::before {
        transform: translateY(-7px);
    }

    .menu-toggle__line::after {
        transform: translateY(5px);
    }

    .site-header.is-menu-open .menu-toggle__line {
        transform: rotate(45deg);
    }

    .site-header.is-menu-open .menu-toggle__line::before {
        opacity: 0;
    }

    .site-header.is-menu-open .menu-toggle__line::after {
        transform: translateY(-2px) rotate(90deg);
    }

    .main-nav {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 7.2rem 1.9rem 2.1rem;
        background:
            linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.9)),
            rgba(0, 0, 0, 0.9);
        color: var(--color-white);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-1rem);
        transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
        overflow-y: auto;
    }

    .site-header.is-menu-open .main-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .main-nav__list {
        display: grid;
        gap: 0.35rem;
    }

    .main-nav a {
        width: 100%;
        min-height: 0;
        padding: 0.18rem 0;
        border-bottom: 0;
        color: inherit;
        font-size: clamp(1.45rem, 5.8vw, 1.65rem);
        font-weight: 400;
        line-height: 1.18;
        text-transform: none;
        justify-content: flex-start;
    }

    .main-nav a.is-active {
        color: inherit;
    }

    .main-nav__item--suburbio > a::after,
    .main-nav__item--novotech > a::after,
    .main-nav__item--industry > a::after {
        content: none;
    }

    .main-nav__item.has-submenu > a {
        position: relative;
        gap: 1rem;
        justify-content: space-between;
        font-weight: 800;
        text-transform: uppercase;
    }

    .main-nav__item.has-submenu > a::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: min(220px, 72vw);
        height: 1px;
        background: currentColor;
        content: "";
    }

    .main-nav__item.has-submenu > a::after {
        position: static;
        inset: auto;
        flex: 0 0 auto;
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 0.15rem;
        border: 0;
        background: transparent;
        content: ">";
        opacity: 1;
        font-size: 1.1em;
        font-weight: 800;
        line-height: 1;
        transform-origin: center;
        transform: none;
        transition: transform var(--duration) var(--ease);
    }

    .main-nav__item.has-submenu > a:hover::after,
    .main-nav__item.has-submenu > a:focus-visible::after {
        opacity: 1;
        transform: none;
    }

    .main-nav__item.has-submenu.is-submenu-open > a::after {
        transform: rotate(90deg);
    }

    .main-nav__item.has-submenu.is-submenu-open > a:hover::after,
    .main-nav__item.has-submenu.is-submenu-open > a:focus-visible::after {
        transform: rotate(90deg);
    }

    .main-nav__social {
        display: flex;
        justify-content: center;
        gap: clamp(1.45rem, 7vw, 2.1rem);
        margin-top: 2rem;
    }

    .main-nav__social a {
        width: auto;
        border: 0;
        color: inherit;
        font-size: 2rem;
    }

    .nav-mega {
        position: static;
        display: none;
        min-height: 0;
        background: transparent;
        color: inherit;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .has-submenu:focus-within .nav-mega,
    .has-submenu:hover .nav-mega {
        display: none;
    }

    .main-nav__item.has-submenu:not(.is-submenu-open) .nav-mega {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .main-nav__item.is-submenu-open .nav-mega {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .main-nav__item .nav-mega[hidden] {
        display: none !important;
    }

    .nav-mega ul {
        padding: 1.25rem 0 1.35rem 0.78rem;
    }

    .nav-mega a {
        min-height: 0;
        padding: 0.18rem 0;
        font-size: clamp(1.32rem, 5.35vw, 1.5rem);
        line-height: 1.22;
        text-transform: none;
    }

    .nav-mega__preview {
        display: none;
    }

    .group-grid,
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .group-grid {
        gap: 2.8rem;
    }

    .group-opportunity-bar {
        width: calc(100% + 1rem);
        margin-left: -1rem;
        padding-left: clamp(2rem, 7vw, 4rem);
        padding-right: clamp(1.4rem, 5vw, 3rem);
    }

    .image-mosaic,
    .group-copy {
        grid-column: 1 / -1;
    }

    .group-copy {
        min-height: 0;
        align-content: start;
    }

    .group-copy img {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    .suburbio-panel {
        padding-inline: clamp(1.4rem, 5vw, 2rem);
    }

    .suburbio-statement {
        grid-template-columns: 1fr;
    }

    .suburbio-statement img,
    .suburbio-statement h2 {
        grid-column: 1 / -1;
    }

    .suburbio-band {
        width: calc(100% + (clamp(1.4rem, 5vw, 2rem) * 2));
        margin-left: calc(clamp(1.4rem, 5vw, 2rem) * -1);
        grid-template-columns: 1fr;
    }

    .suburbio-band > div {
        padding-inline: clamp(1.4rem, 5vw, 2rem);
    }

    .suburbio-band a {
        transform: none;
    }

    .habitacional-layout {
        grid-template-columns: minmax(0, 715fr) minmax(0, 353fr) minmax(0, 352fr);
        height: clamp(260px, 34.03vw, 330px);
    }

    .novotech-mosaic {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .novotech-mosaic .visual--wide {
        grid-column: 1 / -1;
        grid-row: 2;
        height: auto;
        aspect-ratio: 760 / 315;
    }

    .novotech-mosaic .visual--small:first-child,
    .novotech-mosaic .visual--small:nth-child(3) {
        grid-row: 1;
        aspect-ratio: 1 / 0.88;
    }

    .novotech-mosaic .visual--small:first-child {
        grid-column: 1;
    }

    .novotech-mosaic .visual--small:nth-child(3) {
        grid-column: 2;
    }

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

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

    .industry-image,
    .brand-copy--industry {
        grid-column: 1 / -1;
    }

    .brand-copy--industry {
        min-height: 0;
    }

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

@media (max-width: 680px) {
    .container,
    .site-header__inner {
        width: min(100% - 1.25rem, var(--container));
    }

    .hero {
        align-items: flex-end;
        min-height: 720px;
    }

    .hero-slide__content {
        margin-bottom: 4.8rem;
        text-align: center;
    }

    .hero-slide__content h1,
    .hero-slide__content > span {
        margin-inline: auto;
    }

    .hero-slide__content h1 {
        font-size: clamp(2.4rem, 10.6vw, 3.35rem);
        line-height: 1.16;
    }

    .group-intro {
        padding-block: 3.6rem 0;
    }

    .group-opportunity-bar {
        margin-bottom: 10px;
        padding-top: 1.55rem;
        padding-bottom: 1.45rem;
    }

    .group-opportunity-bar h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
        line-height: 1.02;
    }

    .group-opportunity-bar p {
        max-width: 34ch;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .section-heading--center h2 {
        max-width: 11.8ch;
        margin-inline: auto;
        text-align: center;
        font-size: clamp(2.4rem, 10.6vw, 3.35rem);
        line-height: 1.16;
    }

    .group-grid {
        margin-top: 0;
    }

    .image-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 1.25rem 1rem;
    }

    .image-mosaic .visual {
        min-height: 0;
    }

    .image-mosaic .visual:first-child {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 420 / 228;
    }

    .image-mosaic .visual:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1.13;
    }

    .image-mosaic .visual:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1.13;
    }

    .image-mosaic .visual:nth-child(4) {
        grid-column: 1 / -1;
        grid-row: 3;
        aspect-ratio: 420 / 230;
    }

    .brand-copy {
        text-align: left;
    }

    .group-copy img {
        width: 145px;
        margin-bottom: 3.1rem;
    }

    .group-copy p {
        max-width: 100%;
        margin-bottom: 0;
        color: #141827;
        font-size: 1.22rem;
        line-height: 1.62;
    }

    .group-copy a {
        display: none;
    }

    .video-card {
        width: calc(100% + 1.25rem);
        margin: 2.7rem -0.625rem 0;
    }

    .video-card__media {
        aspect-ratio: 460 / 315;
    }

    .video-card__play {
        right: 1.7rem;
        top: 1.35rem;
        width: 56px;
        height: 56px;
    }

    .suburbio {
        padding-top: 0;
    }

    .suburbio-panel {
        width: 100%;
        padding-block: 3.6rem 2.1rem;
    }

    .suburbio-statement {
        grid-template-columns: repeat(12, 1fr);
        column-gap: 0;
        row-gap: 2.6rem;
        margin-bottom: 2.5rem;
    }

    .suburbio-statement img {
        grid-column: 1 / -1;
        width: 208px;
        max-width: 62vw;
        margin-inline: auto;
    }

    .suburbio-statement h2 {
        grid-column: 5 / -1;
        width: 100%;
        max-width: none;
        margin-left: auto;
        text-align: right;
        font-size: clamp(1.85rem, 2.5vw, 2.35rem);
        line-height: 1.12;
    }

    .suburbio-band {
        gap: 2.1rem;
    }

    .suburbio-band > div {
        padding-block: 2.6rem 2.55rem;
    }

    .suburbio-band p {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.75;
    }

    .suburbio-band p + p {
        margin-top: 1.9rem;
    }

    .suburbio-band a {
        justify-self: end;
        color: var(--color-title);
    }

    .suburbio-rule {
        width: 100%;
        margin-block: 1.7rem 3rem;
        background: linear-gradient(90deg, #272a30 0 46%, #c7c7c7 46% 100%);
    }

    .habitacional-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        height: auto;
        gap: 1rem;
    }

    .habitacional-photo {
        height: auto;
    }

    .habitacional-photo--large {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 715 / 490;
    }

    .habitacional-photo--center-top {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 353 / 240;
    }

    .habitacional-photo--center-bottom {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 353 / 240;
    }

    .habitacional-photo--side {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 352 / 490;
    }

    .novotech-mosaic .visual--wide {
        min-height: 300px;
    }

    .suburbio-label {
        margin-block: 2.1rem 1.8rem;
        text-align: center;
        font-size: clamp(2.4rem, 10.6vw, 3.35rem);
    }

    .development-controls {
        top: 13.65rem;
        right: 50%;
        transform: translateX(50%);
        gap: 0.8rem;
    }

    .development-controls button {
        width: 50px;
        height: 50px;
    }

    .development-slider {
        grid-auto-columns: 100vw;
    }

    .development-slide {
        min-height: 700px;
        align-items: end;
        justify-content: center;
        padding: 3.25rem 1.25rem 3.1rem;
        text-align: center;
        background-position: center top;
    }

    .development-slide__content {
        display: grid;
        justify-items: center;
        max-width: 320px;
    }

    .development-slide__content img {
        position: absolute;
        top: 3.4rem;
        left: 50%;
        width: 238px;
        height: auto;
        transform: translateX(-50%);
    }

    .development-slide h3 {
        margin-block: 0 1rem;
        font-size: clamp(1.23rem, 1.88vw, 1.73rem);
        line-height: 1.35;
    }

    .development-slide p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .development-slide .button {
        min-width: 190px;
        margin-top: 1.9rem;
        font-size: 1.05rem;
    }

    .thumb-row {
        display: none;
    }

    .novotech-intro {
        padding-block: 4.2rem 50px;
    }

    .unit-logo--novotech {
        width: 150px;
        margin-inline: auto;
        margin-bottom: 2.4rem;
    }

    .novotech-heading {
        margin-bottom: 2.5rem;
    }

    .novotech-heading h2 {
        width: 100%;
        max-width: none;
        font-size: clamp(1.85rem, 2.5vw, 2.35rem);
        line-height: 1.18;
    }

    .novotech-mosaic {
        width: calc(100% + 1.25rem);
        margin-inline: -0.625rem;
        margin-bottom: 2.7rem;
        gap: 0.7rem 0.8rem;
    }

    .novotech-mosaic .visual--small:first-child,
    .novotech-mosaic .visual--small:nth-child(3) {
        min-height: 0;
        aspect-ratio: 1 / 0.88;
    }

    .novotech-mosaic .visual--wide {
        aspect-ratio: 390 / 248;
    }

    .novotech-band {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100vw;
        margin-inline: calc(50% - 50vw);
        padding: 0;
        background: transparent;
    }

    .novotech-band::after {
        order: 2;
        display: block;
        width: calc(100% - 2.5rem);
        height: 2px;
        margin: 1.6rem 1.25rem 0;
        background: linear-gradient(90deg, #252832 0 20%, #c8c8c8 20% 100%);
        content: "";
    }

    .novotech-band__copy {
        grid-column: 1 / -1;
        order: 1;
        padding: 2.45rem 1.25rem 2.35rem;
        background: var(--color-novotech);
    }

    .novotech-band p {
        max-width: 100%;
        color: var(--color-white);
        font-size: 1rem;
        line-height: 1.85;
    }

    .novotech-band a {
        grid-column: 1 / -1;
        order: 3;
        justify-self: end;
        margin: 2.05rem 1.25rem 0 0;
        color: var(--color-title);
    }

    .novotech-rule {
        display: none;
    }

    .novotech-clients {
        margin-top: 2.5rem;
    }

    .novotech-clients h3 {
        max-width: 18ch;
        margin-bottom: 1.35rem;
        font-size: clamp(1.15rem, 5vw, 1.55rem);
    }

    .client-logo-carousel {
        --client-logo-size: clamp(128px, 38vw, 165px);
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }

    .novotech-projects-title {
        margin-block: 2.2rem 1.7rem;
        font-size: clamp(2.4rem, 10.6vw, 3.35rem);
    }

    .project-carousel {
        margin-bottom: 3.8rem;
    }

    .project-track {
        gap: 1rem;
    }

    .project-card {
        flex-basis: min(83vw, 100%);
    }

    .project-card__image {
        aspect-ratio: 300 / 390;
    }

    .project-card h3 {
        margin-top: 1.5rem;
        font-size: clamp(1.8rem, 7.2vw, 2.12rem);
        line-height: 1.18;
    }

    .project-card p {
        margin-top: 1.55rem;
        color: var(--color-title);
        font-size: 1.08rem;
        line-height: 1.55;
    }

    .project-carousel__footer {
        gap: 2rem;
        margin-top: 2rem;
    }

    .project-controls button {
        width: 40px;
        height: 40px;
        color: var(--color-novotech);
    }

    .project-controls button + button {
        color: #c5c5c5;
    }

    .industry {
        padding-block: 3.4rem 3.8rem;
    }

    .industry-heading {
        margin-bottom: 3rem;
    }

    .industry-heading h2 {
        max-width: 11ch;
        font-size: clamp(1.85rem, 2.5vw, 2.35rem);
        line-height: 1.17;
    }

    .industry-rule {
        margin-top: 2rem;
        background: linear-gradient(90deg, #252832 0 29%, #c8c8c8 29% 100%);
    }

    .industry-grid {
        width: 100%;
        gap: 0;
    }

    .industry-image {
        width: 100vw;
        min-height: 0;
        aspect-ratio: 468 / 501;
        margin-left: calc(50% - 50vw);
    }

    .brand-copy--industry {
        padding: 3.1rem 1.25rem 0;
        text-align: left;
    }

    .brand-copy--industry img {
        justify-self: center;
        width: 132px;
        margin-inline: auto;
        margin-bottom: 3rem;
    }

    .industry-text p {
        font-size: 1.17rem;
        line-height: 1.55;
    }

    .industry-text p + p {
        margin-top: 2rem;
    }

    .brand-copy--industry a {
        justify-self: end;
        margin-top: 2.7rem;
        font-size: 1.22rem;
    }

    .century__content {
        justify-items: center;
        gap: 0;
        min-height: 760px;
        padding-block: 5rem 4.4rem;
        text-align: center;
    }

    .century__brand img {
        width: 168px;
    }

    .century__copy {
        display: grid;
        justify-items: center;
    }

    .century h2 {
        margin: 4.6rem 0 2.9rem;
        font-size: clamp(2.55rem, 10vw, 3.42rem);
        line-height: 1.08;
    }

    .century p {
        max-width: 10.7em;
        margin-bottom: 3.2rem;
        font-size: clamp(1.42rem, 6vw, 1.75rem);
        line-height: 1.58;
    }

    .century .button--gold {
        min-width: 280px;
        min-height: 74px;
        font-size: 1.2rem;
    }

    .site-footer {
        overflow: hidden;
    }

    .footer-primary {
        padding-block: 5.4rem 2.9rem;
    }

    .footer-primary__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-contact__row {
        grid-template-columns: 1fr;
        gap: 1.9rem;
        margin-bottom: 2.4rem;
    }

    .site-footer h2,
    .footer-social strong,
    .footer-contact a,
    .footer-quick a,
    .footer-accordion summary {
        font-size: 1.26rem;
    }

    .footer-contact h2 {
        margin-bottom: 0.45rem;
    }

    .footer-social {
        gap: 1.5rem;
        margin-bottom: 2.45rem;
    }

    .footer-social a {
        font-size: 1.34rem;
    }

    .footer-desktop-group {
        display: none;
    }

    .footer-mobile-accordions,
    .footer-offices--mobile {
        display: block;
    }

    .footer-accordion {
        border-bottom: 1px solid #b9b9b9;
    }

    .footer-accordion summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 4.7rem;
        color: var(--color-sinow);
        font-weight: 800;
        list-style: none;
    }

    .footer-accordion summary::-webkit-details-marker {
        display: none;
    }

    .footer-accordion summary::after {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        border-top: 2px solid #2d3136;
        border-right: 2px solid #2d3136;
        transform: rotate(45deg);
        transition: transform var(--duration) var(--ease);
    }

    .footer-accordion[open] summary::after {
        transform: rotate(135deg);
    }

    .footer-accordion div {
        padding-bottom: 1.25rem;
    }

    .footer-accordion p,
    .footer-accordion a {
        margin: 0.35rem 0;
        color: var(--color-title);
        font-size: 1.08rem;
        line-height: 1.45;
    }

    .footer-quick {
        gap: 0.85rem;
        margin-top: 1.9rem;
    }

    .footer-quick a:nth-child(5) {
        display: none;
    }

    .footer-divider {
        height: 5px;
    }

    .footer-divider span {
        width: 36%;
    }

    .footer-secondary {
        padding-block: 2.65rem 2.2rem;
    }

    .footer-secondary__inner {
        grid-template-columns: 1fr;
        gap: 2.65rem;
    }

    .footer-offices--desktop {
        display: none;
    }

    .footer-accordion--office summary {
        color: var(--color-title);
    }

    .footer-accordion--office strong {
        display: block;
        margin-bottom: 0.7rem;
        color: var(--color-sinow);
        font-size: 1.08rem;
    }

    .footer-primary h2,
    .footer-primary strong,
    .footer-primary a,
    .footer-primary p,
    .footer-primary summary,
    .footer-primary .footer-accordion p,
    .footer-primary .footer-accordion a {
        color: var(--color-white);
    }

    .footer-legal {
        text-align: center;
    }

    .footer-legal p {
        font-size: 1.32rem;
        line-height: 1.5;
    }

    .footer-legal nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
        gap: 0;
        margin-top: 1.8rem;
        font-size: 1.16rem;
    }

    .footer-legal nav a {
        position: relative;
        display: block;
        text-align: center;
    }

    .footer-legal nav a + a::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "|";
        color: var(--color-sinow);
        transform: translateX(-50%);
    }

    .blog-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-track {
        grid-auto-columns: minmax(230px, 78vw);
    }
}
