@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap";:root{--p-accent: #8b2252;--p-accent-dark: #6b1a40;--p-bg: #faf8f5;--p-surface: #f0ebe4;--p-text: #2a1a1a;--p-muted: #6b4f4f;--p-border: #ddd0c8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--p-bg);color:var(--p-text);font-family:system-ui,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.p-header{position:sticky;top:0;z-index:100;background:var(--p-bg);border-bottom:1px solid var(--p-border)}.p-header__top{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;border-bottom:1px solid var(--p-border);position:relative}.p-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--p-text);letter-spacing:.02em}.p-logo em{font-style:italic;color:var(--p-accent)}.p-burger{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--p-text);position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.p-header__nav{display:flex;justify-content:center;padding:.6rem 2rem}.p-nav-links{list-style:none;display:flex;gap:2rem;justify-content:center;align-items:center}.p-nav-links a{font-size:.9rem;font-weight:500;color:var(--p-muted);transition:color .2s}.p-nav-links a:hover{color:var(--p-accent)}.p-nav-cta{background:var(--p-accent)!important;color:#fff!important;padding:.45rem 1.25rem;border-radius:3rem;font-weight:600!important;transition:background .2s!important}.p-nav-cta:hover{background:var(--p-accent-dark)!important;color:#fff!important}.p-hero-fig{margin:0;display:block}.p-hero-img{width:100%;height:auto;display:block;max-height:80vh;object-fit:cover}.p-hero-caption{max-width:760px;margin:0 auto;padding:3rem 2rem;text-align:center}.p-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--p-accent);margin-bottom:1rem}.p-h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;color:var(--p-text);line-height:1.15;margin-bottom:1.2rem}.p-hero-caption p{font-size:1.1rem;color:var(--p-muted);max-width:560px;margin:0 auto 2rem}.p-btn{display:inline-block;background:var(--p-accent);color:#fff;padding:.8rem 2.2rem;border-radius:3rem;font-size:1rem;font-weight:600;letter-spacing:.03em;transition:background .2s,transform .15s;cursor:pointer;border:none}.p-btn:hover{background:var(--p-accent-dark);color:#fff;transform:translateY(-1px)}.p-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:0;border-top:1px solid var(--p-border);border-bottom:1px solid var(--p-border);background:var(--p-surface);padding:0}.p-trust__item{flex:1 1 25%;padding:1.8rem 1rem;text-align:center;border-right:1px solid var(--p-border)}.p-trust__item:last-child{border-right:none}.p-trust__num{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.8rem;font-weight:700;color:var(--p-accent);line-height:1.1;margin-bottom:.25rem}.p-trust__label{font-size:.82rem;color:var(--p-muted);text-transform:uppercase;letter-spacing:.08em}.p-lifestyle{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.p-lifestyle__photo{overflow:hidden}.p-lifestyle__photo img{width:100%;height:100%;object-fit:cover;display:block}.p-lifestyle__text{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem;background:var(--p-surface)}.p-lifestyle__text h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--p-text);margin-bottom:1rem;line-height:1.2}.p-lifestyle__text p{color:var(--p-muted);margin-bottom:2rem;font-size:1rem}.p-cities{max-width:900px;margin:0 auto;padding:4rem 2rem}.p-cities h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.2rem);color:var(--p-text);margin-bottom:.5rem}.p-cities__intro{color:var(--p-muted);margin-bottom:2rem}.p-city-table{width:100%;border-collapse:collapse;font-size:.95rem}.p-city-table th,.p-city-table td{border:1px solid var(--p-border);padding:.75rem 1rem;text-align:left}.p-city-table thead th{background:var(--p-surface);font-weight:600;color:var(--p-text);text-transform:uppercase;font-size:.8rem;letter-spacing:.06em}.p-city-table tbody tr:hover{background:var(--p-surface)}.p-city-table a{color:var(--p-accent);font-weight:500}.p-city-table a:hover{text-decoration:underline}.p-cta{background:var(--p-surface);border-top:1px solid var(--p-border);text-align:center;padding:5rem 2rem}.p-cta h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--p-text);margin-bottom:.75rem}.p-cta p{color:var(--p-muted);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.p-footer{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:1rem;padding:2rem 3rem;border-top:1px solid var(--p-border);background:var(--p-bg)}.p-footer__nav{display:flex;gap:1.5rem;flex-wrap:wrap}.p-footer__nav a{font-size:.85rem;color:var(--p-muted);transition:color .2s}.p-footer__nav a:hover{color:var(--p-accent)}.p-footer__copy{font-size:.82rem;color:var(--p-muted);text-align:right}.p-footer__copy a{color:var(--p-muted);text-decoration:underline}@media(max-width:768px){.p-burger{display:block}.p-header__nav{display:none;padding:1rem 1.5rem}.p-header__nav.p-nav-open{display:flex}.p-nav-links{flex-direction:column;gap:.75rem;width:100%;align-items:flex-start}.p-hero-caption{padding:2rem 1.5rem}.p-trust__item{flex:1 1 50%;border-right:none;border-bottom:1px solid var(--p-border)}.p-trust__item:nth-child(odd){border-right:1px solid var(--p-border)}.p-trust__item:last-child,.p-trust__item:nth-last-child(2):nth-child(odd){border-bottom:none}.p-lifestyle{grid-template-columns:1fr}.p-lifestyle__photo{height:280px}.p-lifestyle__text{padding:2.5rem 1.5rem}.p-cities{padding:2.5rem 1rem}.p-city-table th,.p-city-table td{padding:.5rem .6rem;font-size:.88rem}.p-footer{grid-template-columns:1fr;padding:1.5rem;gap:.75rem}.p-footer__copy{text-align:left}.p-cta{padding:3rem 1.5rem}}
