
/* /src/tailwind.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-white {
    color: var(--color-white);
  }
  @media (width >= 40rem) {
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
:root {
  --ink: #26352d;
  --forest: #243b30;
  --sage: #a6b4a5;
  --soft-sage: #e8eee5;
  --cream: #faf9f5;
  --sand: #e8dfd2;
  --gold: #c6aa7a;
  --line: #d9ddd4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
button, input, textarea {
  font: inherit;
}
a {
  color: inherit;
}
.site-shell {
  min-height: 100vh;
  overflow: clip;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.eyebrow {
  color: #68776a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section {
  padding: 104px 0;
}
.section--pale {
  background: var(--soft-sage);
}
.section-title {
  max-width: 760px;
  margin: 13px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}
.lead {
  max-width: 700px;
  color: #536056;
  font-size: 17px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--forest);
  padding: 0 25px;
  background: var(--forest);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.button:hover {
  background: transparent;
  color: var(--forest);
}
.button--light {
  border-color: #fff;
  background: #fff;
  color: var(--forest);
}
.button--light:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.button--outline {
  background: transparent;
  color: var(--forest);
}
.button--outline:hover {
  background: var(--forest);
  color: #fff;
}
.prose {
  max-width: 830px;
  font-size: 16px;
  line-height: 1.85;
}
.prose h2 {
  margin: 48px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.prose h3 {
  margin: 30px 0 10px;
  font-size: 17px;
}
.prose p, .prose ul {
  margin: 0 0 18px;
}
.prose ul {
  padding-left: 20px;
}
.prose a {
  color: var(--forest);
  text-decoration-thickness: 1px;
}
.image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.topbar {
  background: var(--forest);
  color: #f8fbf6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.topbar__inner {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
.topbar a {
  color: white;
  text-decoration: none;
}
.header {
  position: relative;
  z-index: 10;
  background: rgba(250, 249, 245, 0.97);
  border-bottom: 1px solid #edf0eb;
}
.header__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}
.brand small {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.navigation {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.navigation > a, .nav-services > a {
  color: var(--ink);
  text-decoration: none;
}
.navigation > a:hover, .nav-services > a:hover {
  color: var(--gold);
}
.navigation__contact {
  border-bottom: 1px solid var(--forest);
  padding-bottom: 4px;
}
.nav-services {
  position: relative;
  padding: 35px 0;
  margin: -35px 0;
}
.service-menu {
  position: absolute;
  top: 76px;
  left: -28px;
  display: none;
  width: 720px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 27px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(27, 48, 37, 0.13);
  text-transform: none;
}
.nav-services:hover .service-menu, .nav-services:focus-within .service-menu {
  display: grid;
}
.service-menu b {
  display: block;
  margin-bottom: 11px;
  color: #7e8c7e;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.service-menu a {
  display: block;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-decoration: none;
}
.service-menu a:hover {
  color: var(--gold);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: var(--forest);
}
.footer {
  padding: 78px 0 22px;
  background: var(--forest);
  color: #edf1eb;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 54px;
}
.brand--footer {
  color: #fff;
}
.brand--footer .brand__mark {
  border-color: #fff;
}
.footer__about {
  max-width: 240px;
  color: #c6d0c6;
  font-size: 14px;
  line-height: 1.7;
}
.footer h2 {
  margin: 2px 0 17px;
  color: #d5dfd4;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer a {
  display: block;
  margin-bottom: 9px;
  color: white;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
}
.footer a:hover {
  color: var(--gold);
}
.socials {
  display: flex;
  gap: 8px;
  margin-top: 17px;
}
.socials a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #a9b9aa;
  border-radius: 50%;
  font-size: 15px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #b9c4ba;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.footer__bottom span:last-child {
  display: flex;
  gap: 20px;
}
.footer__bottom a {
  margin: 0;
  font-size: 10px;
}
.cookie {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  display: flex;
  width: min(560px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px;
  background: white;
  box-shadow: 0 12px 40px rgba(21, 35, 26, 0.25);
}
.cookie strong {
  font-size: 14px;
}
.cookie p {
  max-width: 300px;
  margin: 7px 0 0;
  color: #607064;
  font-size: 12px;
  line-height: 1.5;
}
.cookie__actions {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.cookie .button {
  min-height: 38px;
  padding: 0 12px;
  font-size: 9px;
}
.page-hero {
  display: grid;
  min-height: 365px;
  place-items: center start;
  background: var(--forest) center / cover no-repeat;
  color: white;
}
.page-hero h1 {
  max-width: 800px;
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.05;
}
.page-hero .eyebrow {
  color: #e9eee7;
}
.service-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  align-items: center;
  gap: clamp(42px, 7vw, 105px);
}
.service-intro img {
  aspect-ratio: 0.82;
}
.service-intro p:not(.eyebrow):not(.lead) {
  color: #536056;
  line-height: 1.8;
}
.service-intro .button {
  margin-top: 15px;
}
.faq {
  max-width: 930px;
}
.faq details {
  border-top: 1px solid #cbd4c8;
}
.faq details:last-child {
  border-bottom: 1px solid #cbd4c8;
}
.faq summary {
  padding: 21px 34px 21px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  list-style: none;
  position: relative;
}
.faq summary::after {
  position: absolute;
  right: 5px;
  content: "+";
  color: #798779;
  font-family: Arial, sans-serif;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  max-width: 680px;
  margin: -3px 0 22px;
  color: #536056;
  line-height: 1.75;
}
.home-hero {
  min-height: 680px;
  background: linear-gradient(90deg, rgba(24, 48, 37, 0.82), rgba(24, 48, 37, 0.18)), url("https://jwc-kosmetik.de/wp-content/uploads/2025/12/2148620019_580x685.webp") center / cover;
  color: white;
}
.home-hero .container {
  display: flex;
  min-height: 680px;
  align-items: center;
}
.home-hero__content {
  max-width: 660px;
}
.home-hero h1 {
  margin: 15px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  line-height: 1.03;
}
.home-hero p:not(.eyebrow) {
  max-width: 480px;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.75;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.value {
  min-height: 202px;
  padding: 40px;
  background: var(--soft-sage);
  border-right: 1px solid #d4ded1;
  text-align: center;
}
.value:last-child {
  border: 0;
}
.value strong {
  display: block;
  margin: 15px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}
.value svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #6c806d;
  stroke-width: 1.4;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.about-split img {
  aspect-ratio: 0.86;
}
.about-split .button {
  margin-top: 16px;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.service-card {
  background: #fff;
  text-decoration: none;
}
.service-card img {
  aspect-ratio: 1.3;
}
.service-card div {
  padding: 23px;
}
.service-card h3 {
  min-height: 52px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.service-card span {
  display: block;
  margin-top: 22px;
  color: #718071;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(35px, 8vw, 130px);
}
.feature-columns h3 {
  margin: 22px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}
.feature-columns p {
  color: #536056;
  line-height: 1.8;
}
.feature-columns span {
  color: var(--gold);
  font-size: 26px;
}
.testimonial {
  margin-top: 75px;
  padding: 52px 8%;
  background: #fff;
  text-align: center;
}
.testimonial blockquote {
  max-width: 800px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}
.testimonial cite {
  display: block;
  margin-top: 20px;
  color: #789;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.instagram {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  background: #e2eadd;
}
.instagram__copy {
  padding: clamp(45px, 7vw, 90px);
}
.instagram__copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 51px);
  font-weight: 400;
  line-height: 1.1;
}
.instagram img {
  min-height: 330px;
  height: 100%;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}
.cards-grid .service-card:first-child {
  grid-column: span 2;
}
.cards-grid .service-card:first-child img {
  aspect-ratio: 2.05;
}
.prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 9vw;
}
.price-list h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #4d5b50;
  line-height: 1.45;
}
.price-row strong {
  flex: 0 0 auto;
  color: var(--forest);
  font-size: 13px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
}
.contact-info {
  padding: 45px;
  background: var(--soft-sage);
}
.contact-info h2, .form h2 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}
.contact-info p {
  line-height: 1.8;
}
.contact-info a {
  color: var(--forest);
  text-decoration: none;
}
.form label {
  display: block;
  margin: 18px 0 7px;
  font-size: 12px;
  font-weight: 700;
}
.form input, .form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #adb9ad;
  padding: 10px 0;
  outline-color: var(--forest);
  background: transparent;
}
.form textarea {
  min-height: 110px;
  resize: vertical;
}
.form label.form__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.form__check input {
  width: auto;
  margin-top: 3px;
}
.form .button {
  margin-top: 15px;
}
.form__notice {
  margin: 10px 0 0;
  color: #536056;
  font-size: 13px;
}
@media (max-width: 800px) {
  .navigation {
    display: none;
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    align-items: stretch;
    padding: 20px 24px 30px;
    background: #fff;
    box-shadow: 0 20px 30px rgba(30, 50, 37, 0.15);
  }
  .navigation--open {
    display: flex;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
  }
  .nav-services {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .service-menu {
    position: static;
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
    box-shadow: none;
    background: var(--soft-sage);
  }
  .footer__grid, .about-split, .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    gap: 35px;
  }
  .service-intro {
    grid-template-columns: 1fr;
  }
  .service-intro img {
    max-height: 480px;
  }
  .values, .service-cards, .cards-grid {
    grid-template-columns: 1fr;
  }
  .cards-grid .service-card:first-child {
    grid-column: auto;
  }
  .cards-grid .service-card:first-child img {
    aspect-ratio: 1.3;
  }
  .feature-columns, .prices, .instagram {
    grid-template-columns: 1fr;
  }
  .instagram img {
    max-height: 430px;
  }
  .cookie {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 500px) {
  .topbar__inner {
    justify-content: center;
  }
  .topbar__inner span {
    display: none;
  }
  .header__inner {
    min-height: 73px;
  }
  .navigation {
    top: 73px;
  }
  .page-hero {
    min-height: 300px;
  }
  .home-hero, .home-hero .container {
    min-height: 570px;
  }
  .value {
    min-height: 160px;
  }
  .service-menu {
    grid-template-columns: 1fr;
  }
  .contact-info {
    padding: 28px;
  }
}
.topbar {
  display: none;
}
.header {
  border: 0;
  background: #fffdf9;
}
.header__inner {
  min-height: 76px;
}
.brand {
  color: #9b751d;
  font-size: 16px;
}
.brand__mark {
  width: 34px;
  height: 34px;
  border-color: #b38a2f;
  color: #9b751d;
}
.navigation__contact {
  order: -1;
  border: 0;
  padding: 10px 17px;
  background: #fbefd5;
}
.home-hero {
  min-height: 590px;
  background: #fffdf9 !important;
  color: #1b1b1a;
  position: relative;
}
.home-hero .container {
  min-height: 590px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 38px;
}
.home-hero__content {
  max-width: 220px;
}
.home-hero h1 {
  font-size: 19px;
  line-height: 1.1;
  color: #dacfae;
}
.home-hero p:not(.eyebrow) {
  display: none;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 310px;
  height: 368px;
  border-radius: 12px;
  transform: translateX(-50%);
  background: url('https://jwc-kosmetik.de/wp-content/uploads/2025/12/2148620019_580x685.webp') center / cover;
}
.home-hero::after {
  content: "JWC KOSMETIK · BEAUTYSALON\A UND KOSMETIKSTUDIO";
  white-space: pre;
  position: absolute;
  top: 205px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(46px, 6.5vw, 100px);
  line-height: .86;
  text-align: center;
  pointer-events: none;
}
.home-hero .button {
  position: absolute;
  top: 410px;
  left: calc(50% + 190px);
  z-index: 1;
  background: transparent;
  color: #9b751d;
  border-color: #9b751d;
}
.values {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  background: transparent;
}
.value {
  min-height: 115px;
  padding: 20px;
  background: transparent;
}
.value strong {
  font-size: 14px;
}
.value svg {
  stroke: #bb8d39;
}
.about-split {
  grid-template-columns: .95fr 1fr .95fr;
  gap: 38px;
  align-items: start;
}
.about-split img {
  order: 2;
  aspect-ratio: .82;
}
.about-split > div {
  order: 1;
}
.about-split > div::after {
  content: "Individuelle\A Gesichtsbehandlungen\A für jeden Hauttyp";
  white-space: pre;
  display: block;
  margin-top: 32px;
  padding: 40px;
  background: #fff1d5;
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1.1;
}
.section--pale {
  background: #fffdf9;
}
.feature-columns {
  max-width: 500px;
  margin-left: 12%;
  grid-template-columns: 1fr;
}
.service-cards {
  display: none;
}
.section:has(.service-cards) {
  padding-top: 80px;
}
.section:has(.service-cards) .container::after {
  content: "";
  display: block;
  height: 280px;
  border-radius: 10px;
  background: #fff1d5;
}
.testimonial {
  display: none;
}
.instagram {
  display: none;
}
.section:has(.testimonial) {
  min-height: 430px;
  background: #c99849;
}
.footer {
  background: #fffaf5;
  color: #25211b;
}
.footer a, .brand--footer {
  color: #25211b;
}
.brand--footer .brand__mark {
  border-color: #b38a2f;
}
.footer__bottom {
  border-color: #ddd2c2;
  color: #746b60;
}
@media (max-width: 800px) {
  .home-hero {
    min-height: 405px;
  }
  .home-hero .container {
    min-height: 405px;
    padding-top: 12px;
  }
  .home-hero::before {
    top: 12px;
    width: 190px;
    height: 230px;
  }
  .home-hero::after {
    top: 145px;
    font-size: 37px;
  }
  .home-hero .button {
    top: 277px;
    left: 16px;
  }
  .about-split {
    grid-template-columns: 1fr;
  }
  .about-split img {
    order: 0;
    max-width: 260px;
  }
  .about-split > div::after {
    margin-top: 25px;
  }
  .values {
    width: 100%;
  }
  .footer {
    padding-top: 55px;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .section {
    padding: 72px 0;
  }
  .lead {
    font-size: 16px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}


/* /@fs//home/leo/projects/jwc-kosmetik/node_modules/tailwindcss/index.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-white {
    color: var(--color-white);
  }
  @media (width >= 40rem) {
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
