@media (min-width: 701px) and (max-width: 1023.98px) {
  .fc-project-architecture {
    box-sizing: border-box;
    height: auto;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
    padding: 0;
    background-image: none;
  }

  .fc-project-architecture-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "content"
      "stage";
    row-gap: 0;
    width: min(100%, 900px);
    height: auto;
    min-height: 0;
    margin: 0 auto;
  }

  .fc-project-architecture-left {
    grid-area: content;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    aspect-ratio: 8 / 9;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(78px, 11vw, 118px) clamp(34px, 6vw, 58px)
      clamp(56px, 8vw, 86px);
    background: transparent
      url("../../../img/responsive/tablet/project-architecture/project-architecture-background-tablet-top.png")
      center center / contain no-repeat;
    transform: none;
    z-index: 5;
  }

  .fc-project-architecture-kicker {
    margin-bottom: clamp(16px, 2.4vw, 22px);
    font-size: clamp(10px, 1.3vw, 12px);
  }

  .fc-project-architecture-title {
    margin-bottom: clamp(24px, 4vw, 36px);
    font-size: clamp(48px, 8vw, 68px);
    line-height: 0.95;
  }

  .fc-project-architecture-lead {
    max-width: 620px;
    margin-bottom: clamp(30px, 5vw, 46px);
    font-size: clamp(16px, 2.1vw, 20px);
    line-height: 1.36;
  }

  .fc-project-architecture-copy {
    max-width: 640px;
    min-height: 0;
    font-size: clamp(14px, 1.85vw, 17px);
    line-height: 1.6;
  }

  .fc-project-architecture-picture-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 16px;
    white-space: normal;
  }

  .fc-project-architecture-picture-links button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .fc-project-architecture-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 640px;
    margin-top: clamp(32px, 5vw, 52px);
  }

  .fc-project-architecture-nav button {
    box-sizing: border-box;
    min-height: 44px;
    padding: 10px 12px;
    white-space: normal;
    font-size: clamp(14px, 1.75vw, 17px);
    line-height: 1.25;
  }

  .fc-project-architecture-stage,
  .fc-project-architecture-monitor-hit {
    grid-area: stage;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 8 / 9;
    margin: 0;
    transform: none !important;
  }

  .fc-project-architecture-stage {
    z-index: 3 !important;
    overflow: hidden !important;
    background: #020202
      url("../../../img/responsive/tablet/project-architecture/project-architecture-background-tablet-bottom.png")
      center center / contain no-repeat;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
  }

  .fc-project-architecture-frame {
    position: absolute !important;
    inset: auto !important;
    left: 14.4% !important;
    top: 14.4% !important;
    width: 70.8% !important;
    height: 56.2% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateX(-42%) scale(1.9) !important;
    transform-origin: center center !important;
  }

  .fc-project-architecture-monitor-hit {
    position: absolute !important;
    left: 14.4% !important;
    top: 14.4% !important;
    width: 70.8% !important;
    height: 56.2% !important;
    z-index: 7;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateX(-42%) scale(1.9) !important;
    transform-origin: center center !important;
    cursor: zoom-in;
  }

  .fc-project-architecture-monitor-hit span {
    right: 14px;
    bottom: 14px;
    display: none;
  }

  .fc-project-architecture-overview-close {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    top: max(18px, env(safe-area-inset-top)) !important;
    right: max(18px, env(safe-area-inset-right)) !important;
    z-index: 3 !important;
  }

  .fc-project-architecture.has-overview-open {
    z-index: 10250 !important;
  }

  .fc-project-architecture-overview {
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 0 !important;
    z-index: 10260 !important;
    overflow: hidden !important;
  }

  .fc-project-architecture-overview-panel {
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .fc-project-architecture-overview-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateY(-2%) scale(1.18) !important;
    transform-origin: center center !important;
  }

  .fc-project-architecture-monitor-hit:focus:not(:focus-visible) {
    outline: none !important;
  }
}

@media (min-width: 701px) and (max-width: 900px) and (max-height: 760px) {
  #fcProjectArchitecture .fc-project-architecture-title {
    font-size: 38px !important;
    line-height: 0.97 !important;
    font-weight: 850 !important;
    letter-spacing: -0.052em !important;
  }

  #fcProjectArchitecture .fc-project-architecture-copy {
    font-size: 13px !important;
    line-height: 1.68 !important;
    font-weight: 450 !important;
  }

  #fcProjectArchitecture .fc-project-architecture-copy span:not(.fc-project-architecture-picture-links) {
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  #fcProjectArchitecture .fc-project-architecture-lead {
    font-size: 16px !important;
    line-height: 1.44 !important;
    font-weight: 650 !important;
  }

  #fcProjectArchitecture .fc-project-architecture-nav button {
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
  }

  #fcProjectArchitecture .fc-project-architecture-picture-links button {
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 720 !important;
  }
}

@media (min-width: 899px) and (max-width: 900px) and (max-height: 779px) and (orientation: landscape) {
  .fc-project-architecture-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 765px;
    background: transparent
      url("../../../img/responsive/tablet/project-architecture/project-architecture-background-tablet-top.png")
      center center / cover no-repeat;
    pointer-events: none;
    z-index: 1;
  }

  .fc-project-architecture-left {
    background-image: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) and (min-height: 761px) and (orientation: portrait) {
  .fc-project-architecture-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 765px;
    background: transparent
      url("../../../img/responsive/tablet/project-architecture/project-architecture-background-tablet-top.png")
      center center / cover no-repeat;
    pointer-events: none;
    z-index: 1;
  }

  .fc-project-architecture-left {
    background-image: none;
  }
}

@media (min-width: 901px) and (max-width: 1023.98px) and (max-height: 900px) {
  .fc-project-architecture-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 765px;
    transform: translateX(-50%);
    background: transparent
      url("../../../img/responsive/tablet/project-architecture/project-architecture-background-tablet-top.png")
      center center / cover no-repeat;
    pointer-events: none;
    z-index: 1;
  }

  .fc-project-architecture-left {
    background-image: none;
  }

  .fc-project-architecture-stage {
    background-size: 108% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media
  (min-width: 1170px)
  and (max-width: 1180.98px)
  and (min-height: 900px)
  and (max-height: 1100px)
  and (orientation: landscape) {
  #fcProjectArchitecture {
    background-position: calc(50% - 120px) center;
  }

  #fcProjectArchitecture .fc-project-architecture-stage {
    transform: none !important;
  }

  #fcProjectArchitecture .fc-project-architecture-frame {
    object-position: calc(50% - 120px) center !important;
  }
}

@media
  (min-width: 1000px)
  and (max-width: 1050px)
  and (min-height: 880px)
  and (max-height: 920px)
  and (orientation: landscape) {
  #fcProjectArchitecture {
    background-position: calc(50% - 96px) center;
  }

  #fcProjectArchitecture .fc-project-architecture-frame {
    object-position: calc(50% - 96px) center !important;
  }
}
