﻿/*
Theme Name: SINTIO Modern Compact Konzept Gap
Theme URI: https://www.sintio-gbr.de/
Author: SINTIO GbR
Description: Responsives Onepage-Theme fÃ¼r SINTIO GbR.
Version: 1.19.0
Text Domain: sintio-modern
*/

:root {
  --ink: #18312c;
  --ink-soft: #49645d;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --surface-soft: #eef4ef;
  --green: #2f7a68;
  --green-dark: #1f5f52;
  --mint: #c8e3d4;
  --gold: #d59a3b;
  --coral: #c96b5a;
  --red: #df1618;
  --border: rgba(24, 49, 44, 0.14);
  --shadow: 0 24px 70px rgba(24, 49, 44, 0.14);
  --radius: 8px;
  --header-height: 104px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  background: rgba(20, 24, 20, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  color: #d8eee6;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(24, 49, 44, 0.18);
}

.topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 24px;
  color: rgba(216, 238, 230, 0.78);
  font-size: 0.83rem;
}

.topline p {
  margin: 0;
}

.topline a {
  font-weight: 700;
}

.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  overflow: hidden;
}

.image-mark {
  background: rgba(255, 255, 255, 0.94);
  padding: 8px;
}

.image-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.brand small {
  color: rgba(216, 238, 230, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(216, 238, 230, 0.74);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
}

.nav-cta,
.button.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(47, 122, 104, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: min(850px, 94vh);
  padding: calc(var(--header-height) + 68px) 24px 72px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 17, 16, 0.86) 0%, rgba(9, 17, 16, 0.58) 44%, rgba(9, 17, 16, 0.12) 100%),
    linear-gradient(0deg, rgba(9, 17, 16, 0.94) 0%, rgba(9, 17, 16, 0) 34%);
}

.hero-content {
  width: min(1180px, 100%);
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 64px;
  color: #d8eee6;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #6ce1c7;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  hyphens: none;
}

p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 640px;
  color: #d8eee6;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content > p:not(.eyebrow) {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(216, 238, 230, 0.82);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 28px;
  width: min(360px, calc(100% - 48px));
  padding: 18px;
  background: rgba(12, 16, 15, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
}

.hero-panel span,
.post-tag {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  line-height: 1.35;
}

.section,
.intro-section,
.contact-section {
  padding: 88px 24px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-section {
  background: var(--surface);
}

.top-slider-section {
  background: #fff;
}

.intro-grid,
.split,
.team-layout,
.contact-grid,
.feature-grid,
.goals-grid,
.quote-grid,
.financing-grid,
.top-slider-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
}

.intro-grid p:last-child,
.copy p,
.feature-copy p,
.contact-grid > div > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(1.9rem, 3.5vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 32px;
}

.section-heading h2 {
  max-width: 720px;
}

.muted {
  background: var(--surface-soft);
}

.muted + .muted {
  padding-top: 44px;
}

#konzept {
  padding-bottom: 52px;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles article,
.service-card,
.contact-form,
.team-list article,
.media-card,
.quote-box,
.detail-grid article,
.info-list article,
.finance-card,
.job-band,
.person-card,
.team-profile {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.principles article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 18px;
  padding: 22px;
}

.principles span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 800;
}

.principles h3,
.service-card h3,
.team-list h3 {
  margin: 0;
  line-height: 1.2;
}

.principles p,
.service-card p,
.team-list p,
.site-footer p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.service-card {
  padding: 26px;
  min-height: 230px;
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 1.55rem;
  font-weight: 800;
}

.quote-box {
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow);
}

.quote-box p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.quote-box p + p {
  margin-top: 18px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.detail-grid article,
.info-list article,
.finance-card,
.job-band {
  padding: 24px;
}

.detail-grid h3,
.info-list h3,
.finance-card h3 {
  margin: 0 0 10px;
  line-height: 1.2;
}

.detail-grid p,
.info-list p,
.finance-card p,
.job-band p {
  margin: 0;
  color: var(--ink-soft);
}

.visual-feature {
  background: var(--paper);
}

.feature-copy h2 {
  margin-bottom: 20px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--green);
  content: "\2713";
  font-weight: 900;
}

.media-card {
  margin: 0;
  padding: 10px;
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  border-radius: 6px;
}

.goals-section {
  background: #fff;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-cloud span {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.team-list {
  display: grid;
  gap: 14px;
}

.team-list article {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.avatar.alt {
  background: var(--gold);
}

.avatar.warm {
  background: var(--red);
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.people-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.people-list article {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.people-list h3 {
  margin: 0 0 8px;
  line-height: 1.2;
}

.people-list p {
  margin: 0;
  color: var(--ink-soft);
}

.team-profile {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
}

.team-profile h3 {
  margin: 0 0 8px;
}

.team-profile p {
  margin: 0;
  color: var(--ink-soft);
}

.person-card {
  overflow: hidden;
}

.person-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
}

.person-card div {
  padding: 20px;
}

.person-card h3 {
  margin: 0 0 8px;
}

.person-card p {
  margin: 0;
  color: var(--ink-soft);
}

.top-image-slider {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.slider-copy h2 {
  margin-bottom: 20px;
}

.slider-copy p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.slider-track {
  position: relative;
  aspect-ratio: 2 / 1;
  background: #fbfaf6;
}

.slider-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.slider-slide.is-active {
  opacity: 1;
}

.slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.slider-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 14px;
  padding: 14px;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(24, 49, 44, 0.24);
}

.slider-dots span.is-active {
  background: var(--green);
}

.info-list {
  display: grid;
  gap: 14px;
}

.financing-grid > div > p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.job-section {
  padding-top: 0;
  background: var(--paper);
}

.job-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.job-band h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.contact-section {
  background: var(--paper);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  color: var(--ink-soft);
}

.contact-details p {
  margin: 0;
}

.contact-links a {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--green-dark);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fbfaf6;
  color: var(--ink);
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.site-footer {
  padding: 42px 24px;
  background: #10231f;
  color: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand small,
.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

@media (max-width: 900px) {
  :root {
    --header-height: 78px;
  }

  .topline {
    display: none;
  }

  .navbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
    padding-block: 16px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    background: #151915;
    border: 0 solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    transition: max-height 200ms ease, padding 200ms ease, opacity 160ms ease, border-width 200ms ease;
  }

  .site-header.is-open .nav-links {
    max-height: 360px;
    padding: 10px;
    border-width: 1px;
    opacity: 1;
  }

  .nav-links a {
    border-radius: var(--radius);
  }

  .hero {
    min-height: 780px;
    padding-top: calc(var(--header-height) + 38px);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 17, 16, 0.9) 0%, rgba(9, 17, 16, 0.7) 48%, rgba(9, 17, 16, 0.28) 100%),
      linear-gradient(0deg, rgba(9, 17, 16, 0.98) 0%, rgba(9, 17, 16, 0) 34%);
  }

  .hero-content {
    padding-top: 26px;
  }

  h1 {
    max-width: 620px;
  }

  .hero-panel {
    left: 24px;
    right: 24px;
  }

  .section,
  .intro-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .muted + .muted {
    padding-top: 28px;
  }

  #konzept {
    padding-bottom: 36px;
  }

  .intro-grid,
  .split,
  .team-layout,
  .contact-grid,
  .feature-grid,
  .goals-grid,
  .quote-grid,
  .financing-grid,
  .top-slider-grid,
  .service-grid,
  .detail-grid,
  .people-grid,
  .job-band {
    grid-template-columns: 1fr;
  }

  .goals-grid .media-card {
    order: 2;
  }

  .person-card img {
    aspect-ratio: 16 / 10;
  }

  .section-heading {
    display: block;
    margin-bottom: 24px;
  }

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .navbar,
  .topline,
  .hero,
  .section,
  .intro-section,
  .contact-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .section,
  .intro-section,
  .contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .top-slider-section {
    padding-bottom: 26px;
  }

  .intro-section {
    padding-top: 28px;
  }

  .muted + .muted {
    padding-top: 22px;
  }

  #konzept {
    padding-bottom: 24px;
  }

  .section + .section,
  .intro-section + .section,
  .section + .intro-section {
    margin-top: 0;
  }

  .intro-grid,
  .split,
  .team-layout,
  .contact-grid,
  .feature-grid,
  .goals-grid,
  .quote-grid,
  .financing-grid,
  .top-slider-grid,
  .job-band {
    gap: 26px;
  }

  .service-grid,
  .detail-grid,
  .people-grid {
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 40px;
  }

  h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.1rem);
  }

  h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.05rem);
    line-height: 1.08;
  }

  .hero-actions,
  .contact-links,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .contact-links a {
    width: 100%;
  }

  .hero-panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 28px auto 0;
  }

  .principles article {
    grid-template-columns: 1fr;
  }

  .principles span {
    grid-row: auto;
  }

  .team-list article {
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
