@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/Aeonik-Pro/AeonikProTRIAL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/Aeonik-Pro/AeonikProTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.home.hp-new-home {
  --hp-font-body: "Aeonik Pro", system-ui, sans-serif;
  --hp-font-heading: "shtab", "TT Travels", sans-serif;
  --hp-container-max: 1320px;
  font-family: var(--hp-font-body);
  background: #fff;
}

body.home.hp-new-home .mulish-400,
body.home.hp-new-home .mulish-500,
body.home.hp-new-home .mulish-600,
body.home.hp-new-home .mulish-700,
body.home.hp-new-home .os_section_text,
body.home.hp-new-home #our-partners .os_section_text,
body.home.hp-new-home #our-partners .op_text_wrap .op_text,
body.home.hp-new-home #our-services .os_section_text {
  font-family: var(--hp-font-body) !important;
}

body.home.hp-new-home .mulish-500,
body.home.hp-new-home .mulish-600,
body.home.hp-new-home .nw {
  font-family: var(--hp-font-body);
  font-weight: 400 !important;
}
.nw {
	letter-spacing: 0.03em!important;
}
body.home.hp-new-home h1::after,
body.home.hp-new-home .hp-hero__title::after,
body.home.hp-new-home .hp-section-head__title::after {
  display: none !important;
  content: none !important;
}

.hp-site-header .col-8,
.hp-site-header .col-4 {
  min-height: 0 !important;
  height: auto !important;
}

body.home.hp-new-home .ip-header,
body.home.hp-new-home .video-hero,
body.home.hp-new-home .header-video {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.hp-site-header {
  --hp-font-heading: "shtab", "TT Travels", sans-serif;
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 40;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border-bottom: none;
  box-shadow: none;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  flex: 0 0 74px !important;
  background-image: none !important;
  overflow: visible;
  transition:
    box-shadow 0.32s ease,
    background-color 0.32s ease;
}

.hp-site-header .container-xxl {
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}

.hp-site-header:not(.hp-site-header--scrolled) {
  background: transparent !important;
  box-shadow: none !important;
}

.hp-site-header.hp-site-header--scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.hp-site-header .hp-site-header__row {
  align-items: center;
  margin-bottom: 0 !important;
  min-height: 74px !important;
  height: 74px !important;
}

.hp-site-header .container-xxl {
  height: 74px;
}

.hp-site-header .container-xxl > .row:first-child {
  background: transparent !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.hp-site-header .top_logo,
.hp-site-header .hp-header-logo {
  position: fixed;
  left: 44px;
  top: 37px;
  z-index: 41;
  display: flex;
  align-items: center;
  width: 190px;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  text-decoration: none;
}

.hp-site-header .page-logo,
.hp-site-header .page-logo .logo-pn,
.hp-site-header .page-logo .mob-logo,
.hp-site-header .top_logo > img:not(.hp-brand-logo) {
  display: none !important;
}

.hp-site-header .top_phone {
  align-items: center;
  align-self: center;
  height: 74px;
  min-height: 74px !important;
  margin-top: 0 !important;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: nowrap;
  /* Always clear the fixed burger (right: 44px + ~40px button + gap) */
  padding-right: 88px !important;
}

.hp-site-header .top_phone .t_phone {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 0 0 auto !important;
  max-width: none;
}

.hp-site-header .top_phone .t_phone a {
  position: relative;
  color: #212121;
  text-decoration: none;
  font-family: var(--hp-font-heading);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hp-site-header .top_phone .t_phone a::before {
  display: none !important;
  content: none !important;
}

.hp-site-header .top_phone .t_phone a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #0f3954;
  transition: width 0.35s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.hp-site-header .top_phone .t_phone a:hover::after {
  width: 100%;
}

.hp-site-header .top_phone img {
  filter: none;
}

.hp-site-header .menu-block {
  background: #a40f20 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  transition: background-color 0.35s cubic-bezier(0.16, 0.01, 0.77, 1);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hp-site-header .m_burger:hover .menu-block,
.hp-site-header .burger:hover .menu-block,
.hp-site-header .menu-block:hover {
  background: #8a0b1a !important;
}

.hp-site-header .m_burger {
  position: fixed;
  right: 44px;
  top: 37px;
  z-index: 41;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
}

.hp-site-header .menu-burger__inner {
  width: 33px;
  height: 33px;
  position: relative;
  display: block;
  overflow: hidden;
}

.hp-site-header .menu-block:hover .burger__line.line--mid {
  transform: translateX(-9px);
}

.hp-site-header .menu-block:hover .burger__line.line--bottom {
  transform: translateX(-18px);
}

.hp-site-header .burger__line {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #fff;
  top: 50%;
  transform-origin: left 50%;
  position: absolute;
  left: 0;
  transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.hp-site-header .burger__line.line--top {
  margin-top: -9px;
}

.hp-site-header .burger__line.line--bottom {
  margin-top: 9px;
}

.hp-site-header .menu_burger,
.hp-site-header .burger_line {
  display: none !important;
}

body.home.hp-new-home main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding-top: 74px;
  font-family: var(--hp-font-body);
}

body.hp-has-site-header:not(.hp-new-home) .hp-inner-page-header {
  padding-top: 90px;
}

.hp-bg-fader {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hp-bg-fader__layer {
  position: absolute;
  inset: 0;
  background: #dfdbd5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hp-bg-fader__layer.is-active {
  opacity: 0;
}

/* Логотип */
.hp-brand-logo {
  display: block !important;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

.hp-brand-logo--header {
  width: 100%;
  height: auto;
}

/* Заголовки блоков */
.hp-section-head__title,
.hp-event-card__title,
.hp-approach__title,
.hp-principle__title,
.hp-competency__title,
#hp-cta .section_title {
  font-family: var(--hp-font-heading);
}

/* Кнопка в стиле recommend__cta (Ковчег) — Safari-safe fill */
.hp-recommend-cta {
  position: relative;
  display: inline-block;
  padding: 1.1rem 2.25rem 0.9rem;
  font-family: var(--hp-font-heading);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212121;
  text-decoration: none;
  background-color: transparent;
  background-image: linear-gradient(#a40f20, #a40f20);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  border: none;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  transition: color 0.2s ease-out, background-size 0.2s ease-out;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.hp-recommend-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #a40f20;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.2s ease-out;
  z-index: -1;
  pointer-events: none;
}

.hp-recommend-cta:hover,
.hp-recommend-cta:focus-visible {
  color: #fff;
  background-size: 100% 100%;
}

.hp-recommend-cta:hover::before,
.hp-recommend-cta:focus-visible::before {
  transform: scaleY(1);
}

.hp-recommend-cta--light {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.hp-recommend-cta--light::before {
  background: #fff;
}

.hp-recommend-cta--light:hover,
.hp-recommend-cta--light:focus-visible {
  color: #0f3954;
  background-size: 100% 100%;
}

/* Reveal (как у Ковчега) */
.hp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hp-reveal-stagger {
  transition-delay: calc(var(--i, 0) * 100ms);
}

@media (prefers-reduced-motion: reduce) {
  .hp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hp-bg-fader__layer {
    transition: none;
  }

  .hp-hero__lead-live {
    position: static;
  }

  .hp-hero__lead-sizer {
    display: none;
  }
}

/* ——— Hero cursor reveal ——— */
.hp-hero {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  background: #fff;
  color: #212121;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  min-height: calc(100vh - 74px);
  overflow: hidden;
  box-sizing: border-box;
}

.hp-hero.over {
  position: relative;
  z-index: 10;
}

.hp-hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

.hp-hero .fill-dimensions,
.hp-hero .abs-tl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.hp-hero .fill-dimensions {
  width: 100%;
  height: 100%;
  display: block;
}

.hp-hero .fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-hero .pe-none {
  pointer-events: none;
}

.hp-hero .z-1 {
  z-index: 1;
}

.hp-hero .z-2 {
  z-index: 2;
}

.hp-hero .bg--white {
  background-color: #fff;
}

.hp-hero .difference {
  z-index: 5;
  -webkit-mix-blend-mode: difference;
  mix-blend-mode: difference;
  background-blend-mode: difference;
}

/* White overlay + black SVG circles punch sharp holes */
.hp-hero .over-screen {
  -webkit-mix-blend-mode: screen;
  mix-blend-mode: screen;
  background-blend-mode: screen;
  pointer-events: none;
}

.hp-hero .home-hover-circle {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  margin: -100px 0 0 -100px;
  pointer-events: none;
}

.hp-hero .home-hover-circle .path {
  fill: #000;
}

.hp-hero .home-hover-circle.circ--2 { width: 196px; top: 2px; left: 2px; }
.hp-hero .home-hover-circle.circ--3 { width: 192px; top: 4px; left: 4px; }
.hp-hero .home-hover-circle.circ--4 { width: 188px; top: 6px; left: 6px; }
.hp-hero .home-hover-circle.circ--5 { width: 184px; top: 8px; left: 8px; }
.hp-hero .home-hover-circle.circ--6 { width: 180px; top: 10px; left: 10px; }
.hp-hero .home-hover-circle.circ--7 { width: 176px; top: 12px; left: 12px; }
.hp-hero .home-hover-circle.circ--8 { width: 172px; top: 14px; left: 14px; }
.hp-hero .home-hover-circle.circ--9 { width: 168px; top: 16px; left: 16px; }
.hp-hero .home-hover-circle.circ--10 { width: 164px; top: 18px; left: 18px; }
.hp-hero .home-hover-circle.circ--11 { width: 160px; top: 20px; left: 20px; }
.hp-hero .home-hover-circle.circ--12 { width: 156px; top: 22px; left: 22px; }

.hero-reveal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0 1rem 8vh;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  font-family: var(--hp-font-heading);
  font-size: clamp(2.06rem, 6.4vw, 105px);
  font-weight: 800;
  line-height: 0.82;
  text-align: center;
  color: #fff;
  opacity: 0.55;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.hero-reveal-text__line {
  display: block;
}

.hero-reveal-text__line + .hero-reveal-text__line {
  margin-top: -0.06em;
}

@media (min-width: 1000px) {
  .hero-reveal-text {
    top: var(--hero-reveal-text-top, 58%);
    left: var(--hero-reveal-text-left, calc(100% / 12));
    width: auto;
    max-width: min(42vw, 520px);
    padding: 0;
    transform: none;
    text-align: left;
    font-size: clamp(1.88rem, 5.25vw, 90px);
    line-height: 0.8;
    color: #fff;
    opacity: 0.55;
  }
}

@media (max-width: 999.98px) {
  .hp-hero {
    min-height: 0;
    display: block;
    padding-top: clamp(2rem, 5vw, 3rem);
  }

  .hp-hero .tablet-hide {
    display: none !important;
  }
}

/* Keep cursor reveal under prefers-reduced-motion (Lab21 parity).
   Idle pulse is skipped in homepage.js; blend/circles stay enabled. */

.hp-hero .container-xxl,
.hp-projects .container-xxl {
  --hero-col: calc(100% / 12);
  padding-left: var(--hero-col);
  padding-right: var(--hero-col);
}

.hp-hero__intro {
  width: 100%;
}

.hp-hero__eyebrow {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  font-family: var(--hp-font-heading);
  font-size: clamp(2.25rem, 5.5vw, 82px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #0f3954;
}

@media (min-width: 1000px) {
  .hp-hero__eyebrow {
    font-size: clamp(68px, 4.8vw, 80px);
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .hp-hero__eyebrow-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 999.98px) {
  .hp-hero__eyebrow-line {
    display: inline;
  }

  .hp-hero__eyebrow-line + .hp-hero__eyebrow-line::before {
    content: " ";
  }
}

.hp-hero__flex {
  display: flex;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: flex-start;
}

.hp-hero__title {
  flex: 0 0 auto;
  width: fit-content;
  max-width: 16em;
  margin: 0;
  font-family: var(--hp-font-body);
  font-size: clamp(24px, calc(1.32vw + 0.5rem), 32px);
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
}

.hp-hero__pitch-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 2.5vw, 2rem);
  flex: 1 1 auto;
  min-width: 0;
  margin-left: clamp(1rem, 3vw, 2rem);
}

.hp-hero__interactive {
  display: none;
}

.hp-hero__lead-wrap {
  position: relative;
  margin: 0;
  max-width: 38rem;
  width: 100%;
}

.hp-hero__lead,
.hp-hero__lead-wrap .hp-hero__lead-sizer,
.hp-hero__lead-wrap .hp-hero__lead-live {
  font-family: var(--hp-font-body);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  color: #4a4a4a;
}

/* Sizer only for SEO/layout fallback; live text drives height (Safari-safe) */
.hp-hero__lead-sizer {
  display: none;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.hp-hero__lead-live {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  min-height: 4.5em;
}

.hp-hero__lead-word {
  display: inline-block;
}

.hp-hero__lead-line {
  display: block;
}

.hp-hero__pitch-panel .hp-recommend-cta {
  margin-top: 0;
  flex: 0 0 auto;
  align-self: flex-start;
}

.hp-hero__rotator-wrap {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid rgba(15, 57, 84, 0.15);
  padding-bottom: 16px;
}

.hp-hero__rotator {
  font-family: var(--hp-font-heading);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1;
  color: #067a86;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.hp-hero__rotator.is-fading {
  opacity: 0;
  transform: translateY(8px);
}

.hp-hero__quote {
  margin: 0;
  padding: 24px 28px;
  background: #fff;
  border-left: 3px solid #067a86;
  font-family: var(--hp-font-body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  color: #4a4a4a;
}

/* ——— Projects / Events grid (Ковчег) ——— */
.hp-projects {
  position: relative;
  isolation: isolate;
  --hp-projects-bg-opacity: 0;
  --hp-projects-surface: #fff;
  padding: 72px 0 88px;
  background: transparent;
}

.hp-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dfdbd5;
  opacity: var(--hp-projects-bg-opacity, 0);
  z-index: -1;
  pointer-events: none;
}

.hp-projects.is-surface-active {
  --hp-projects-bg-opacity: 1;
  --hp-projects-surface: #dfdbd5;
}

body.home.hp-new-home .hp-projects .hp-section-head {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 48px !important;
  min-height: 0 !important;
  height: auto !important;
  max-width: none;
  text-align: right;
}

body.home.hp-new-home .hp-projects .hp-section-head__title {
  text-align: right;
  font-size: 3.05rem;
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

body.home.hp-new-home .hp-projects .hp-section-head__title::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
  top: 38px;
  margin: 0;
  background-color: rgba(132, 127, 125, 0.59);
  mix-blend-mode: color-burn;
  z-index: 8;
  pointer-events: none;
}

.hp-section-head__title {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.2;
  font-weight: 700;
  color: #212121;
}

.hp-section-head__lead {
  display: none;
}

.hp-events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.hp-event-card {
  min-width: 0;
  border: none;
  background: transparent;
}

.hp-event-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.hp-event-card__inner:hover {
  opacity: 1;
  color: inherit;
}

.hp-event-card__meta {
  margin: 0 0 0 40px;
  font-family: var(--hp-font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212121;
  line-height: 1.3;
}

.hp-event-card__media {
  position: relative;
  width: 100%;
  margin-top: 12px;
  overflow: visible;
  background: transparent;
}

.hp-event-card__media-inner {
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.45s ease 0s;
}

.hp-event-card__placeholder {
  display: block;
  width: 100%;
  max-width: 730px;
  aspect-ratio: 730 / 540;
  background: #3a3a3a;
}

.hp-event-card__image {
  display: block;
  width: 100%;
  max-width: 730px;
  aspect-ratio: 730 / 540;
  object-fit: cover;
}

.hp-event-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 22px solid var(--hp-projects-surface, #fff);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
  transition: border-width 0.6s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.hp-event-card__media:hover::after {
  border-width: 0;
}

.hp-event-card__media:hover .hp-event-card__media-inner {
  box-shadow: 0 14px 30px -10px rgba(38, 38, 38, 0.22);
  transition-delay: 0.28s;
}

.hp-event-card__title {
  margin: 24px 0 0 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #212121;
}

.hp-event-card__desc {
  margin: 12px 0 0 40px;
  font-family: var(--hp-font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #4a4a4a;
}

.hp-projects__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

/* ——— Approach / Roster (Ковчег) ——— */
.hp-approach {
  --hp-col: calc(100% / 12);
  padding: 0;
  background: transparent;
}

.hp-approach__panel {
  padding: 88px 0 64px;
  background-color: #0a1a24;
  background-image:
    linear-gradient(rgba(7, 20, 32, 0.22), rgba(7, 20, 32, 0.12)),
    url("../img/bg-sh.jpg");
  background-size: cover;
  background-position: center;
}

.hp-approach > .container-xxl,
.hp-approach__panel > .container-xxl {
  padding-left: calc(var(--hp-col) * 2);
  padding-right: calc(var(--hp-col) * 2);
}

.hp-approach__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-size: 3.05rem;
  line-height: 1.15;
  color: #fff;
}

.hp-approach__roster {
  margin-left: 0;
  margin-right: 0;
}

.hp-approach__rule {
  border: none;
  margin: 0;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hp-principles-body {
  margin-left: calc(35% - var(--hp-col) * 2);
}

.hp-principle-row {
  display: grid;
  grid-template-columns: minmax(4.5rem, 18%) 1fr;
  column-gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hp-principle__num {
  margin: 0;
  font-family: var(--hp-font-heading);
  font-size: 1.125rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

.hp-principle__value {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: left;
}

.hp-principle-row:last-child .hp-principle__value {
  border-bottom: none;
}

.hp-principle__title {
  margin: 0 0 10px;
  font-size: 1.425rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.hp-principle__text {
  margin: 0;
  font-family: var(--hp-font-body);
  font-size: 0.9875rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.82);
}

.hp-approach__quote-wrap {
  padding: 56px 0;
  background: #0f3954;
}

.hp-approach__quote {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
  font-family: var(--hp-font-body);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/* ——— Competencies ——— */
.hp-competencies {
  padding: 96px 0 88px;
  background: #fafafa;
}

body.home.hp-new-home .hp-competencies .hp-section-head {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
  min-height: 0 !important;
  height: auto !important;
}

.hp-competencies__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 0;
}

.hp-competency {
  padding: 32px 28px 30px;
  background: #ffffff;
  border: 1px solid #ececec;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hp-competency:nth-child(5) {
  grid-column: auto;
  max-width: none;
}

.hp-competency__title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #035661;
}

.hp-competency__text {
  margin: 0;
  font-family: var(--hp-font-body);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4a4a4a;
}

.hp-competencies__quote {
  margin: 56px 0 0;
  padding: 24px 0 0;
  background: transparent;
  font-family: var(--hp-font-heading);
  font-size: 1.1rem;
  line-height: 1.45;
  color: #0f3954;
  text-align: center;
}

.hp-competencies__more {
  margin-top: 32px;
  text-align: center;
}

.hp-competencies__more a {
  font-family: var(--hp-font-body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #067a86;
  text-decoration: none;
}

.hp-competencies__more a:hover {
  color: #035661;
}

/* ——— CTA ——— */
#hp-cta.hp-cta {
  background: url("../img/bottom-bg.jpg") center / cover no-repeat;
  padding: 100px 0 110px;
}

#hp-cta.hp-cta .section_title {
  margin: 0 0 24px !important;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}

#hp-cta.hp-cta .section_title::after {
  display: none;
}

#hp-cta.hp-cta .np_desc {
  max-width: 42rem;
  margin: 0 auto;
  font-family: var(--hp-font-body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  text-transform: none;
  color: rgba(255, 255, 255, 0.9);
}

.hp-cta__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ——— Partners ——— */
body.home.hp-new-home #our-partners {
  padding-top: 80px;
  margin-bottom: 0 !important;
  background-color: #F8F8F8;
  order: 0 !important;
}

body.home.hp-new-home #our-partners .os_section_img {
  display: none;
}

@media (max-width: 767.98px) {
  body.home.hp-new-home #our-partners {
    order: 0 !important;
  }
}

/* ——— Responsive ——— */

/* Keep phones clear of fixed burger at all desktop widths */
@media (min-width: 768px) {
  .hp-site-header .top_phone {
    gap: 22px;
    padding-right: 144px !important;
  }

  .hp-site-header .m_burger {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .hp-site-header .top_phone {
    gap: 16px;
    padding-right: 126px !important;
  }

  .hp-site-header .top_phone .t_phone a {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hp-site-header .top_phone {
    gap: 12px;
    padding-right: 126px !important;
  }

  .hp-site-header .top_phone .t_phone a {
    font-size: 12px;
  }

  /* Drop CTA label so phone + burger don’t collide */
  .hp-site-header .top_phone .t_phone:first-child {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hp-site-header .top_phone .t_phone a {
    font-size: 11px;
  }
}

@media (max-width: 1020px) {
  .hp-site-header .hp-header-logo {
    left: calc(5% + 16px);
    width: 148px;
  }

  .hp-site-header .m_burger {
    right: calc(5% + 16px);
  }

  .hp-site-header .top_phone {
    padding-right: max(126px, calc(5% + 16px + 48px)) !important;
  }
}

/* Homepage section titles: between mobile and 1600px */
@media (min-width: 768px) and (max-width: 1599.98px) {
  .hp-approach__title,
  #our-services .col-12 .section_title,
  #our-partners .section_title,
  #hp-cta.hp-cta .section_title {
    font-size: 2.2rem !important;
  }

  #hp-cta.hp-cta .section_title {
    font-weight: 500;
    max-width: 743px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Footer nav — lighter weight of the same shtab family */
footer .bottom .b_nav,
footer .bottom .b_nav a {
  font-family: "shtab", "TT Travels", sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .hp-hero__flex {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hp-approach > .container-xxl,
  .hp-approach__panel > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  .hp-principles-body {
    margin-left: 0;
  }

  .hp-competency:nth-child(5) {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .hp-site-header {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    flex: 0 0 64px !important;
  }

  .hp-site-header .hp-header-logo {
    left: calc(3% + 16px);
    top: 32px;
    width: 132px;
  }

  .hp-site-header .m_burger {
    right: calc(3% + 16px);
    top: 32px;
  }

  body.home.hp-new-home main {
    padding-top: 64px;
  }

  body.hp-has-site-header:not(.hp-new-home) .hp-inner-page-header {
    padding-top: 80px;
  }

  .hp-hero .container-xxl,
  .hp-projects .container-xxl,
  .hp-approach__panel > .container-xxl,
  .hp-competencies .container-xxl,
  .hp-approach__quote-wrap > .container-xxl,
  #hp-cta .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hp-hero {
    padding: 24px 0 48px;
  }

  .hp-projects,
  .hp-competencies {
    padding: 56px 0;
  }

  .hp-approach {
    padding: 64px 0 0;
  }

  .hp-events-grid {
    grid-template-columns: 1fr;
  }

  .hp-event-card__meta,
  .hp-event-card__title,
  .hp-event-card__desc {
    margin-left: 0;
  }

  .hp-event-card__media::after {
    border-width: 14px;
  }

  .hp-competencies__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hp-principle-row {
    grid-template-columns: 2.15rem 1fr;
    gap: 12px 16px;
  }

  #hp-cta.hp-cta {
    background: url("../img/mobile-bg-1.jpg") center / cover no-repeat, #D8D5CA;
    padding: 72px 0 80px;
  }
}

#our-partners .p_img .more-project a {
    background-color: #2F3336!important;
	padding: 13px 62px 13px 30px!important;
}


@media (max-width: 767.98px) {
    .hp-approach {
        padding: 0; 
    }
.hp-approach__title {
    font-size: 2.05rem;
	}
.hp-event-card__title {
    font-size: 1.28rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #2F3336;
}
#our-partners .section_title::after {
    background-color: rgba(7, 127, 139, 0.19);
}

div.section_title::after {
    height: 8px;
	}

.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}
body.home.hp-new-home #our-partners {
    padding-top: 40px;
}

.hp-approach__panel {
    padding: 48px 0 40px;
}

#our-services .col-12 .os_section .os_section_title .title-img {
        bottom: 3px;
 font-family: var(--hp-font-heading);
    }
#our-services .col-12 .os_section .os_section_title .title-img {
    font-size: 22px;
	}

#our-services .container-xxl div:last-child .row .col-12:nth-child(2n + 2) {
    margin-top: 24px!important;
}





}