.sw-p25 { box-sizing: border-box; font-family: 'Inter', sans-serif; background: #1F3530; color: #EDF2EA; }
.sw-p25 *, .sw-p25 *::before, .sw-p25 *::after { box-sizing: inherit; }
.sw-p25-wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.6rem, 4vw, 3rem); }
.sw-p25-section { position: relative; padding: clamp(6rem, 12vh, 8.5rem) 0; overflow: clip; }
.sw-p25-head { max-width: 660px; margin: 0 auto 3.6rem; text-align: center; }
.sw-p25-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 0.64rem; letter-spacing: 5px; text-transform: uppercase; font-weight: 600; color: #EDF2EA; margin-bottom: 1.3rem; }
.sw-p25-dot { width: 8px; height: 8px; border-radius: 50%; background: #9CB39A; }
.sw-p25-h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(2.2rem, 4.6vw, 3.3rem); line-height: 1.08; letter-spacing: -0.6px; color: #EDF2EA; margin: 0 0 1rem; }
.sw-p25-h2 em { font-style: italic; color: #9CB39A; }
.sw-p25-lead { font-size: 15.5px; line-height: 1.72; color: #A3B8A8; margin: 0; }
.sw-p25-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2.5rem, 6vw, 5rem); max-width: 900px; margin: 0 auto; }
.sw-p25-item { padding: 1.05rem 0.4rem 1.05rem 0.2rem; border-bottom: 1px dashed rgba(237,242,234,0.2); transition: padding-left 0.5s ease, background 0.5s ease; }
.sw-p25-item:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(156,179,154,0.08), rgba(156,179,154,0)); }
.sw-p25-item-top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.sw-p25-item-name { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 1.25rem; color: #EDF2EA; }
.sw-p25-item-price { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; color: #9CB39A; white-space: nowrap; transition: color 0.5s ease; }
.sw-p25-item:hover .sw-p25-item-price { color: #EDF2EA; }
.sw-p25-item-meta { display: block; font-size: 0.74rem; line-height: 1.55; color: #A3B8A8; margin-top: 3px; }
.sw-p25-menu-note { margin: 2.6rem 0 0; text-align: center; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(163,184,168,0.85); }
.sw-p25-act { position: relative; min-height: 100vh; display: grid; place-items: center; text-align: center; background-image: linear-gradient(rgba(22,38,31,0.78), rgba(22,38,31,0.88)), url('/studio/components/images/pages/beauty-3/s1.jpg'); background-size: cover; background-position: 50% 50%; background-color: #16261F; border-top: 1px solid rgba(237,242,234,0.12); border-bottom: 1px solid rgba(237,242,234,0.12); padding: clamp(5rem, 10vh, 7rem) 1.4rem; overflow: clip; }
.sw-p25-act-rings { position: absolute; left: 50%; top: 50%; width: min(150vw, 1100px); aspect-ratio: 1; transform: translate(-50%, -50%); pointer-events: none; }
.sw-p25-act-rings i { position: absolute; inset: 0; border: 1px solid rgba(237,242,234,0.22); border-radius: 50%; transform: scale(0.3); opacity: 0.5; }
.sw-p25-act-rings i:nth-child(2) { transform: scale(0.55); opacity: 0.35; }
.sw-p25-act-rings i:nth-child(3) { transform: scale(0.8); opacity: 0.2; }
.sw-p25-act-rings i:nth-child(4) { transform: scale(1); opacity: 0.1; }
.sw-p25-act-inner { position: relative; max-width: 760px; }
.sw-p25-act-word { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(2.8rem, 10vw, 6.5rem); letter-spacing: clamp(0.3em, 2vw, 0.55em); text-transform: uppercase; color: #EDF2EA; margin: 0 0 2.4rem; padding-left: clamp(0.3em, 2vw, 0.55em); line-height: 1.1; }
.sw-p25-act-quote { margin: 0 auto; max-width: 30ch; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; font-style: italic; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.4; color: #A3B8A8; }
.sw-p25-act-cap { margin-top: 2.2rem; font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase; color: #9CB39A; }
.sw-p25-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; text-align: center; }
.sw-p25-stones { display: flex; flex-direction: column-reverse; align-items: center; gap: 7px; margin: 0 auto 1.4rem; min-height: 64px; justify-content: flex-start; }
.sw-p25-stones i { display: block; background: rgba(237,242,234,0.85); border-radius: 50%; }
.sw-p25-stones i:nth-child(1) { width: 30px; height: 18px; }
.sw-p25-stones i:nth-child(2) { width: 22px; height: 13px; }
.sw-p25-stones i:nth-child(3) { width: 14px; height: 9px; }
.sw-p25-step h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 1.45rem; margin: 0 0 0.4rem; color: #EDF2EA; }
.sw-p25-step-meta { display: block; font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: #9CB39A; margin-bottom: 0.7rem; }
.sw-p25-step p { margin: 0 auto; max-width: 30ch; font-size: 0.88rem; line-height: 1.7; color: #A3B8A8; }
.sw-p25-about { background: #24403A; border-top: 1px solid rgba(237,242,234,0.12); border-bottom: 1px solid rgba(237,242,234,0.12); }
.sw-p25-about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.sw-p25-photo { position: relative; width: 100%; max-width: 380px; height: 430px; margin: 0 auto; border-radius: 200px 200px 22px 22px; background: linear-gradient(165deg, rgba(63,103,90,0.78), rgba(16,30,26,0.88)), url('/studio/components/images/pages/beauty-3/s2.jpg') 55% 40% / cover; background-blend-mode: luminosity; box-shadow: 0 36px 70px -34px rgba(0,0,0,0.7); }
.sw-p25-photo::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(156,179,154,0.4); border-radius: 210px 210px 28px 28px; pointer-events: none; }
.sw-p25-photo-tag { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,242,234,0.85); background: rgba(16,30,26,0.55); padding: 4px 12px; border-radius: 999px; white-space: nowrap; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.sw-p25-about-copy p { font-size: 0.95rem; line-height: 1.75; color: #A3B8A8; margin: 0 0 1.1rem; }
.sw-p25-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 0.55rem; }
.sw-p25-list li { position: relative; font-size: 0.86rem; line-height: 1.6; color: #A3B8A8; padding-left: 20px; }
.sw-p25-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 5px; border-radius: 50%; background: #9CB39A; }
.sw-p25-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.sw-p25-quote { background: rgba(237,242,234,0.05); border: 1px solid rgba(237,242,234,0.14); border-radius: 22px; padding: 1.9rem 1.7rem 1.6rem; transition: background 0.6s ease, border-color 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.65, 0.3, 1); }
.sw-p25-quote:hover { background: rgba(237,242,234,0.1); border-color: rgba(156,179,154,0.55); transform: translateY(-6px); }
.sw-p25-quote-mark { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 2.6rem; line-height: 0.7; color: #9CB39A; margin-bottom: 0.8rem; }
.sw-p25-quote p { margin: 0 0 1.1rem; font-size: 0.9rem; line-height: 1.7; color: #EDF2EA; font-style: italic; }
.sw-p25-quote footer { font-size: 0.74rem; font-weight: 700; color: #9CB39A; }
.sw-p25-quote footer span { display: block; font-weight: 400; font-size: 0.7rem; color: #A3B8A8; margin-top: 2px; }
.sw-p25-contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.sw-p25-rows { margin: 1.8rem 0 2.2rem; }
.sw-p25-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px dashed rgba(237,242,234,0.2); font-size: 0.88rem; }
.sw-p25-row:last-child { border-bottom: none; }
.sw-p25-row span:first-child { color: #A3B8A8; }
.sw-p25-row span:last-child { font-weight: 600; letter-spacing: 0.03em; color: #EDF2EA; text-align: right; }
.sw-p25-cta { display: inline-flex; align-items: center; gap: 10px; background: #EDF2EA; color: #1F3530; font-size: 0.9rem; font-weight: 600; padding: 15px 30px; border-radius: 999px; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sw-p25-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -14px rgba(0,0,0,0.45); }
.sw-p25-contact-note { margin: 1.5rem 0 0; font-size: 0.76rem; line-height: 1.7; color: rgba(163,184,168,0.85); }
.sw-p25-wissen { background: rgba(237,242,234,0.05); border: 1px solid rgba(237,242,234,0.14); border-radius: 22px; padding: 2.2rem 2rem; }
.sw-p25-wissen h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 1.5rem; margin: 0 0 1.1rem; color: #EDF2EA; }
.sw-p25-footer { background: #16261F; border-top: 1px solid rgba(237,242,234,0.12); padding: 4.5rem 0 6.5rem; text-align: center; }
.sw-p25-f-stones { display: flex; flex-direction: column; align-items: center; gap: 5px; margin: 0 auto 1.2rem; }
.sw-p25-f-stones i { display: block; background: rgba(237,242,234,0.8); border-radius: 50%; }
.sw-p25-f-stones i:nth-child(1) { width: 18px; height: 12px; }
.sw-p25-f-stones i:nth-child(2) { width: 12px; height: 8px; }
.sw-p25-f-stones i:nth-child(3) { width: 8px; height: 6px; }
.sw-p25-f-brand { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 2rem; color: #EDF2EA; margin: 0 0 0.4rem; }
.sw-p25-f-brand em { font-style: italic; color: #9CB39A; }
.sw-p25-f-tagline { display: block; font-size: 0.64rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(237,242,234,0.5); margin-bottom: 2.2rem; }
.sw-p25-f-nav { list-style: none; display: flex; justify-content: center; gap: 1.9rem; margin: 0 0 2.2rem; padding: 0; flex-wrap: wrap; }
.sw-p25-f-nav a { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: rgba(237,242,234,0.7); text-decoration: none; transition: color 0.25s; }
.sw-p25-f-nav a:hover { color: #9CB39A; }
.sw-p25-f-bottom { font-size: 0.74rem; color: rgba(237,242,234,0.45); line-height: 1.9; }
.sw-p25-f-bottom a { color: rgba(237,242,234,0.7); text-decoration: none; }
.sw-p25-f-bottom a:hover { color: #9CB39A; }
.sw-p25-raum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.8rem, 4vw, 3rem); align-items: start; }
.sw-p25-raum-fig { margin: 0; text-align: center; }
.sw-p25-raum-photo { position: relative; display: block; height: 360px; border-radius: 170px 170px 18px 18px; background-blend-mode: luminosity; background-size: cover; box-shadow: 0 32px 60px -32px rgba(0,0,0,0.65); transition: transform 0.7s cubic-bezier(0.22, 0.65, 0.3, 1); }
.sw-p25-raum-fig:hover .sw-p25-raum-photo { transform: translateY(-7px); }
.sw-p25-raum-photo::before { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(156,179,154,0.4); border-radius: 178px 178px 24px 24px; pointer-events: none; }
.sw-p25-raum-fig:nth-child(2) .sw-p25-raum-photo { margin-top: 2.4rem; }
.sw-p25-raum-photo--a { background-image: linear-gradient(165deg, rgba(63,103,90,0.7), rgba(16,30,26,0.84)), url('/studio/components/images/pages/beauty-3/s3.jpg'); background-position: 50% 40%; }
.sw-p25-raum-photo--b { background-image: linear-gradient(165deg, rgba(63,103,90,0.7), rgba(16,30,26,0.84)), url('/studio/components/images/pages/beauty-3/s5.jpg'); background-position: 50% 55%; }
.sw-p25-raum-photo--c { background-image: linear-gradient(165deg, rgba(63,103,90,0.55), rgba(16,30,26,0.78)), url('/studio/components/images/pages/beauty-3/s6.jpg'); background-position: 45% 50%; }
.sw-p25-raum-cap { display: block; padding-top: 1.1rem; font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: #9CB39A; }
.sw-p25-raum-cap span { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 400; font-size: 1.1rem; letter-spacing: 0; text-transform: none; color: #A3B8A8; margin-top: 3px; }
.sw-p25-band { position: relative; min-height: 56vh; display: grid; place-items: center; text-align: center; padding: 5.5rem 1.4rem; background-image: linear-gradient(rgba(22,38,31,0.74), rgba(22,38,31,0.86)), url('/studio/components/images/pages/beauty-3/s4.jpg'); background-size: cover; background-position: 50% 42%; border-top: 1px solid rgba(237,242,234,0.12); border-bottom: 1px solid rgba(237,242,234,0.12); }
.sw-p25-band-line { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(2rem, 5.6vw, 3.8rem); line-height: 1.14; color: #EDF2EA; margin: 0 0 1.4rem; }
.sw-p25-band-line em { font-style: italic; color: #9CB39A; }
.sw-p25-band-meta { margin: 0; font-size: 0.64rem; letter-spacing: 0.28em; text-transform: uppercase; color: #A3B8A8; line-height: 2.1; }
@keyframes sw-p25-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sw-p25-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes sw-p25-ring { 0% { transform: scale(0.18); opacity: 0.7; } 100% { transform: scale(1.05); opacity: 0; } }
@keyframes sw-p25-breath { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes sw-p25-stone { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .sw-p25-act-rings i { animation: sw-p25-ring 12s linear infinite; }
  .sw-p25-act-rings i:nth-child(2) { animation-delay: 3s; }
  .sw-p25-act-rings i:nth-child(3) { animation-delay: 6s; }
  .sw-p25-act-rings i:nth-child(4) { animation-delay: 9s; }
  .sw-p25-act-word { animation: sw-p25-breath 8s ease-in-out infinite; }
  @supports (animation-timeline: view()) {
    .sw-p25-rv { animation: sw-p25-rise 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 52%; }
    .sw-p25-d2 { animation-range: entry 10% entry 64%; }
    .sw-p25-d3 { animation-range: entry 20% entry 76%; }
    .sw-p25-photo { animation: sw-p25-fade 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 75%; }
    .sw-p25-stones i:nth-child(1) { animation: sw-p25-stone 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 45%; }
    .sw-p25-stones i:nth-child(2) { animation: sw-p25-stone 1ms linear both; animation-timeline: view(); animation-range: entry 12% entry 57%; }
    .sw-p25-stones i:nth-child(3) { animation: sw-p25-stone 1ms linear both; animation-timeline: view(); animation-range: entry 24% entry 69%; }
  }
}
@media (max-width: 960px) { .sw-p25-quotes { grid-template-columns: 1fr; } .sw-p25-about-grid, .sw-p25-contact-grid { grid-template-columns: 1fr; } .sw-p25-raum-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } .sw-p25-raum-fig:nth-child(2) .sw-p25-raum-photo { margin-top: 0; } }
@media (max-width: 720px) { .sw-p25-section { padding: 4.6rem 0; } .sw-p25-menu { grid-template-columns: 1fr; } .sw-p25-steps { grid-template-columns: 1fr; } .sw-p25-photo { height: 380px; } .sw-p25-item-top { flex-direction: column; gap: 2px; align-items: flex-start; } .sw-p25-raum-photo { height: 320px; } .sw-p25-band { min-height: 0; } }
