.nav-logo-link {
  border-bottom: none !important;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
}

.nav-logo-link:hover {
  border-bottom: none !important;
}

:root {
  color-scheme: light;
  --foreground: #333;
  --background: #fefae9;
  --pink: #ffc0cb;
  --coral: #fa8072;
  --lemon: #f5f592;
  --mint: #96d996;
  --sky: #a7d5ff;
  --lavender: #cd89e4;
  --card: transparent;
  --border: transparent;
  --radius: 4px;
  --border-width: 2px;
  --border-color: white;
  --btn-bg: linear-gradient(180deg, #ffe6f4 0%, #ff8fc6 45%, #ff4aa2 100%);
  --btn-bg-hover: linear-gradient(
    180deg,
    #fff0f8 0%,
    #ffa9d4 45%,
    #ff5fb0 100%
  );
  --btn-bg-active: linear-gradient(180deg, #ff9dcf 0%, #ff2f93 100%);
  --btn-border: #7a1143;
  --btn-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(128, 9, 60, 0.6), 0 5px 10px rgba(90, 9, 46, 0.45);
  --btn-shadow-hover:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(128, 9, 60, 0.6), 0 4px 8px rgba(90, 9, 46, 0.4);
  --btn-shadow-active:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 4px 10px rgba(128, 9, 60, 0.7);
  --btn-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Funnel Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--foreground);
  background: var(--background);
  line-height: 1.2;
  font-size: 24px;
  position: relative;
  cursor:
    url("cursor.png") 0 0,
    auto;
}

a {
  color: var(--foreground);
  text-decoration: none;
  border-bottom: var(--border-width) solid var(--foreground);
  cursor:
    url("cursor.png") 0 0,
    pointer;
}

a:hover {
  border-bottom-color: var(--foreground);
}

.button-link {
  display: inline-block;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--foreground);
  font-family: inherit;
  box-shadow: var(--btn-shadow);
  letter-spacing: 0.02em;
  font-size: 0.95em;
  text-shadow: var(--btn-text-shadow);
  text-decoration: none;
  cursor:
    url("cursor.png") 0 0,
    pointer;
  white-space: nowrap;
}

.contact-big .button-link {
  padding: 10px 28px;
}

button,
input,
textarea,
select {
  cursor:
    url("cursor.png") 0 0,
    text;
}

.button-link:hover {
  background: var(--btn-bg-hover);
  box-shadow: var(--btn-shadow-hover);
}

.button-link:active {
  transform: translateY(2px);
  background: var(--btn-bg-active);
  box-shadow: var(--btn-shadow-active);
}

.button-whatsapp {
  --btn-bg: linear-gradient(180deg, #e9fff1 0%, #7ef1a3 45%, #26c764 100%);
  --btn-bg-hover: linear-gradient(
    180deg,
    #f2fff6 0%,
    #98f3b7 45%,
    #3bd977 100%
  );
  --btn-bg-active: linear-gradient(180deg, #7ee9a6 0%, #18b958 100%);
  --btn-border: #0f6b34;
  --btn-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(10, 98, 46, 0.6), 0 5px 10px rgba(8, 70, 35, 0.4);
  --btn-shadow-hover:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(10, 98, 46, 0.6), 0 5px 10px rgba(8, 70, 35, 0.4);
  --btn-shadow-active:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 4px 10px rgba(10, 98, 46, 0.7);
  --btn-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.button-email {
  --btn-bg: linear-gradient(180deg, #f5f5f5 0%, #d1d1d1 45%, #9e9e9e 100%);
  --btn-bg-hover: linear-gradient(
    180deg,
    #ffffff 0%,
    #e3e3e3 45%,
    #b3b3b3 100%
  );
  --btn-bg-active: linear-gradient(180deg, #cfcfcf 0%, #8d8d8d 100%);
  --btn-border: #5b5b5b;
  --btn-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.8),
    inset 0 -4px 6px rgba(80, 80, 80, 0.5), 0 5px 10px rgba(60, 60, 60, 0.35);
  --btn-shadow-hover:
    inset 0 2px 4px rgba(255, 255, 255, 0.8),
    inset 0 -4px 6px rgba(80, 80, 80, 0.5), 0 5px 10px rgba(60, 60, 60, 0.35);
  --btn-shadow-active:
    inset 0 2px 4px rgba(255, 255, 255, 0.6),
    inset 0 4px 10px rgba(70, 70, 70, 0.6);
  --btn-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.button-instagram {
  --btn-bg: linear-gradient(
    180deg,
    #ffd1f7 0%,
    #ff8fda 35%,
    #ff5a8a 65%,
    #ff9f3f 100%
  );
  --btn-bg-hover: linear-gradient(
    180deg,
    #ffe0fa 0%,
    #ff9fe2 35%,
    #ff6f9d 65%,
    #ffb45c 100%
  );
  --btn-bg-active: linear-gradient(180deg, #ff86c8 0%, #ff4f7e 100%);
  --btn-border: #7b2a6b;
  --btn-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(108, 32, 96, 0.6), 0 5px 10px rgba(90, 20, 70, 0.4);
  --btn-shadow-hover:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(108, 32, 96, 0.6), 0 5px 10px rgba(90, 20, 70, 0.4);
  --btn-shadow-active:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 4px 10px rgba(108, 32, 96, 0.7);
  --btn-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}


.container {
  width: min(1100px, 86vw);
  margin: 0 auto;
  padding: 0 0 64px;
  position: relative;
  z-index: 1;
}

.home-hero {
  min-height: calc(100dvh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.home-hero h1 {
  font-size: 12vw;
  margin: 0;
}

.home-subtitle {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
}

.junk-scatter-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.junk-scatter-layer .junk-sprite {
  position: absolute;
  width: 32px;
  height: 32px;
  object-fit: contain;
  image-rendering: auto;
  opacity: 0.95;
}

header {
  padding: 28px 24px 24px;
  margin-bottom: 24px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, var(--background) 50%, transparent 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

header a {
  border: none;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  position: relative;
}

.nav-logo {
  height: 32px;
  width: auto;
  max-width: 360px;
  display: block;
}

.nav-logo path {
  fill: var(--foreground);
}
nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: nowrap;
  font-family: "Funnel Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--foreground);
}

nav a[aria-current="page"] {
  border-bottom-color: var(--foreground);
  font-weight: 700;
}

.lang-toggle-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-toggle {
  padding: 6px 14px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-toggle[aria-pressed="true"] {
  background: var(--btn-bg-active);
  box-shadow: var(--btn-shadow-active);
  border-color: var(--foreground);
}

.nav-toggle {
  display: none;
  font-family: inherit;
  color: var(--foreground);
  font-weight: 600;
}

.nav-toggle-icon {
  display: block;
}

.nav-toggle-close {
  display: none;
}

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

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

.nav-toggle:active {
  transform: translateY(2px);
}

main {
  display: grid;
  gap: 20px;
}

section {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

h1,
h2,
h3 {
  font-family: "Charm", "Times New Roman", serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
}

h3 {
  margin: 12px 0 6px;
}

h1,
h2,
h3,
h4,
p,
a,
span {
  text-shadow:
    0 0 1px var(--background),
    0 0 2px var(--background),
    0 0 3px var(--background),
    0 0 4px var(--background),
    0 0 5px var(--background),
    0 0 6px var(--background),
    0 0 7px var(--background),
    0 0 8px var(--background),
    0 0 9px var(--background),
    0 0 10px var(--background),
    0 0 11px var(--background),
    0 0 12px var(--background);
}

.button-link,
.button-link span,
button,
button span,
a span {
  text-shadow: none;
}

.photo-stack {
  display: grid;
  gap: 16px;
}

.photo-stack img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.about-photo {
  border-radius: var(--radius);
  overflow: hidden;
}

.about-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.map-embed {
  width: 100%;
  min-height: 320px;
  border-radius: var(--radius);
}

.location-photos {
  display: grid;
  gap: 12px;
}

.location-photos-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.location-photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.about-content {
  min-height: calc(100dvh - 200px);
  display: flex;
  align-items: center;
}

.about-content .about-grid {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.location-content {
  min-height: calc(100dvh - 200px);
  display: flex;
  align-items: center;
}

.location-content .location-grid {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.impressum-content {
  min-height: calc(100dvh - 200px);
  display: flex;
  align-items: center;
}

.impressum-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.impressum-section {
  display: grid;
  gap: 8px;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.location-info {
  border-radius: var(--radius);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.services-wrap {
  border-radius: var(--radius);
}

.services-intro {
  margin-bottom: 18px;
}

@media (max-width: 760px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.prices {
  gap: 28px;
  background-repeat: repeat;
  background-blend-mode: color-burn;
  padding: 28px;
  border-radius: var(--radius);
  max-width: 600px;
  margin: 40px auto;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-level {
  font-weight: 700;
}

.price-dots {
  flex: 1;
  border-bottom: var(--border-width) dotted var(--foreground);
  transform: translateY(-2px);
}

.price-amount {
  font-weight: 600;
  white-space: nowrap;
}

.price-guide {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-guide-item {
  display: grid;
  gap: 12px;
  align-items: start;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
}

.price-guide-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius);
  border: var(--border-width) solid var(--border-color);
}

.price-guide-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
}

.price-guide-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.price-guide-carousel img.is-active {
  opacity: 1;
}

.price-guide-item h2 {
  margin: 0 0 6px;
}

.price-guide-item p {
  margin: 0;
}

.price-guide-price {
  font-weight: 600;
}

.price-guide-section {
  margin-top: 28px;
  border-radius: var(--radius);
}

.price-extras-section {
  margin-top: 28px;
  padding: 18px;
  border-radius: var(--radius);
  width: 100%;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.price-extras-inner {
  margin: 80px auto;
}

.price-info {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.price-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.price-info-card {
  display: grid;
  gap: 12px;
}

.technique-explanation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 40px auto 0;
}

.technique-explanation {
  gap: 40px;
}

.technique-explanation .price-info-card:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .price-guide {
    grid-template-columns: 1fr;
  }

  .price-info-grid {
    grid-template-columns: 1fr;
  }

  .technique-explanation {
    grid-template-columns: 1fr;
  }
}
.service-card {
  border-radius: var(--radius);
  border: 0;
  transform: rotate(-1deg);
}

.service-card:nth-child(2n) {
  transform: rotate(1.2deg);
}

.service-card:nth-child(3n) {
  transform: rotate(-0.6deg);
}

.service-card:nth-child(5n) {
  transform: rotate(1.8deg);
}

.service-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
}

.service-carousel {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
}

.service-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.service-carousel img.is-active {
  opacity: 1;
}

.carousel-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  background: transparent;
  border: none;
  padding: 0;
  cursor:
    url("cursor.png") 0 0,
    pointer;
  transition: background 0.25s ease;
}

.carousel-zone:hover,
.carousel-zone:focus-visible {
  outline: none;
}

.carousel-zone-prev {
  left: 0;
}

.carousel-zone-prev:hover,
.carousel-zone-prev:focus-visible {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}

.carousel-zone-next {
  right: 0;
}

.carousel-zone-next:hover,
.carousel-zone-next:focus-visible {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}

.service-card p {
  margin: 0 0 6px;
}

.scatter {
  position: relative;
  min-height: 720px;
  margin-top: 12px;
}

.scatter img {
  position: absolute;
  width: min(34vw, 320px);
  border-radius: var(--radius);
  opacity: 1;
  transition:
    opacity 0.4s ease,
    transform 0.6s ease;
}

.scatter-photos {
  position: relative;
  min-height: 720px;
  margin-top: 8px;
}

.scatter-photos img {
  position: absolute;
  width: min(42vw, 420px);
  border-radius: var(--radius);
}

.scatter-photos img:nth-child(1) {
  top: 0;
  left: 4%;
}

.scatter-photos img:nth-child(2) {
  top: 120px;
  right: 6%;
  transform: rotate(2deg);
}

.scatter-photos img:nth-child(3) {
  top: 300px;
  left: 30%;
  width: min(36vw, 360px);
  transform: rotate(-1deg);
}

.contact-big {
  display: grid;
  font-size: clamp(1.6rem, 5vw, 4rem);
  line-height: 1.2;
  text-align: center;
  justify-items: center;
  min-height: calc(100vh - 220px);
  place-content: center;
}

.contact-big p {
  margin: 0 0 16px;
}

.contact-big .contact-legal {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 8px;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contact-row p {
  margin: 0;
}

footer {
  margin-top: 36px;
  padding-top: 16px;
  border-top: var(--border-width) dashed var(--foreground);
  color: var(--foreground);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  h1,
  h2,
  h3 {
    font-size: 32px;
  }

  .nav-logo-link {
    position: relative;
    z-index: 1001;
  }

  .nav-logo {
    height: 24px;
    max-width: 240px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1001;
    color: var(--foreground);
  }

  .lang-toggle-group {
    position: relative;
    z-index: 1001;
  }

  nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    background: radial-gradient(
      circle at center,
      var(--background) 0%,
      var(--background) 55%,
      rgba(0, 0, 0, 0) 100%
    );
    padding: 80px 24px 32px;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  nav a:not(.nav-logo-link) {
    display: block;
    width: auto;
  }

  nav a:not(.nav-logo-link) {
    font-size: 1.4rem;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--btn-bg);
    border: 1px solid var(--btn-border);
    box-shadow: var(--btn-shadow);
    text-shadow: var(--btn-text-shadow);
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--btn-border);
    text-transform: none;
  }

  nav a:not(.nav-logo-link):hover {
    background: var(--btn-bg-hover);
    box-shadow: var(--btn-shadow-hover);
  }

  nav a:not(.nav-logo-link):active {
    transform: translateY(2px);
    background: var(--btn-bg-active);
    box-shadow: var(--btn-shadow-active);
  }

  body.nav-open nav {
    transform: translateY(0);
  }

  body.nav-open {
    overflow: hidden;
  }

  .scatter {
    min-height: 980px;
  }

  .scatter img {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    transform: none;
    opacity: 1;
  }

  .scatter-photos {
    min-height: auto;
  }

  .scatter-photos img {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    transform: none;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 16px 20px 20px;
  background: rgba(254, 250, 233, 0.98);
  border-top: var(--border-width) solid var(--foreground);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
}

.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.4;
}

.cookie-banner a {
  border-bottom-width: 1px;
}

.cookie-banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-banner button {
  cursor:
    url("cursor.png") 0 0,
    pointer;
}

.cookie-button {
  font-family: inherit;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--foreground);
  box-shadow: var(--btn-shadow);
  text-shadow: var(--btn-text-shadow);
}

.cookie-button:hover {
  background: var(--btn-bg-hover);
  box-shadow: var(--btn-shadow-hover);
}

.cookie-button:active {
  transform: translateY(2px);
  background: var(--btn-bg-active);
  box-shadow: var(--btn-shadow-active);
}

.cookie-reject {
  --btn-bg: linear-gradient(180deg, #fff3f0 0%, #ffd3c8 45%, #ffb3a3 100%);
  --btn-bg-hover: linear-gradient(
    180deg,
    #fff7f4 0%,
    #ffdcd4 45%,
    #ffc0b3 100%
  );
  --btn-bg-active: linear-gradient(180deg, #ffd1c6 0%, #ffad9d 100%);
  --btn-border: #7a3b2c;
  --btn-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(122, 59, 44, 0.6), 0 5px 10px rgba(90, 35, 20, 0.4);
  --btn-shadow-hover:
    inset 0 2px 4px rgba(255, 255, 255, 0.85),
    inset 0 -4px 6px rgba(122, 59, 44, 0.6), 0 4px 8px rgba(90, 35, 20, 0.35);
  --btn-shadow-active:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 4px 10px rgba(122, 59, 44, 0.7);
}

@media (max-width: 760px) {
  .cookie-banner-inner {
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }
}
