.sw-p5 { box-sizing: border-box; font-family: 'Outfit', 'Inter', sans-serif; background: #FFFFFF; color: #07211D; }
.sw-p5 *, .sw-p5 *::before, .sw-p5 *::after { box-sizing: inherit; }
.sw-p5-wrap { max-width: 1380px; margin: 0 auto; padding: 0 clamp(1.6rem, 4vw, 4rem); }
.sw-p5-section { padding: 6.5rem 0; position: relative; overflow: hidden; overflow: clip; }
.sw-p5-mono { font-family: ui-monospace, 'SF Mono', monospace; }
.sw-p5-kicker { display: inline-flex; align-items: center; gap: 12px; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: #0B8A7E; font-weight: 600; margin-bottom: 1.2rem; }
.sw-p5-kicker::before { content: ''; width: 26px; height: 2px; background: #0FB5A6; }
.sw-p5-h2 { font-weight: 700; font-size: clamp(2.5rem, 5.4vw, 4.4rem); line-height: 1.0; letter-spacing: -0.025em; margin: 0 0 1.2rem; color: #07211D; }
.sw-p5-h2 .sw-p5-marker { background-image: linear-gradient(to top, rgba(15, 181, 166, 0.3) 0, rgba(15, 181, 166, 0.3) 0.36em, transparent 0.36em); background-repeat: no-repeat; background-size: 100% 100%; padding: 0 0.06em; }
.sw-p5-lead { font-size: 1.04rem; line-height: 1.7; color: #44605B; max-width: 60ch; margin: 0; }
.sw-p5-ruler { position: relative; height: 70px; background: #FFFFFF; border-top: 1px solid rgba(7, 33, 29, 0.1); border-bottom: 1px solid rgba(7, 33, 29, 0.1); overflow: hidden; }
.sw-p5-ruler::before { content: ''; position: absolute; left: 0; right: 0; bottom: 14px; height: 12px; background-image: repeating-linear-gradient(to right, rgba(7, 33, 29, 0.3) 0px, rgba(7, 33, 29, 0.3) 1px, transparent 1px, transparent 12px); }
.sw-p5-ruler::after { content: ''; position: absolute; left: 0; right: 0; bottom: 14px; height: 22px; background-image: repeating-linear-gradient(to right, rgba(7, 33, 29, 0.45) 0px, rgba(7, 33, 29, 0.45) 1px, transparent 1px, transparent 60px); }
.sw-p5-ruler-label { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.62rem; letter-spacing: 0.34em; color: #5B7470; white-space: nowrap; }
.sw-p5-ruler-line { position: absolute; bottom: 36px; left: 0; width: 100%; height: 2px; background: #0FB5A6; transform: scaleX(0); transform-origin: left; }
@media (prefers-reduced-motion: no-preference) { .sw-p5-ruler-line { animation: sw-p5-sweep 7s cubic-bezier(0.65, 0, 0.35, 1) infinite; } }
@keyframes sw-p5-sweep { 0% { transform: scaleX(0); transform-origin: left; } 48% { transform: scaleX(1); transform-origin: left; } 52% { transform: scaleX(1); transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } }
.sw-p5-prices { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; background: #F4FAF9; }
.sw-p5-snapwrap { position: relative; margin-top: 2.6rem; }
.sw-p5-snapwrap::after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: clamp(50px, 9vw, 130px); background: linear-gradient(to right, rgba(244, 250, 249, 0), #F4FAF9); pointer-events: none; }
.sw-p5-snap { display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0.4rem 0.2rem 1.5rem; scrollbar-color: #0FB5A6 rgba(7, 33, 29, 0.08); }
.sw-p5-snap::-webkit-scrollbar { height: 6px; }
.sw-p5-snap::-webkit-scrollbar-thumb { background: #0FB5A6; border-radius: 3px; }
.sw-p5-snap::-webkit-scrollbar-track { background: rgba(7, 33, 29, 0.08); border-radius: 3px; }
.sw-p5-tcard { flex: 0 0 clamp(272px, 28vw, 370px); scroll-snap-align: start; background: #FFFFFF; border: 1px solid rgba(7, 33, 29, 0.12); padding: 2.1rem 1.8rem 2.3rem; position: relative; display: flex; flex-direction: column; gap: 0.9rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sw-p5-tcard::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 4px; background: #0FB5A6; transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.sw-p5-tcard:hover { transform: translateY(-6px); box-shadow: 0 20px 38px rgba(7, 33, 29, 0.1); }
.sw-p5-tcard:hover::before { transform: scaleX(1); }
.sw-p5-tcard-no { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.66rem; letter-spacing: 0.22em; color: #5B7470; }
.sw-p5-tcard h3 { margin: 0; font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; color: #07211D; }
.sw-p5-tcard p { margin: 0; font-size: 0.91rem; line-height: 1.66; color: #44605B; flex: 1; }
.sw-p5-price { display: flex; align-items: baseline; gap: 8px; border-top: 1px solid rgba(7, 33, 29, 0.1); padding-top: 1.1rem; }
.sw-p5-price small { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: #0B8A7E; }
.sw-p5-price strong { font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -0.03em; color: #07211D; line-height: 1; }
.sw-p5-hint { display: flex; align-items: center; gap: 12px; margin-top: 0.4rem; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #5B7470; }
.sw-p5-hint::after { content: '→'; color: #0FB5A6; font-size: 1rem; }
.sw-p5-zig { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.sw-p5-zig + .sw-p5-zig { margin-top: 5.5rem; }
.sw-p5-zig--rev .sw-p5-zig-media { order: -1; }
.sw-p5-steps { display: grid; gap: 0; margin-top: 2.8rem; border-top: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-step { display: grid; grid-template-columns: clamp(120px, 16vw, 200px) 1fr; gap: clamp(1.4rem, 3vw, 3rem); align-items: center; padding: 2.4rem 0; border-bottom: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-step:nth-child(even) { grid-template-columns: 1fr clamp(120px, 16vw, 200px); }
.sw-p5-step:nth-child(even) .sw-p5-step-no { order: 2; text-align: right; }
.sw-p5-step-no { font-family: ui-monospace, 'SF Mono', monospace; font-weight: 700; font-size: clamp(4rem, 9vw, 7.5rem); line-height: 0.85; color: transparent; -webkit-text-stroke: 1.5px #0FB5A6; }
.sw-p5-step h3 { margin: 0 0 0.5rem; font-size: 1.35rem; font-weight: 700; color: #07211D; display: inline-block; background-image: linear-gradient(to top, rgba(15, 181, 166, 0.3) 0, rgba(15, 181, 166, 0.3) 0.34em, transparent 0.34em); background-repeat: no-repeat; background-size: 0% 100%; transition: background-size 0.45s ease; padding: 0 0.05em; }
.sw-p5-step:hover h3 { background-size: 100% 100%; }
.sw-p5-step p { margin: 0; font-size: 0.95rem; line-height: 1.7; color: #44605B; max-width: 56ch; }
.sw-p5-figure { position: relative; min-height: 460px; overflow: hidden; border: 1px solid rgba(7, 33, 29, 0.12); }
.sw-p5-figure::before { content: ''; position: absolute; inset: 0; background: url('/studio/components/images/pages/aerzte-3/s2.jpg') 44% 60% / cover; transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
.sw-p5-figure:hover::before { transform: scale(1.05); }
.sw-p5-figure-tag { position: absolute; left: 14px; bottom: 14px; z-index: 1; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: #07211D; background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(7, 33, 29, 0.15); padding: 6px 12px; }
.sw-p5-tech { list-style: none; margin: 2.4rem 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-tech li { display: grid; grid-template-columns: clamp(150px, 18vw, 210px) 1fr; gap: 1.4rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(7, 33, 29, 0.1); align-items: baseline; }
.sw-p5-tech strong { font-size: 1.02rem; font-weight: 700; color: #07211D; display: inline-block; background-image: linear-gradient(to top, rgba(15, 181, 166, 0.3) 0, rgba(15, 181, 166, 0.3) 0.34em, transparent 0.34em); background-repeat: no-repeat; background-size: 0% 100%; transition: background-size 0.45s ease; }
.sw-p5-tech li:hover strong { background-size: 100% 100%; }
.sw-p5-tech span { font-size: 0.91rem; line-height: 1.62; color: #44605B; }
.sw-p5-shade { background: #FBF8F0; }
.sw-p5-shift { font-weight: 700; font-size: clamp(4rem, 13vw, 11rem); line-height: 0.9; letter-spacing: -0.04em; margin: 1.4rem 0 0; color: #07211D; }
.sw-p5-shift span { color: #0FB5A6; font-weight: 300; }
.sw-p5-chips { display: flex; gap: 0.9rem; margin-top: 3rem; flex-wrap: wrap; }
.sw-p5-chip { flex: 1 1 120px; max-width: 190px; border: 1px solid rgba(7, 33, 29, 0.14); padding: 0; background: #FFFFFF; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sw-p5-chip:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(7, 33, 29, 0.12); }
.sw-p5-chip i { display: block; height: 86px; }
.sw-p5-chip--b1 i { background: #FBF8F0; }
.sw-p5-chip--a1 i { background: #F4EFE2; }
.sw-p5-chip--b2 i { background: #EFE9D8; }
.sw-p5-chip--a2 i { background: #DCC59E; }
.sw-p5-chip--a3 i { background: #C9AE80; }
.sw-p5-chip b { display: flex; justify-content: space-between; align-items: center; padding: 0.65rem 0.8rem; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.72rem; letter-spacing: 0.16em; color: #07211D; border-top: 1px solid rgba(7, 33, 29, 0.1); font-weight: 600; }
.sw-p5-chip b em { font-style: normal; font-size: 0.58rem; color: #0B8A7E; letter-spacing: 0.12em; }
.sw-p5-shade-note { margin: 2.2rem 0 0; font-size: 0.82rem; line-height: 1.65; color: #5B7470; max-width: 70ch; }
.sw-p5-voices { background: #07211D; color: #FFFFFF; }
.sw-p5-score { display: flex; align-items: baseline; gap: 1.6rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.sw-p5-score strong { font-weight: 700; font-size: clamp(5rem, 12vw, 9.5rem); line-height: 0.85; letter-spacing: -0.04em; color: #FFFFFF; }
.sw-p5-score div { display: grid; gap: 4px; }
.sw-p5-stars { color: #0FB5A6; font-size: 1.2rem; letter-spacing: 0.2em; }
.sw-p5-score span { font-size: 0.88rem; color: rgba(255, 255, 255, 0.6); }
.sw-p5-vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.sw-p5-voice { border: 1px solid rgba(255, 255, 255, 0.14); padding: 1.9rem 1.7rem; display: flex; flex-direction: column; gap: 1rem; transition: border-color 0.3s ease, transform 0.3s ease; }
.sw-p5-voice:hover { border-color: rgba(15, 181, 166, 0.6); transform: translateY(-5px); }
.sw-p5-voice p { margin: 0; font-size: 0.96rem; line-height: 1.66; color: rgba(255, 255, 255, 0.82); flex: 1; }
.sw-p5-voice footer { display: flex; align-items: center; gap: 10px; font-size: 0.8rem; color: rgba(255, 255, 255, 0.6); }
.sw-p5-voice footer i { font-style: normal; width: 34px; height: 34px; border-radius: 50%; background: #0FB5A6; color: #07211D; display: inline-flex; align-items: center; justify-content: center; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.68rem; font-weight: 700; }
.sw-p5-contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.sw-p5-cta { display: inline-flex; align-items: center; gap: 10px; background: #0FB5A6; color: #07211D; padding: 16px 30px; font-weight: 700; font-size: 0.86rem; letter-spacing: 0.06em; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; margin-top: 1.8rem; }
.sw-p5-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 181, 166, 0.35); }
.sw-p5-slot { display: inline-flex; align-items: center; gap: 10px; margin-top: 1.6rem; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #0B8A7E; border: 1px solid rgba(15, 181, 166, 0.4); padding: 9px 14px; }
.sw-p5-slot i { width: 8px; height: 8px; border-radius: 50%; background: #0FB5A6; font-style: normal; }
@media (prefers-reduced-motion: no-preference) { .sw-p5-slot i { animation: sw-p5-pulse 1.8s ease-out infinite; } }
@keyframes sw-p5-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.sw-p5-info { background: #F4FAF9; border: 1px solid rgba(7, 33, 29, 0.12); padding: 2.2rem 2rem; }
.sw-p5-info h3 { margin: 0 0 0.4rem; font-size: 1.15rem; font-weight: 700; }
.sw-p5-info p { margin: 0 0 1.2rem; font-size: 0.95rem; line-height: 1.65; color: #44605B; }
.sw-p5-info-rows { display: grid; gap: 0; border-top: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-info-rows div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(7, 33, 29, 0.1); font-size: 0.92rem; color: #44605B; }
.sw-p5-info-rows div span:last-child { color: #07211D; font-weight: 600; text-align: right; }
.sw-p5-footer { background: #07211D; color: rgba(255, 255, 255, 0.75); padding: 4.2rem 0 7rem; }
.sw-p5-footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 2.5rem; flex-wrap: wrap; }
.sw-p5-f-brand strong { display: block; font-weight: 700; font-size: 1.15rem; letter-spacing: 0.04em; color: #FFFFFF; }
.sw-p5-f-brand span { display: block; font-size: 0.78rem; color: rgba(255, 255, 255, 0.5); margin-top: 4px; }
.sw-p5-f-nav { list-style: none; display: flex; gap: 1.7rem; margin: 0; padding: 0; flex-wrap: wrap; }
.sw-p5-f-nav a { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 0.2s; }
.sw-p5-f-nav a:hover { color: #0FB5A6; }
.sw-p5-f-bottom { margin-top: 2.8rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.14); display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; font-size: 0.76rem; color: rgba(255, 255, 255, 0.45); }
.sw-p5-f-bottom a { color: rgba(255, 255, 255, 0.6); text-decoration: none; }
.sw-p5-f-bottom a:hover { color: #FFFFFF; }
.sw-p5-pano { position: relative; min-height: 94vh; min-height: 94svh; display: flex; align-items: flex-end; padding: 5.5rem 0 4.5rem; background: #07211D; overflow: hidden; overflow: clip; }
.sw-p5-pano-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(0.85) contrast(1.02); }
.sw-p5-pano-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 33, 29, 0.3) 0%, rgba(7, 33, 29, 0.06) 38%, rgba(7, 33, 29, 0.82) 100%), linear-gradient(115deg, rgba(15, 181, 166, 0.2), transparent 50%); pointer-events: none; }
.sw-p5-pano-inner { position: relative; z-index: 1; width: 100%; }
.sw-p5-pano-kicker { display: inline-block; font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.7rem; letter-spacing: 0.24em; color: #FFFFFF; background: rgba(7, 33, 29, 0.55); border: 1px solid rgba(15, 181, 166, 0.5); padding: 7px 13px; margin-bottom: 1.4rem; }
.sw-p5-pano-display { font-weight: 700; font-size: clamp(2.8rem, 8vw, 7rem); line-height: 0.98; letter-spacing: -0.03em; margin: 0 0 1.1rem; color: #FFFFFF; }
.sw-p5-pano-cap { margin: 0; max-width: 56ch; font-size: 1rem; line-height: 1.65; color: rgba(255, 255, 255, 0.88); }
@media (prefers-reduced-motion: no-preference) { @supports (animation-timeline: view()) { .sw-p5-pano-img { animation: sw-p5-panozoom linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; } } }
@keyframes sw-p5-panozoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.sw-p5-strip { position: relative; min-height: 44vh; min-height: 44svh; overflow: hidden; overflow: clip; display: flex; align-items: flex-end; border-top: 1px solid rgba(7, 33, 29, 0.1); border-bottom: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-strip-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.sw-p5-strip-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7, 33, 29, 0.62) 100%); pointer-events: none; }
.sw-p5-strip-tag { position: relative; z-index: 1; margin: 0 auto; width: 100%; max-width: 1380px; padding: 0 clamp(1.6rem, 4vw, 4rem) 1.6rem; color: #FFFFFF; font-size: 0.95rem; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.sw-p5-strip-tag span { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.66rem; letter-spacing: 0.22em; color: #07211D; background: #0FB5A6; padding: 5px 10px; white-space: nowrap; }
.sw-p5-rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.8rem; }
.sw-p5-room { position: relative; margin: 0; border: 1px solid rgba(7, 33, 29, 0.12); background: #F4FAF9; overflow: hidden; overflow: clip; }
.sw-p5-room img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 48%; transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.5s ease; filter: saturate(0.9); }
.sw-p5-room::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 181, 166, 0.12), transparent 40%); z-index: 1; pointer-events: none; opacity: 1; transition: opacity 0.4s ease; }
.sw-p5-room:hover img { transform: scale(1.05); filter: saturate(1); }
.sw-p5-room:hover::before { opacity: 0; }
.sw-p5-room figcaption { display: flex; align-items: center; gap: 12px; padding: 0.9rem 1rem; font-size: 0.9rem; font-weight: 600; color: #07211D; border-top: 1px solid rgba(7, 33, 29, 0.1); }
.sw-p5-room figcaption span { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.62rem; letter-spacing: 0.2em; color: #0B8A7E; border: 1px solid rgba(15, 181, 166, 0.45); padding: 4px 8px; white-space: nowrap; }
@keyframes sw-p5-rise { from { opacity: 0; transform: translateY(44px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) { @supports (animation-timeline: view()) { .sw-p5-rv { animation-name: sw-p5-rise; animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); animation-fill-mode: both; animation-timeline: view(); animation-range: entry 5% entry 40%; } .sw-p5-rv-2 { animation-range: entry 12% entry 48%; } .sw-p5-rv-3 { animation-range: entry 19% entry 56%; } } }
@media (max-width: 1100px) { .sw-p5-vgrid { grid-template-columns: 1fr; } .sw-p5-rooms { grid-template-columns: 1fr 1fr; } .sw-p5-room:first-child { grid-column: 1 / -1; } .sw-p5-room:first-child img { aspect-ratio: 16 / 8; } }
@media (max-width: 720px) { .sw-p5-section { padding: 4.4rem 0; } .sw-p5-wrap { padding: 0 1.3rem; } .sw-p5-zig, .sw-p5-contact-grid { grid-template-columns: 1fr; } .sw-p5-zig--rev .sw-p5-zig-media { order: 0; } .sw-p5-step, .sw-p5-step:nth-child(even) { grid-template-columns: 1fr; gap: 0.8rem; } .sw-p5-step:nth-child(even) .sw-p5-step-no { order: 0; text-align: left; } .sw-p5-figure { min-height: 300px; } .sw-p5-tech li { grid-template-columns: 1fr; gap: 0.3rem; } .sw-p5-rooms { grid-template-columns: 1fr; } .sw-p5-room:first-child img, .sw-p5-room img { aspect-ratio: 4 / 3; } .sw-p5-pano { min-height: 76vh; min-height: 76svh; padding: 4rem 0 3.2rem; } .sw-p5-strip { min-height: 36vh; } .sw-p5-tcard { flex-basis: 84vw; } .sw-p5-chips { gap: 0.6rem; } .sw-p5-chip { max-width: none; flex: 1 1 44%; } .sw-p5-footer-grid { flex-direction: column; } .sw-p5-f-bottom { flex-direction: column; gap: 0.6rem; } }
