/*
Theme Name: FABISCH
Theme URI: https://fabisch.info/
Author: Martin H. Fabisch
Description: Reduziertes Block-Theme für FABISCH | RECHTSANWALT.
Version: 0.9.0
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabisch
*/

/*
 * FABISCH
 *
 * Avenir Next wird nur verwendet, wenn die Schrift auf dem Endgerät
 * vorhanden ist. Eine Webfont-Lösung wird erst nach Klärung der Lizenz
 * implementiert.
 */

:root {
  --fabisch-bg: #ffffff;
  --fabisch-surface: #f4f4f2;
  --fabisch-text: #292929;
  --fabisch-muted: #565656;
  --fabisch-line: #b8b8b8;

  --fabisch-wide: 1360px;
  --fabisch-copy: 760px;
}

/* Grundlayout */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wp-site-blocks {
  min-height: 100vh;
  padding-top: 113px;
}

a {
  text-underline-offset: .24em;
  text-decoration-thickness: 1px;
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--fabisch-text);
  outline-offset: 4px;
}

/* Wortmarke */

.fabisch-brand {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-decoration: none;
}

.fabisch-brand-name {
  font-size: 1.45rem;
  letter-spacing: .17em;
  font-weight: 400;
}

.fabisch-brand-pipe {
  margin-inline: .48em;
  font-size: 1.5rem;
  font-weight: 300;
}

.fabisch-brand-role {
  font-size: 1.18rem;
  letter-spacing: .01em;
  font-weight: 400;
}

/* Header */

.fabisch-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: var(--fabisch-bg);
  border-bottom: 1px solid var(--fabisch-line);
}

.fabisch-header-inner {
  min-height: 112px;
}

.fabisch-header .wp-block-navigation-item__content {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Start */

.fabisch-home-main {
  width: 100%;
}

.fabisch-home-main > .wp-block-post-content {
  width: 100%;
  max-width: var(--fabisch-wide);
}

.fabisch-start {
  width: 100%;
  max-width: var(--fabisch-wide) !important;
  padding-top: clamp(4.75rem, 7vw, 7rem);
  padding-bottom: clamp(6.5rem, 10vw, 10rem);
}

.fabisch-start > * {
  width: min(var(--fabisch-copy), 100%);
  max-width: var(--fabisch-copy);
  margin-left: 0 !important;
  margin-right: auto !important;
}

.fabisch-start h1 {
  margin-top: 0;
  margin-bottom: 2.2rem;
  font-size: clamp(1.8rem, 2.5vw, 2.25rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -.01em;
}

.fabisch-start p {
  margin-top: 0;
  margin-bottom: 1.55rem;
  line-height: 1.62;
}

/* One-Page-Abschnitte */

.fabisch-onepage-section {
  width: 100%;
  max-width: var(--fabisch-wide) !important;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  border-top: 1px solid var(--fabisch-line);
}

#beratung,
#erfahrung,
#kontakt {
  scroll-margin-top: 113px;
}

.fabisch-onepage-section > * {
  width: min(var(--fabisch-copy), 100%);
  max-width: var(--fabisch-copy);
  margin-left: 0 !important;
  margin-right: auto !important;
}

.fabisch-onepage-section h2 {
  margin-top: clamp(3.5rem, 5vw, 4.75rem);
  margin-bottom: 1.45rem;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.35;
  font-weight: 400;
}

.fabisch-onepage-section h2:first-of-type {
  margin-top: 0;
}

.fabisch-onepage-section p {
  margin-top: 0;
  margin-bottom: 1.3rem;
  line-height: 1.62;
}

.fabisch-onepage-section ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

.fabisch-onepage-section li {
  margin-bottom: .65rem;
  line-height: 1.55;
}

/* Separate Seiten: Impressum und Datenschutz */

.fabisch-page {
  width: 100%;
  max-width: var(--fabisch-wide) !important;
  padding-top: clamp(4.75rem, 7vw, 7rem);
  padding-bottom: clamp(6rem, 9vw, 9rem);
}

.fabisch-page > .wp-block-post-title,
.fabisch-page > .wp-block-post-content {
  width: min(var(--fabisch-copy), 100%);
  max-width: var(--fabisch-copy);
  margin-left: 0 !important;
  margin-right: auto !important;
}

.fabisch-page > .wp-block-post-title {
  margin-top: 0;
  margin-bottom: clamp(2.75rem, 4vw, 3.75rem);
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.3;
  font-weight: 400;
}

.fabisch-page .wp-block-post-content p {
  margin-top: 0;
  margin-bottom: 1.3rem;
  line-height: 1.62;
}

.fabisch-page .wp-block-post-content h2 {
  margin-top: clamp(3.5rem, 5vw, 4.75rem);
  margin-bottom: 1.45rem;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.35;
  font-weight: 400;
}

.fabisch-page .wp-block-post-content h2:first-child {
  margin-top: 0;
}

.fabisch-page .wp-block-post-content ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

.fabisch-page .wp-block-post-content li {
  margin-bottom: .65rem;
  line-height: 1.55;
}

/* Footer */

.fabisch-footer {
  padding-top: 3.4rem;
  padding-bottom: 4rem;
  border-top: 1px solid var(--fabisch-line);
}

.fabisch-footer p,
.fabisch-footer a {
  font-size: .82rem;
}

.fabisch-footer-links {
  gap: .45rem !important;
}

/* Tablet */

@media (max-width: 980px) {
  .wp-site-blocks {
    padding-top: 93px;
  }

  .fabisch-header-inner {
    min-height: 92px;
  }

  #beratung,
  #erfahrung,
  #kontakt {
    scroll-margin-top: 93px;
  }

  .fabisch-brand-name {
    font-size: 1.18rem;
  }

  .fabisch-brand-pipe {
    font-size: 1.2rem;
  }

  .fabisch-brand-role {
    font-size: 1rem;
  }

  .fabisch-start {
    padding-top: 4.5rem;
    padding-bottom: 7rem;
  }

  .fabisch-page {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}

/* Mobil */

@media (max-width: 640px) {
  .wp-site-blocks {
    padding-top: 81px;
  }

  .fabisch-header-inner {
    min-height: 80px;
  }

  #beratung,
  #erfahrung,
  #kontakt {
    scroll-margin-top: 81px;
  }

  .fabisch-brand-name {
    font-size: .98rem;
    letter-spacing: .14em;
  }

  .fabisch-brand-pipe {
    margin-inline: .36em;
    font-size: 1rem;
  }

  .fabisch-brand-role {
    font-size: .8rem;
  }

  .fabisch-start {
    padding-top: 3.75rem;
    padding-bottom: 5.5rem;
  }

  .fabisch-onepage-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fabisch-page {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }

  .fabisch-page > .wp-block-post-title {
    margin-bottom: 2.5rem;
  }

  .fabisch-page .wp-block-post-content h2 {
    margin-top: 3.5rem;
  }

  .fabisch-footer-columns {
    display: block !important;
  }

  .fabisch-footer-columns > .wp-block-column {
    margin-bottom: 1.8rem;
  }
}
