.elementor-3062 .elementor-element.elementor-element-95be768{--display:flex;}.elementor-3062 .elementor-element.elementor-element-2455c1c{--display:flex;}.elementor-3062 .elementor-element.elementor-element-fef757e{--display:flex;}.elementor-3062 .elementor-element.elementor-element-10a0130{--display:flex;}.elementor-3062 .elementor-element.elementor-element-634298e{--display:flex;}.elementor-3062 .elementor-element.elementor-element-faee3b5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3435e95 */:root {
  --jp-nero: #0E0E0C;
  --jp-forest: #1C3829;
  --jp-forest-mid: #2D5040;
  --jp-clay: #C4785A;
  --jp-offwhite: #F5F3EE;
  --jp-cream: #EDE9E0;
  --jp-slate: #6B6960;
  --jp-line: rgba(14, 14, 12, 0.08);

  --page-start-space-desktop: 72px;
  --page-start-space-tablet: 56px;
  --page-start-space-mobile: 40px;
}

.page-section-start {
  padding-top: var(--page-start-space-desktop);
}

.home-hero {
  background: var(--jp-offwhite);
  padding-bottom: 36px;
}

.home-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px 0;
  min-height: min(74vh, 760px);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
  align-items: center;
}

.home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(8px, 2vh, 24px);
  max-width: 560px;
}

.home-hero__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(14, 14, 12, 0.66);
  margin-bottom: 16px;
}

.home-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.1rem, 6.2vw, 5.4rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--jp-nero);
  text-transform: none;
}

.home-hero__subtitle {
  margin: 16px 0 0;
  max-width: 22ch;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.06rem, 1.55vw, 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(14, 14, 12, 0.82);
}

.home-hero__actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.home-hero__button--primary {
  background: var(--jp-nero);
  color: var(--jp-offwhite);
  border: 1px solid var(--jp-nero);
}

.home-hero__button--primary:hover {
  background: var(--jp-forest);
  border-color: var(--jp-forest);
  color: var(--jp-offwhite);
  transform: translateY(-1px);
}

.home-hero__link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--jp-nero);
  text-decoration: none;
  position: relative;
}

.home-hero__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 12, 0.34);
  transition: background 0.2s ease;
}

.home-hero__link:hover {
  color: var(--jp-clay);
}

.home-hero__link:hover::after {
  background: var(--jp-clay);
}

.home-hero__media {
  display: flex;
  align-items: center;
}

.home-hero__image-wrap {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  background: linear-gradient(145deg, var(--jp-forest) 0%, var(--jp-forest-mid) 100%);
  padding: 16px;
}

.home-hero__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

@media (max-width: 1200px) {
  .home-hero__inner {
    padding-left: 28px;
    padding-right: 28px;
    gap: 28px;
  }

  .home-hero__image-wrap {
    max-width: 560px;
  }
}

@media (max-width: 1024px) {
  .page-section-start {
    padding-top: var(--page-start-space-tablet);
  }
}

@media (max-width: 920px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 20px;
  }

  .home-hero__content {
    max-width: 100%;
    padding-top: 12px;
    order: 1;
  }

  .home-hero__media {
    order: 2;
  }

  .home-hero__subtitle {
    max-width: 100%;
  }

  .home-hero__image-wrap {
    max-width: 100%;
  }

  .home-hero__image {
    aspect-ratio: 4 / 5;
    object-position: center 26%;
  }
}

@media (max-width: 768px) {
  .page-section-start {
    padding-top: var(--page-start-space-mobile);
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding-bottom: 28px;
  }

  .home-hero__inner {
    padding: 0 16px;
  }

  .home-hero__eyebrow {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .home-hero__actions {
    gap: 16px;
    margin-top: 28px;
  }

  .home-hero__button {
    min-height: 46px;
    padding: 0 18px;
  }

  .home-hero__image-wrap {
    padding: 12px;
  }

  .home-hero__image {
    aspect-ratio: 4 / 5;
    object-position: center 24%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe60c29 */.home-areas {
  background: #EDE9E0;
  padding: 84px 0 96px;
}

.home-areas__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
}

.home-areas__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-areas__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.52);
  margin-bottom: 14px;
}

.home-areas__headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-areas__card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(14, 14, 12, 0.08);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-areas__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 14, 12, 0.08);
}

.home-areas__image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.home-areas__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home-areas__card:hover .home-areas__image {
  transform: scale(1.03);
}

.home-areas__content {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home-areas__label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.48);
  margin-bottom: 10px;
}

.home-areas__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-areas__text {
  margin: 14px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(14, 14, 12, 0.78);
  max-width: 22ch;
}

.home-areas__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E0E0C;
  position: relative;
}

.home-areas__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 12, 0.32);
  transition: background 0.2s ease;
}

.home-areas__card:hover .home-areas__link {
  color: #C4785A;
}

.home-areas__card:hover .home-areas__link::after {
  background: #C4785A;
}

@media (max-width: 1200px) {
  .home-areas__inner {
    padding: 0 28px;
  }
}

@media (max-width: 920px) {
  .home-areas {
    padding: 68px 0 78px;
  }

  .home-areas__inner {
    padding: 0 20px;
  }

  .home-areas__grid {
    grid-template-columns: 1fr;
  }

  .home-areas__text {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .home-areas {
    padding: 56px 0 64px;
  }

  .home-areas__inner {
    padding: 0 16px;
  }

  .home-areas__intro {
    margin-bottom: 26px;
  }

  .home-areas__content {
    padding: 20px 18px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bbc3ee */.home-about {
  background: #F5F3EE;
  padding: 92px 0 104px;
}

.home-about__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.home-about__media {
  display: flex;
  align-items: stretch;
}

.home-about__image-wrap {
  width: 100%;
  background: #EDE9E0;
  padding: 14px;
}

.home-about__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
}

.home-about__content {
  max-width: 640px;
}

.home-about__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.52);
  margin-bottom: 14px;
}

.home-about__headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-about__text {
  margin-top: 22px;
}

.home-about__text p {
  margin: 0 0 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.04rem;
  line-height: 1.72;
  color: rgba(14, 14, 12, 0.82);
}

.home-about__text p:last-child {
  margin-bottom: 0;
}

.home-about__link {
  display: inline-block;
  margin-top: 26px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E0E0C;
  text-decoration: none;
  position: relative;
}

.home-about__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 12, 0.34);
  transition: background 0.2s ease;
}

.home-about__link:hover {
  color: #C4785A;
}

.home-about__link:hover::after {
  background: #C4785A;
}

@media (max-width: 1200px) {
  .home-about__inner {
    padding: 0 28px;
    gap: 36px;
  }
}

@media (max-width: 920px) {
  .home-about {
    padding: 72px 0 80px;
  }

  .home-about__inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 28px;
  }

  .home-about__content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .home-about {
    padding: 56px 0 64px;
  }

  .home-about__inner {
    padding: 0 16px;
  }

  .home-about__image-wrap {
    padding: 10px;
  }

  .home-about__text p {
    font-size: 1rem;
    line-height: 1.68;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9492a03 */.home-projects {
  background: #F5F3EE;
  padding: 92px 0 104px;
}

.home-projects__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
}

.home-projects__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-projects__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.52);
  margin-bottom: 14px;
}

.home-projects__headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-projects__card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(14, 14, 12, 0.08);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  height: 100%;
}

.home-projects__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 14, 12, 0.08);
}

.home-projects__image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ddd;
}

.home-projects__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.35s ease;
}

.home-projects__card:hover .home-projects__image {
  transform: scale(1.03);
}

.home-projects__content {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home-projects__label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.48);
  margin-bottom: 10px;
}

.home-projects__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.3vw, 2.25rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-projects__text {
  margin: 14px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(14, 14, 12, 0.78);
  max-width: 34ch;
}

.home-projects__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E0E0C;
  position: relative;
}

.home-projects__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 12, 0.32);
  transition: background 0.2s ease;
}

.home-projects__card:hover .home-projects__link {
  color: #C4785A;
}

.home-projects__card:hover .home-projects__link::after {
  background: #C4785A;
}

@media (max-width: 1200px) {
  .home-projects__inner {
    padding: 0 28px;
  }
}

@media (max-width: 920px) {
  .home-projects {
    padding: 72px 0 80px;
  }

  .home-projects__inner {
    padding: 0 20px;
  }

  .home-projects__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-projects {
    padding: 56px 0 64px;
  }

  .home-projects__inner {
    padding: 0 16px;
  }

  .home-projects__intro {
    margin-bottom: 26px;
  }

  .home-projects__content {
    padding: 20px 18px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b829ea */.home-cv-teaser {
  background: #EDE9E0;
  padding: 92px 0 104px;
}

.home-cv-teaser__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
}

.home-cv-teaser__intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.home-cv-teaser__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 12, 0.52);
  margin-bottom: 14px;
}

.home-cv-teaser__headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0E0E0C;
}

.home-cv-teaser__lead {
  margin: 18px 0 0;
  max-width: 40ch;
  font-family: "DM Sans", sans-serif;
  font-size: 1.04rem;
  line-height: 1.68;
  color: rgba(14, 14, 12, 0.8);
}

.home-cv-teaser__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 8px;
}

.home-cv-teaser__fact {
  padding-top: 18px;
  border-top: 1px solid rgba(14, 14, 12, 0.12);
}

.home-cv-teaser__fact-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #0E0E0C;
}

.home-cv-teaser__fact-text {
  margin-top: 12px;
  max-width: 24ch;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  color: rgba(14, 14, 12, 0.78);
}

.home-cv-teaser__cta {
  display: inline-block;
  margin-top: 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E0E0C;
  text-decoration: none;
  position: relative;
}

.home-cv-teaser__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 12, 0.32);
  transition: background 0.2s ease;
}

.home-cv-teaser__cta:hover {
  color: #C4785A;
}

.home-cv-teaser__cta:hover::after {
  background: #C4785A;
}

@media (max-width: 1200px) {
  .home-cv-teaser__inner {
    padding: 0 28px;
  }
}

@media (max-width: 920px) {
  .home-cv-teaser {
    padding: 72px 0 80px;
  }

  .home-cv-teaser__inner {
    padding: 0 20px;
  }

  .home-cv-teaser__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-cv-teaser__fact-text {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .home-cv-teaser {
    padding: 56px 0 64px;
  }

  .home-cv-teaser__inner {
    padding: 0 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2839565 */.home-contact-cta {
  background: #0E0E0C;
  padding: 96px 0 104px;
}

.home-contact-cta__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 36px;
  text-align: center;
}

.home-contact-cta__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.58);
  margin-bottom: 14px;
}

.home-contact-cta__headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #F5F3EE;
}

.home-contact-cta__text {
  margin: 22px auto 0;
  max-width: 40ch;
  font-family: "DM Sans", sans-serif;
  font-size: 1.06rem;
  line-height: 1.72;
  color: rgba(245, 243, 238, 0.78);
}

.home-contact-cta__actions {
  margin-top: 32px;
}

.home-contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  background: #F5F3EE;
  color: #0E0E0C;
  border: 1px solid #F5F3EE;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.home-contact-cta__button:hover {
  background: transparent;
  color: #F5F3EE;
  border-color: rgba(245, 243, 238, 0.35);
  transform: translateY(-1px);
}

.home-contact-cta__meta {
  margin-top: 30px;
}

.home-contact-cta__mail {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #F5F3EE;
  text-decoration: none;
  position: relative;
}

.home-contact-cta__mail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(245, 243, 238, 0.32);
  transition: background 0.2s ease;
}

.home-contact-cta__mail:hover {
  color: #E8A080;
}

.home-contact-cta__mail:hover::after {
  background: #E8A080;
}

.home-contact-cta__socials {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.home-contact-cta__socials a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(245, 243, 238, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-contact-cta__socials a:hover {
  color: #E8A080;
}

@media (max-width: 920px) {
  .home-contact-cta {
    padding: 76px 0 84px;
  }

  .home-contact-cta__inner {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .home-contact-cta {
    padding: 60px 0 68px;
  }

  .home-contact-cta__inner {
    padding: 0 16px;
  }

  .home-contact-cta__socials {
    gap: 14px;
  }
}/* End custom CSS */