.elementor-kit-5{--e-global-color-primary:#245778;--e-global-color-secondary:#74A4BC;--e-global-color-text:#132C39;--e-global-color-accent:#AF929D;--e-global-color-cream:#E2E8C0;--e-global-color-paper:#FEF9EF;--e-global-color-night:#10252F;--e-global-color-gold:#B67F30;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Sinnfrei Script";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:600;color:#132C39;font-family:"Helvetica", Sans-serif;font-size:18px;line-height:1.65em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#245778;}.elementor-kit-5 a:hover{color:#74A4BC;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --sf-baltic: #245778;
  --sf-steel: #74a4bc;
  --sf-cream: #e2e8c0;
  --sf-paper: #fef9ef;
  --sf-lilac: #af929d;
  --sf-ink: #132c39;
  --sf-night: #10252f;
  --sf-gold: #b67f30;
  --sf-line: rgba(36, 87, 120, 0.24);
  --sf-line-light: rgba(254, 249, 239, 0.32);
  --sf-max: 1380px;
  --sf-gutter: clamp(22px, 4.5vw, 72px);
  --sf-space: clamp(104px, 11vw, 178px);
  --sf-sans: "Sinnfrei Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sf-display: Georgia, "Times New Roman", serif;
  --sf-script: "Sinnfrei Script", cursive;
}

html {
  scroll-behavior: smooth;
  background: var(--sf-paper);
}

body {
  margin: 0;
  color: var(--sf-ink);
  background-color: var(--sf-paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  font-family: var(--sf-sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.elementor-element,
.elementor-widget,
.elementor-widget-container,
.e-con {
  min-width: 0;
}

.e-con {
  --display: flex;
  --gap: 0;
  padding: 0;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.sf-main {
  overflow: clip;
}

.sf-shell {
  width: min(calc(100% - (var(--sf-gutter) * 2)), var(--sf-max));
  margin-inline: auto;
}

.sf-section {
  position: relative;
  padding-block: var(--sf-space);
}

.sf-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-skip-link:focus {
  transform: translateY(0);
}

.sf-script {
  display: inline-block;
  font-family: var(--sf-script);
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: none;
}

.sf-kicker .elementor-heading-title,
.sf-footer-label .elementor-heading-title,
.sf-footer-meta .elementor-heading-title,
.sf-pause-caption .elementor-heading-title,
.sf-vertical-note .elementor-heading-title {
  margin: 0;
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sf-kicker .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: currentColor;
}

.sf-kicker .elementor-heading-title::before {
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.7;
}

.sf-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 52px;
  padding: 14px 22px 12px;
  border: 1px solid var(--sf-baltic);
  border-radius: 0;
  color: var(--sf-paper);
  background: var(--sf-baltic);
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
  transition: gap 280ms ease, color 280ms ease, background-color 280ms ease;
}

.sf-button .elementor-button::after {
  content: "→";
  font-size: 17px;
  font-weight: 400;
}

.sf-button .elementor-button:hover,
.sf-button .elementor-button:focus-visible {
  gap: 36px;
  color: var(--sf-baltic);
  background: transparent;
}

.sf-button--cream .elementor-button {
  border-color: var(--sf-paper);
  color: var(--sf-baltic);
  background: var(--sf-paper);
}

.sf-button--cream .elementor-button:hover,
.sf-button--cream .elementor-button:focus-visible {
  color: var(--sf-paper);
  background: transparent;
}

.sf-button--line .elementor-button {
  border-color: currentColor;
  color: inherit;
  background: transparent;
}

.sf-button--line .elementor-button:hover,
.sf-button--line .elementor-button:focus-visible {
  color: var(--sf-baltic);
  background: var(--sf-paper);
}

.sf-button--blue .elementor-button {
  border-color: var(--sf-baltic);
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-motif img {
  width: 100%;
}

/* Header */

.sf-site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 94px;
  color: var(--sf-baltic);
  background: rgba(254, 249, 239, 0.97);
  box-shadow: 0 1px 0 var(--sf-line);
  backdrop-filter: blur(12px);
  transition: height 320ms ease, color 320ms ease, background-color 320ms ease, box-shadow 320ms ease;
}

.sf-site-header.is-scrolled {
  height: 76px;
  color: var(--sf-baltic);
  background: rgba(254, 249, 239, 0.95);
  box-shadow: 0 1px 0 var(--sf-line);
  backdrop-filter: blur(12px);
}

.sf-page-kontakt .sf-site-header,
.sf-page-impressum .sf-site-header,
.sf-page-datenschutz .sf-site-header {
  color: var(--sf-baltic);
  background: rgba(254, 249, 239, 0.95);
  box-shadow: 0 1px 0 var(--sf-line);
  backdrop-filter: blur(12px);
}

.sf-header-inner {
  display: grid !important;
  grid-template-columns: 270px 1fr 240px 0;
  align-items: center;
  height: 100%;
}

.sf-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
}

.sf-brand-mark {
  width: 40px;
  flex: 0 0 40px;
}

.sf-brand-mark img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: none;
  transition: filter 320ms ease;
}

.sf-site-header.is-scrolled .sf-brand-mark img {
  filter: none;
}

.sf-page-kontakt .sf-brand-mark img,
.sf-page-impressum .sf-brand-mark img,
.sf-page-datenschutz .sf-brand-mark img {
  filter: none;
}

.sf-brand-words {
  gap: 5px;
}

.sf-brand-name .elementor-heading-title {
  margin: 0;
  color: currentColor;
  font-family: var(--sf-display);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.sf-brand-tagline .elementor-heading-title {
  margin: 0;
  color: currentColor;
  font-family: var(--sf-sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.8;
}

.sf-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: clamp(12px, 2vw, 32px);
}

.sf-nav-link,
.sf-header-cta,
.sf-footer-link {
  width: auto;
}

.sf-nav-link .elementor-button,
.sf-footer-link .elementor-button {
  min-height: 0;
  padding: 5px 0;
  border: 0;
  color: currentColor;
  background: transparent;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.sf-nav-link .elementor-button::after,
.sf-footer-link .elementor-button::after {
  display: none;
}

.sf-nav-link .elementor-button:hover,
.sf-nav-link .elementor-button:focus-visible,
.sf-footer-link .elementor-button:hover,
.sf-footer-link .elementor-button:focus-visible {
  gap: 0;
  color: currentColor;
  background: transparent;
  opacity: 0.62;
}

.sf-header-cta {
  justify-self: end;
}

.sf-header-cta .elementor-button {
  min-height: 44px;
  padding: 12px 16px 10px;
  border-color: currentColor;
  color: currentColor;
  background: transparent;
}

.sf-header-cta .elementor-button::after {
  display: none;
}

.sf-header-cta .elementor-button:hover,
.sf-header-cta .elementor-button:focus-visible {
  color: var(--sf-baltic);
  background: var(--sf-paper);
}

.sf-site-header.is-scrolled .sf-header-cta .elementor-button:hover,
.sf-site-header.is-scrolled .sf-header-cta .elementor-button:focus-visible {
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-menu-control {
  display: none;
}

/* Home hero */

.sf-hero {
  position: relative;
  min-height: 100svh;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--sf-paper);
  background: var(--sf-night);
}

.sf-hero::before,
.sf-page-hero::before,
.sf-visual-pause::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
}

.sf-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 24, 31, 0.82) 0%, rgba(10, 30, 39, 0.52) 44%, rgba(10, 30, 39, 0.08) 78%),
    linear-gradient(0deg, rgba(10, 27, 35, 0.44) 0%, transparent 42%);
}

.sf-hero-photo,
.sf-hero-photo .elementor-widget-container,
.sf-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-hero-photo img {
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(0.78) contrast(1.06) sepia(0.05);
}

.sf-hero-copy {
  position: relative;
  z-index: 3;
  width: min(820px, calc(100% - (var(--sf-gutter) * 2)));
  margin-right: auto;
  margin-bottom: clamp(60px, 8vh, 112px);
  margin-left: max(var(--sf-gutter), calc((100vw - var(--sf-max)) / 2));
  gap: 28px;
}

.sf-hero-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(76px, 8.2vw, 130px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.77;
}

.sf-hero-title .sf-script {
  margin-top: 24px;
  margin-left: clamp(28px, 7vw, 115px);
  color: var(--sf-cream);
  font-size: 0.46em;
  white-space: nowrap;
}

.sf-hero-lead {
  max-width: 590px;
}

.sf-hero-lead p,
.sf-page-lead p,
.sf-feature-text p,
.sf-offer-text p,
.sf-circle-text p,
.sf-about-text p,
.sf-story-text p,
.sf-contact-intro p {
  margin: 0;
}

.sf-hero-lead p {
  color: rgba(254, 249, 239, 0.88);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.55;
}

.sf-hero-copy .sf-button {
  width: fit-content;
}

.sf-hero-motif {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 7vw, 120px);
  bottom: clamp(40px, 7vh, 90px);
  width: clamp(180px, 21vw, 320px);
  opacity: 0.42;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
}

.sf-vertical-note {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 18px;
  width: auto;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.sf-vertical-note .elementor-heading-title {
  color: rgba(254, 249, 239, 0.75);
}

/* Manifest */

.sf-manifest {
  min-height: 760px;
  justify-content: center;
  overflow: hidden;
  background: var(--sf-paper);
}

.sf-manifest-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
}

.sf-manifest-grid .sf-kicker {
  grid-column: 2 / span 5;
  align-self: start;
  margin-bottom: 64px;
}

.sf-manifest-title {
  grid-column: 2 / span 8;
}

.sf-manifest-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(68px, 7.6vw, 116px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.87;
}

.sf-manifest-text {
  grid-column: 9 / span 3;
  align-self: end;
  padding-bottom: 8px;
}

.sf-manifest-text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
}

.sf-manifest-motif {
  position: absolute;
  z-index: 1;
  top: 7%;
  right: -3%;
  width: min(34vw, 440px);
  opacity: 0.11;
  transform: rotate(8deg);
}

/* Primary offer */

.sf-feature--blue {
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.sf-feature-photo {
  grid-column: 1 / span 7;
  margin-left: calc(var(--sf-gutter) * -1);
}

.sf-feature-photo img {
  width: 100%;
  height: clamp(650px, 74vw, 930px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.77) contrast(1.05) sepia(0.06);
}

.sf-feature-copy {
  position: relative;
  grid-column: 8 / -1;
  padding-left: clamp(34px, 5vw, 84px);
  gap: 28px;
}

.sf-feature-display,
.sf-offer-display {
  position: absolute;
  z-index: 0;
  top: -115px;
  right: -1vw;
}

.sf-feature-display .elementor-heading-title,
.sf-offer-display .elementor-heading-title {
  margin: 0;
  color: transparent;
  font-family: var(--sf-display);
  font-size: clamp(104px, 12vw, 190px);
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(254, 249, 239, 0.2);
}

.sf-feature-title,
.sf-offer-title,
.sf-circle-title,
.sf-about-title,
.sf-story-title {
  position: relative;
  z-index: 1;
}

.sf-feature-title .elementor-heading-title,
.sf-offer-title .elementor-heading-title,
.sf-circle-title .elementor-heading-title,
.sf-about-title .elementor-heading-title,
.sf-story-title .elementor-heading-title {
  margin: 0;
  font-family: var(--sf-display);
  font-size: clamp(65px, 6.3vw, 96px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.84;
}

.sf-feature-title .sf-script,
.sf-offer-title .sf-script,
.sf-about-title .sf-script {
  margin-left: clamp(22px, 3vw, 50px);
  color: var(--sf-cream);
}

.sf-feature-text,
.sf-offer-text,
.sf-circle-text,
.sf-about-text,
.sf-story-text {
  max-width: 540px;
}

.sf-feature-text p + p,
.sf-about-text p + p {
  margin-top: 1.15em;
}

.sf-feature-copy .sf-button,
.sf-offer-copy .sf-button,
.sf-circle-copy .sf-button,
.sf-about-copy .sf-button {
  width: fit-content;
}

/* Image pause */

.sf-visual-pause {
  position: relative;
  min-height: min(90vh, 960px);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  color: var(--sf-paper);
  background: var(--sf-night);
}

.sf-visual-pause::before {
  background: linear-gradient(90deg, rgba(12, 34, 43, 0.5), rgba(12, 34, 43, 0.08));
}

.sf-pause-photo,
.sf-pause-photo .elementor-widget-container,
.sf-pause-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-pause-photo img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.1) sepia(0.08);
  transform: scale(1.04);
}

.sf-pause-title,
.sf-pause-caption {
  position: relative;
  z-index: 2;
}

.sf-pause-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(96px, 15vw, 240px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.67;
  text-align: center;
}

.sf-pause-caption {
  position: absolute;
  right: var(--sf-gutter);
  bottom: 32px;
}

.sf-pause-caption .elementor-heading-title {
  color: var(--sf-paper);
}

/* Deep offer */

.sf-offer-deep {
  color: var(--sf-paper);
  background: var(--sf-night);
}

.sf-offer-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.sf-offer-copy {
  grid-column: 1 / span 5;
  gap: 30px;
}

.sf-offer-copy .sf-kicker {
  color: var(--sf-steel);
}

.sf-offer-title .sf-script {
  color: var(--sf-lilac);
}

.sf-offer-display {
  top: -130px;
  right: auto;
  left: -4vw;
}

.sf-offer-visual {
  position: relative;
  grid-column: 7 / -1;
  min-height: 760px;
}

.sf-offer-photo,
.sf-offer-photo .elementor-widget-container,
.sf-offer-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-offer-photo img {
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.36) saturate(0.68) contrast(1.1) brightness(0.78);
}

.sf-offer-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(9, 24, 31, 0.42));
}

.sf-offer-motif {
  position: absolute;
  z-index: 2;
  right: -7%;
  bottom: -7%;
  width: 70%;
  opacity: 0.64;
}

/* Circles */

.sf-circle-section {
  background: var(--sf-paper);
}

.sf-circle-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.sf-circle-visual {
  position: relative;
  grid-column: 1 / span 7;
  min-height: 760px;
}

.sf-circle-photo,
.sf-circle-photo .elementor-widget-container,
.sf-circle-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-circle-photo img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04) sepia(0.12);
}

.sf-circle-overlay {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 40px;
  max-width: 520px;
}

.sf-circle-overlay .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-script);
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 400;
  line-height: 0.88;
  text-align: right;
  transform: rotate(-5deg);
}

.sf-circle-copy {
  grid-column: 9 / -1;
  gap: 30px;
}

.sf-circle-copy .sf-kicker {
  color: var(--sf-lilac);
}

.sf-circle-title .elementor-heading-title {
  color: var(--sf-baltic);
  font-size: clamp(78px, 7.6vw, 120px);
}

/* About */

.sf-about-section {
  overflow: hidden;
  background: color-mix(in srgb, var(--sf-lilac) 24%, var(--sf-paper));
}

.sf-about-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.sf-about-copy {
  grid-column: 1 / span 6;
  gap: 28px;
  padding-right: clamp(30px, 6vw, 100px);
}

.sf-about-title .elementor-heading-title {
  color: var(--sf-baltic);
  font-size: clamp(76px, 7.5vw, 116px);
}

.sf-about-title .sf-script {
  color: var(--sf-baltic);
}

.sf-about-photo {
  grid-column: 8 / -1;
}

.sf-about-photo img {
  width: 100%;
  height: clamp(640px, 66vw, 880px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.67) contrast(1.02) sepia(0.12);
}

/* Approach */

.sf-approach {
  overflow: hidden;
  background: var(--sf-cream);
}

.sf-approach-title .elementor-heading-title,
.sf-process-title .elementor-heading-title {
  margin: 28px 0 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(74px, 9vw, 140px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.86;
}

.sf-approach-composition {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 700px;
  margin-top: 70px;
}

.sf-approach-item {
  position: relative;
  z-index: 2;
  gap: 12px;
  padding-top: 26px;
  border-top: 1px solid var(--sf-baltic);
}

.sf-approach-item--one {
  grid-column: 1 / span 4;
  align-self: start;
}

.sf-approach-item--two {
  grid-column: 7 / span 5;
  align-self: center;
}

.sf-approach-item--three {
  grid-column: 3 / span 5;
  align-self: end;
}

.sf-approach-word .elementor-heading-title {
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(56px, 6.8vw, 104px);
  font-weight: 400;
  line-height: 0.9;
}

.sf-approach-text {
  max-width: 340px;
}

.sf-approach-text p {
  margin: 0;
}

.sf-approach-motif {
  position: absolute;
  z-index: 1;
  top: 9%;
  left: 31%;
  width: min(38vw, 500px);
  opacity: 0.18;
  transform: rotate(-7deg);
}

/* Process */

.sf-process {
  background: var(--sf-paper);
}

.sf-process-title .elementor-heading-title {
  max-width: 900px;
  font-size: clamp(62px, 7.5vw, 112px);
}

.sf-process-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 86px;
  border-top: 1px solid var(--sf-baltic);
}

.sf-process-step {
  position: relative;
  padding: 34px 18px 34px 0;
  border-right: 1px solid var(--sf-line);
}

.sf-process-step::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: var(--sf-baltic);
}

.sf-process-step .elementor-heading-title {
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
}

/* Final */

.sf-final {
  min-height: min(88vh, 900px);
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  padding-right: max(var(--sf-gutter), calc((100vw - var(--sf-max)) / 2));
  padding-left: max(var(--sf-gutter), calc((100vw - var(--sf-max)) / 2));
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-final::before {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 12px;
  height: 12px;
  content: "✦";
  color: var(--sf-cream);
}

.sf-final-copy {
  position: relative;
  z-index: 2;
  width: min(890px, 76%);
  gap: 34px;
}

.sf-final-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(66px, 7.5vw, 112px);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 0.86;
}

.sf-final-title .sf-script {
  color: var(--sf-cream);
}

.sf-final-copy .sf-button {
  width: fit-content;
}

.sf-final-motif {
  position: absolute;
  right: clamp(-80px, -3vw, -20px);
  bottom: -18%;
  width: min(43vw, 560px);
  opacity: 0.2;
  filter: brightness(0) invert(1);
  transform: rotate(6deg);
}

/* Offer and about page heroes */

.sf-page-hero {
  position: relative;
  min-height: 94svh;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--sf-paper);
  background: var(--sf-night);
}

.sf-page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 24, 31, 0.87) 0%, rgba(8, 24, 31, 0.55) 48%, rgba(8, 24, 31, 0.08) 83%),
    linear-gradient(0deg, rgba(8, 24, 31, 0.4), transparent 45%);
}

.sf-page-hero-photo,
.sf-page-hero-photo .elementor-widget-container,
.sf-page-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-page-hero-photo img {
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.7) contrast(1.08) sepia(0.08);
}

.sf-page-hero-copy {
  position: relative;
  z-index: 3;
  width: min(780px, calc(100% - (var(--sf-gutter) * 2)));
  margin-right: auto;
  margin-bottom: clamp(60px, 8vh, 110px);
  margin-left: max(var(--sf-gutter), calc((100vw - var(--sf-max)) / 2));
  gap: 30px;
}

.sf-page-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(78px, 8.5vw, 132px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.79;
}

.sf-page-title .sf-script {
  margin-top: 20px;
  margin-left: clamp(28px, 6vw, 98px);
  color: var(--sf-cream);
  font-size: 0.56em;
}

.sf-page-lead {
  max-width: 600px;
}

.sf-page-lead p {
  color: rgba(254, 249, 239, 0.88);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.52;
}

.sf-page-hero-copy .sf-button {
  width: fit-content;
}

.sf-page-hero-motif {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 7vw, 110px);
  bottom: clamp(20px, 4vw, 70px);
  width: min(28vw, 360px);
  opacity: 0.34;
  filter: brightness(0) invert(1);
}

.sf-page-hero--about .sf-page-hero-photo img {
  object-position: center 31%;
}

/* Prose */

.sf-prose-section {
  background: var(--sf-paper);
}

.sf-prose-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.sf-prose-title {
  grid-column: 1 / span 6;
  padding-right: clamp(30px, 7vw, 110px);
}

.sf-prose-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(68px, 7vw, 105px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.sf-prose-body {
  grid-column: 8 / -1;
}

.sf-prose-body p {
  margin: 0 0 1.35em;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.68;
}

.sf-prose-body p:first-child {
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1.15;
}

/* Detail list */

.sf-details {
  color: var(--sf-paper);
  background: var(--sf-baltic);
}

.sf-details .sf-kicker {
  margin-bottom: 54px;
  color: var(--sf-cream);
}

.sf-detail-list {
  border-top: 1px solid var(--sf-line-light);
}

.sf-detail-row {
  display: grid !important;
  grid-template-columns: 110px 1fr;
  align-items: center;
  min-height: 112px;
  border-bottom: 1px solid var(--sf-line-light);
}

.sf-detail-number .elementor-heading-title {
  margin: 0;
  color: var(--sf-steel);
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.sf-detail-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(38px, 4.7vw, 68px);
  font-weight: 400;
  line-height: 1;
}

/* Quote band */

.sf-quote-band {
  color: var(--sf-baltic);
  background: var(--sf-cream);
}

.sf-quote-inner {
  display: grid !important;
  grid-template-columns: 150px 1fr;
  align-items: start;
}

.sf-quote-mark .elementor-heading-title {
  margin: -30px 0 0;
  color: var(--sf-lilac);
  font-family: Georgia, serif;
  font-size: 190px;
  font-weight: 400;
  line-height: 1;
}

.sf-quote-text .elementor-heading-title {
  max-width: 980px;
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(54px, 6.4vw, 96px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

/* About story */

.sf-story {
  background: var(--sf-cream);
}

.sf-story-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  min-height: 900px;
}

.sf-story-photo--large {
  grid-column: 1 / span 6;
  grid-row: 1;
}

.sf-story-photo--large img {
  width: 100%;
  height: 820px;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.08);
}

.sf-story-copy {
  position: relative;
  z-index: 2;
  grid-column: 6 / span 6;
  grid-row: 1;
  padding: clamp(42px, 6vw, 92px);
  color: var(--sf-paper);
  background: var(--sf-baltic);
  gap: 28px;
}

.sf-story-title .elementor-heading-title {
  color: var(--sf-paper);
  font-size: clamp(58px, 6vw, 88px);
}

.sf-story-photo--small {
  z-index: 3;
  grid-column: 10 / -1;
  grid-row: 1;
  align-self: end;
  margin-bottom: -56px;
}

.sf-story-photo--small img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  filter: grayscale(0.1) saturate(0.72) sepia(0.12);
}

/* Contact */

.sf-contact-page {
  min-height: 100svh;
  padding-top: clamp(148px, 14vw, 210px);
  background: var(--sf-paper);
}

.sf-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.sf-contact-copy {
  position: relative;
  grid-column: 1 / span 5;
  gap: 30px;
}

.sf-contact-title .elementor-heading-title,
.sf-legal-title .elementor-heading-title {
  margin: 0;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(70px, 7.7vw, 116px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.84;
}

.sf-contact-title .sf-script {
  margin-top: 20px;
  margin-left: 34px;
  color: var(--sf-lilac);
}

.sf-contact-intro p + p {
  margin-top: 1.3em;
}

.sf-contact-intro a {
  color: var(--sf-baltic);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sf-contact-motif {
  width: min(290px, 58%);
  margin-top: 20px;
  opacity: 0.22;
}

.sf-contact-form-wrap {
  grid-column: 7 / -1;
  padding: clamp(28px, 4vw, 62px);
  background: var(--sf-cream);
}

.sf-form-status {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--sf-baltic);
  color: var(--sf-baltic);
}

.sf-contact-form {
  display: grid;
  gap: 24px;
}

.sf-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sf-field {
  display: grid;
  gap: 8px;
}

.sf-field label {
  color: var(--sf-baltic);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sf-field input,
.sf-field select,
.sf-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(36, 87, 120, 0.54);
  border-radius: 0;
  color: var(--sf-ink);
  background: transparent;
  font: inherit;
  outline: none;
}

.sf-field input,
.sf-field select {
  min-height: 48px;
}

.sf-field textarea {
  min-height: 110px;
  resize: vertical;
}

.sf-field input:focus,
.sf-field select:focus,
.sf-field textarea:focus {
  border-bottom-color: var(--sf-baltic);
  box-shadow: 0 1px 0 var(--sf-baltic);
}

.sf-contact-form > p {
  margin: 0;
  font-size: 14px;
}

.sf-contact-form .sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 52px;
  padding: 14px 22px 12px;
  border: 1px solid var(--sf-baltic);
  border-radius: 0;
  color: var(--sf-paper);
  background: var(--sf-baltic);
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sf-contact-form .sf-btn::after {
  content: "→";
  font-size: 17px;
}

/* Legal */

.sf-legal {
  min-height: 100svh;
  padding-top: clamp(150px, 14vw, 220px);
  background: var(--sf-paper);
}

.sf-legal-inner {
  max-width: 900px;
  margin-inline: auto;
  gap: 34px;
}

.sf-legal-title .elementor-heading-title {
  font-size: clamp(74px, 9vw, 138px);
}

.sf-legal-copy h2 {
  margin: 2.2em 0 0.6em;
  color: var(--sf-baltic);
  font-family: var(--sf-display);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.1;
}

.sf-legal-copy p {
  margin: 0 0 1.2em;
}

.sf-offer-legal {
  padding-block: clamp(58px, 7vw, 88px);
  background: rgba(175, 146, 157, 0.17);
}

.sf-offer-legal-inner {
  display: grid !important;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 6vw, 86px);
}

.sf-offer-legal-copy {
  max-width: 760px;
  color: var(--sf-ink);
  font-size: clamp(16px, 1.4vw, 19px);
}

.sf-offer-legal-copy p {
  margin: 0;
}

.sf-offer-legal-copy a {
  color: var(--sf-baltic);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 720px) {
  .sf-offer-legal-inner {
    grid-template-columns: 1fr;
  }
}

/* Footer */

.sf-site-footer {
  padding: clamp(82px, 9vw, 132px) 0 28px;
  color: var(--sf-paper);
  background: var(--sf-night);
}

.sf-footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(40px, 8vw, 130px);
}

.sf-footer-intro {
  gap: 20px;
}

.sf-footer-wordmark .elementor-heading-title {
  margin: 0;
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: clamp(70px, 8vw, 124px);
  font-weight: 400;
  line-height: 0.8;
}

.sf-footer-statement p {
  margin: 0;
  color: var(--sf-cream);
  font-family: var(--sf-display);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.05;
}

.sf-footer-meta .elementor-heading-title,
.sf-footer-label .elementor-heading-title {
  color: rgba(254, 249, 239, 0.58);
}

.sf-footer-column {
  align-items: flex-start;
  gap: 14px;
}

.sf-footer-column .sf-footer-label {
  margin-bottom: 18px;
}

.sf-footer-link .elementor-button {
  color: var(--sf-paper);
  font-family: var(--sf-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.sf-footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 84px;
  padding-top: 24px;
  border-top: 1px solid rgba(254, 249, 239, 0.18);
}

/* Tablet */

@media (max-width: 1100px) {
  .sf-header-inner {
    grid-template-columns: 240px 1fr 200px 0;
  }

  .sf-nav {
    gap: 14px;
  }

  .sf-nav-link .elementor-button {
    font-size: 9px;
  }

  .sf-feature-photo {
    grid-column: 1 / span 6;
  }

  .sf-feature-copy {
    grid-column: 7 / -1;
  }

  .sf-circle-visual {
    grid-column: 1 / span 7;
  }

  .sf-circle-copy {
    grid-column: 8 / -1;
    padding-left: 42px;
  }
}

/* Mobile */

@media (max-width: 860px) {
  :root {
    --sf-gutter: 22px;
    --sf-space: 92px;
  }

  body {
    font-size: 17px;
  }

  .sf-site-header,
  .sf-site-header.is-scrolled {
    height: 72px;
  }

  .sf-site-header {
    color: var(--sf-paper);
  }

  .sf-site-header.is-scrolled,
  body.menu-open .sf-site-header {
    color: var(--sf-baltic);
    background: rgba(254, 249, 239, 0.98);
  }

  .sf-header-inner {
    grid-template-columns: 1fr auto;
  }

  .sf-brand {
    z-index: 4;
  }

  .sf-brand-mark,
  .sf-brand-mark img {
    width: 34px;
    height: 34px;
  }

  body.menu-open .sf-brand-mark img {
    filter: none;
  }

  .sf-brand-name .elementor-heading-title {
    font-size: 25px;
  }

  .sf-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 100px var(--sf-gutter) 40px;
    visibility: hidden;
    color: var(--sf-baltic);
    background: var(--sf-paper);
    opacity: 0;
    transform: translateY(-16px);
    transition: visibility 280ms ease, opacity 280ms ease, transform 280ms ease;
  }

  body.menu-open .sf-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .sf-nav-link .elementor-button {
    color: var(--sf-baltic);
    font-family: var(--sf-display);
    font-size: clamp(40px, 12vw, 62px);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .sf-header-cta {
    display: none;
  }

  .sf-menu-control {
    z-index: 4;
    display: block;
    grid-column: 2;
  }

  .sf-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px 8px;
    border: 0;
    background: transparent;
  }

  .sf-menu-toggle span {
    display: block;
    width: 28px;
    height: 1px;
    margin: auto;
    background: currentColor;
    transition: transform 280ms ease;
  }

  body.menu-open .sf-menu-toggle span:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  body.menu-open .sf-menu-toggle span:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .sf-hero {
    min-height: 920px;
  }

  .sf-hero::before {
    background:
      linear-gradient(0deg, rgba(8, 24, 31, 0.86) 0%, rgba(8, 24, 31, 0.22) 76%),
      linear-gradient(90deg, rgba(8, 24, 31, 0.35), transparent);
  }

  .sf-hero-photo img {
    object-position: 63% center;
  }

  .sf-hero-copy {
    width: calc(100% - (var(--sf-gutter) * 2));
    margin: 0 var(--sf-gutter) 54px;
    gap: 22px;
  }

  .sf-hero-title .elementor-heading-title {
    font-size: clamp(64px, 20vw, 94px);
    line-height: 0.78;
  }

  .sf-hero-title .sf-script {
    margin-top: 20px;
    margin-left: 12px;
    font-size: 0.44em;
    white-space: normal;
  }

  .sf-hero-lead {
    max-width: 430px;
  }

  .sf-hero-lead p {
    font-size: 17px;
  }

  .sf-hero-motif {
    right: -50px;
    bottom: 240px;
    width: 230px;
    opacity: 0.25;
  }

  .sf-vertical-note {
    display: none;
  }

  .sf-manifest {
    min-height: 680px;
  }

  .sf-manifest-grid,
  .sf-feature-grid,
  .sf-offer-grid,
  .sf-circle-grid,
  .sf-about-grid,
  .sf-prose-grid,
  .sf-contact-grid,
  .sf-story-grid {
    display: flex !important;
    flex-direction: column;
  }

  .sf-manifest-grid {
    align-items: stretch;
  }

  .sf-manifest-grid .sf-kicker {
    margin-bottom: 44px;
  }

  .sf-manifest-title .elementor-heading-title {
    font-size: clamp(57px, 16.5vw, 82px);
  }

  .sf-manifest-text {
    max-width: 420px;
    margin-top: 38px;
    margin-left: 14%;
  }

  .sf-manifest-motif {
    top: 1%;
    right: -28%;
    width: 78vw;
  }

  .sf-feature-grid,
  .sf-circle-grid,
  .sf-about-grid {
    width: 100%;
  }

  .sf-feature-photo {
    width: 100%;
    margin: 0;
  }

  .sf-feature-photo img,
  .sf-about-photo img {
    height: 640px;
  }

  .sf-feature-copy,
  .sf-circle-copy,
  .sf-about-copy {
    width: min(calc(100% - 44px), 620px);
    margin-inline: auto;
    padding: 72px 0 0;
  }

  .sf-feature-display,
  .sf-offer-display {
    top: 18px;
    right: -8px;
  }

  .sf-feature-display .elementor-heading-title,
  .sf-offer-display .elementor-heading-title {
    font-size: 25vw;
  }

  .sf-feature-title .elementor-heading-title,
  .sf-offer-title .elementor-heading-title,
  .sf-circle-title .elementor-heading-title,
  .sf-about-title .elementor-heading-title,
  .sf-story-title .elementor-heading-title {
    font-size: clamp(58px, 16vw, 82px);
  }

  .sf-visual-pause {
    min-height: 720px;
  }

  .sf-pause-title .elementor-heading-title {
    font-size: clamp(78px, 26vw, 126px);
  }

  .sf-offer-copy {
    width: 100%;
    padding-bottom: 70px;
  }

  .sf-offer-visual {
    width: calc(100% + 44px);
    min-height: 650px;
    margin-left: -22px;
  }

  .sf-offer-motif {
    right: -12%;
    bottom: -5%;
    width: 78%;
  }

  .sf-circle-section,
  .sf-about-section {
    padding-top: 0;
  }

  .sf-circle-visual {
    width: 100%;
    min-height: 650px;
  }

  .sf-circle-overlay {
    right: 20px;
    bottom: 30px;
  }

  .sf-circle-copy {
    padding-bottom: 0;
  }

  .sf-about-photo {
    order: -1;
    width: 100%;
  }

  .sf-about-copy {
    padding-bottom: 0;
  }

  .sf-approach-title .elementor-heading-title,
  .sf-process-title .elementor-heading-title {
    font-size: clamp(62px, 17vw, 92px);
  }

  .sf-approach-composition {
    display: flex !important;
    flex-direction: column;
    min-height: 0;
    gap: 70px;
  }

  .sf-approach-item {
    width: 86%;
  }

  .sf-approach-item--two {
    align-self: flex-end;
  }

  .sf-approach-item--three {
    width: 74%;
    margin-left: 9%;
  }

  .sf-approach-motif {
    top: 24%;
    left: 22%;
    width: 76vw;
  }

  .sf-process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .sf-process-step {
    border-bottom: 1px solid var(--sf-line);
  }

  .sf-final {
    min-height: 760px;
    padding-block: 104px;
  }

  .sf-final-copy {
    width: 100%;
  }

  .sf-final-title .elementor-heading-title {
    font-size: clamp(58px, 16vw, 84px);
  }

  .sf-final-motif {
    right: -130px;
    bottom: -90px;
    width: 440px;
  }

  .sf-page-hero {
    min-height: 850px;
  }

  .sf-page-hero::before {
    background: linear-gradient(0deg, rgba(8, 24, 31, 0.88) 0%, rgba(8, 24, 31, 0.16) 75%);
  }

  .sf-page-hero-photo img {
    object-position: 58% center;
  }

  .sf-page-hero-copy {
    width: calc(100% - 44px);
    margin: 0 22px 54px;
    gap: 24px;
  }

  .sf-page-title .elementor-heading-title {
    font-size: clamp(66px, 19vw, 98px);
  }

  .sf-page-title .sf-script {
    margin-left: 14px;
  }

  .sf-page-hero-motif {
    right: -70px;
    bottom: 185px;
    width: 260px;
  }

  .sf-prose-title {
    width: 100%;
    padding-right: 0;
  }

  .sf-prose-title .elementor-heading-title {
    font-size: clamp(58px, 16vw, 82px);
  }

  .sf-prose-body {
    width: 100%;
    margin-top: 52px;
  }

  .sf-detail-row {
    grid-template-columns: 54px 1fr;
    min-height: 98px;
  }

  .sf-detail-title .elementor-heading-title {
    font-size: clamp(29px, 8vw, 42px);
  }

  .sf-quote-inner {
    grid-template-columns: 54px 1fr;
  }

  .sf-quote-mark .elementor-heading-title {
    margin-top: -10px;
    font-size: 100px;
  }

  .sf-quote-text .elementor-heading-title {
    font-size: clamp(43px, 12vw, 62px);
  }

  .sf-story-grid {
    min-height: 0;
  }

  .sf-story-photo--large,
  .sf-story-copy,
  .sf-story-photo--small {
    width: 100%;
  }

  .sf-story-photo--large img {
    height: 600px;
  }

  .sf-story-copy {
    margin-top: -90px;
    margin-left: 22px;
    width: calc(100% - 22px);
    padding: 50px 28px;
  }

  .sf-story-photo--small {
    width: 58%;
    margin: -16px 0 0 auto;
  }

  .sf-contact-copy,
  .sf-contact-form-wrap {
    width: 100%;
  }

  .sf-contact-title .elementor-heading-title,
  .sf-legal-title .elementor-heading-title {
    font-size: clamp(62px, 17vw, 90px);
  }

  .sf-contact-motif {
    margin-bottom: 44px;
  }

  .sf-contact-form-wrap {
    padding: 30px 22px;
  }

  .sf-form-row {
    grid-template-columns: 1fr;
  }

  .sf-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sf-footer-intro {
    grid-column: 1 / -1;
    margin-bottom: 30px;
  }
}

@media (max-width: 520px) {
  .sf-brand-tagline {
    display: none;
  }

  .sf-hero {
    min-height: 820px;
  }

  .sf-hero-title .elementor-heading-title {
    font-size: 63px;
  }

  .sf-button .elementor-button {
    gap: 16px;
    padding-inline: 17px;
  }

  .sf-feature-photo img,
  .sf-about-photo img,
  .sf-circle-visual {
    height: 540px;
    min-height: 540px;
  }

  .sf-offer-visual {
    min-height: 560px;
  }

  .sf-process-steps {
    grid-template-columns: 1fr;
  }

  .sf-process-step {
    border-right: 0;
  }

  .sf-footer-grid {
    grid-template-columns: 1fr;
  }

  .sf-footer-intro {
    grid-column: auto;
  }

  .sf-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

/* Elementor Pro Theme Builder navigation */

.sf-site-header .sf-pro-nav,
.sf-site-header .sf-pro-nav.elementor-widget-nav-menu {
  position: static;
  inset: auto;
  display: block;
  width: auto;
  padding: 0;
  visibility: visible;
  color: var(--sf-baltic);
  background: transparent;
  opacity: 1;
  transform: none;
}

.sf-pro-nav .elementor-nav-menu--main .elementor-item {
  padding: 13px 14px;
  color: var(--sf-baltic);
  background: transparent;
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sf-pro-nav .elementor-nav-menu--main .elementor-item:hover,
.sf-pro-nav .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--sf-steel);
}

.sf-pro-nav .elementor-menu-toggle {
  margin-left: auto;
  color: var(--sf-baltic);
  background: transparent;
}

.sf-pro-nav .elementor-nav-menu--dropdown {
  padding: 22px;
  background: var(--sf-paper);
  box-shadow: 0 12px 32px rgba(16, 37, 47, 0.12);
}

.sf-pro-nav .elementor-nav-menu--dropdown .elementor-item {
  padding: 13px 8px;
  color: var(--sf-baltic);
  background: transparent;
  font-family: var(--sf-display);
  font-size: 30px;
}

/* Elementor Pro Form widget */

.sf-elementor-form .elementor-form-fields-wrapper {
  margin: 0 -10px -22px;
}

.sf-elementor-form .elementor-field-group {
  margin-bottom: 22px;
  padding-right: 10px;
  padding-left: 10px;
}

.sf-elementor-form .elementor-field-label {
  margin-bottom: 8px;
  color: var(--sf-baltic);
  font-family: var(--sf-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sf-elementor-form .elementor-field,
.sf-elementor-form .elementor-select-wrapper select {
  min-height: 52px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 87, 120, 0.54);
  border-radius: 0;
  color: var(--sf-ink);
  background: transparent;
  font-family: var(--sf-sans);
  font-size: 17px;
}

.sf-elementor-form textarea.elementor-field {
  min-height: 120px;
}

.sf-elementor-form .elementor-button {
  min-height: 54px;
  border: 1px solid var(--sf-baltic);
  border-radius: 0;
  color: var(--sf-paper);
  background: var(--sf-baltic);
  font-family: var(--sf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sf-elementor-form .elementor-button:hover {
  color: var(--sf-baltic);
  background: transparent;
}

.sf-form-privacy {
  margin-top: 20px;
  color: rgba(19, 44, 57, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

.sf-form-privacy p {
  margin: 0;
}

.sf-form-privacy a {
  color: var(--sf-baltic);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .sf-site-header,
  .sf-site-header.is-scrolled,
  body.menu-open .sf-site-header {
    height: 72px;
    color: var(--sf-baltic);
    background: rgba(254, 249, 239, 0.98);
  }

  .sf-header-inner {
    display: flex !important;
    flex-direction: row;
    grid-template-columns: none;
  }

  .sf-site-header .sf-pro-nav {
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Elementor's site-kit styles load after the child theme. Keep the brand system authoritative. */

body .sf-brand,
body .sf-nav,
body .sf-footer-bottom,
body .sf-final {
  flex-direction: row !important;
}

body .sf-nav-link,
body .sf-header-cta,
body .sf-footer-link,
body .sf-hero-copy .sf-button,
body .sf-feature-copy .sf-button,
body .sf-offer-copy .sf-button,
body .sf-circle-copy .sf-button,
body .sf-about-copy .sf-button,
body .sf-final-copy .sf-button,
body .sf-page-hero-copy .sf-button {
  width: auto !important;
}

body .sf-button .elementor-button {
  border: 1px solid var(--sf-baltic) !important;
  border-radius: 0 !important;
  color: var(--sf-paper) !important;
  background: var(--sf-baltic) !important;
  font-family: var(--sf-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.17em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .sf-button--cream .elementor-button {
  border-color: var(--sf-paper) !important;
  color: var(--sf-baltic) !important;
  background: var(--sf-paper) !important;
}

body .sf-button--line .elementor-button {
  border-color: currentColor !important;
  color: inherit !important;
  background: transparent !important;
}

body .sf-nav-link .elementor-button,
body .sf-footer-link .elementor-button {
  min-height: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
  color: currentColor !important;
  background: transparent !important;
}

body .sf-header-cta .elementor-button {
  min-height: 44px !important;
  padding: 12px 16px 10px !important;
  border-color: currentColor !important;
  color: currentColor !important;
  background: transparent !important;
}

body .sf-footer-link .elementor-button {
  color: var(--sf-paper) !important;
  font-family: var(--sf-display) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body .sf-brand-name .elementor-heading-title,
body .sf-hero-title .elementor-heading-title,
body .sf-manifest-title .elementor-heading-title,
body .sf-feature-title .elementor-heading-title,
body .sf-feature-display .elementor-heading-title,
body .sf-pause-title .elementor-heading-title,
body .sf-offer-title .elementor-heading-title,
body .sf-offer-display .elementor-heading-title,
body .sf-circle-title .elementor-heading-title,
body .sf-about-title .elementor-heading-title,
body .sf-approach-title .elementor-heading-title,
body .sf-approach-word .elementor-heading-title,
body .sf-process-title .elementor-heading-title,
body .sf-process-step .elementor-heading-title,
body .sf-final-title .elementor-heading-title,
body .sf-page-title .elementor-heading-title,
body .sf-prose-title .elementor-heading-title,
body .sf-detail-title .elementor-heading-title,
body .sf-quote-text .elementor-heading-title,
body .sf-story-title .elementor-heading-title,
body .sf-contact-title .elementor-heading-title,
body .sf-legal-title .elementor-heading-title,
body .sf-footer-wordmark .elementor-heading-title,
body .sf-footer-statement p {
  font-family: var(--sf-display) !important;
  font-weight: 400 !important;
}

body .sf-hero-title .elementor-heading-title,
body .sf-feature-title .elementor-heading-title,
body .sf-offer-title .elementor-heading-title,
body .sf-final-title .elementor-heading-title,
body .sf-page-title .elementor-heading-title,
body .sf-story-title .elementor-heading-title,
body .sf-footer-wordmark .elementor-heading-title {
  color: var(--sf-paper) !important;
}

body .sf-brand-name .elementor-heading-title {
  color: var(--sf-paper) !important;
  font-family: "Sinnfrei Display", Georgia, serif !important;
}

body .sf-footer-wordmark .elementor-heading-title {
  font-family: "Sinnfrei Display", Georgia, serif !important;
}

body .sf-site-header.is-scrolled .sf-brand-name .elementor-heading-title,
body.sf-page-kontakt .sf-brand-name .elementor-heading-title,
body.sf-page-impressum .sf-brand-name .elementor-heading-title,
body.sf-page-datenschutz .sf-brand-name .elementor-heading-title {
  color: var(--sf-baltic) !important;
}

body .sf-manifest-title .elementor-heading-title,
body .sf-circle-title .elementor-heading-title,
body .sf-about-title .elementor-heading-title,
body .sf-approach-title .elementor-heading-title,
body .sf-approach-word .elementor-heading-title,
body .sf-process-title .elementor-heading-title,
body .sf-process-step .elementor-heading-title,
body .sf-prose-title .elementor-heading-title,
body .sf-quote-text .elementor-heading-title,
body .sf-contact-title .elementor-heading-title,
body .sf-legal-title .elementor-heading-title {
  color: var(--sf-baltic) !important;
}

body .sf-feature-display .elementor-heading-title,
body .sf-offer-display .elementor-heading-title {
  color: transparent !important;
}

body .sf-detail-title .elementor-heading-title {
  color: var(--sf-paper) !important;
}

body .sf-feature-text,
body .sf-feature-text p,
body .sf-offer-text,
body .sf-offer-text p,
body .sf-story-text,
body .sf-story-text p {
  color: var(--sf-paper) !important;
}

body .sf-kicker .elementor-heading-title,
body .sf-brand-tagline .elementor-heading-title,
body .sf-footer-label .elementor-heading-title,
body .sf-footer-meta .elementor-heading-title,
body .sf-pause-caption .elementor-heading-title,
body .sf-vertical-note .elementor-heading-title,
body .sf-detail-number .elementor-heading-title {
  font-family: var(--sf-sans) !important;
}

@media (max-width: 860px) {
  body .sf-nav {
    flex-direction: column !important;
  }

  body .sf-nav-link .elementor-button {
    color: var(--sf-baltic) !important;
    font-family: var(--sf-display) !important;
    font-size: clamp(40px, 12vw, 62px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  body .sf-footer-bottom {
    flex-direction: row !important;
  }
}

@media (max-width: 520px) {
  body .sf-footer-bottom {
    flex-direction: column !important;
  }
}

/* Final Elementor Theme Builder authority */

body .sf-site-header .sf-brand-name .elementor-heading-title {
  color: var(--sf-baltic) !important;
}

body .sf-site-header .sf-pro-nav,
body .sf-site-header .sf-pro-nav.elementor-widget-nav-menu {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  visibility: visible !important;
  color: var(--sf-baltic) !important;
  background: transparent !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 860px) {
  body .sf-header-inner {
    display: flex !important;
    flex-direction: row !important;
    grid-template-columns: none !important;
  }

  body .sf-site-header .sf-pro-nav {
    margin-left: auto;
  }
}

html,
body {
  max-width: 100vw;
  overflow-x: clip;
}

/* Keep decorative Elementor widgets inside the document canvas. */

body .sf-brand {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

body .sf-header-inner {
  display: flex !important;
  grid-template-columns: none !important;
}

body .sf-header-inner > .e-con-inner {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body .sf-brand-words {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

body .sf-hero,
body .sf-manifest,
body .sf-visual-pause,
body .sf-offer-deep,
body .sf-approach,
body .sf-final {
  overflow-x: clip !important;
  contain: paint;
}

body .sf-pause-photo img {
  transform: none;
}

body .sf-manifest-motif,
body .sf-offer-motif,
body .sf-final-motif {
  right: 0;
  transform: none;
}

.sf-hero-title em,
.sf-page-title em,
.sf-feature-title em,
.sf-offer-title em,
.sf-about-title em,
.sf-final-title em,
.sf-contact-title em {
  display: inline-block;
  color: var(--sf-cream);
  font-family: var(--sf-script);
  font-size: 0.56em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.sf-hero-title em,
.sf-page-title em {
  margin-top: 20px;
  margin-left: clamp(14px, 6vw, 98px);
}

.sf-contact-title em {
  color: var(--sf-lilac);
}

@media (max-width: 860px) {
  body .sf-brand {
    width: 170px !important;
  }

  body .sf-brand-words {
    width: 122px !important;
  }

  body .sf-site-header .sf-pro-nav {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    flex: 0 0 44px !important;
  }

  body .sf-header-inner {
    flex-wrap: nowrap !important;
  }

  body .sf-pro-nav .elementor-menu-toggle {
    width: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
  }

  body .sf-pro-nav .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 72px !important;
    right: 22px !important;
    left: 22px !important;
    width: auto !important;
    max-width: none !important;
  }

  body .sf-hero-motif,
  body .sf-manifest-motif,
  body .sf-offer-motif,
  body .sf-final-motif {
    right: 0;
    max-width: 100%;
  }

  body .sf-approach-motif {
    right: 0;
    left: auto;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sinnfrei Script';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.sinnfrei-licht.at/wp-content/uploads/2026/09/BagindaScript.otf') format('truetype');
}
/* End Custom Fonts CSS */