*{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f5f0e8;--dark:#1a1a1a;--brown:#8b6f47;--brown-light:#b8956a;--gold:#c9a96e;--red:#8b2500;--stripe-red:#c41e3a;--stripe-blue:#1e3a5f;--text:#2a2a2a;--text-light:#6b6b6b}html{scroll-behavior:smooth}body{color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;line-height:1.6}h1,h2,h3{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}.hero{text-align:center;background:var(--dark);min-height:100vh;color:var(--cream);flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 18px,#ffffff05 18px 19px);position:absolute;inset:0}.barber-pole{background:repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, var(--stripe-red) 4px, var(--stripe-red) 8px, #fff 8px, #fff 12px, var(--stripe-blue) 12px, var(--stripe-blue) 16px);background-size:16px 16px;border-radius:2px;width:4px;height:60px;margin-bottom:32px;animation:2s linear infinite pole-spin}@keyframes pole-spin{to{background-position:0 16px}}.hero h1{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900}.hero .tagline{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:32px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300}.hero .address-line{color:#f5f0e899;font-size:.95rem;font-weight:400}.hero .cta{background:var(--gold);color:var(--dark);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;margin-top:32px;padding:14px 36px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.hero .cta:hover{background:var(--brown-light)}section{max-width:900px;margin:0 auto;padding:80px 24px}section h2{color:var(--dark);margin-bottom:12px;font-size:clamp(1.75rem,4vw,2.5rem)}section .section-rule{background:var(--gold);border:none;width:48px;height:3px;margin-bottom:32px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:16px;display:grid}.service-card{background:#fff;border:1px solid #0000000f;border-radius:4px;padding:28px 24px}.service-card h3{color:var(--dark);margin-bottom:6px;font-size:1.15rem}.service-card .price{color:var(--brown);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.service-card p{color:var(--text-light);margin-top:8px;font-size:.9rem}.about-content{color:var(--text-light);max-width:640px;font-size:1.05rem}.about-content p+p{margin-top:16px}.hours-grid{grid-template-columns:auto auto;gap:8px 32px;max-width:320px;display:grid}.hours-grid .day{font-weight:500}.hours-grid .time{color:var(--text-light)}.hours-note{color:var(--text-light);margin-top:16px;font-size:.9rem;font-style:italic}.location-content{flex-direction:column;gap:24px;display:flex}.map-container{border:1px solid #0000000f;border-radius:4px;width:100%;overflow:hidden}.map-container iframe{border:0;width:100%;height:320px}.location-details{color:var(--text-light);font-size:1rem}.location-details a{color:var(--brown);font-weight:500;text-decoration:none}.location-details a:hover{text-decoration:underline}.location-details p+p{margin-top:8px}footer{background:var(--dark);color:#f5f0e880;text-align:center;padding:40px 24px;font-size:.85rem}footer .footer-name{color:var(--cream);margin-bottom:8px;font-family:Playfair Display,serif;font-size:1.1rem}nav{z-index:50;-webkit-backdrop-filter:blur(8px);background:#1a1a1ae6;justify-content:center;gap:24px;padding:16px 24px;transition:opacity .3s;display:flex;position:fixed;top:0;left:0;right:0}nav a{color:#f5f0e8b3;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--gold)}.section-divider{border:none;border-top:1px solid #00000014;max-width:900px;margin:0 auto}@media (width<=600px){section{padding:60px 20px}nav{gap:16px;padding:12px 16px}nav a{font-size:.7rem}}
