/* SensualWaves – Hauptstylesheet */

:root {
    --bg-deep:     #0a0608;
    --bg-mid:      #120d10;
    --bg-section:  #0f0a0d;
    --accent-coral:  #ff4d6d;
    --accent-gold:   #f0b429;
    --accent-teal:   #00e5c8;
    --accent-violet: #c850f0;
    --text-white:  #f5f0ee;
    --text-muted:  #a89fa5;
    --text-dim:    #6b5f67;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg-deep);
    color: var(--text-white);
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    cursor: none;
  }

  /* Custom cursor */
  .cursor {
    position: fixed; top: 0; left: 0;
    width: 12px; height: 12px;
    background: var(--accent-coral);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s, background 0.3s, width 0.3s, height 0.3s;
    mix-blend-mode: screen;
  }
  .cursor-ring {
    position: fixed; top: 0; left: 0;
    width: 36px; height: 36px;
    border: 1px solid rgba(255, 77, 109, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, width 0.3s, height 0.3s, border-color 0.3s;
  }

  /* ─── ANIMATED BACKGROUND ─── */
  .bg-canvas {
    position: fixed; inset: 0; z-index: 0;
    overflow: hidden;
  }
  .bg-canvas::before {
    content: '';
    position: absolute; inset: -50%;
    background:
      radial-gradient(ellipse 60% 50% at 20% 30%, rgba(200, 80, 240, 0.12) 0%, transparent 60%),
      radial-gradient(ellipse 50% 60% at 80% 70%, rgba(255, 77, 109, 0.10) 0%, transparent 60%),
      radial-gradient(ellipse 40% 40% at 55% 50%, rgba(0, 229, 200, 0.07) 0%, transparent 60%);
    animation: bgPulse 18s ease-in-out infinite alternate;
  }
  @keyframes bgPulse {
    0%   { transform: scale(1) rotate(0deg); }
    50%  { transform: scale(1.08) rotate(3deg); }
    100% { transform: scale(1) rotate(-2deg); }
  }

  .grain {
    position: fixed; inset: 0; z-index: 1; pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 200px;
  }

  /* ─── LAYOUT ─── */
  .content { position: relative; z-index: 2; }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 1.4rem 3rem;
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(to bottom, rgba(10,6,8,0.9) 0%, transparent 100%);
    backdrop-filter: blur(2px);
  }
  .nav-logo {
    font-family: 'Syncopate', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--text-white);
    text-decoration: none;
    display: flex; align-items: center; gap: 0.7rem;
  }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--text-muted); text-decoration: none;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--accent-coral); }

  /* ─── HERO ─── */
  .hero {
    min-height: 100vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
  }

  /* Wave SVG decoration */
  /* Logo SVG */
  .logo-mark {
    width: 100px; height: 100px;
    margin-bottom: 2rem;
    animation: floatLogo 6s ease-in-out infinite;
  }
  @keyframes floatLogo {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
  }

  .hero-eyebrow {
    font-family: 'Syncopate', sans-serif;
    font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase;
    color: var(--accent-teal);
    margin-bottom: 1.2rem;
    opacity: 0; animation: fadeUp 1s 0.3s forwards;
  }
  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.5rem, 9vw, 8rem);
    font-weight: 300; line-height: 0.95;
    letter-spacing: -0.01em;
    margin-bottom: 0.4rem;
    opacity: 0; animation: fadeUp 1s 0.5s forwards;
  }
  .hero-title span.wave-text {
    font-style: italic;
    background: linear-gradient(135deg, var(--accent-coral) 0%, var(--accent-violet) 50%, var(--accent-gold) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200%;
    animation: gradientShift 4s ease-in-out infinite alternate;
  }
  @keyframes gradientShift {
    0%   { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
  }
  .hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 300; font-style: italic;
    color: var(--text-muted);
    max-width: 480px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    opacity: 0; animation: fadeUp 1s 0.8s forwards;
  }
  .hero-cta {
    margin-top: 3rem;
    opacity: 0; animation: fadeUp 1s 1.1s forwards;
  }

  /* ─── BUTTONS ─── */
  .btn-primary {
    display: inline-block;
    padding: 0.95rem 2.8rem;
    background: transparent;
    border: 1px solid var(--accent-coral);
    color: var(--accent-coral);
    font-family: 'Syncopate', sans-serif;
    font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
    text-decoration: none;
    position: relative; overflow: hidden;
    transition: color 0.4s;
  }
  .btn-primary::before {
    content: '';
    position: absolute; inset: 0;
    background: var(--accent-coral);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
  }
  .btn-primary:hover { color: var(--bg-deep); }
  .btn-primary:hover::before { transform: scaleX(1); }

  /* ─── SCROLL INDICATOR ─── */
  .scroll-hint {
    position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--text-dim);
    animation: fadeUp 1s 1.5s forwards; opacity: 0;
    margin-top: 3rem;
  }
  .scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, var(--accent-coral), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
    50%       { opacity: 1;   transform: scaleY(1); }
  }

  /* ─── SECTIONS ─── */
  section {
    padding: 7rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-label {
    font-family: 'Syncopate', sans-serif;
    font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex; align-items: center; gap: 1rem;
  }
  .section-label::after {
    content: '';
    flex: 1; max-width: 60px; height: 1px;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 300; line-height: 1.1;
    margin-bottom: 2rem;
  }
  .section-title em { font-style: italic; }

  .body-text {
    font-size: 1.05rem; line-height: 1.85;
    color: var(--text-muted);
    max-width: 680px;
  }

  /* ─── INTRO SECTION ─── */
  .intro-section { padding-top: 5rem; }
  .intro-section .section-label { color: var(--accent-teal); }
  .intro-section .section-label::after { background: var(--accent-teal); }

  /* ─── PILLARS GRID ─── */
  .pillars-section { padding-top: 2rem; }
  .pillars-section .section-label { color: var(--accent-gold); }
  .pillars-section .section-label::after { background: var(--accent-gold); }

  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5px;
    margin-top: 3.5rem;
    border: 1px solid rgba(255,255,255,0.05);
  }
  @media (max-width: 900px) {
    .pillars-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 600px) {
    .pillars-grid { grid-template-columns: 1fr 1fr; }
  }
  .pillar-card {
    padding: 2.5rem 2rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    position: relative; overflow: hidden;
    transition: background 0.4s;
  }
  .pillar-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.5s ease;
  }
  .pillar-card:hover { background: rgba(255,255,255,0.045); }
  .pillar-card:hover::before { transform: scaleX(1); }

  .pillar-card:nth-child(1)::before { background: var(--accent-coral); }
  .pillar-card:nth-child(2)::before { background: var(--accent-violet); }
  .pillar-card:nth-child(3)::before { background: var(--accent-teal); }
  .pillar-card:nth-child(4)::before { background: var(--accent-gold); }

  .pillar-icon {
    font-size: 2rem; margin-bottom: 1rem;
    display: block;
  }
  .pillar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 600;
    margin-bottom: 0.7rem;
    color: var(--text-white);
  }
  .pillar-text {
    font-size: 0.88rem; line-height: 1.7;
    color: var(--text-muted);
  }

  /* ─── PHILOSOPHY ─── */
  .philosophy-section {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 6rem; align-items: center;
    max-width: 1100px; margin: 0 auto;
    padding: 7rem 2rem;
  }
  .philosophy-section .section-label { color: var(--accent-coral); }
  .philosophy-section .section-label::after { background: var(--accent-coral); }

  .philosophy-visual {
    position: relative; aspect-ratio: 1;
    display: flex; align-items: center; justify-content: center;
  }
  .circle-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid;
    animation: orbit 20s linear infinite;
  }
  .circle-orbit:nth-child(1) {
    width: 80%; height: 80%;
    border-color: rgba(255,77,109,0.2);
    animation-duration: 18s;
  }
  .circle-orbit:nth-child(2) {
    width: 60%; height: 60%;
    border-color: rgba(200,80,240,0.25);
    animation-duration: 12s; animation-direction: reverse;
  }
  .circle-orbit:nth-child(3) {
    width: 40%; height: 40%;
    border-color: rgba(0,229,200,0.3);
    animation-duration: 8s;
  }
  @keyframes orbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  .center-dot {
    width: 16px; height: 16px; border-radius: 50%;
    background: radial-gradient(circle, var(--accent-coral), var(--accent-violet));
    box-shadow: 0 0 30px rgba(255,77,109,0.5), 0 0 60px rgba(200,80,240,0.3);
    animation: pulseDot 3s ease-in-out infinite;
  }
  @keyframes pulseDot {
    0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(255,77,109,0.5); }
    50% { transform: scale(1.4); box-shadow: 0 0 50px rgba(255,77,109,0.8), 0 0 80px rgba(200,80,240,0.5); }
  }

  /* ─── QUOTE BLOCK ─── */
  .quote-block {
    background: rgba(255,255,255,0.02);
    border-left: 2px solid var(--accent-gold);
    padding: 2.5rem 3rem;
    margin: 2rem 0;
    position: relative;
  }
  .quote-block::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 8rem; line-height: 0.5;
    color: var(--accent-gold); opacity: 0.15;
    position: absolute; top: 1.5rem; left: 1.5rem;
    pointer-events: none;
  }
  .quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-style: italic; line-height: 1.6;
    color: var(--text-white);
    position: relative; z-index: 1;
  }

  /* ─── VALUES STRIP ─── */
  .values-strip {
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 4rem 2rem;
    overflow: hidden;
  }
  .values-ticker {
    display: flex; gap: 4rem;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
  }
  @keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .value-item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem; font-style: italic;
    color: var(--text-dim); flex-shrink: 0;
    transition: color 0.3s;
  }
  .value-item span { color: var(--accent-coral); margin: 0 1.5rem; font-style: normal; font-size: 0.8rem; }

  /* ─── INCLUSION SECTION ─── */
  .inclusion-section { padding-top: 2rem; }
  .inclusion-section .section-label { color: var(--accent-violet); }
  .inclusion-section .section-label::after { background: var(--accent-violet); }

  .tags-cloud {
    display: flex; flex-wrap: wrap; gap: 0.8rem;
    margin-top: 2.5rem;
  }
  .tag {
    padding: 0.5rem 1.3rem;
    font-size: 0.8rem; letter-spacing: 0.08em;
    border-radius: 2px;
    border: 1px solid;
    transition: all 0.3s;
  }
  .tag-coral  { border-color: var(--accent-coral);  color: var(--accent-coral); }
  .tag-violet { border-color: var(--accent-violet); color: var(--accent-violet); }
  .tag-teal   { border-color: var(--accent-teal);   color: var(--accent-teal); }
  .tag-gold   { border-color: var(--accent-gold);   color: var(--accent-gold); }

  .tag:hover { background: rgba(255,255,255,0.05); transform: translateY(-2px); }

  /* ─── CTA SECTION ─── */
  .cta-section {
    text-align: center;
    padding: 8rem 2rem;
    position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 70% 60% at 50% 50%, rgba(255,77,109,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .cta-section .section-title { text-align: center; margin: 0 auto 1.5rem; }
  .cta-section .body-text { margin: 0 auto 3rem; text-align: center; }

  /* ─── FOOTER ─── */
  footer {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 3rem 3rem;
    display: flex; justify-content: space-between; align-items: center;
    position: relative; z-index: 2;
  }
  .footer-logo {
    font-family: 'Syncopate', sans-serif;
    font-size: 0.75rem; letter-spacing: 0.2em;
    color: var(--text-dim);
  }
  .footer-note {
    font-size: 0.75rem; color: var(--text-dim);
    letter-spacing: 0.05em;
  }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .reveal.visible {
    opacity: 1; transform: translateY(0);
  }

  /* Intro CTA (before vision) */
  .intro-cta {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  /* Divider */
  .divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.08), transparent);
    max-width: 1100px; margin: 0 auto;
  }

  @media (max-width: 768px) {
    nav { padding: 1.2rem 1.5rem; }
    .nav-links { display: none; }
    .philosophy-section { grid-template-columns: 1fr; gap: 3rem; }
    .philosophy-visual { max-width: 280px; margin: 0 auto; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
  }
