/*
Theme Name: SB Base Theme
Theme URI: https://sbdruck.com
Author: SBDruck / Siegfried Birl
Author URI: https://sbdruck.com
Description: Schlankes, modulares WordPress-Block-Theme für schnelle Kundenwebsites und builder-unabhängige SB-Plugins.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.3.22
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sb-base-theme
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, editor-style, wide-blocks
*/

:root {
  --sb-base-color-primary: #111111;
  --sb-base-color-secondary: #2a2a2a;
  --sb-base-color-accent: #c8a96a;
  --sb-base-color-background: #ffffff;
  --sb-base-color-text: #2a2a2a;
  --sb-base-color-heading: #111111;
  --sb-base-color-link: #111111;
  --sb-base-font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sb-base-font-heading: Georgia, "Times New Roman", serif;
  --sb-base-font-size: 16px;
  --sb-base-container-width: 1200px;
  --sb-base-section-spacing: 96px;
  --sb-base-button-radius: 2px;
  --sb-base-global-shadow: 0 18px 50px rgb(17 17 17 / 10%);
  --sb-base-content: 760px;
  --sb-base-wide: 1200px;
  --sb-base-radius: 2px;
  --sb-base-shadow: 0 18px 50px rgb(17 17 17 / 10%);
  --sb-base-transition: 180ms ease;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--sb-base-color-text); background: var(--sb-base-color-background); font-family: var(--sb-base-font-body); font-size: var(--sb-base-font-size); }
body.admin-bar .sb-base-site-header { top: 32px; }
body.sb-base-has-builder-layout .wp-site-blocks > main,
body.sb-base-has-builder-layout .wp-site-blocks > header + main,
body.sb-base-has-builder-layout main > .wp-block-post-content {
  margin-block-start: 0;
}

*, *::before, *::after { box-sizing: border-box; }
img { height: auto; }
a { text-underline-offset: .2em; }

.sb-base-site-shell { min-height: 100vh; }

.sb-base-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--wp--preset--color--line);
  background: color-mix(in srgb, var(--wp--preset--color--paper) 94%, transparent);
}

.sb-base-site-header.is-position-sticky { backdrop-filter: blur(12px); }

.sb-base-preset-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid #edeae5;
  color: #111;
  background: rgb(255 255 255 / 97%);
  box-shadow: 0 4px 20px rgb(17 17 17 / 3%);
}

.sb-base-preset-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(14px); }
body.admin-bar .sb-base-preset-header.is-sticky { top: 32px; }
.sb-base-preset-header__inner { display: grid; width: min(calc(100% - 2rem), 1200px); min-height: 82px; margin-inline: auto; grid-template-columns: minmax(170px, 1fr) auto auto; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); }
.sb-base-preset-header__logo { display: inline-flex; width: max-content; align-items: center; }
.sb-base-preset-header__logo img { display: block; width: 174px; max-height: 58px; }
.sb-base-preset-header--evelyn .sb-base-preset-header__logo img { width: 200px; }
.sb-base-preset-header--sbdruck .sb-base-preset-header__logo img { width: 122px; }
.sb-base-preset-header--sbdruck .sb-base-preset-header__nav a::after { background: #f26a00; }
.sb-base-preset-header--sbdruck .sb-base-preset-header__cta { border-radius: 999px; background: #f26a00; box-shadow: 0 12px 28px rgb(242 106 0 / 24%); }
.sb-base-preset-header--sbdruck .sb-base-preset-header__cta span { color: #fff; }
.sb-base-preset-header--tattoo { color: #f4f1eb; border-bottom-color: #343438; background: rgb(11 11 12 / 97%); }
.sb-base-preset-header--tattoo .sb-base-preset-header__inner { width: min(calc(100% - 2rem), 1380px); min-height: 78px; }
.sb-base-preset-header--tattoo .sb-base-preset-header__logo img { width: 184px; max-height: 54px; }
.sb-base-preset-header--tattoo .sb-base-preset-header__nav a { color: #d4d1cc; letter-spacing: .11em; }
.sb-base-preset-header--tattoo .sb-base-preset-header__nav a::after { background: linear-gradient(90deg, #a51f24, #c5a15a); }
.sb-base-preset-header--tattoo .sb-base-preset-header__cta { min-height: 46px; padding-inline: 1.4rem; border: 1px solid #b52a2f; color: #fff; background: #a51f24; box-shadow: 0 12px 30px rgb(165 31 36 / 24%); }
.sb-base-preset-header--tattoo .sb-base-preset-header__cta span { color: #c5a15a; }
.sb-base-preset-header--tattoo .sb-base-preset-header__toggle { border-color: #45454a; background: #151517; }
.sb-base-preset-header--tattoo .sb-base-preset-header__toggle > span:not(.screen-reader-text) { background: #f4f1eb; }
.sb-base-preset-header__nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.sb-base-preset-header__nav a { position: relative; color: #242424; font-size: .72rem; font-weight: 750; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.sb-base-preset-header__nav a::after { position: absolute; right: 100%; bottom: -.55rem; left: 0; height: 1px; content: ""; background: #c8a96a; transition: right 180ms ease; }
.sb-base-preset-header__nav a:hover::after,
.sb-base-preset-header__nav a:focus-visible::after { right: 0; }
.sb-base-preset-header__cta { display: inline-flex; min-height: 44px; padding: .8rem 1.25rem; align-items: center; justify-content: center; gap: .75rem; color: #fff; background: #111; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.sb-base-preset-header__cta span { color: #c8a96a; font-size: 1rem; }
.sb-base-preset-header__toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid #dedbd5; background: #fff; }
.sb-base-preset-header__toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: #111; }

.sb-base-preset-footer { margin-top: 0; color: #d8d8d8; background: #111; }
.sb-base-preset-footer__grid { display: grid; width: min(calc(100% - 2rem), 1200px); margin-inline: auto; padding: clamp(3.5rem, 6vw, 5.5rem) 0; grid-template-columns: 1.35fr 1fr 1fr .85fr; gap: clamp(2rem, 5vw, 5rem); }
.sb-base-preset-footer__brand img { width: 172px; max-height: 58px; margin-bottom: 1.25rem; filter: invert(1) grayscale(1) brightness(2); }
.sb-base-preset-footer--sbdruck .sb-base-preset-footer__brand img { width: 145px; filter: none; }
.sb-base-preset-footer--sbdruck h2 { color: #f26a00; }
.sb-base-preset-footer--sbdruck a:hover { color: #f26a00; }
.sb-base-preset-footer p { margin: 0 0 .9rem; color: #aaa; font-size: .84rem; line-height: 1.7; }
.sb-base-preset-footer h2 { margin: 0 0 1rem; color: #c8a96a; font-family: var(--sb-base-font-body); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sb-base-preset-footer a { color: #ddd; text-decoration: none; }
.sb-base-preset-footer a:hover { color: #c8a96a; }
.sb-base-preset-footer__bottom { display: flex; min-height: 42px; padding: .75rem max(1rem, calc((100% - 1200px) / 2)); align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid #2b2b2b; color: #777; font-size: .68rem; }
.sb-base-preset-footer--evelyn { color: #2a2a2a; background: #fff; border-top: 1px solid #edeae5; }
.sb-base-preset-footer--evelyn .sb-base-preset-footer__grid { padding-block: clamp(2.75rem, 5vw, 4rem); }
.sb-base-preset-footer--evelyn .sb-base-preset-footer__brand img { filter: none; }
.sb-base-preset-footer--evelyn p { color: #5a5a5a; }
.sb-base-preset-footer--evelyn a { color: #2a2a2a; }
.sb-base-preset-footer--evelyn a:hover { color: #9c7437; }
.sb-base-preset-footer--evelyn .sb-base-preset-footer__bottom { color: #aaa; background: #111; }
.sb-base-preset-footer--tattoo { background: #0b0b0c; }
.sb-base-preset-footer--tattoo .sb-base-preset-footer__brand img { width: 190px; filter: none; }
.sb-base-preset-footer--tattoo h2 { color: #c5a15a; }
.sb-base-preset-footer--tattoo a:hover { color: #c5a15a; }
.sb-base-preset-footer--tattoo .sb-base-preset-footer__bottom { border-top-color: #343438; }

.sb-base-header-row,
.sb-base-footer-row {
  width: min(calc(100% - 2rem), var(--wp--style--global--wide-size));
  margin-inline: auto;
}

.sb-base-section {
  position: relative;
  padding-block: clamp(4rem, 8vw, var(--sb-base-section-spacing));
}

.sb-base-section--compact { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.sb-base-section--flush { padding-block: 0; }

.sb-base-container {
  width: min(calc(100% - 2rem), var(--sb-base-container-width));
  margin-inline: auto;
}

.sb-base-container--narrow { max-width: var(--wp--style--global--content-size); }
.sb-base-container--full { width: 100%; max-width: none; }

.sb-base-eyebrow {
  margin-bottom: .8rem;
  color: var(--wp--preset--color--accent);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sb-base-hero {
  min-height: min(780px, 84vh);
  overflow: clip;
}

.sb-base-hero__content { padding-block: clamp(4rem, 9vw, 8rem); }
.sb-base-hero__image { min-height: 520px; }
.sb-base-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }

.sb-base-card {
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--wp--preset--color--line);
  border-radius: var(--sb-base-radius);
  background: var(--wp--preset--color--paper);
  transition: transform var(--sb-base-transition), box-shadow var(--sb-base-transition);
}

.sb-base-card:hover { transform: translateY(-3px); box-shadow: var(--sb-base-shadow); }

.sb-base-plugin-zone {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid var(--wp--preset--color--line);
  border-top: 3px solid var(--wp--preset--color--accent);
  background: var(--wp--preset--color--paper);
  box-shadow: var(--sb-base-shadow);
}

.sb-base-plugin-zone > :first-child { margin-top: 0; }
.sb-base-plugin-zone > :last-child { margin-bottom: 0; }

.sb-base-button .wp-block-button__link,
.wp-block-button.sb-base-button .wp-block-button__link {
  transition: transform var(--sb-base-transition), background var(--sb-base-transition);
}

.sb-base-builder-layout h1,
.sb-base-builder-layout h2,
.sb-base-builder-layout h3,
.sb-base-builder-layout h4,
.sb-base-builder-layout h5,
.sb-base-builder-layout h6 { color: var(--sb-base-color-heading); font-family: var(--sb-base-font-heading); }

.sb-base-builder-layout a { color: var(--sb-base-color-link); }

.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__icon {
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 0;
  color: #c8a96a;
  background: transparent;
}
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__svg { width: 2.65rem; height: 2.65rem; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__grid { gap: 0; border-top: 1px solid #edeae5; border-bottom: 1px solid #edeae5; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item { min-height: 295px; padding: clamp(1.75rem, 3vw, 2.7rem); border: 0; border-right: 1px solid #edeae5; background: transparent; box-shadow: none; text-align: center; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item:last-child { border-right: 0; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__icon { margin-inline: auto; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item h3 { font-family: var(--sb-base-font-body); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item p { max-width: 250px; margin-inline: auto; color: #555; font-size: .86rem; line-height: 1.65; }
.sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item > a { display: inline-block; margin-top: .8rem; color: #9c7437; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sb-base-preset-evelyn .evelyn-section-eyebrow { margin-bottom: .3rem; letter-spacing: .14em; }
.sb-base-preset-evelyn .evelyn-section-intro { max-width: 720px; margin: 0 auto 2.5rem; color: #555; }
.sb-base-builder-section.evelyn-demo-notice-section { border-top: 1px solid #282828; border-bottom: 1px solid #282828; }
.evelyn-demo-notice { display: flex; align-items: center; justify-content: center; gap: 1.25rem; color: #ddd; font-size: .78rem; line-height: 1.5; text-align: center; }
.evelyn-demo-notice strong { flex: 0 0 auto; color: #c8a96a; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.sb-base-builder-section.evelyn-gallery-section { color: #fff; }
.evelyn-gallery-section h2 { color: #fff; }
.evelyn-gallery .sb-base-module-gallery__item { border: 1px solid #2b2b2b; }
.evelyn-gallery .sb-base-module-gallery__item:nth-child(2) { transform: translateY(1.5rem); }
.evelyn-gallery .sb-base-module-gallery__item img { aspect-ratio: 4 / 5; }
.evelyn-booking-steps-section { border-block: 1px solid #edeae5; }
.evelyn-booking-steps .sb-base-module-icon-box__grid {
  gap: 0;
  border-top: 1px solid #ded8cc;
  border-bottom: 1px solid #ded8cc;
}
.evelyn-booking-steps .sb-base-module-icon-box__item {
  padding: clamp(1.75rem, 3.4vw, 3rem);
  border: 0;
  border-right: 1px solid #ded8cc;
  background: transparent;
  text-align: center;
}
.evelyn-booking-steps .sb-base-module-icon-box__item:last-child { border-right: 0; }
.evelyn-booking-steps .sb-base-module-icon-box__icon {
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  border-color: #c8a96a;
  color: #9c7437;
  background: #fff;
}
.evelyn-booking-steps .sb-base-module-icon-box__svg { width: 2rem; height: 2rem; }
.evelyn-booking-steps .sb-base-module-icon-box__item h3 {
  font-family: var(--sb-base-font-body);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.evelyn-booking-steps .sb-base-module-icon-box__text {
  max-width: 280px;
  margin-inline: auto;
  color: #595959;
  font-size: .88rem;
  line-height: 1.65;
}
.evelyn-booking-steps .sb-base-module-icon-box__link {
  color: #9c7437;
  font-size: .68rem;
}
.evelyn-usp-section h2 { color: #fff; }
.evelyn-usp-grid .sb-base-module-cards__grid { gap: 1px; background: #333; border: 1px solid #333; }
.evelyn-usp-grid .sb-base-module-cards__item { min-height: 250px; padding: clamp(1.5rem, 3vw, 2.5rem); border: 0; color: #c8c8c8; background: #151515; box-shadow: none; }
.evelyn-usp-grid .sb-base-module-cards__icon { width: auto; height: auto; margin-bottom: 1.25rem; justify-content: start; border: 0; border-radius: 0; color: #c8a96a; font: 400 2rem/1 var(--sb-base-font-heading); }
.evelyn-usp-grid .sb-base-module-cards__svg { width: 2.15rem; height: 2.15rem; }
.evelyn-usp-grid .sb-base-module-cards__item h3 { color: #fff; font-family: var(--sb-base-font-body); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.evelyn-usp-grid .sb-base-module-cards__item p { color: #aaa; font-size: .88rem; line-height: 1.7; }
.evelyn-usp-grid .sb-base-module-cards__item > a { color: #c8a96a; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.evelyn-testimonial-icon { margin-bottom: -.35rem; }
.evelyn-cta-section { text-align: center; }
.evelyn-cta-section .sb-base-builder-container { max-width: 850px; }
.sb-base-preset-sbdruck .sb-base-product-hero .sb-base-module-hero__eyebrow { color: #ff8a42; }
.sb-base-preset-sbdruck .sb-base-product-hero .sb-base-module-button__link--primary { background: #ef6c21; }
.sb-base-preset-sbdruck .sb-base-product-hero .sb-base-module-button__link--outline { color: #fff !important; border-color: #fff; }
.sb-demo-portal-hero { overflow: hidden; background:
  radial-gradient(circle at 82% 28%, rgb(239 108 33 / 27%), transparent 28rem),
  linear-gradient(118deg, #171717 0%, #232323 56%, #111 100%) !important;
}
.sb-demo-portal-hero::before {
  position: absolute;
  z-index: 0;
  top: -8rem;
  right: -6rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 50%;
  content: "";
}
.sb-demo-portal-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44vw, 680px);
  height: 72%;
  content: "";
  opacity: .24;
  background-image:
    linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, transparent 6%, #000);
}
.sb-demo-portal-hero .sb-base-builder-container,
.sb-demo-portal-hero .sb-base-module-hero { position: relative; z-index: 1; }
.sb-demo-portal-hero .sb-base-module-hero__inner--centered { min-height: clamp(560px, 72vh, 760px); }
.sb-demo-portal-hero .sb-base-module-hero__copy { padding-inline: clamp(1.5rem, 8vw, 8rem); }
.sb-demo-portal-hero .sb-base-module-hero__copy h1 {
  max-width: 17ch;
  font: 750 clamp(3.2rem, 6.7vw, 6.6rem)/.98 var(--sb-base-font-body);
  letter-spacing: -.055em;
}
.sb-demo-portal-hero .sb-base-module-hero__copy > div:not(.sb-base-module-hero__buttons) { max-width: 780px; color: #d2d2d2; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.sb-demo-portal-hero .sb-base-module-hero__buttons { justify-content: center; }
.sb-demo-portal-hero .sb-base-module-button__link { min-width: 180px; }
.sb-product-intro { display: flex; align-items: center; justify-content: center; gap: 1.25rem; color: #555; font-size: .86rem; text-align: center; }
.sb-product-intro strong { color: #d9530d; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.sb-product-section-intro { max-width: 720px; margin: 0 auto 2.5rem; color: #555; }
.sb-demo-portal-section .sb-base-builder-container,
.sb-plugin-section .sb-base-builder-container { max-width: 1240px; }
.sb-demo-grid .sb-base-module-cards__grid,
.sb-plugin-grid .sb-base-module-cards__grid { gap: 1.1rem; }
.sb-demo-grid .sb-base-module-cards__item,
.sb-plugin-grid .sb-base-module-cards__item {
  position: relative;
  display: flex;
  min-height: 340px;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  flex-direction: column;
  border: 1px solid #e3e3e1;
  border-top: 4px solid #ef6c21;
  box-shadow: 0 14px 38px rgb(22 22 22 / 7%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.sb-demo-grid .sb-base-module-cards__item:hover,
.sb-plugin-grid .sb-base-module-cards__item:hover {
  transform: translateY(-5px);
  border-color: #ef6c21;
  box-shadow: 0 22px 50px rgb(22 22 22 / 13%);
}
.sb-demo-grid .sb-base-module-cards__icon,
.sb-plugin-grid .sb-base-module-cards__icon {
  width: 3.2rem;
  height: 3.2rem;
  border-color: #ef6c21;
  border-radius: 3px;
  color: #d9530d;
  font-size: .78rem;
  font-weight: 800;
}
.sb-demo-grid .sb-base-module-cards__item h3,
.sb-plugin-grid .sb-base-module-cards__item h3 { margin: .2rem 0 .8rem; font-size: clamp(1.25rem, 2vw, 1.6rem); }
.sb-demo-grid .sb-base-module-cards__item p,
.sb-plugin-grid .sb-base-module-cards__item p { color: #595959; }
.sb-demo-grid .sb-base-module-cards__item > a,
.sb-plugin-grid .sb-base-module-cards__item > a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1.2rem;
  color: #d9530d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.sb-demo-grid .sb-base-module-cards__item > a::after,
.sb-plugin-grid .sb-base-module-cards__item > a::after { margin-left: .55rem; content: "→"; }
.sb-demo-status {
  display: inline-flex;
  width: max-content;
  margin-bottom: .35rem;
  padding: .35rem .55rem;
  border-radius: 99px;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.sb-demo-status--live { color: #146c3c; background: #e2f5e9; }
.sb-demo-status--planned { color: #656565; background: #eeeeec; }
.sb-demo-status--review { color: #8a4b05; background: #fff0d8; }
.sb-plugin-grid code {
  padding: .12rem .32rem;
  border: 1px solid #dededb;
  border-radius: 3px;
  color: #333;
  background: #f7f7f5;
  font-size: .78rem;
  overflow-wrap: anywhere;
}
.sb-product-system-grid .sb-base-module-cards__item,
.sb-product-branch-grid .sb-base-module-cards__item,
.sb-product-process-grid .sb-base-module-cards__item { border-top: 3px solid #ef6c21; }
.sb-product-system-grid .sb-base-module-cards__icon,
.sb-product-branch-grid .sb-base-module-cards__icon,
.sb-product-process-grid .sb-base-module-cards__icon { border-color: #ef6c21; color: #d9530d; }
.sb-product-system-grid .sb-base-module-cards__item > a,
.sb-product-process-grid .sb-base-module-cards__item > a { color: #d9530d; font-weight: 750; text-decoration: none; }
.sb-product-feature-grid .sb-base-module-cards__grid { gap: 1px; background: #414141; border: 1px solid #414141; }
.sb-product-feature-grid .sb-base-module-cards__item { min-height: 250px; border: 0; color: #cfcfcf; background: #2a2a2a; box-shadow: none; }
.sb-product-feature-grid .sb-base-module-cards__item h3 { color: #fff; }
.sb-product-feature-grid .sb-base-module-cards__icon { border-color: #ef6c21; color: #ef6c21; }
.sb-product-cta-section .sb-base-builder-container { max-width: 900px; }
.sb-product-cta-section .sb-product-cta-text { color: #d4d4d4; }
.sb-product-cta-section .sb-base-module-button__link--primary { background: #ef6c21; }

/* SBDruck Demoportal: visuell am SBDruck-Auftritt ausgerichtet. */
.sb-base-preset-sbdruck .sb-base-builder-layout,
.sb-base-preset-sbdruck .sb-base-builder-layout h1,
.sb-base-preset-sbdruck .sb-base-builder-layout h2,
.sb-base-preset-sbdruck .sb-base-builder-layout h3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.sb-base-preset-sbdruck .sb-base-builder-layout h1,
.sb-base-preset-sbdruck .sb-base-builder-layout h2,
.sb-base-preset-sbdruck .sb-base-builder-layout h3 { color: #1f1f1f; font-weight: 700; }
.sb-base-preset-sbdruck .sb-base-module-button__link {
  border-radius: 999px;
  font-weight: 750;
  text-transform: none;
}
.sb-base-preset-sbdruck .sb-base-module-button__link--primary {
  background: #f26a00;
  box-shadow: 0 12px 28px rgb(242 106 0 / 20%);
}
.sb-base-preset-sbdruck .sb-base-module-button__link--outline { color: #1f1f1f !important; border-color: #cfcfcf; background: #fff; }
.sb-demo-portal-hero {
  padding-block: clamp(2.5rem, 6vw, 6rem) !important;
  overflow: hidden;
  background: radial-gradient(circle at 82% 42%, rgb(242 106 0 / 11%), transparent 26rem), #fff !important;
}
.sb-demo-portal-hero::before { display: none; }
.sb-demo-portal-hero::after {
  right: -11rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  opacity: 1;
  background: rgb(242 106 0 / 7%);
  mask-image: none;
}
.sb-demo-portal-hero .sb-base-module-hero__inner {
  min-height: 590px;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.sb-demo-portal-hero .sb-base-module-hero__copy {
  padding: clamp(1rem, 3vw, 2.75rem) 0;
  align-items: flex-start;
  text-align: left;
}
.sb-demo-portal-hero .sb-base-module-hero__copy h1 {
  max-width: 11ch;
  color: #1f1f1f;
  font: 750 clamp(3.15rem, 5vw, 5.25rem)/1.04 Montserrat, Arial, Helvetica, sans-serif;
  letter-spacing: -.045em;
}
.sb-demo-portal-hero .sb-base-module-hero__copy > div:not(.sb-base-module-hero__buttons) {
  max-width: 580px;
  color: #474747;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 550;
}
.sb-demo-portal-hero .sb-base-module-hero__eyebrow { color: #f26a00 !important; }
.sb-demo-portal-hero .sb-base-module-hero__buttons { justify-content: flex-start; }
.sb-demo-portal-hero .sb-base-module-hero__media {
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #f7f7f7;
  box-shadow: 0 30px 70px rgb(31 31 31 / 13%);
}
.sb-demo-portal-hero .sb-base-module-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.sb-product-intro-section { background: #f3f3f3 !important; }
.sb-product-intro {
  padding: .9rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(31 31 31 / 5%);
}
.sb-product-intro strong { color: #f26a00; }
.sb-portal-quickfacts-section { padding-block: clamp(4rem, 7vw, 6.5rem) !important; background: #f3f3f3 !important; }
.sb-portal-quickfacts-section .sb-base-builder-container { max-width: 1120px; }
.sb-portal-quickfacts .sb-base-module-icon-box__grid { gap: 1.25rem; }
.sb-portal-quickfacts .sb-base-module-icon-box__item {
  min-height: 285px;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgb(31 31 31 / 8%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.sb-portal-quickfacts .sb-base-module-icon-box__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 54px rgb(31 31 31 / 13%);
}
.sb-portal-quickfacts .sb-base-module-icon-box__icon {
  width: 3.7rem;
  height: 3.7rem;
  border: 0;
  border-radius: 14px;
  color: #f26a00;
  background: #fff1e5;
}
.sb-portal-quickfacts .sb-base-module-icon-box__svg { width: 1.9rem; height: 1.9rem; }
.sb-portal-quickfacts .sb-base-module-icon-box__item h3 {
  font: 700 clamp(1.2rem, 2vw, 1.5rem)/1.25 Montserrat, Arial, Helvetica, sans-serif;
}
.sb-portal-quickfacts .sb-base-module-icon-box__text { color: #595959; line-height: 1.65; }
.sb-portal-quickfacts .sb-base-module-icon-box__link { color: #f26a00; }
.sb-demo-portal-section,
.sb-plugin-section,
.sb-portal-showcase-section { padding-block: clamp(4.5rem, 8vw, 7.5rem) !important; }
.sb-demo-portal-section { background: #fff !important; }
.sb-plugin-section { background: #f3f3f3 !important; }
.sb-demo-grid .sb-base-module-cards__item,
.sb-plugin-grid .sb-base-module-cards__item {
  min-height: 360px;
  border: 0;
  border-top: 0;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgb(31 31 31 / 8%);
}
.sb-demo-grid .sb-base-module-cards__item:hover,
.sb-plugin-grid .sb-base-module-cards__item:hover {
  border-color: transparent;
  box-shadow: 0 26px 55px rgb(31 31 31 / 14%);
}
.sb-demo-grid .sb-base-module-cards__icon,
.sb-plugin-grid .sb-base-module-cards__icon {
  border: 0;
  border-radius: 14px;
  color: #1f1f1f;
  background: #f2f2f2;
}
.sb-demo-grid .sb-base-module-cards__svg,
.sb-plugin-grid .sb-base-module-cards__svg,
.sb-product-feature-grid .sb-base-module-cards__svg,
.sb-product-branch-grid .sb-base-module-cards__svg,
.sb-product-process-grid .sb-base-module-cards__svg { width: 1.75rem; height: 1.75rem; }
.sb-demo-grid .sb-base-module-cards__item {
  position: relative;
  padding-top: 13.5rem;
  overflow: hidden;
  background: #fff;
}
.sb-demo-grid .sb-base-module-cards__item::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 11.2rem;
  border-radius: 22px 22px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.sb-demo-grid .sb-base-module-cards__item > * {
  position: relative;
  z-index: 1;
}
.sb-demo-grid .sb-base-module-cards__item:nth-child(1)::before { background-image: url("assets/images/evelyn-hero-v1.webp"); background-position: center 28%; }
.sb-demo-grid .sb-base-module-cards__item:nth-child(2)::before { background-image: url("assets/images/tattoo-hero-studio-v2.webp"); background-position: center 48%; }
.sb-demo-grid .sb-base-module-cards__item:nth-child(3)::before { background-image: url("assets/images/mira-hero-v1.webp"); background-position: center 48%; }
.sb-demo-grid .sb-base-module-cards__item:nth-child(4)::before { background-image: url("assets/images/sbdruck-demo-handwerk-v1.webp"); background-position: center 50%; }
.sb-plugin-grid .sb-base-module-cards__item:nth-child(1),
.sb-plugin-grid .sb-base-module-cards__item:nth-child(2),
.sb-plugin-grid .sb-base-module-cards__item:nth-child(3) {
  padding-top: 9rem;
  overflow: hidden;
  background-color: #fff;
  background-position: center 1.25rem;
  background-repeat: no-repeat;
  background-size: 104px 104px;
}
.sb-plugin-grid .sb-base-module-cards__item:nth-child(1) {
  background-image: url("assets/images/sb-plugin-theedi.png");
}
.sb-plugin-grid .sb-base-module-cards__item:nth-child(2) {
  background-image: url("assets/images/sb-plugin-termma.png");
}
.sb-plugin-grid .sb-base-module-cards__item:nth-child(3) {
  background-image: url("assets/images/sb-plugin-bewert.png");
}
.sb-plugin-grid .sb-base-module-cards__item:nth-child(1) > .sb-base-module-cards__icon,
.sb-plugin-grid .sb-base-module-cards__item:nth-child(2) > .sb-base-module-cards__icon,
.sb-plugin-grid .sb-base-module-cards__item:nth-child(3) > .sb-base-module-cards__icon {
  display: none;
}
.sb-demo-grid .sb-base-module-cards__item h3,
.sb-plugin-grid .sb-base-module-cards__item h3 { font-size: clamp(1.25rem, 1.7vw, 1.55rem); }
.sb-demo-grid .sb-base-module-cards__item > a,
.sb-plugin-grid .sb-base-module-cards__item > a { color: #f26a00; }
.sb-demo-status { border-radius: 999px; }
.sb-portal-showcase-section { background: #fff !important; }
.sb-portal-project-gallery .sb-base-module-gallery__grid { gap: clamp(1.2rem, 2.2vw, 2rem); }
.sb-portal-project-gallery .sb-base-module-gallery__item {
  overflow: hidden;
  border-radius: 22px;
  background: #f3f3f3;
  box-shadow: 0 18px 44px rgb(31 31 31 / 10%);
}
.sb-portal-project-gallery .sb-base-module-gallery__item img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: none;
}
.sb-portal-project-gallery .sb-base-module-gallery__item:hover img { filter: none; }
.sb-product-feature-grid .sb-base-module-cards__grid { gap: 1rem; border: 0; background: transparent; }
.sb-product-feature-grid .sb-base-module-cards__item {
  min-height: 240px;
  border-radius: 22px;
  background: #303030;
}
.sb-product-branch-grid .sb-base-module-cards__item,
.sb-product-process-grid .sb-base-module-cards__item {
  border: 0;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgb(31 31 31 / 8%);
}
.sb-product-branch-grid .sb-base-module-cards__icon,
.sb-product-process-grid .sb-base-module-cards__icon { border: 0; border-radius: 14px; color: #f26a00; background: #fff1e5; }
.sb-product-cta-section {
  background: linear-gradient(125deg, #242424, #141414) !important;
}
.sb-product-cta-section .sb-base-module-button__link--primary { background: #f26a00; }
.sb-base-legal-section .sb-base-builder-container { max-width: 900px; }
.sb-base-legal-content { color: #3e3e3e; }
.sb-base-legal-content h2 { margin-top: 2.5rem; padding-top: .3rem; border-top: 1px solid #e7e5e4; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.sb-base-legal-warning { padding: 1.1rem 1.25rem; border-left: 4px solid #ef6c21; background: #fff5ee; }
.sb-base-builder-preset-evelyn #bewertungen { background: #f7f5f1 !important; }
.sb-base-builder-preset-evelyn #kontakt { padding-block: clamp(3.5rem, 6vw, 5rem) !important; background: #fff !important; border-top: 1px solid #edeae5; }
.sb-base-builder-preset-evelyn #kontakt .sb-base-module-contact__grid { align-items: start; }
.sb-base-builder-preset-evelyn #kontakt h2 { margin-top: 0; font: 400 clamp(2rem, 3vw, 2.75rem)/1.1 var(--sb-base-font-heading); }
.sb-base-builder-preset-evelyn #kontakt h3 { color: #9c7437; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.sb-base-preset-evelyn #ueber-img img { width: 100%; min-height: 480px; object-fit: cover; filter: grayscale(1); }

.sb-base-button .wp-block-button__link:hover,
.wp-block-button.sb-base-button .wp-block-button__link:hover { transform: translateY(-2px); }

.sb-base-icon-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--wp--preset--color--accent);
  border-radius: 50%;
  color: var(--wp--preset--color--accent);
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.15rem;
}

.sb-base-legal { max-width: 820px; }
.sb-base-legal h2 { margin-top: 2.6em; }
.sb-base-legal h3 { margin-top: 2em; }

/* Branded single views for the explicitly installed demo blog package. */
.single-post.sb-base-demo-post { background: #f7f5f1; }
.single-post.sb-base-demo-post .sb-base-single-article {
  width: min(calc(100% - 2rem), 1100px);
  margin-inline: auto;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}
.single-post.sb-base-demo-post .sb-base-single-article > .wp-block-post-title {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: .98;
  text-align: center;
  text-wrap: balance;
}
.single-post.sb-base-demo-post .sb-base-single-article > .wp-block-group {
  justify-content: center;
  color: #746f68;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.single-post.sb-base-demo-post .sb-base-single-article .wp-block-post-content {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.75;
}
.single-post.sb-base-demo-post .sb-base-single-article .wp-block-post-content > :where(p, h2, h3, ul, ol, blockquote) {
  max-width: 820px;
  margin-inline: auto;
}
.single-post.sb-base-demo-post .sb-base-single-article .wp-block-post-content h2 {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}
.single-post.sb-base-demo-post .sb-base-demo-post-hero {
  width: min(100%, 980px);
  margin-inline: auto;
}
.single-post.sb-base-demo-post .sb-base-demo-post-notice { border-left-color: #c8a96a; background: #fffaf0; }
.single-post.sb-base-demo-post .sb-base-demo-post-cta a { transition: transform .2s ease, background .2s ease; }
.single-post.sb-base-demo-post .sb-base-demo-post-cta a:hover { transform: translateY(-2px); }

.single-post.sb-base-demo-post--evelyn { color: #171717; background: #f7f5f1; }
.single-post.sb-base-demo-post--evelyn .sb-base-single-article > .wp-block-post-title,
.single-post.sb-base-demo-post--evelyn .wp-block-post-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.single-post.sb-base-demo-post--evelyn .sb-base-demo-post-cta a { background: #111; }

.single-post.sb-base-demo-post--mira { color:#46504b; background:#f7f4ee; }
.single-post.sb-base-demo-post--mira .sb-base-single-article > .wp-block-post-title,
.single-post.sb-base-demo-post--mira .wp-block-post-content h2 { color:#25302c; font-family:Georgia,"Times New Roman",serif; font-weight:500; }
.single-post.sb-base-demo-post--mira .sb-base-single-article a { color:#9b5842; }
.single-post.sb-base-demo-post--mira .sb-base-demo-post-notice { border-left-color:#b66e52; background:#edf1ec; }
.single-post.sb-base-demo-post--mira .sb-base-demo-post-cta a { color:#fff; background:#b66e52; }

.single-post.sb-base-demo-post--tattoo { color: #d6d2ca; background: #111114; }
.single-post.sb-base-demo-post--tattoo .sb-base-single-article > .wp-block-post-title,
.single-post.sb-base-demo-post--tattoo .wp-block-post-content h2 { color: #f4f1eb; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-weight: 700; letter-spacing: .01em; }
.single-post.sb-base-demo-post--tattoo .sb-base-single-article > .wp-block-group { color: #d4b57a; }
.single-post.sb-base-demo-post--tattoo .sb-base-single-article a { color: #d4b57a; }
.single-post.sb-base-demo-post--tattoo .sb-base-demo-post-notice { border-left-color: #a51f24; color: #e8e4dd; background: #252529; }
.single-post.sb-base-demo-post--tattoo .sb-base-demo-post-cta { border-top-color: #39393d; }
.single-post.sb-base-demo-post--tattoo .sb-base-demo-post-cta a { color: #fff; background: #a51f24; }
.single-post.sb-base-demo-post--tattoo .wp-block-separator { border-color: #39393d; }

.single-post.sb-base-demo-post--demoportal { color: #292929; background: #f3f3f2; }
.single-post.sb-base-demo-post--demoportal .sb-base-single-article {
  margin-block: clamp(2rem, 5vw, 4rem);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 70px rgb(31 31 31 / 9%);
}
.single-post.sb-base-demo-post--demoportal .sb-base-single-article > .wp-block-post-title { font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.04em; }
.single-post.sb-base-demo-post--demoportal .sb-base-single-article .wp-block-post-content h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 750; }
.single-post.sb-base-demo-post--demoportal .sb-base-demo-post-notice { border-left-color: #f26a00; background: #fff3e9; }
.single-post.sb-base-demo-post--demoportal .sb-base-demo-post-cta a { background: #f26a00; }

.sb-base-footer { margin-block-start: 0; }
.sb-base-footer a { color: inherit; }

@media (max-width: 781px) {
  body.admin-bar .sb-base-site-header { top: 46px; }
  body.admin-bar .sb-base-preset-header.is-sticky { top: 46px; }
  .sb-base-hero { min-height: auto; }
  .sb-base-hero__image { min-height: 420px; }
  .sb-base-mobile-reverse { flex-direction: column-reverse; }
  .sb-base-section { padding-block: clamp(3.25rem, 12vw, 5rem); }
  .sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item { border-right: 0; border-bottom: 1px solid #edeae5; }
  .sb-base-preset-evelyn .evelyn-services-grid .sb-base-module-cards__item:last-child { border-bottom: 0; }
  .evelyn-booking-steps .sb-base-module-icon-box__item { border-right: 0; border-bottom: 1px solid #ded8cc; }
  .evelyn-booking-steps .sb-base-module-icon-box__item:last-child { border-bottom: 0; }
  .evelyn-demo-notice { align-items: flex-start; flex-direction: column; gap: .35rem; text-align: left; }
  .evelyn-gallery .sb-base-module-gallery__item:nth-child(2) { transform: none; }
  .sb-product-intro { align-items: flex-start; flex-direction: column; gap: .35rem; text-align: left; }
}

@media (max-width: 960px) {
  .sb-base-preset-header__inner { grid-template-columns: 1fr auto auto; }
  .sb-base-preset-header__toggle { display: block; }
  .sb-base-preset-header__nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1.25rem max(1rem, calc((100% - 1200px) / 2)); flex-direction: column; align-items: flex-start; gap: 0; border-top: 1px solid #edeae5; background: #fff; box-shadow: 0 18px 32px rgb(17 17 17 / 12%); }
  .sb-base-preset-header__nav.is-open { display: flex; }
  .sb-base-preset-header__nav a { width: 100%; padding: .9rem 0; border-bottom: 1px solid #f0eee9; }
  .sb-base-preset-header__nav a::after { display: none; }
.sb-base-preset-header--tattoo .sb-base-preset-header__nav { border-top-color: #343438; background: #0b0b0c; }
.sb-base-preset-header--tattoo .sb-base-preset-header__nav a { border-bottom-color: #343438; color: #f4f1eb; }
  .sb-base-preset-footer__grid { grid-template-columns: 1fr 1fr; }
  .sb-demo-grid .sb-base-module-cards__grid,
  .sb-plugin-grid .sb-base-module-cards__grid,
  .sb-product-feature-grid .sb-base-module-cards__grid,
  .sb-product-branch-grid .sb-base-module-cards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-demo-portal-hero .sb-base-module-hero__inner { min-height: auto; grid-template-columns: 1fr; }
  .sb-demo-portal-hero .sb-base-module-hero__copy { padding-bottom: 0; }
  .sb-demo-portal-hero .sb-base-module-hero__copy h1 { max-width: 13ch; }
  .sb-demo-portal-hero .sb-base-module-hero__media { min-height: 440px; }
}

@media (max-width: 480px) {
  .sb-base-header-row,
  .sb-base-footer-row,
  .sb-base-container { width: min(calc(100% - 1.25rem), var(--wp--style--global--wide-size)); }
  .sb-base-plugin-zone { padding: 1.15rem; }
  .sb-base-preset-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .sb-base-preset-header__logo img { width: 145px; }
  .sb-base-preset-header__cta { display: none; }
  .sb-base-preset-footer__grid { grid-template-columns: 1fr; }
  .sb-base-preset-footer__bottom { align-items: flex-start; flex-direction: column; }
  .sb-demo-portal-hero .sb-base-module-hero__copy h1 { font-size: clamp(2.7rem, 15vw, 4.1rem); }
  .sb-demo-portal-hero .sb-base-module-hero__media { min-height: 310px; border-radius: 20px; }
  .sb-demo-grid .sb-base-module-cards__grid,
  .sb-plugin-grid .sb-base-module-cards__grid,
  .sb-product-feature-grid .sb-base-module-cards__grid,
  .sb-product-branch-grid .sb-base-module-cards__grid { grid-template-columns: 1fr; }
  .sb-demo-grid .sb-base-module-cards__item,
  .sb-plugin-grid .sb-base-module-cards__item { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* MIRA – Physiotherapie & Prävention. Referenzlayout 1:1, Version 2. */
.sb-base-preset-header--mira { background:#fff; border-bottom:1px solid #e2e5df; }
.sb-base-preset-header--mira .sb-base-preset-header__inner { width:min(94vw,1540px); min-height:82px; }
.sb-base-preset-header--mira .sb-base-preset-header__logo img { width:176px; }
.sb-base-preset-header--mira .sb-base-preset-header__nav { gap:clamp(1.15rem,2.3vw,2.5rem); }
.sb-base-preset-header--mira .sb-base-preset-header__nav a { color:#414b46; font-size:.72rem; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.sb-base-preset-header--mira .sb-base-preset-header__nav a:hover { color:#a55f48; }
.sb-base-preset-header--mira .sb-base-preset-header__cta { padding:.92rem 1.3rem; border-radius:2px; color:#fff; background:#a9634d; }
.sb-base-preset-footer--mira { position:relative; overflow:hidden; color:#d5ddd6; background:#25312d; }
.sb-base-preset-footer--mira::after { position:absolute; right:-70px; bottom:-130px; width:310px; height:310px; border:1px solid rgba(255,255,255,.06); border-radius:50%; content:""; }
.sb-base-preset-footer--mira h2,.sb-base-preset-footer--mira a { color:#fff; }
.sb-base-preset-footer--mira .sb-base-preset-footer__grid { width:min(calc(100% - 3rem),1200px); }
.sb-base-preset-footer--mira .sb-base-preset-footer__brand img { width:176px; filter:brightness(0) invert(1); }

.sb-base-builder-preset-mira { color:#4d5752; background:#f7f4ee; }
.sb-base-builder-preset-mira h1,.sb-base-builder-preset-mira h2,.sb-base-builder-preset-mira h3 { color:#26332e; }
.sb-base-builder-preset-mira .sb-base-module-button__link--primary { border-color:#a9634d; color:#fff; background:#a9634d; }
.sb-base-builder-preset-mira .sb-base-module-button__link--outline { border-color:#809487; color:#26332e; }
.sb-base-builder-preset-mira .mira-text-link .sb-base-module-button__link { color:#a9634d !important; }
.sb-base-builder-preset-mira .mira-text-link .sb-base-module-button__link::after { margin-left:.55rem; content:"→"; }
.mira-eyebrow { margin-bottom:.65rem; letter-spacing:.15em; text-transform:uppercase; }

.mira-hero { padding:0 !important; overflow:hidden; }
.mira-hero > .sb-base-container { width:100% !important; max-width:none !important; padding:0 !important; }
.mira-hero .sb-base-module-hero__inner { width:100%; min-height:610px; grid-template-columns:minmax(0,42%) minmax(0,58%); gap:0; background:#f7f4ee; }
.mira-hero .sb-base-module-hero__copy { align-self:center; max-width:610px; margin-left:auto; padding:clamp(4rem,7vw,7.4rem) clamp(2.2rem,5vw,5.8rem); }
.mira-hero .sb-base-module-hero__eyebrow { display:none; }
.mira-hero .sb-base-module-hero__copy h1 { max-width:8.7ch; margin:0 0 1.45rem; color:#26332e; font:500 clamp(3rem,4.65vw,5.25rem)/1.01 var(--sb-base-font-heading); letter-spacing:-.04em; }
.mira-hero .sb-base-module-hero__copy > div:not(.sb-base-module-hero__buttons) { max-width:500px; color:#59635e; font-size:1rem; line-height:1.72; }
.mira-hero .sb-base-module-hero__buttons { gap:.8rem; margin-top:2.15rem; }
.mira-hero .sb-base-module-hero__media { min-height:610px; }
.mira-hero .sb-base-module-hero__media img { width:100%; height:100%; object-fit:cover; object-position:center 42%; filter:none !important; }

.mira-trust-section { border:0; }
.mira-trust-section > .sb-base-container { width:min(calc(100% - 3rem),1200px); }
.mira-trust-strip .sb-base-module-icon-box__grid { gap:0; background:transparent; }
.mira-trust-strip .sb-base-module-icon-box__item { display:grid; min-height:88px; padding:1rem 1.3rem; border:0; border-right:1px solid #d7dbd4; color:#4c5751; background:transparent; box-shadow:none; grid-template-columns:2.7rem minmax(0,1fr); grid-template-rows:auto auto; column-gap:.8rem; align-content:center; }
.mira-trust-strip .sb-base-module-icon-box__item:last-child { border-right:0; }
.mira-trust-strip .sb-base-module-icon-box__icon { width:2.2rem; height:2.2rem; margin:0; border:0; border-radius:0; color:#738b7b; background:transparent; grid-row:1 / 3; align-self:center; }
.mira-trust-strip h3 { margin:0 0 .16rem; color:#26332e; font:600 .82rem/1.25 var(--sb-base-font-body); }
.mira-trust-strip .sb-base-module-icon-box__text { grid-column:2; }
.mira-trust-strip p { margin:0; color:#69736e; font-size:.7rem; line-height:1.38; }

.mira-services-section,.mira-process-section,.mira-team-section,.mira-practice-booking-section,.mira-knowledge-section { padding-block:clamp(4.5rem,7vw,7rem) !important; }
.mira-services-section > .sb-base-container,.mira-process-section > .sb-base-container,.mira-team-section > .sb-base-container,.mira-practice-booking-section > .sb-base-container,.mira-knowledge-section > .sb-base-container { width:min(calc(100% - 3rem),1200px); }
.mira-services-column > .sb-base-module-heading:nth-child(-n+2) { max-width:720px; }
.mira-services-grid { margin-top:2.8rem; }
.mira-services-grid .sb-base-module-cards__grid { gap:0; border:1px solid #d8ddd6; }
.mira-services-grid .sb-base-module-cards__item { min-height:215px; padding:2.1rem 2rem; border:0; border-right:1px solid #d8ddd6; border-radius:0; background:transparent; box-shadow:none; }
.mira-services-grid .sb-base-module-cards__item:last-child { border-right:0; }
.mira-services-grid .sb-base-module-cards__icon { width:3.7rem; height:3.7rem; border:0; border-radius:0; color:#6f8878; background:transparent; }
.mira-services-grid .sb-base-module-cards__item h3 { margin:1.2rem 0 .65rem; font:500 1.28rem/1.2 var(--sb-base-font-heading); }
.mira-services-grid .sb-base-module-cards__item p { margin:0; color:#626c66; font-size:.9rem; line-height:1.62; }
.mira-services-grid .sb-base-module-cards__item > a { color:#a9634d; font-size:.75rem; font-weight:750; letter-spacing:.04em; text-decoration:none; text-transform:uppercase; }

.mira-process-container { grid-template-columns:minmax(220px,1fr) minmax(0,3fr) !important; gap:clamp(2rem,5vw,5rem) !important; align-items:center !important; }
.mira-process-copy h2,.mira-team-copy h2 { max-width:8.8em; font-size:clamp(2.3rem,3.2vw,3.7rem) !important; line-height:1.04; }
.mira-process-grid .sb-base-module-icon-box__grid { gap:0; }
.mira-process-grid .sb-base-module-icon-box__item { position:relative; min-height:190px; padding:1rem 1.15rem; border:0; background:transparent; text-align:center; box-shadow:none; }
.mira-process-grid .sb-base-module-icon-box__item:not(:last-child)::after { position:absolute; top:2.65rem; right:-18%; width:36%; height:1px; background:#b9c5bd; content:""; }
.mira-process-grid .sb-base-module-icon-box__icon { width:3.25rem; height:3.25rem; margin-inline:auto; border:1px solid #7d9182; border-radius:50%; color:#fff; background:#7d9182; }
.mira-process-grid h3 { margin:.95rem 0 .45rem; font:500 1.05rem/1.25 var(--sb-base-font-heading); }
.mira-process-grid p { margin:0; color:#68726d; font-size:.78rem; line-height:1.55; }

.mira-team-container { grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:1.2rem !important; align-items:center !important; }
.mira-team-intro { max-width:300px; color:#637069; line-height:1.65; }
.mira-team-grid .sb-base-module-team__grid { grid-template-columns:1fr !important; gap:0; }
.mira-team-grid .sb-base-module-team__item { border:1px solid #dfe2dc; border-radius:0; background:#fff; box-shadow:none; }
.mira-team-grid .sb-base-module-team__media { aspect-ratio:4/4.25; overflow:hidden; }
.mira-team-grid .sb-base-module-team__media img { width:100%; height:100%; object-fit:cover; object-position:center top; filter:none !important; }
.mira-team-grid .sb-base-module-team__body { padding:1.25rem 1.3rem 1.45rem; }
.mira-team-grid .sb-base-module-team__body h3 { margin:0; font:500 1.25rem/1.2 var(--sb-base-font-heading); }
.mira-team-grid .sb-base-module-team__role { margin-top:.35rem; color:#9c5f49; font-size:.66rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mira-team-grid .sb-base-module-team__bio { color:#6b756f; font-size:.78rem; line-height:1.5; }

.mira-practice-booking-section > .sb-base-container { grid-template-columns:minmax(0,13fr) minmax(330px,7fr) !important; gap:0 !important; align-items:stretch !important; }
.mira-practice-gallery { padding:clamp(1rem,3vw,2.5rem) clamp(2rem,4vw,4rem) clamp(1rem,3vw,2.5rem) 0; }
.mira-gallery { margin-top:2rem; }
.mira-gallery .sb-base-module-gallery__grid { grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:.65rem; }
.mira-gallery .sb-base-module-gallery__item,.mira-gallery .sb-base-module-gallery__item:first-child { grid-column:auto; }
.mira-gallery .sb-base-module-gallery__item img,.mira-gallery .sb-base-module-gallery__item:not(:first-child) img { width:100%; height:205px; object-fit:cover; filter:none !important; }
.mira-gallery .sb-base-module-gallery__item:hover img { filter:none !important; }
.mira-gallery .sb-base-module-gallery__caption { font-size:.72rem; }
.mira-practice-booking { display:flex; flex-direction:column; justify-content:center; padding:clamp(2.4rem,4vw,4.25rem); color:#fff; background:#718679; }
.mira-practice-booking h2 { color:#fff; font-size:clamp(2.15rem,3vw,3.2rem) !important; line-height:1.08; }
.mira-practice-booking p { color:#edf2ee; font-size:.92rem; line-height:1.65; }
.mira-booking-shortcode { margin-top:1.4rem; color:#26332e; background:#fff; }
.mira-booking-shortcode .sb-termin { width:100%; max-width:100%; }

.mira-knowledge-container { grid-template-columns:minmax(280px,36fr) minmax(0,64fr) !important; gap:clamp(3rem,6vw,6rem) !important; align-items:start !important; }
.mira-faq-column { padding-right:0; }
.mira-faq .sb-base-module-faq__item { border:0; border-bottom:1px solid #ccd4cd; background:transparent; }
.mira-faq .sb-base-module-faq__item summary { padding:1.05rem .1rem; color:#26332e; font-size:.9rem; font-weight:700; }
.mira-journal-grid { margin-top:1.4rem; }
.mira-journal-grid .sb-base-module-posts__grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.mira-journal-grid .sb-base-module-posts__item { border:1px solid #dfe2dc; border-radius:0; background:#fff; box-shadow:none; }
.mira-journal-grid .sb-base-module-posts__media img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.mira-journal-grid .sb-base-module-posts__item > *:not(.sb-base-module-posts__media):not(.sb-base-module-posts__demo-badge) { margin-inline:1rem; }
.mira-journal-grid .sb-base-module-posts__item h3 { font-size:1rem; line-height:1.28; }
.mira-journal-grid .sb-base-module-posts__excerpt { font-size:.78rem; line-height:1.5; }
.mira-journal-grid .sb-base-module-posts__more { margin-bottom:1.15rem; color:#a9634d; font-size:.7rem; }

@media (max-width: 1020px) {
  .sb-base-preset-header--mira .sb-base-preset-header__inner { width:calc(100% - 2rem); }
  .mira-hero .sb-base-module-hero__inner { grid-template-columns:46% 54%; }
  .mira-hero .sb-base-module-hero__copy { padding-inline:2.4rem; }
  .mira-services-section > .sb-base-container,.mira-process-section > .sb-base-container,.mira-team-section > .sb-base-container,.mira-practice-booking-section > .sb-base-container,.mira-knowledge-section > .sb-base-container { width:min(calc(100% - 2rem),1200px); }
  .mira-process-container { grid-template-columns:1fr !important; }
  .mira-team-container { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .mira-team-copy { grid-column:1 / -1; }
  .mira-process-copy h2,.mira-team-copy h2 { max-width:14em; }
  .mira-practice-booking-section > .sb-base-container,.mira-knowledge-container { grid-template-columns:1fr !important; }
  .mira-practice-gallery { padding-right:0; }
}
@media (max-width: 782px) {
  .mira-hero .sb-base-module-hero__inner { min-height:0; grid-template-columns:1fr; }
  .mira-hero .sb-base-module-hero__media { order:1; min-height:430px; }
  .mira-hero .sb-base-module-hero__copy { order:2; max-width:none; margin:0; padding:3.5rem 1.4rem 4.2rem; text-align:center; }
  .mira-hero .sb-base-module-hero__copy h1 { max-width:10ch; margin-inline:auto; font-size:clamp(2.9rem,11vw,4.6rem); }
  .mira-hero .sb-base-module-hero__copy > div:not(.sb-base-module-hero__buttons) { margin-inline:auto; }
  .mira-hero .sb-base-module-hero__buttons { justify-content:center; }
  .mira-trust-strip .sb-base-module-icon-box__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mira-trust-strip .sb-base-module-icon-box__item:nth-child(2) { border-right:0; }
  .mira-trust-strip .sb-base-module-icon-box__item:nth-child(-n+2) { border-bottom:1px solid #d7dbd4; }
  .mira-process-grid .sb-base-module-icon-box__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mira-process-grid .sb-base-module-icon-box__item::after { display:none; }
  .mira-journal-grid .sb-base-module-posts__grid { grid-template-columns:repeat(3,minmax(220px,1fr)); overflow-x:auto; padding-bottom:1rem; }
}
@media (max-width: 600px) {
  .mira-services-section,.mira-process-section,.mira-team-section,.mira-practice-booking-section,.mira-knowledge-section { padding-block:4rem !important; }
  .mira-services-grid .sb-base-module-cards__grid,.mira-team-grid .sb-base-module-team__grid { grid-template-columns:1fr; }
  .mira-team-container { grid-template-columns:1fr !important; }
  .mira-team-copy { grid-column:auto; }
  .mira-services-grid .sb-base-module-cards__item { min-height:0; border-right:0; border-bottom:1px solid #d8ddd6; }
  .mira-services-grid .sb-base-module-cards__item:last-child { border-bottom:0; }
  .mira-process-grid .sb-base-module-icon-box__grid { grid-template-columns:1fr; }
  .mira-gallery .sb-base-module-gallery__grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .mira-gallery .sb-base-module-gallery__item img,.mira-gallery .sb-base-module-gallery__item:not(:first-child) img { height:190px; }
  .mira-practice-booking { padding:2rem 1.3rem; }
}

/* 0.3.22: native comment output for posts and SB-DISKM imports. */
.sb-base-comments {
  width:min(100%,var(--sb-base-content));
  margin:clamp(2.5rem,6vw,5rem) auto;
}
.sb-base-comments .wp-block-comments-title {
  margin-bottom:1.5rem;
}
.sb-base-comments .wp-block-comment-template {
  margin:0;
  padding:0;
  list-style:none;
}
.sb-base-comments .wp-block-comment-template .wp-block-comment-template {
  margin-left:clamp(1rem,4vw,3rem);
}
.sb-base-comment {
  margin:0 0 1rem;
  padding:clamp(1rem,3vw,1.5rem);
  border:1px solid rgb(17 17 17 / 12%);
  border-radius:var(--sb-base-radius);
  background:var(--sb-base-color-background);
}
.sb-base-comment__meta {
  gap:.6rem 1rem;
  margin-bottom:.75rem;
  color:color-mix(in srgb,var(--sb-base-color-text) 72%,transparent);
  font-size:.9rem;
}
.sb-base-comment__meta .wp-block-comment-author-name {
  color:var(--sb-base-color-heading);
  font-weight:700;
}
.sb-base-comment .wp-block-comment-content > :first-child { margin-top:0; }
.sb-base-comment .wp-block-comment-content > :last-child { margin-bottom:0; }
