@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--bg:#f5f1eb;--white:#fff;--dark:#1a1a1a;--muted:#6b6560;--border:#e2d9ce;--accent-warm:#c8b49a;--pill-active-bg:#1a1a1a;--pill-active-text:#fff;--pill-inactive-bg:transparent;--pill-inactive-text:#1a1a1a;color:var(--dark);background:var(--bg);font-family:DM Sans,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--dark)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,92%);margin:0 auto}.site-header{background:var(--white);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.nav-row{justify-content:center;align-items:center;gap:2.5rem;padding:1rem 0;display:flex}.brand{letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.nav-row nav{gap:2rem;display:flex}.nav-row nav a{color:var(--dark);font-size:.95rem;font-weight:400;transition:opacity .15s}.nav-row nav a:hover{opacity:.6}.hero-section{justify-content:center;padding:3rem 0 2rem;display:flex}.hero-box{background:var(--bg);border:1px solid var(--border);text-align:center;border-radius:20px;width:100%;max-width:680px;padding:3rem 2.5rem}.hero-box h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.08}.hero-box p{color:var(--muted);max-width:520px;font-size:1rem;line-height:1.7}.toggle-section{padding:2rem 0 1rem}.toggle-pills{gap:.75rem;display:flex}.pill{border:2px solid var(--dark);cursor:pointer;background:var(--pill-inactive-bg);color:var(--pill-inactive-text);border-radius:999px;padding:.65rem 1.75rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;transition:background .18s,color .18s}.pill--active{background:var(--pill-active-bg);color:var(--pill-active-text)}.pill:hover:not(.pill--active){background:#f0ece6}.salons-grid{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:1.5rem;padding:1.5rem 0 3rem;display:grid}.salon-card{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden}.salon-card-hero{object-fit:cover;width:100%;height:240px}.salon-card-body{padding:1.5rem}.salon-name{margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.salon-city{color:var(--muted);margin-bottom:.25rem;font-size:.9rem}.salon-address-text{color:var(--muted);margin-bottom:1.25rem;font-size:.9rem}.section-label{letter-spacing:-.01em;margin-bottom:1rem;font-size:1rem;font-weight:600}.worker-block{margin-bottom:1.25rem}.worker-name{margin-bottom:.15rem;font-size:.95rem;font-weight:600}.worker-specialty{color:var(--muted);margin-bottom:.6rem;font-size:.875rem}.booking-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.booking-btn{background:var(--dark);color:var(--white);border-radius:999px;padding:.45rem 1rem;font-size:.85rem;font-weight:500;transition:opacity .15s;display:inline-block}.booking-btn:hover{opacity:.75}.rental-pricing{flex-wrap:wrap;gap:2rem;margin-bottom:1.25rem;display:flex}.pricing-label{margin-bottom:.2rem;font-size:.9rem;font-weight:600}.pricing-price{margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1.1}.pricing-avail{color:var(--muted);font-size:.85rem}.rental-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-dark{background:var(--dark);color:var(--white);border-radius:14px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .15s;display:inline-block}.btn-dark:hover{opacity:.8}.btn-light{background:var(--accent-warm);color:var(--dark);border-radius:14px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .15s;display:inline-block}.btn-light:hover{opacity:.8}.gallery-preview{border-top:1px solid var(--border);padding-top:1.25rem}.gallery-label{margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:inline-block}.claim-spot-btn{background:var(--accent-warm);color:var(--dark);vertical-align:middle;border-radius:999px;margin-left:1rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:.75rem;display:grid}.gallery-thumb{object-fit:cover;border-radius:12px;width:100%;height:140px}.why-rent-section{padding:2rem 0 3rem}.why-rent-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.why-rent-col h2{margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.why-rent-col h3{margin-bottom:.75rem;font-size:1rem;font-weight:600}.why-rent-col p{color:var(--muted);margin-bottom:.75rem;font-size:.925rem;line-height:1.7}.why-rent-col ul{color:var(--muted);padding-left:1.1rem;font-size:.9rem;line-height:1.9}.stepping-into-banner{color:var(--white);background:#2b2521;border-radius:20px;padding:2.5rem}.stepping-into-banner h2{margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.stepping-into-banner p{color:#c8bdb6;margin-bottom:.6rem;font-size:1rem;line-height:1.6}.site-footer{background:var(--white);border-top:1px solid var(--border);color:var(--muted);padding:1.5rem 0;font-size:.875rem}@media (width<=640px){.salons-grid{grid-template-columns:1fr}.salon-card-hero{height:200px}.hero-box{padding:2rem 1.5rem}.why-rent-grid{grid-template-columns:1fr}}
