/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, 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;
    --spacing: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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, ui-sans-serif, system-ui, 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 {
    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 {
  .static {
    position: static;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.lightbox.active {
  display: flex;
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 1rem;
}
.gallery-item {
  cursor: pointer;
}
:root {
  --wow-magenta: #D72670;
  --wow-purple: #5E3A87;
  --wow-purple-dark: #452b64;
  --wow-mint: #A4EDC6;
  --wow-orange: #F46B00;
  --wow-coral: #FF9B8A;
  --wow-coral-light: #ffb5a8;
  --wow-sand: #F4E8D3;
  --wow-graphite: #3C3C3C;
}
body {
  font-family: 'Jost', sans-serif;
  color: var(--wow-graphite);
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.container-wow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-padding {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 6rem 0;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background-color: var(--wow-magenta);
  color: white;
}
.btn-primary:hover {
  background-color: #c02060;
  transform: translateY(-2px);
}
.btn-secondary {
  background-color: var(--wow-purple);
  color: white;
}
.btn-secondary:hover {
  background-color: var(--wow-purple-dark);
  transform: translateY(-2px);
}
.btn-outline {
  background-color: transparent;
  border: 2px solid var(--wow-magenta);
  color: var(--wow-magenta);
}
.btn-outline:hover {
  background-color: var(--wow-magenta);
  color: white;
}
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--wow-sand) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 0rem 0;
  gap: 1.5rem;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -25%;
  width: 80%;
  height: 150%;
  background: linear-gradient(135deg, var(--wow-mint) 0%, transparent 60%);
  opacity: 0.3;
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, var(--wow-coral-light) 0%, transparent 60%);
  opacity: 0.25;
  border-radius: 50%;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 10;
  padding: 2rem;
  transform: none;
}
@keyframes wow-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes wow-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-graphic {
  position: relative;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 2;
}
.hero-w {
  position: relative;
  width: min(60vw, 640px);
  max-width: 640px;
  margin: -20px 0 -60px 0;
}
.hero-w img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}
.hero-star {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.hero-star img {
  width: clamp(90px, 18vw, 200px);
  height: auto;
  animation: wow-spin 60s linear infinite;
  transform-origin: center;
}
@media (max-width: 1024px) {
  .hero-w {
    width: min(70vw, 480px);
    max-width: 480px;
  }
  .hero-star img {
    width: clamp(80px, 20vw, 170px);
  }
}
.hero-title {
  color: var(--wow-magenta);
  margin-bottom: 1rem;
}
.hero-subtitle {
  color: var(--wow-purple);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 2rem;
  font-weight: 400;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.gallery-item {
  aspect-ratio: 4/3;
  background-color: var(--wow-sand);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--wow-sand) 0%, var(--wow-coral-light) 100%);
  color: var(--wow-purple);
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.7;
}
.newsletter-section {
  background-color: var(--wow-purple);
  color: white;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .newsletter-form {
    flex-direction: row;
  }
}
.newsletter-input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  font-size: 1rem;
  font-family: 'Jost', sans-serif;
  outline: none;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.newsletter-input:focus {
  border-color: var(--wow-mint);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 3px var(--wow-mint);
}
.newsletter-input::placeholder {
  color: #999;
}
.newsletter-btn {
  background-color: var(--wow-magenta);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 9999px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-btn:hover {
  background-color: #c02060;
  transform: translateY(-2px);
}
.footer {
  background-color: var(--wow-purple-dark);
  color: white;
  padding: 2rem 0;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.8;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  font-size: 0.875rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background-color: var(--wow-magenta);
  transform: translateY(-2px);
}
.social-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.text-magenta {
  color: var(--wow-magenta);
}
.text-purple {
  color: var(--wow-purple);
}
.bg-sand {
  background-color: var(--wow-sand);
}
.bg-purple {
  background-color: var(--wow-purple);
}
.bg-magenta {
  background-color: var(--wow-magenta);
}
.text-center {
  text-align: center;
}
.imprint-content {
  color: var(--wow-purple);
}
.imprint-content h1 {
  margin-bottom: 2rem;
}
.imprint-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.imprint-content h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.imprint-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.imprint-content p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
}
.imprint-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.imprint-content li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.imprint-content a {
  color: var(--wow-magenta);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.imprint-content a:hover {
  color: var(--wow-purple);
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ease: initial;
    }
  }
}
