/* =========================================================
   BL BLACKLINE
   Responsive Stylesheet
   ========================================================= */


/* =========================================================
   1. LARGE DESKTOP
   1600px and below
   ========================================================= */

@media (max-width: 1600px) {
    :root {
        --container-width: 1220px;
    }

    .hero__side-label {
        right: 16px;
    }

    .hero__scroll {
        right: 34px;
    }
}


/* =========================================================
   2. DESKTOP / LAPTOP
   1366px and below
   ========================================================= */

@media (max-width: 1366px) {
    :root {
        --container-width: 1160px;
        --section-padding: 120px;
    }

    .desktop-nav__list {
        gap: 25px;
    }

    .header-phone {
        min-height: 43px;
        padding-inline: 15px;
        font-size: 10px;
    }

    .hero {
        min-height: 820px;
    }

    .hero__copy {
        max-width: 660px;
    }

    .hero__title {
        font-size: clamp(68px, 7vw, 96px);
    }

    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-card {
        min-height: 410px;
        padding-inline: 28px;
    }

    .service-card__link {
        left: 28px;
    }

    .about__container {
        gap: 70px;
    }

    .about__image-frame {
        min-height: 580px;
    }

    .contact__container {
        gap: 65px;
    }

    .site-footer__top {
        gap: 45px;
    }
}


/* =========================================================
   3. SMALL LAPTOP
   1200px and below
   ========================================================= */

@media (max-width: 1200px) {
    :root {
        --container-padding: 26px;
        --section-padding: 110px;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .site-header__actions {
        gap: 12px;
    }

    .hero__side-label {
        display: none;
    }

    .hero__scroll {
        right: 28px;
    }

    .trust-strip__container {
        min-height: 115px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        min-height: 325px;
    }

    .about__container {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .about__badge {
        left: -26px;
    }

    .why__heading {
        gap: 50px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corporate__container {
        gap: 60px;
    }

    .corporate__quote {
        padding: 42px;
    }

    .contact__container {
        gap: 50px;
    }

    .site-footer__top {
        grid-template-columns: 1.3fr 0.7fr 0.8fr;
    }

    .site-footer__contact {
        grid-column: 1 / -1;
        padding-top: 10px;
    }

    .why__features {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-feature:nth-child(3)::after {
        display: none;
    }

    .why-feature:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .site-footer__main {
        grid-template-columns: 1.2fr 0.8fr 1fr;
        gap: 55px;
    }
}


/* =========================================================
   4. TABLET LANDSCAPE
   992px and below
   ========================================================= */

@media (max-width: 992px) {
    :root {
        --section-padding: 95px;
        --header-height: 82px;
    }

    .section-title {
        font-size: clamp(44px, 7vw, 64px);
    }

    .section-heading--center {
        margin-bottom: 60px;
    }

    .hero {
        min-height: 760px;
    }

    .hero__content {
        padding-top: calc(var(--header-height) + 40px);
        padding-bottom: 110px;
    }

    .hero__copy {
        max-width: 610px;
    }

    .hero__title {
        font-size: clamp(64px, 9vw, 88px);
    }

    .hero__description {
        max-width: 570px;
    }

    .hero__scroll {
        display: none;
    }

    .trust-strip__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .trust-strip__divider {
        display: none;
    }

    .trust-strip__item {
        min-height: 110px;
        justify-content: center;

        border-right: 1px solid var(--color-border-light);
    }

    .trust-strip__item:last-child {
        border-right: 0;
    }

    .why__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .why__intro {
        max-width: 700px;
    }

    .corporate__container {
        grid-template-columns: 1fr;
    }

    .corporate__content {
        max-width: 750px;
    }

    .corporate__quote {
        max-width: 650px;
    }

    .contact__container {
        grid-template-columns: 1fr;
    }

    .contact__content {
        max-width: 760px;
    }

    .contact__panel {
        max-width: 680px;
    }

    .site-footer__top {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__contact {
        grid-column: auto;
        padding-top: 0;
    }

    .floating-contact {
        top: auto;
        right: 18px;
        bottom: 82px;

        width: 56px;

        transform: none;
    }

    .floating-contact__item {
        height: 56px;
    }

    .floating-contact__item span {
        display: none;
    }

    .floating-contact__item svg {
        width: 19px;
        height: 19px;
    }

    .header-phone {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0;
    }

    .header-phone span {
        display: none;
    }

    .about__container {
        grid-template-columns: 1fr 1fr;

        min-height: 500px;
    }

    .about__content {
        padding:
            70px 45px 70px var(--container-padding);
    }

    .about__visual {
        min-height: 500px;
    }

    .about__divider {
        left: 47%;
    }

    .reservation-cta__panel {
        grid-template-columns: auto 1fr;
    }

    .reservation-cta__button {
        grid-column: 1 / -1;

        width: 100%;
    }

    .site-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}


/* =========================================================
   5. TABLET PORTRAIT
   768px and below
   ========================================================= */

@media (max-width: 768px) {
    :root {
        --container-padding: 20px;
        --section-padding: 80px;
        --header-height: 76px;
    }

    body {
        font-size: 15px;
    }

    .site-header.is-scrolled {
        height: 70px;
    }

    .brand-logo__monogram {
        font-size: 31px;
    }

    .brand-logo__name {
        font-size: 11px;
    }

    .brand-logo__subtitle {
        font-size: 7px;
    }

    .header-phone {
        width: 40px;
        height: 40px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .mobile-menu__panel {
        padding: 24px;
    }

    .mobile-menu__top {
        margin-bottom: 48px;
    }

    .mobile-nav__list a {
        font-size: 30px;
        padding-block: 18px;
    }

    .hero {
        min-height: 760px;
        align-items: flex-end;
    }

    .hero__media img {
        object-position: 62% center;
    }

    .hero__overlay {
        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.38) 0%,
                rgba(0, 0, 0, 0.48) 30%,
                rgba(0, 0, 0, 0.92) 72%,
                rgba(0, 0, 0, 0.98) 100%);
    }

    .hero__gradient {
        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.5),
                transparent 25%,
                rgba(0, 0, 0, 0.85) 80%,
                #050505 100%);
    }

    .hero__content {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .hero__copy {
        max-width: 100%;
    }

    .hero__eyebrow {
        font-size: 10px;
        flex-wrap: wrap;
    }

    .hero__eyebrow span {
        width: 30px;
    }

    .hero__title {
        margin-bottom: 24px;

        font-size: clamp(56px, 15vw, 78px);
        line-height: 0.92;
    }

    .hero__description {
        margin-bottom: 30px;

        font-size: 15px;
        line-height: 1.75;
    }

    .hero__actions {
        margin-bottom: 38px;
    }

    .hero__actions .btn {
        flex: 1 1 220px;
    }

    .hero__values {
        gap: 18px 26px;
    }

    .hero__value {
        font-size: 10px;
    }

    .trust-strip__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-strip__item {
        border-bottom: 1px solid var(--color-border-light);
    }

    .trust-strip__item:nth-child(2n) {
        border-right: 0;
    }

    .trust-strip__item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 330px;
    }

    .service-card:hover {
        transform: none;
    }

    .section-title {
        font-size: clamp(42px, 12vw, 58px);
    }

    .section-description {
        font-size: 15px;
    }

    .about__line {
        left: 4%;
    }

    .about__image-frame {
        min-height: 500px;
    }

    .about__badge {
        left: 18px;
        right: 18px;
        bottom: 18px;

        min-width: 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        min-height: 275px;
    }

    .corporate__list {
        grid-template-columns: 1fr;
    }

    .corporate__quote {
        padding: 34px;
    }

    .corporate__quote blockquote {
        font-size: 30px;
    }

    .reservation-cta h2 {
        font-size: clamp(48px, 13vw, 68px);
    }

    .reservation-cta__actions .btn {
        width: 100%;
    }

    .contact-card {
        padding-inline: 18px;
    }

    .contact__panel {
        padding: 34px;
    }

    .contact__panel h3 {
        font-size: 36px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 46px;

        padding-block: 70px;
    }

    .site-footer__bottom-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 14px;

        padding-block: 22px;
    }

    .site-footer__bottom nav {
        flex-wrap: wrap;
    }

    .floating-contact {
        right: 14px;
        bottom: 74px;
        gap: 8px;
    }

    .floating-contact__item {
        width: 44px;
        height: 44px;
    }

    .back-to-top {
        right: 14px;
        bottom: 18px;

        width: 44px;
        height: 44px;
    }

    .reservation-modal {
        padding: 16px;
    }

    .reservation-modal__dialog {
        max-height: calc(100vh - 32px);
    }

    .reservation-modal__header {
        padding: 26px 22px 22px;
    }

    .reservation-modal__header h2 {
        font-size: 32px;
    }

    .reservation-modal__body {
        padding: 26px 22px 28px;
    }

    .reservation-form__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .form-group--full {
        grid-column: auto;
    }

    .services {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .services__heading {
        margin-bottom: 38px;
    }

    .services__heading .section-title {
        font-size: clamp(42px, 11vw, 57px);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .service-card {
        min-height: 320px;
        padding: 32px 22px 27px;
    }

    .service-card:hover {
        transform: none;
    }

    .service-card__icon {
        width: 68px;
        height: 68px;
    }

    .service-card__icon svg {
        width: 28px;
        height: 28px;
    }

    .about__container {
        grid-template-columns: 1fr;
    }

    .about__content {
        order: 1;

        padding:
            72px var(--container-padding) 55px;
    }

    .about__content-inner {
        max-width: 100%;
    }

    .about__visual {
        order: 2;

        min-height: 430px;
    }

    .about__visual-overlay {
        background:
            linear-gradient(180deg,
                rgba(7, 7, 7, 0.18),
                rgba(7, 7, 7, 0.48));
    }

    .about__divider {
        top: auto;
        left: 0;
        bottom: 430px;

        width: 100%;
        height: 1px;

        transform: none;

        background:
            linear-gradient(90deg,
                transparent,
                var(--color-gold),
                transparent);
    }

    .about__content .section-title {
        font-size: clamp(46px, 12vw, 62px);
    }

    .why {
        padding-block: 72px 74px;
    }

    .why__header {
        margin-bottom: 38px;
    }

    .why__features {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-feature {
        min-height: 155px;
    }

    .why-feature:nth-child(3)::after {
        display: block;
    }

    .why-feature:nth-child(2n)::after {
        display: none;
    }

    .why-feature:nth-child(-n + 4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .reservation-cta {
        padding-block: 28px 32px;
    }

    .reservation-cta__panel {
        gap: 20px;

        padding: 24px;
    }

    .reservation-cta__icon {
        width: 60px;
        height: 60px;
    }

    .reservation-cta__content h2 {
        font-size: 34px;
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 45px;

        padding-block: 65px 58px;
    }

    .site-footer__brand {
        grid-column: auto;
    }

    .site-footer__bottom-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 14px;

        padding-block: 20px;
    }

}


/* =========================================================
   6. MOBILE
   576px and below
   ========================================================= */

@media (max-width: 576px) {
    :root {
        --container-padding: 16px;
        --section-padding: 68px;
    }

    .eyebrow {
        margin-bottom: 16px;

        font-size: 9px;
        letter-spacing: 0.18em;
    }

    .section-title {
        margin-bottom: 22px;

        font-size: clamp(40px, 13vw, 52px);
        line-height: 1;
    }

    .section-heading--center {
        margin-bottom: 48px;
    }

    .btn {
        min-height: 54px;
        padding-inline: 22px;

        font-size: 11px;
    }

    .site-header__container {
        width: calc(100% - 28px);
    }

    .brand-logo {
        gap: 9px;
    }

    .brand-logo__monogram {
        font-size: 28px;
    }

    .brand-logo__name {
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .header-phone {
        display: none;
    }

    .mobile-menu__panel {
        width: 100%;
    }

    .mobile-menu__contact a {
        font-size: 13px;
        word-break: break-word;
    }

    .hero {
        min-height: 700px;
    }

    .hero__media img {
        object-position: 64% center;
    }

    .hero__content {
        padding-top: 115px;
        padding-bottom: 52px;
    }

    .hero__title {
        font-size: clamp(50px, 16vw, 67px);
    }

    .hero__description {
        font-size: 14px;
    }

    .hero__actions {
        flex-direction: column;
        gap: 10px;
    }

    .hero__actions .btn {
        width: 100%;
        flex-basis: auto;
    }

    .hero__values {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .hero__value {
        flex-direction: column;
        justify-content: center;
        gap: 7px;

        min-height: 70px;
        padding: 10px 5px;

        border: 1px solid var(--color-border-light);

        text-align: center;
    }

    .hero__value span {
        font-size: 8px;
    }

    .trust-strip__item {
        min-height: 98px;
    }

    .trust-strip__item strong {
        font-size: 31px;
    }

    .trust-strip__item span {
        font-size: 8px;
    }

    .service-card {
        min-height: 345px;
        padding: 30px 24px;
    }

    .service-card__number {
        top: 20px;
        right: 20px;
    }

    .service-card__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 28px;
    }

    .service-card h3 {
        font-size: 28px;
    }

    .service-card p {
        font-size: 12px;
    }

    .service-card__link {
        left: 24px;
        bottom: 27px;
    }

    .about__lead {
        font-size: 22px;
    }

    .about__content>p:not(.eyebrow):not(.about__lead) {
        font-size: 14px;
    }

    .about__signature {
        align-items: flex-start;
    }

    .about__signature-line {
        width: 35px;
        margin-top: 13px;
    }

    .about__image-frame {
        min-height: 410px;
    }

    .about__image-frame::before {
        inset: 10px;
    }

    .about__badge {
        padding: 16px;
    }

    .why-card {
        min-height: 260px;
        padding: 32px 26px;
    }

    .why-card>svg {
        margin-bottom: 38px;
    }

    .why-card h3 {
        font-size: 26px;
    }

    .corporate__quote {
        padding: 28px 24px;
    }

    .corporate__quote blockquote {
        font-size: 27px;
    }

    .reservation-cta__icon {
        width: 62px;
        height: 62px;
    }

    .reservation-cta h2 {
        font-size: clamp(44px, 14vw, 58px);
    }

    .contact-card {
        align-items: flex-start;

        min-height: 84px;
        padding: 16px;
    }

    .contact-card__icon {
        width: 43px;
        height: 43px;
    }

    .contact-card strong {
        font-size: 12px;
        word-break: break-word;
    }

    .contact-card__arrow {
        display: none;
    }

    .contact__panel {
        padding: 28px 22px;
    }

    .contact__panel-header {
        margin-bottom: 30px;
    }

    .contact__panel h3 {
        font-size: 32px;
    }

    .site-footer__values {
        gap: 7px;
    }

    .site-footer__bottom nav {
        gap: 16px;
    }

    .floating-contact {
        right: 10px;
        bottom: 72px;
        width: 50px;
    }

    .floating-contact__item {
        width: 100%;
        height: 50px;
    }

    .back-to-top {
        right: 10px;

        width: 42px;
        height: 42px;
    }

    .reservation-modal {
        padding: 0;
        align-items: stretch;
    }

    .reservation-modal__dialog {
        width: 100%;
        max-height: 100vh;
        height: 100vh;

        border: 0;
    }

    .reservation-modal__header {
        position: sticky;
        top: 0;
        z-index: 5;

        background: rgba(12, 12, 12, 0.96);
        backdrop-filter: blur(15px);
    }

    .reservation-modal__header .eyebrow {
        display: none;
    }

    .reservation-modal__header h2 {
        font-size: 28px;
    }

    .reservation-modal__body {
        padding-bottom: 45px;
    }

    .form-group input,
    .form-group select {
        height: 50px;
    }

    .form-consent {
        font-size: 10px;
    }

    .services__heading .section-title span {
        display: block;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 305px;
        padding: 31px 25px 26px;
    }

    .service-card__number {
        top: 16px;
        right: 17px;
    }

    .service-card h3 {
        font-size: 13px;
    }

    .service-card p {
        max-width: 285px;
        font-size: 12px;
    }

    .about__content {
        padding:
            62px var(--container-padding) 48px;
    }

    .about__lead {
        font-size: 21px;
    }

    .about__content-inner>p:not(.eyebrow):not(.about__lead) {
        font-size: 13px;
    }

    .about__visual {
        min-height: 360px;
    }

    .about__visual img {
        object-position: 62% center;
    }

    .about__divider {
        bottom: 360px;
    }

    .about__button {
        width: 100%;
    }

    .why__header .section-title span {
        display: block;
    }

    .why__features {
        grid-template-columns: 1fr;
    }

    .why-feature {
        min-height: 130px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;

        padding: 20px 18px;

        text-align: left;

        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .why-feature:last-child {
        border-bottom: 0;
    }

    .why-feature::after {
        display: none !important;
    }

    .why-feature__icon {
        flex: 0 0 auto;

        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }

    .why-feature h3 {
        font-size: 13px;
    }

    .reservation-cta__panel {
        grid-template-columns: 1fr;

        padding: 26px 22px;

        text-align: center;
    }

    .reservation-cta__icon {
        margin-inline: auto;
    }

    .reservation-cta__content h2 {
        font-size: 32px;
    }

    .reservation-cta__button {
        min-width: 0;
    }

    .site-footer__main {
        padding-block: 58px 50px;
    }

    .site-footer__description {
        font-size: 12px;
    }

    .site-footer__bottom nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .site-footer__bottom nav a:not(:last-child)::after {
        display: none;
    }
}


/* =========================================================
   7. VERY SMALL MOBILE
   380px and below
   ========================================================= */

@media (max-width: 380px) {
    .hero__title {
        font-size: 47px;
    }

    .hero__values {
        grid-template-columns: 1fr;
    }

    .hero__value {
        flex-direction: row;

        min-height: 48px;
    }

    .trust-strip__container {
        grid-template-columns: 1fr;
    }

    .trust-strip__item {
        border-right: 0;
        border-bottom: 1px solid var(--color-border-light);
    }

    .trust-strip__item:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--color-border-light);
    }

    .trust-strip__item:last-child {
        border-bottom: 0;
    }

    .mobile-nav__list a {
        font-size: 26px;
    }

    .reservation-modal__header {
        padding-inline: 18px;
    }

    .reservation-modal__body {
        padding-inline: 18px;
    }
}


/* =========================================================
   8. LANDSCAPE MOBILE
   ========================================================= */

@media (max-height: 600px) and (orientation: landscape) {
    .hero {
        min-height: 650px;
    }

    .mobile-menu__top {
        margin-bottom: 25px;
    }

    .mobile-nav__list a {
        padding-block: 11px;
        font-size: 24px;
    }

    .mobile-menu__contact {
        padding-top: 20px;
    }
}


/* =========================================================
   9. HOVER-FREE DEVICES
   ========================================================= */

@media (hover: none) {

    .service-card:hover,
    .why-card:hover,
    .btn:hover,
    a.contact-card:hover {
        transform: none;
    }

    .floating-contact__item:hover {
        transform: none;
    }

    .floating-contact__item span {
        display: none;
    }
}


/* =========================================================
   10. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .page-loader {
        display: none;
    }
}


/* =========================================================
   11. HIGH RESOLUTION SCREENS
   ========================================================= */

@media (min-width: 1800px) {
    :root {
        --container-width: 1360px;
    }

    .hero__copy {
        max-width: 760px;
    }

    .hero__title {
        font-size: 118px;
    }

    .hero__description {
        font-size: 18px;
    }
}