.elementor-4489 .elementor-element.elementor-element-0546bfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4489 .elementor-element.elementor-element-e643913{width:100%;max-width:100%;}.elementor-4489 .elementor-element.elementor-element-3384d19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4489 .elementor-element.elementor-element-2cc8c2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e643913 *//* =========================================================
   SYNDICATE OF EUROPEAN HERITAGE — FINAL HERO SECTION
   Exact objective text, controlled three-line wrap
   ========================================================= */


/* REMOVE UNWANTED ELEMENTOR / THEME GAP ABOVE HERO */

body,
.site,
.site-content,
.content-area,
.entry-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-html {
  margin-top: 0 !important;
}

.entry-content {
  padding-top: 0 !important;
}

.elementor-widget-html:has(.sye-hero),
.elementor-widget-html:has(.sye-hero) .elementor-widget-container,
.elementor-section:has(.sye-hero),
.elementor-container:has(.sye-hero),
.e-con:has(.sye-hero),
.e-con-inner:has(.sye-hero) {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}


/* HERO WRAPPER */

.sye-hero {
  position: relative;
  width: 100vw;
  height: calc(100vh - 105px);
  min-height: 650px;
  max-height: 780px;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0 !important;

  background-image: url("https://www.sye-hq.org/wp-content/uploads/2025/06/32424.png");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px 24px 42px;
  overflow: hidden;
  color: #ffffff;
}


/* BACKGROUND OVERLAY */

.sye-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.56) 43%,
      rgba(0, 0, 0, 0.27) 100%
    ),
    radial-gradient(
      circle at 76% 25%,
      rgba(255, 255, 255, 0.19) 0%,
      rgba(255, 255, 255, 0.04) 22%,
      rgba(0, 0, 0, 0.32) 60%
    );
}


/* CONTENT BLOCK */

.sye-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-4px);
}


/* LOGO */

.sye-hero-logo {
  width: 250px;
  max-width: 42vw;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 50%;

  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.30),
    0 22px 60px rgba(0, 0, 0, 0.52);
}


/* SMALL UPPER TEXT */

.sye-kicker {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.92);

  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.70);
}


/* HEADLINE */

.sye-hero h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(38px, 3.35vw, 52px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #ffffff;

  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.62);
}


/* OBJECTIVE TEXT */

.sye-objective {
  max-width: 960px;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16.5px;
  line-height: 1.58;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.94);

  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.72);
}

.sye-objective span {
  display: block;
}


/* BUTTON AREA */

.sye-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}


/* BUTTON BASE */

.sye-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 185px;
  height: 46px;
  padding: 0 24px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;

  transition: all 0.25s ease;
}


/* WHITE BUTTON */

.sye-btn-light {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}

.sye-btn-light:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #000000;
}


/* OUTLINE BUTTON */

.sye-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.sye-btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .sye-hero {
    height: auto;
    min-height: 700px;
    max-height: none;
    padding: 62px 22px 60px;
    background-position: center center;
  }

  .sye-hero-content {
    max-width: 760px;
    transform: none;
  }

  .sye-hero-logo {
    width: 195px;
    max-width: 46vw;
    margin-bottom: 32px;
  }

  .sye-kicker {
    font-size: 11px;
    letter-spacing: 2.6px;
    margin-bottom: 17px;
  }

  .sye-hero h1 {
    font-size: clamp(34px, 6.4vw, 50px);
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .sye-objective {
    max-width: 720px;
    font-size: 15px;
    line-height: 1.62;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {
  .sye-hero {
    min-height: 690px;
    padding: 54px 18px 52px;
    background-position: center center;
  }

  .sye-hero-content {
    max-width: 100%;
  }

  .sye-hero-logo {
    width: 150px;
    max-width: 52vw;
    margin-bottom: 28px;
  }

  .sye-kicker {
    font-size: 9.5px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .sye-hero h1 {
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 1px;
    margin-bottom: 22px;
  }

  .sye-objective {
    font-size: 13.5px;
    line-height: 1.58;
  }

  .sye-objective span {
    display: inline;
  }

  .sye-objective span::after {
    content: " ";
  }

  .sye-hero-buttons {
    gap: 12px;
    margin-top: 26px;
  }

  .sye-btn {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    height: 45px;
  }
}
/* =========================================================
   HOME PAGE — FINAL HERO GAP FIX
   Only affects the hero block. Does not touch lower cards.
   ========================================================= */

/* Close the white strip between header and hero */
.sye-hero {
  position: relative !important;

  transform: translateY(-34px) !important;
  margin-bottom: -34px !important;
}

/* Preserve original hero content positioning */
.sye-hero-content {
  transform: translateY(-4px) !important;
}


/* TABLET */

@media (max-width: 900px) {
  .sye-hero {
    transform: translateY(-22px) !important;
    margin-bottom: -22px !important;
  }

  .sye-hero-content {
    transform: none !important;
  }
}


/* MOBILE */

@media (max-width: 560px) {
  .sye-hero {
    transform: translateY(-14px) !important;
    margin-bottom: -14px !important;
  }

  .sye-hero-content {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c21f35c *//* =========================================================
   SYE — SLEEK NAME AND MANDATE SECTION
   Place directly after the hero section
   ========================================================= */

.sye-mandate-sleek {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #ffffff;
  color: #111111;

  padding: 72px 24px 78px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.sye-mandate-inner {
  max-width: 1120px;
  margin: 0 auto;
}


/* TOP LABEL */

.sye-mandate-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;

  color: #555555;
  margin-bottom: 13px;
}

.sye-mandate-line {
  width: 360px;
  max-width: 66vw;
  height: 1px;
  background: #111111;
  margin: 0 auto 36px;
}


/* OBJECTIVE */

.sye-mandate-objective {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.sye-mandate-objective span {
  display: block;
}

.sye-mandate-objective > span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.7px;
  text-transform: uppercase;

  color: #555555;
  margin-bottom: 18px;
}

.sye-mandate-objective h2 {
  max-width: 900px;
  margin: 0 auto;

  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.1px;

  color: #111111;
}


/* CORE STATEMENT */

.sye-mandate-core {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.sye-core-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;

  color: #111111;
  margin-bottom: 18px;
}

.sye-mandate-core p {
  max-width: 790px;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;

  color: #333333;
}


/* THREE COLUMNS */

.sye-mandate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;

  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.sye-mandate-item {
  padding: 32px 34px 34px;
  min-height: 215px;

  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.sye-mandate-item:last-child {
  border-right: none;
}

.sye-item-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #777777;
  margin-bottom: 24px;
}

.sye-mandate-item h4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 400;

  color: #111111;
  margin: 0 0 16px;
}

.sye-mandate-item p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 400;

  color: #333333;
  margin: 0;
}


/* TABLET */

@media (max-width: 900px) {
  .sye-mandate-sleek {
    padding: 66px 22px 72px;
  }

  .sye-mandate-line {
    width: 300px;
    margin-bottom: 34px;
  }

  .sye-mandate-objective {
    margin-bottom: 40px;
  }

  .sye-mandate-objective h2 {
    font-size: clamp(31px, 5.4vw, 42px);
  }

  .sye-mandate-core {
    margin-bottom: 44px;
  }

  .sye-mandate-grid {
    grid-template-columns: 1fr;
  }

  .sye-mandate-item {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding: 31px 28px;
  }

  .sye-mandate-item:last-child {
    border-bottom: none;
  }
}


/* MOBILE */

@media (max-width: 560px) {
  .sye-mandate-sleek {
    padding: 56px 18px 62px;
  }

  .sye-mandate-label {
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  .sye-mandate-line {
    width: 210px;
    max-width: 75vw;
    margin-bottom: 30px;
  }

  .sye-mandate-objective > span {
    font-size: 9px;
    letter-spacing: 2.2px;
  }

  .sye-mandate-objective h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .sye-mandate-objective h2 span {
    display: inline;
  }

  .sye-mandate-objective h2 span::after {
    content: " ";
  }

  .sye-core-label {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .sye-mandate-core p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .sye-mandate-item {
    padding: 29px 22px;
  }

  .sye-mandate-item h4 {
    font-size: 26px;
  }

  .sye-mandate-item p {
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0643ba9 *//* =========================================================
   SYE — PUBLIC WORK SECTION
   Place directly after Name and Mandate section
   ========================================================= */

.sye-public-work {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #f7f7f7;
  color: #111111;

  padding: 72px 24px 82px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.sye-work-inner {
  max-width: 1180px;
  margin: 0 auto;
}


/* HEADER */

.sye-work-header {
  max-width: 940px;
  margin: 0 auto 52px;
  text-align: center;
}

.sye-work-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3.2px;
  text-transform: uppercase;

  color: #555555;
  margin-bottom: 13px;
}

.sye-work-line {
  width: 360px;
  max-width: 66vw;
  height: 1px;
  background: #111111;
  margin: 0 auto 34px;
}

.sye-work-header h2 {
  max-width: 940px;
  margin: 0 auto 22px;

  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.1px;

  color: #111111;
}

.sye-work-header h2 span {
  display: block;
}

.sye-work-header p {
  max-width: 760px;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;

  color: #333333;
}


/* WORK PANELS */

.sye-work-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sye-work-panel {
  position: relative;
  min-height: 360px;

  display: flex;
  align-items: stretch;

  overflow: hidden;
  color: #ffffff;
  text-decoration: none;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border: 1px solid rgba(0, 0, 0, 0.18);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.sye-work-projects {
  background-image: url("https://www.sye-hq.org/wp-content/uploads/2026/05/2.png");
}

.sye-work-departments {
  background-image: url("https://www.sye-hq.org/wp-content/uploads/2026/05/Clean-layered-structures.png");
}

.sye-work-publications {
  background-image: url("https://www.sye-hq.org/wp-content/uploads/2026/05/Clean-layered-structures-2.png");
}

.sye-work-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.30);
}

.sye-panel-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.36) 0%,
      rgba(0, 0, 0, 0.68) 45%,
      rgba(0, 0, 0, 0.88) 100%
    );

  transition: background 0.25s ease;
}

.sye-work-panel:hover .sye-panel-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.44) 0%,
      rgba(0, 0, 0, 0.76) 45%,
      rgba(0, 0, 0, 0.94) 100%
    );
}

.sye-panel-content {
  position: relative;
  z-index: 2;

  width: 100%;
  min-height: 360px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 34px 34px 32px;
}

.sye-panel-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.66);
}

.sye-panel-body {
  margin-top: auto;
}

.sye-panel-body h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 1.08;
  font-weight: 400;

  color: #ffffff;
  margin: 0 0 16px;
}

.sye-panel-body p {
  max-width: 310px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}

.sye-panel-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-top: 30px;
  padding-top: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.24);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;

  color: #ffffff;
}

.sye-panel-action span {
  font-size: 15px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.sye-work-panel:hover .sye-panel-action span {
  transform: translateX(4px);
}


/* FOOTER STATEMENT */

.sye-work-footer {
  max-width: 1040px;
  margin: 44px auto 0;
  text-align: center;
}

.sye-work-footer span {
  display: block;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;

  color: #555555;
  margin-bottom: 14px;
}

.sye-work-footer p {
  max-width: none;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 400;

  color: #333333;
  white-space: nowrap;
}


/* TABLET */

@media (max-width: 900px) {
  .sye-public-work {
    padding: 66px 22px 74px;
  }

  .sye-work-header {
    margin-bottom: 44px;
  }

  .sye-work-line {
    width: 300px;
    margin-bottom: 32px;
  }

  .sye-work-header h2 {
    font-size: clamp(31px, 5.4vw, 42px);
  }

  .sye-work-panels {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sye-work-panel {
    min-height: 310px;
  }

  .sye-panel-content {
    min-height: 310px;
    padding: 32px 30px;
  }

  .sye-panel-body p {
    max-width: 560px;
  }

  .sye-work-footer p {
    max-width: 720px;
    white-space: normal;
  }
}


/* MOBILE */

@media (max-width: 560px) {
  .sye-public-work {
    padding: 56px 18px 64px;
  }

  .sye-work-label {
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  .sye-work-line {
    width: 210px;
    max-width: 75vw;
    margin-bottom: 30px;
  }

  .sye-work-header h2 {
    font-size: 29px;
    line-height: 1.22;
  }

  .sye-work-header h2 span {
    display: inline;
  }

  .sye-work-header h2 span::after {
    content: " ";
  }

  .sye-work-header p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .sye-work-panel {
    min-height: 285px;
  }

  .sye-panel-content {
    min-height: 285px;
    padding: 30px 22px;
  }

  .sye-panel-body h3 {
    font-size: 30px;
  }

  .sye-panel-body p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sye-panel-action {
    margin-top: 28px;
    font-size: 9.5px;
    letter-spacing: 1.2px;
  }

  .sye-work-footer {
    margin-top: 38px;
  }

  .sye-work-footer p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
    white-space: normal;
  }
}/* End custom CSS */