@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("./site/fonts/libre-franklin-latin.woff2?v=d21d1545591ddfa2") format("woff2");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("./site/fonts/libre-franklin-latin-italic.woff2?v=3623acc962b92a7c") format("woff2");
}

:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  color: #172026;
  background: #fbfcfc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #075985;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.65rem 0.8rem;
  color: #fff;
  background: #111;
  transform: translateY(-150%);
}

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

.icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.desktop-submenu-icon {
  display: none;
}

.menu-toggle,
.submenu-toggle {
  font: inherit;
}

.menu-toggle {
  display: none;
}

.no-js .submenu-toggle {
  display: none;
}

.no-js .has-children > a {
  padding-right: 1rem;
}

.menu,
.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation-shell {
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}

.primary-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.menu-item {
  position: relative;
}

.menu-item > a {
  display: block;
  color: inherit;
  font-weight: 650;
  text-decoration: none;
}

.has-children > a {
  padding-right: 3.1rem;
}

.submenu-toggle {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.95rem;
  border: 0;
  color: inherit;
  background: transparent;
  transform: translateY(-50%);
}

.submenu-toggle:focus-visible,
.submenu-toggle[aria-expanded="true"] {
  color: #fff;
  background: #767676;
  outline: 2px solid #222;
  outline-offset: -2px;
}

.sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: none;
  min-width: 15rem;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
}

.sub-menu a {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ededed;
}

.has-children:hover > .sub-menu,
.has-children:focus-within > .sub-menu {
  display: block;
}

.site-main {
  width: min(70rem, calc(100% - 2.5rem));
  min-height: 60vh;
  margin-inline: auto;
  padding-block: 4rem 6rem;
}

.site-main article {
  max-width: 52rem;
}

.site-main h1 {
  margin: 0 0 2rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.site-main h2,
.site-main h3,
.site-main h4 {
  margin: 2.25rem 0 0.8rem;
  line-height: 1.25;
}

.site-main p,
.site-main ul,
.site-main ol,
.site-main figure,
.site-main blockquote {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.site-main li + li {
  margin-top: 0.3rem;
}

.site-footer {
  border-top: 1px solid #e2e8eb;
}

.footer-inner {
  width: min(70rem, calc(100% - 2.5rem));
  margin-inline: auto;
  padding-block: 2.25rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  font-size: 0.875rem;
}

.footer-note {
  margin: 1rem 0 0;
  color: #526069;
  font-size: 0.875rem;
}

/* Tracker-free temporary landing pages. */

[data-theme="landing"] {
  color: #203039;
  background: #fbfcfc;
}

.site-header-landing {
  border-bottom: 1px solid #dce3e6;
  background: #f3f6f7;
}

.landing-header-inner {
  width: min(70rem, calc(100% - 2.5rem));
  margin-inline: auto;
  padding-block: 2rem 1.4rem;
}

.landing-header-inner .brand {
  color: #203039;
  font-size: 1.25rem;
  font-weight: 750;
  text-decoration: none;
}

.landing-header-inner .tagline {
  margin: 0.35rem 0 0;
  color: #52656f;
}

.site-header-landing .navigation-shell {
  background: transparent;
}

.site-header-landing .primary-navigation {
  width: min(70rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header-landing .menu-item > a {
  padding: 0.85rem 0.9rem;
}

[data-theme="landing"][data-page="home"] .site-main {
  display: grid;
  min-height: 58vh;
  align-items: center;
}

[data-theme="landing"] .source-content {
  max-width: 48rem;
}

/* Faithful static interpretation of the current Twenty Seventeen site. */

[data-theme="tineke-legacy"] {
  color: #333;
  background: #fff;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

[data-theme="tineke-legacy"] a {
  color: #222;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.site-header-tineke .site-hero {
  position: relative;
  height: 11.4rem;
  overflow: hidden;
  background: #d9d9d6;
}

.site-header-tineke.is-home .site-hero {
  height: calc(100vh - 4.5rem);
  min-height: 38rem;
  max-height: 52rem;
}

.site-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-hero-logo {
  position: absolute;
  top: 50%;
  left: max(2rem, calc(50% - 28.5rem));
  display: flex;
  max-width: calc(100% - 4rem);
  align-items: center;
  gap: 1.9rem;
  color: #46728a;
  text-decoration: none;
  transform: translateY(-50%);
}

.site-header-tineke.is-home .site-hero-logo {
  top: auto;
  bottom: 3.25rem;
  transform: none;
}

.site-hero-logo img {
  width: 7.25rem;
  height: auto;
  flex: 0 0 auto;
}

.site-hero-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #46728a;
  line-height: 1;
}

.site-hero-brand-copy strong {
  font-size: clamp(1.8rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.085em;
  white-space: nowrap;
}

.site-hero-brand-copy > span {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.site-header-tineke .navigation-shell {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 4.5rem;
}

.site-header-tineke .navigation-inner {
  display: flex;
  width: min(57rem, calc(100% - 2.5rem));
  min-height: 4.5rem;
  margin-inline: auto;
  align-items: stretch;
}

.site-header-tineke .primary-navigation {
  flex: 1;
}

.site-header-tineke .primary-navigation .menu {
  height: 100%;
  flex-wrap: nowrap;
}

.site-header-tineke .menu-item > a {
  height: 100%;
  padding: 1.55rem 0.95rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 650;
  white-space: nowrap;
}

.site-header-tineke .menu-item.is-active > a {
  color: #767676;
}

.site-header-tineke .scroll-link {
  display: grid;
  width: 4.5rem;
  flex: 0 0 4.5rem;
  place-items: center;
  color: #777;
  text-decoration: none;
}

.site-header-tineke .scroll-link .icon {
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(90deg);
}

[data-theme="tineke-legacy"] .site-main {
  width: min(46.25rem, calc(100% - 3.75rem));
  min-height: 24rem;
  padding-block: 5.75rem 8rem;
}

[data-theme="tineke-legacy"] .site-main article {
  max-width: none;
}

[data-theme="tineke-legacy"] .site-main h1,
[data-theme="tineke-legacy"] .site-main h2,
[data-theme="tineke-legacy"] .site-main h3,
[data-theme="tineke-legacy"] .site-main h4,
[data-theme="tineke-legacy"] .social-links h2 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.94rem;
  font-weight: 800;
}

[data-theme="tineke-legacy"] .site-main h1 {
  margin-bottom: 3.8rem;
  line-height: 1.4;
}

[data-theme="tineke-legacy"] .site-main h2,
[data-theme="tineke-legacy"] .site-main h3,
[data-theme="tineke-legacy"] .site-main h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

[data-theme="tineke-legacy"] .site-main p,
[data-theme="tineke-legacy"] .site-main ul,
[data-theme="tineke-legacy"] .site-main ol,
[data-theme="tineke-legacy"] .site-main figure,
[data-theme="tineke-legacy"] .site-main blockquote {
  margin-bottom: 1.45rem;
}

[data-theme="tineke-legacy"] .source-content video {
  width: 30rem;
  max-width: 100%;
  margin-inline: auto;
}

[data-theme="tineke-legacy"] .source-content figure {
  margin-inline: 0;
}

.source-content {
  overflow-wrap: anywhere;
}

.source-content a {
  overflow-wrap: anywhere;
}

[data-theme="tineke-legacy"] .source-content figure img {
  margin-inline: auto;
}

[data-theme="tineke-legacy"] .source-content img[src*="tineke-2025-portrait"] {
  border-radius: 50%;
}

[data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.5rem;
}

[data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div > p {
  grid-column: 1;
}

[data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div > figure {
  grid-column: 2;
  grid-row: 1 / span 2;
}

[data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div > figure img {
  display: block;
  width: 10.0625rem;
  height: 10.0625rem;
  object-fit: cover;
}

[data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div > ul {
  grid-column: 1 / -1;
}

[data-theme="tineke-legacy"] .site-footer {
  min-height: 16.75rem;
  border-color: #eee;
}

[data-theme="tineke-legacy"] .footer-inner {
  width: min(57rem, calc(100% - 3.75rem));
  padding-block: 3.4rem 2rem;
}

[data-theme="tineke-legacy"] .social-links h2 {
  margin: 0 0 1.2rem;
  font-size: 0.75rem;
}

[data-theme="tineke-legacy"] .social-links > div {
  display: flex;
  gap: 0.15rem;
}

[data-theme="tineke-legacy"] .social-link {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
}

[data-theme="tineke-legacy"] .social-link img {
  width: 2rem;
  height: 2rem;
}

[data-theme="tineke-legacy"] .footer-links {
  margin-top: 4.9rem;
  color: #777;
}

[data-theme="tineke-legacy"] .footer-links a {
  color: inherit;
  text-decoration: none;
}

[data-theme="tineke-legacy"] .footer-note {
  display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .site-header-tineke .navigation-inner {
    width: calc(100% - 1rem);
  }

  .site-header-tineke .menu-item > a {
    padding-right: 0.55rem;
    padding-left: 0.55rem;
  }

  .site-header-tineke .has-children > a {
    padding-right: 2.6rem;
  }

  .site-header-tineke .scroll-link {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header-tineke .navigation-inner {
    min-height: 4.375rem;
    padding-block: 0.65625rem;
  }

  .site-header-tineke .primary-navigation .menu {
    height: auto;
  }

  .site-header-tineke .menu-item > a {
    height: auto;
    padding: 1em 1.25em;
    font-weight: 600;
  }

  .site-header-tineke .desktop-submenu-icon {
    position: relative;
    top: -1px;
    left: 5px;
    display: inline;
  }

  .site-header-tineke .submenu-toggle {
    display: none;
  }

  .site-header-tineke .has-children:hover > a,
  .site-header-tineke .has-children:focus-within > a,
  .site-header-tineke .has-children.submenu-open > a {
    color: #767676;
  }

  .site-header-tineke .has-children.submenu-open > .sub-menu {
    display: block;
  }

  .site-header-tineke .sub-menu {
    left: 0.5em;
    min-width: 0;
    border-color: #bbb;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .site-header-tineke .sub-menu .menu-item > a {
    width: 16em;
    padding: 0.75em 1.25em;
    border: 0;
    color: #222;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
  }

  .site-header-tineke .sub-menu .menu-item.is-active > a {
    color: #767676;
  }

  .site-header-tineke .sub-menu .menu-item:hover > a,
  .site-header-tineke .sub-menu .menu-item:focus-within > a {
    color: #fff;
    background: #767676;
  }

  .site-header-tineke .has-children::before,
  .site-header-tineke .has-children::after {
    position: absolute;
    right: 0.875rem;
    z-index: 21;
    bottom: 0;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #bbb;
    content: "";
  }

  .site-header-tineke .has-children::after {
    bottom: -1px;
    border-bottom-color: #fff;
  }

  .site-header-tineke .has-children:hover::before,
  .site-header-tineke .has-children:hover::after,
  .site-header-tineke .has-children:focus-within::before,
  .site-header-tineke .has-children:focus-within::after,
  .site-header-tineke .has-children.submenu-open::before,
  .site-header-tineke .has-children.submenu-open::after {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .site-header-tineke .primary-navigation > .menu > .menu-item > a {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media (max-width: 767px) {
  .navigation-shell {
    position: relative;
  }

  .js .menu-toggle {
    display: flex;
    min-height: 3.4rem;
    margin-inline: auto;
    padding: 0.85rem 1rem;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    color: #222;
    background: transparent;
    font-weight: 650;
  }

  .menu-toggle:focus-visible,
  .menu-toggle[aria-expanded="true"] {
    color: #fff;
    background: #767676;
    outline: 2px solid #222;
    outline-offset: -2px;
  }

  .menu-icon {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
  }

  .menu-icon-close {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon-open {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon-close {
    display: block;
  }

  .primary-navigation {
    display: block;
    width: 100%;
  }

  .js .primary-navigation {
    display: none;
  }

  .js .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation .menu {
    display: block;
    height: auto;
  }

  .menu-item > a,
  .site-header-tineke .menu-item > a,
  .site-header-landing .menu-item > a {
    height: auto;
    padding: 0.68rem 1.7rem;
    border-top: 1px solid #eee;
    font-size: 1rem;
  }

  .submenu-toggle {
    top: 1.45rem;
    right: 0.55rem;
  }

  .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    border: 0;
    box-shadow: none;
  }

  .js .sub-menu,
  .js .has-children:hover > .sub-menu,
  .js .has-children:focus-within > .sub-menu {
    display: none;
  }

  .js .has-children.submenu-open > .sub-menu {
    display: block;
  }

  .sub-menu .menu-item > a {
    padding-left: 3.2rem;
    border-top: 0;
  }

  .has-children.submenu-open > .submenu-toggle .icon {
    transform: rotate(180deg);
  }

  .site-main,
  .footer-inner,
  .landing-header-inner,
  .site-header-landing .primary-navigation {
    width: calc(100% - 2.5rem);
  }

  .site-main {
    padding-block: 3rem 4.5rem;
  }

  .site-main h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-header-tineke .site-hero {
    height: 10.5rem;
  }

  .site-header-tineke.is-home .site-hero {
    height: 75vh;
    min-height: 31rem;
    max-height: 40rem;
  }

  .site-header-tineke .site-hero-logo {
    top: 50%;
    bottom: auto;
    left: 1.9rem;
    max-width: calc(100% - 3.8rem);
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
    transform: translateY(-50%);
  }

  .site-header-tineke.is-home .site-hero-logo {
    top: auto;
    bottom: 1.3rem;
    transform: none;
  }

  .site-header-tineke .site-hero-logo img {
    width: 6.75rem;
  }

  .site-header-tineke .site-hero-image {
    object-position: 43% center;
  }

  .site-header-tineke .site-hero-brand-copy strong {
    font-size: clamp(1.25rem, 6.4vw, 1.6rem);
    letter-spacing: 0.025em;
  }

  .site-header-tineke .site-hero-brand-copy > span {
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }

  .site-header-tineke .navigation-shell {
    position: relative;
    min-height: 3.4rem;
  }

  .site-header-tineke .navigation-inner {
    display: block;
    width: 100%;
    min-height: 3.4rem;
  }

  .site-header-tineke .scroll-link {
    display: none;
  }

  [data-theme="tineke-legacy"] {
    font-size: 16px;
    line-height: 1.55;
  }

  [data-theme="tineke-legacy"] .site-main {
    width: calc(100% - 3.75rem);
    padding-block: 1.85rem 4rem;
  }

  [data-theme="tineke-legacy"] .site-main h1 {
    margin-bottom: 2rem;
    font-size: 0.94rem;
  }

  [data-theme="tineke-legacy"] .site-main p,
  [data-theme="tineke-legacy"] .site-main ul,
  [data-theme="tineke-legacy"] .site-main ol,
  [data-theme="tineke-legacy"] .site-main figure,
  [data-theme="tineke-legacy"] .site-main blockquote {
    margin-bottom: 1.45rem;
  }

  [data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div {
    grid-template-columns: 1fr;
  }

  [data-theme="tineke-legacy"][data-page="ueber-mich"] .source-content > div > figure {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }

  [data-theme="tineke-legacy"] .footer-inner {
    width: calc(100% - 3.75rem);
    padding-block: 3.4rem 2rem;
  }

  [data-theme="tineke-legacy"] .footer-links {
    margin-top: 4.75rem;
    line-height: 1.65;
  }
}

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