:root {
  --font_bai: "Bai Jamjuree", "Suisse Int", Arial, sans-serif;
}

@media only screen and (min-width: 1200px) {
  .header-area-6 {
    z-index: 100;
  }

  .header-area-6 .header__nav-2,
  .header-area-6 .main-menu,
  .header-area-6 .main-menu > ul {
    position: static;
  }

  .header-area-6 .main-menu ul.dp-menu {
    top: 100%;
  }

  .header-area-6 .main-menu ul.dp-menu li a {
    padding: 10px 0;
    color: var(--white);
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
  }

  .header-area-6 .main-menu > ul > li:focus-within > ul.dp-menu {
    inset-inline-start: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .header-area-6 .main-menu .activities-mega-menu {
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 80px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 46px;
    padding: 38px max(30px, calc((100vw - 1270px) / 2 + 30px));
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    transform: translateY(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #111111;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  }

  .header-area-6 .main-menu > ul > li:hover > .activities-mega-menu,
  .header-area-6 .main-menu > ul > li:focus-within > .activities-mega-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-area-6 .main-menu .activities-mega-menu > li,
  .header-area-6 .main-menu .activities-mega-menu > li > ul > li {
    min-width: 0;
    padding: 0;
  }

  .header-area-6 .main-menu .activities-mega-menu > li > ul {
    position: static;
    width: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
  }

  .header-area-6 .main-menu .activities-mega-menu > li > .title {
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0 0 13px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0;
    background: transparent;
    pointer-events: auto;
  }

  .header-area-6 .main-menu .activities-mega-menu > li > .title span {
    flex: 0 0 auto;
    color: #777;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .header-area-6 .main-menu .activities-mega-menu > li > ul > li > a {
    width: fit-content;
    height: auto;
    min-height: 0;
    padding: 5px 0;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.01em;
    text-transform: none;
    border-radius: 0;
    background: transparent;
  }

  .header-area-6 .main-menu .activities-mega-menu > li > ul > li > a:hover,
  .header-area-6 .main-menu .activities-mega-menu > li > ul > li > a:focus-visible {
    color: var(--white);
    letter-spacing: -0.01em;
    background: transparent;
    transform: translateX(4px);
  }

  .header-area-6 .main-menu .activities-mega-menu > li > .title:hover,
  .header-area-6 .main-menu .activities-mega-menu > li > .title:focus-visible {
    color: var(--white);
    letter-spacing: 0.02em;
    background: transparent;
  }
}

/* Brand sizing follows the existing header geometry while giving the mark a clearer presence. */
.header-area-6 .header__logo img.normal-logo {
  width: 172px;
  max-width: 172px;
  height: auto;
}

.side-info-4 .offcanvas-4 .offset-logo {
  width: 122px;
  margin-right: 198px;
}

.side-info-4 .offcanvas-4 .offset-logo img {
  width: 100%;
  height: auto;
}

/* The full-screen navigation keeps six primary choices visible and reveals only
   the two useful secondary groups on demand. */
.site-theme-mobile-menu {
  display: none !important;
}

.side-info-4 .side-info-content {
  position: relative;
  min-height: 100vh;
}

.site-offcanvas-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 350px);
  gap: clamp(64px, 8vw, 150px);
  align-items: start;
  padding: clamp(42px, 6vh, 78px) 0 140px;
}

.site-offcanvas-navigation {
  width: 100%;
  max-width: 1080px;
}

.site-offcanvas-kicker {
  margin: 0 0 18px;
  color: #888;
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-offcanvas-primary,
.site-offcanvas-primary ul,
.site-offcanvas-capabilities {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-offcanvas-primary > li {
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.site-offcanvas-row {
  display: flex;
  align-items: stretch;
}

.site-offcanvas-link {
  display: flex;
  flex: 1 1 auto;
  gap: clamp(18px, 2vw, 34px);
  align-items: baseline;
  min-width: 0;
  padding: clamp(14px, 1.55vh, 22px) 0;
  color: var(--secondary);
  font-family: var(--font_bdogrotesk);
  line-height: 0.94;
  letter-spacing: -0.055em;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.site-offcanvas-link > span:last-child {
  font-size: clamp(42px, 4.35vw, 78px);
}

.site-offcanvas-index {
  flex: 0 0 24px;
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.site-offcanvas-primary > li.is-current > .site-offcanvas-link,
.site-offcanvas-primary > li.is-current > .site-offcanvas-row > .site-offcanvas-link,
.site-offcanvas-link:hover,
.site-offcanvas-link:focus-visible {
  color: #777;
}

.site-offcanvas-link:hover,
.site-offcanvas-link:focus-visible {
  padding-left: 8px;
}

.site-offcanvas-toggle {
  display: inline-flex;
  flex: 0 0 clamp(56px, 5vw, 76px);
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--secondary);
  border: 0;
  background: transparent;
}

.site-offcanvas-toggle-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-offcanvas-toggle-icon::before,
.site-offcanvas-toggle-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.site-offcanvas-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.site-offcanvas-toggle[aria-expanded="true"] .site-offcanvas-toggle-icon {
  transform: rotate(180deg);
}

.site-offcanvas-toggle[aria-expanded="true"] .site-offcanvas-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.site-offcanvas-toggle:hover .site-offcanvas-toggle-icon,
.site-offcanvas-toggle:focus-visible .site-offcanvas-toggle-icon {
  color: #777;
}

.site-offcanvas-toggle:focus-visible,
.site-offcanvas-link:focus-visible,
.site-offcanvas-panel a:focus-visible,
.site-offcanvas-contact:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.site-offcanvas-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.site-offcanvas-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.site-offcanvas-panel > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 34px;
  min-height: 0;
  overflow: hidden;
}

.site-offcanvas-panel > ul > li:first-child {
  margin-top: 10px;
}

.site-offcanvas-panel > ul > li:nth-child(2) {
  margin-top: 10px;
}

.site-offcanvas-panel > ul > li:nth-last-child(-n + 2) {
  margin-bottom: 28px;
}

.site-offcanvas-panel a {
  display: inline-flex;
  gap: 12px;
  align-items: baseline;
  color: #555;
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-offcanvas-panel a span {
  color: #999;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.site-offcanvas-panel a:hover,
.site-offcanvas-panel a:focus-visible {
  color: var(--secondary);
  transform: translateX(4px);
}

.site-offcanvas-aside {
  margin-top: 31px;
  padding: clamp(28px, 2.6vw, 42px);
  border: 1px solid rgba(17, 17, 17, 0.14);
}

.site-offcanvas-aside h2 {
  margin: 0 0 20px;
  color: var(--secondary);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.site-offcanvas-aside > p:not(.site-offcanvas-kicker) {
  margin: 0 0 34px;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.site-offcanvas-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  color: var(--secondary);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

.site-offcanvas-contact i {
  transition: transform 0.3s ease;
}

.site-offcanvas-contact:hover i {
  transform: translate(4px, -4px);
}

.site-offcanvas-capabilities {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.site-offcanvas-capabilities li {
  color: #888;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-offcanvas-capabilities li:not(:last-child)::after {
  padding-left: 16px;
  color: #bbb;
  content: "/";
}

.side-info-4 .offcanvas-4 .side-info-close {
  position: fixed;
  right: auto;
  bottom: 30px;
  left: 100px;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .site-offcanvas-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
    gap: 54px;
  }

  .site-offcanvas-link > span:last-child {
    font-size: clamp(46px, 4.15vw, 62px);
  }

  .side-info-4 .offcanvas-4 .offset-header {
    padding-right: 150px;
  }

  .side-info-4 .offcanvas-4 .side-info-close {
    top: 7px;
    right: 100px;
    bottom: auto;
    left: auto;
    width: 126px;
    height: 44px;
    padding: 0 15px;
    border-radius: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .site-offcanvas-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: clamp(32px, 5vh, 58px) 0 105px;
  }

  .site-offcanvas-navigation {
    max-width: 900px;
  }

  .site-offcanvas-link > span:last-child {
    font-size: clamp(38px, 6.4vw, 64px);
  }

  .site-offcanvas-aside {
    display: none;
  }

  .side-info-4 .offcanvas-4 .offset-header {
    padding-right: 150px;
  }

  .side-info-4 .offcanvas-4 .side-info-close {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 138px;
    height: 54px;
    padding: 0 18px;
  }
}

@media only screen and (max-width: 767px) {
  .site-offcanvas-layout {
    padding: 28px 0 86px;
  }

  .site-offcanvas-kicker {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .site-offcanvas-link {
    gap: 12px;
    padding: 14px 0;
    letter-spacing: -0.045em;
  }

  .site-offcanvas-link > span:last-child {
    font-size: clamp(30px, 9.6vw, 43px);
  }

  .site-offcanvas-index {
    flex-basis: 20px;
    font-size: 9px;
  }

  .site-offcanvas-toggle {
    flex-basis: 48px;
  }

  .site-offcanvas-toggle-icon {
    width: 24px;
    height: 24px;
  }

  .site-offcanvas-toggle-icon::before,
  .site-offcanvas-toggle-icon::after {
    width: 22px;
  }

  .site-offcanvas-panel > ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding-left: 32px;
  }

  .site-offcanvas-panel > ul > li:nth-child(2) {
    margin-top: 0;
  }

  .site-offcanvas-panel > ul > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .site-offcanvas-panel > ul > li:last-child {
    margin-bottom: 22px;
  }

  .site-offcanvas-panel a {
    font-size: 15px;
    line-height: 1.38;
  }

  .side-info-4 .offcanvas-4 .offset-header {
    min-height: 72px;
    padding: 12px 122px 12px 0;
  }

  .side-info-4 .offcanvas-4 .side-info-close {
    top: 10px;
    right: 10px;
    width: 108px;
    height: 50px;
    padding: 0 12px;
  }
}

.footer-7__inner .footer-widget-box:nth-child(2) .content .logo {
  width: 220px;
  max-width: 220px;
}

/* The existing project carousel now presents the firm's fields of work. */
.projects-3__item > img {
  width: 100%;
  aspect-ratio: 11 / 15;
  object-fit: cover;
}

/* Keep every project-list visual on the same canvas without altering the source assets. */
.portfolio-list-page .projects__item .projects__media {
  display: block;
  height: clamp(380px, 33vw, 600px);
  overflow: hidden;
}

.portfolio-list-page .projects__item .projects__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The homepage pair shows one project first as a plan, then as a completed place. */
.featured-project-3__inner .featured-project-3__left .thumb {
  height: 100%;
}

.featured-project-3__inner .featured-project-3__left .thumb img {
  object-position: 52% center;
}

.featured-project-3__inner .featured-project-3__right .thumb img {
  object-position: center;
}

/* Footer legal links and social marks use the template's original three-column row. */
.footer-legal-links {
  gap: 12px 22px;
  flex-wrap: wrap;
}

.footer-legal-links li {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.footer-legal-links li a {
  color: #555;
}

.footer-legal-links li a:hover,
.footer-legal-links li a:focus-visible {
  color: var(--primary);
}

.footer-social-links {
  gap: 14px;
  display: flex;
  align-items: center;
}

.footer-social-links .social-mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.footer-social-links .social-mark:hover {
  color: #555;
  border-color: #999;
}

.header-area-6 .main-menu > ul > li.is-current > a {
  color: #777;
}

.inner-page main {
  min-height: 55vh;
}

.service-list-page .breadcrumb::after,
.service-detail-page .breadcrumb::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0) 100%);
}

.inner-page .page-title-wrapper .page-title,
.service-list-page .breadcrumb__title,
.service-detail-page .breadcrumb__title {
  max-width: 1450px;
  font-size: clamp(58px, 7.2vw, 130px);
  line-height: 0.9;
  text-wrap: balance;
}

.service-list-page .service-6__dec {
  max-width: 470px;
}

.service-list-page .service-6__thumb img {
  width: 300px;
  height: 156px;
  object-fit: cover;
}

.service-detail-page .hero-area-service-details .section-header .section-title {
  font-size: clamp(48px, 5.2vw, 90px);
  line-height: 0.95;
  text-wrap: balance;
}

.service-detail-page .hero-area-service-details .section-content .title {
  max-width: 410px;
  text-wrap: balance;
}

.service-detail-page .hero-area-service-details .section-thumb img {
  min-height: 520px;
  max-height: 820px;
  object-fit: cover;
}

.service-detail-page .approach-area-service-details-page .approach-box .title {
  text-wrap: balance;
}

.project-detail-page .portfolio-details__media img {
  min-height: 720px;
}

.project-detail-page .portfolio-gallery__inner > * {
  min-height: 520px;
}

.content-navigation {
  padding: 0 0 100px;
}

.content-navigation .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  border-top: 1px solid var(--border);
}

.content-navigation a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 0;
}

.content-navigation a:last-child {
  text-align: right;
  align-items: flex-end;
}

.content-navigation span {
  color: #888;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-navigation strong {
  max-width: 520px;
  color: var(--primary);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.news-detail-page .blog-details .section-title-wrapper .section-title {
  max-width: 1280px;
  font-size: clamp(50px, 6vw, 110px);
  line-height: 0.95;
  text-wrap: balance;
}

.news-detail-page .blog-details__content > h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.news-detail-page .blog-details__media img,
.news-detail-page .blog-details__wrapper .media img {
  object-fit: cover;
}

.blog-list-page .blog__item .title {
  text-wrap: balance;
}

.contact-form-note,
.contact-form-response {
  max-width: 720px;
  margin-top: 22px;
  color: #777;
  font-size: 14px;
  line-height: 1.55;
}

.footer-7__inner .newsletter .input-group .footer-contact-button {
  right: 0;
  bottom: 7px;
  position: absolute;
  color: var(--primary);
}

.footer-7__inner .newsletter .input-group .footer-contact-button i {
  rotate: -45deg;
}

.contact-form-response {
  padding: 16px 18px;
  color: var(--primary);
  border-left: 2px solid var(--primary);
  background: #f2f2f2;
}

.legal-notice__links {
  margin-top: 24px;
}

.legal-notice__links a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--primary);
}

/* Corporate detail pages extend the supplied About page reference. */
.corporate-detail .breadcrumb::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0) 100%);
}

.corporate-page .breadcrumb__sub-title {
  max-width: 620px;
  margin-bottom: 34px;
  text-wrap: balance;
}

.corporate-page .breadcrumb__title {
  max-width: 1500px;
  font-size: clamp(54px, 7vw, 130px);
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.corporate-page .about-us__inner > .title {
  text-wrap: balance;
}

.corporate-page .about-us__box .content .desc {
  font-style: normal;
}

.corporate-page .about-us__box .media .thumb img {
  min-height: 560px;
  max-height: 780px;
  object-fit: cover;
}

.corporate-page .about-us__box .media .title {
  line-height: 1.08;
  text-wrap: balance;
}

.corporate-details {
  padding-top: 0;
}

.corporate-details__head {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: 40px 90px;
  padding-top: 28px;
  margin-bottom: 72px;
  border-top: 1px solid var(--border);
}

.corporate-details__eyebrow {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.corporate-details__lead {
  max-width: 900px;
  color: var(--primary);
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.corporate-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 90px;
}

.corporate-details__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  padding: 34px 0 44px;
  border-top: 1px solid var(--border);
}

.corporate-details__number {
  padding-top: 5px;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.corporate-details__item h2 {
  margin-bottom: 18px;
  color: var(--primary);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.corporate-details__item p {
  max-width: 620px;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.015em;
}

.corporate-page .parallax-view img {
  width: 100%;
  min-height: 430px;
  max-height: 760px;
  object-fit: cover;
}

.legal-notice {
  padding-top: 0;
}

.legal-notice__section {
  scroll-margin-top: 30px;
}

.legal-notice__status {
  max-width: 940px;
  margin-bottom: 72px;
  padding: 30px 32px;
  border-top: 2px solid var(--primary);
  background: #f3f3f3;
}

.legal-notice__status h2 {
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.legal-notice__status p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.legal-notice__section + .legal-notice__section {
  margin-top: 72px;
}

.legal-notice__section h2 {
  margin-bottom: 22px;
  color: var(--primary);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.legal-notice__section p {
  max-width: 940px;
  margin-bottom: 14px;
  color: #555;
  font-size: 17px;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .header-area-6 .header__logo img.normal-logo {
    width: 136px;
    max-width: 136px;
  }

  .corporate-page .about-us__box .media .thumb img {
    min-height: 440px;
  }

  .copyright-7__menu {
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: flex-end;
  }

  .project-detail-page .portfolio-details__media img {
    min-height: 560px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-6 .header__logo {
    margin-left: 18px;
  }

  .header-area-6 .header__logo img.normal-logo {
    width: 150px;
    max-width: 150px;
  }

  .header-area-6__inner {
    gap: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .offset-logo {
    width: 116px;
    margin-right: 0;
  }

  .portfolio-list-page .projects__item .projects__media {
    height: clamp(300px, 82vw, 430px);
  }

  .footer-7__inner .footer-widget-box:nth-child(2) .content .logo {
    width: 205px;
    max-width: 205px;
  }

  .corporate-page .breadcrumb__title {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

  .corporate-detail .breadcrumb::after {
    height: 105px;
  }

  .corporate-page .about-us__box .media .thumb img {
    min-height: 380px;
  }

  .corporate-details__head,
  .corporate-details__grid {
    grid-template-columns: 1fr;
  }

  .corporate-details__head {
    gap: 24px;
    margin-bottom: 50px;
  }

  .corporate-details__item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 28px 0 36px;
  }

  .corporate-page .parallax-view img {
    min-height: 340px;
  }

  .legal-notice__status {
    margin-bottom: 50px;
    padding: 24px 20px;
  }

  .footer-social-links {
    width: 100%;
    justify-content: center;
  }

  .service-list-page .breadcrumb::after,
  .service-detail-page .breadcrumb::after {
    height: 105px;
  }

  .inner-page .page-title-wrapper .page-title,
  .service-list-page .breadcrumb__title,
  .service-detail-page .breadcrumb__title {
    font-size: clamp(44px, 13vw, 62px);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .service-list-page .service-6__thumb img {
    width: 100%;
    height: auto;
  }

  .service-detail-page .hero-area-service-details .section-thumb img {
    min-height: 360px;
  }

  .project-detail-page .portfolio-details__media img,
  .project-detail-page .portfolio-gallery__inner > * {
    min-height: 380px;
  }

  .content-navigation {
    padding-bottom: 60px;
  }

  .content-navigation .container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .content-navigation a:last-child {
    text-align: left;
    align-items: flex-start;
    border-top: 1px solid var(--border);
  }
}
