:root {
  --ink: #1d1d1b; --charcoal: #2a2926; --ivory: #f4efe6; --paper: #fbf8f1;
  --honey: #c88b52; --copper: #a95233; --clay: #d7b7a1; --olive: #73745e;
  --line: #d8d0c4; --muted: #6f6b65; --max: 1200px; --radius: 3px;
  --shadow: 0 24px 65px rgba(29,29,27,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip { position: fixed; left: 10px; top: -100px; z-index: 100; background: white; padding: 10px; }
.skip:focus { top: 10px; }
.demo-bar { padding: 8px 18px; background: var(--copper); color: white; text-align: center; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.demo-bar a { text-decoration-thickness: 2px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,248,241,.95); border-bottom: 1px solid rgba(29,29,27,.13); backdrop-filter: blur(14px); }
.nav { max-width: var(--max); min-height: 80px; margin: auto; padding-inline: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-style: italic; }
.brand small { display: block; margin-top: 4px; font-family: Arial, sans-serif; font-size: .55rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; color: var(--copper); }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; font-size: .8rem; font-weight: 850; }
.nav-links a:hover { color: var(--copper); }
.nav-book { padding: 12px 18px; background: var(--ink); color: white !important; }
.menu-toggle { display: none; padding: 9px 13px; border: 1px solid var(--ink); background: transparent; }
.container { max-width: var(--max); margin-inline: auto; padding-inline: 22px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--copper); font-size: .7rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { text-wrap: balance; }
.display, h1, .section h2, .page-hero h1, .booking-hero h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--ink); background: var(--ink); color: white; text-decoration: none; font-size: .8rem; font-weight: 900; letter-spacing: .02em; transition: .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--honey); }
.button.light { background: var(--ivory); color: var(--ink); }
.button.copper { background: var(--copper); border-color: var(--copper); }
.button.outline { background: transparent; border-color: currentColor; color: inherit; }
.hero { min-height: 740px; display: grid; align-items: center; color: white; position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('/assets/salon-hero.webp') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,15,14,.88), rgba(15,15,14,.56) 42%, rgba(15,15,14,.08) 72%); }
.hero-copy { max-width: 670px; padding-block: 90px 120px; }
.hero .eyebrow { color: #e6ad7d; }
.hero h1 { margin: 18px 0 25px; font-size: clamp(4.3rem, 9vw, 8rem); }
.hero p { max-width: 580px; color: #ece6dc; font-size: 1.1rem; margin: 0 0 30px; }
.promise-strip { background: var(--honey); }
.promise-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; align-items: center; text-align: center; }
.promise-grid strong { display: block; font-family: Georgia, serif; font-size: 1.02rem; }
.promise-grid span { display: block; font-size: .72rem; font-weight: 750; opacity: .78; }
.section { padding-block: 105px; }
.section.ivory { background: var(--ivory); }
.section.dark { background: var(--charcoal); color: white; }
.section-head { display: grid; grid-template-columns: 1.05fr .7fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section h2 { font-size: clamp(2.9rem, 6vw, 5.5rem); margin: 13px 0 0; }
.section-head p { color: var(--muted); margin: 0; }
.section.dark .section-head p { color: #c9c2b7; }
.services-preview { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.service-tile { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; background: var(--paper); }
.service-tile:last-child { border: 0; }
.service-tile:nth-child(2) { background: var(--clay); }
.service-tile:nth-child(3) { background: var(--ink); color: white; }
.service-tile span { font-size: .66rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; color: var(--copper); }
.service-tile:nth-child(3) span { color: #e6ad7d; }
.service-tile h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.service-tile p { margin: 0; color: var(--muted); font-size: .86rem; }
.service-tile:nth-child(3) p { color: #c9c2b7; }
.feature-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 640px; }
.feature-split img { height: 100%; min-height: 520px; object-fit: cover; }
.feature-copy { padding: clamp(55px,8vw,110px); background: var(--charcoal); color: white; display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(3rem,5vw,5rem); line-height: .94; margin: 15px 0 20px; }
.feature-copy p { color: #ccc5ba; }
.stylist-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.stylist-card { background: white; border: 1px solid var(--line); }
.stylist-card img { height: 480px; object-fit: cover; object-position: center 28%; }
.stylist-card div { padding: 25px; }
.stylist-card h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.stylist-card strong { color: var(--copper); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.stylist-card p { color: var(--muted); font-size: .86rem; }
.social-band { padding: 85px 0; background: var(--clay); }
.social-band .container { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.social-band h2 { margin: 8px 0 12px; font-family: Georgia, serif; font-weight: 400; font-size: clamp(3rem,6vw,5.5rem); line-height: .92; }
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.socials a { padding: 12px 17px; border: 1px solid var(--ink); background: rgba(255,255,255,.25); text-decoration: none; font-size: .78rem; font-weight: 900; }
.visit-split { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; background: var(--ink); color: white; }
.visit-copy { padding: clamp(55px,8vw,100px); display: flex; flex-direction: column; justify-content: center; }
.visit-copy h2 { margin: 12px 0 20px; font-family: Georgia, serif; font-size: clamp(3rem,5vw,5rem); font-weight: 400; line-height: .94; }
.visit-copy p { color: #c8c2b9; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 7px 20px; margin: 18px 0 28px; }
.hours span:nth-child(even) { text-align: right; }
.map-wrap { position: relative; min-height: 430px; }
.map-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-note { position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; background: var(--ivory); color: var(--ink); font-size: .7rem; font-weight: 900; }
.page-hero { padding: 105px 0 85px; background: var(--charcoal); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: "H&A"; position: absolute; right: -30px; bottom: -115px; font-family: Georgia,serif; font-size: 19rem; color: rgba(255,255,255,.04); line-height: 1; }
.page-hero h1 { margin: 15px 0 20px; font-size: clamp(4rem,8vw,7.3rem); }
.page-hero p { max-width: 700px; color: #cfc8bd; }
.price-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.price-group { padding: 35px; background: white; border: 1px solid var(--line); }
.price-group.featured { background: var(--clay); }
.price-group h2 { margin: 0 0 24px !important; font-size: 2.5rem !important; }
.price-item { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.price-item:last-child { border: 0; }
.price-item strong { font-family: Georgia,serif; font-size: 1.05rem; }
.price-item p { grid-column: 1/3; margin: 0; color: var(--muted); font-size: .82rem; }
.note { margin-top: 25px; padding: 20px; background: #f3dfd3; border-left: 4px solid var(--copper); }
.gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 180px; gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; position: relative; }
.gallery img { height: 100%; object-fit: cover; transition: transform .35s; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figure:nth-child(1) { grid-column: span 7; grid-row: span 3; }
.gallery figure:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gallery figure:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gallery figure:nth-child(4), .gallery figure:nth-child(5), .gallery figure:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.gallery figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; background: rgba(29,29,27,.86); color: white; font-size: .67rem; font-weight: 850; }
.booking-hero { min-height: 680px; display: grid; align-items: center; background: var(--clay); }
.booking-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; padding-block: 80px; }
.booking-hero h1 { margin: 14px 0 25px; font-size: clamp(4rem,8vw,7rem); }
.booking-card { padding: 38px; background: var(--paper); box-shadow: var(--shadow); }
.booking-card h2 { margin-top: 0; font-family: Georgia,serif; font-size: 2.4rem; font-weight: 400; }
.booking-steps { display: grid; gap: 12px; margin: 24px 0; counter-reset: book; }
.booking-steps div { counter-increment: book; display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 14px; background: var(--ivory); }
.booking-steps div::before { content: counter(book); width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 900; }
.demo-cta { padding: 72px 0; background: var(--honey); }
.demo-cta .container { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.demo-cta h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 400; line-height: .94; }
.site-footer { padding: 65px 0 28px; background: #151513; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,.6fr); gap: 45px; }
.footer-grid h3 { color: #df9b68; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #bdb8af; font-size: .84rem; }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #8f8b84; font-size: .75rem; }
.sticky-demo { display: none; }
@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 80px; inset-inline: 0; padding: 20px 22px 28px; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .section-head, .social-band .container, .demo-cta .container, .booking-grid { grid-template-columns: 1fr; }
  .services-preview { grid-template-columns: 1fr 1fr; }
  .service-tile:nth-child(2) { border-right: 0; }
  .service-tile { border-bottom: 1px solid var(--line); }
  .feature-split, .visit-split { grid-template-columns: 1fr; }
  .stylist-card img { height: 420px; }
  .map-wrap { min-height: 450px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery figure:nth-child(n) { grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .demo-bar { font-size: .62rem; }
  .nav { min-height: 68px; padding-inline: 15px; }
  .nav-links { top: 68px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 680px; }
  .hero::before { background-position: 64% center; }
  .hero::after { background: linear-gradient(90deg,rgba(15,15,14,.9),rgba(15,15,14,.44)); }
  .hero h1 { font-size: clamp(3.8rem,18vw,5.4rem); }
  .promise-grid { grid-template-columns: 1fr 1fr; padding-block: 22px; }
  .section { padding-block: 72px; }
  .section-head { gap: 24px; }
  .services-preview, .price-list, .stylist-grid { grid-template-columns: 1fr; }
  .service-tile { border-right: 0; }
  .stylist-card img { height: 500px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .visit-copy { padding: 60px 22px; }
  .page-hero { padding: 82px 0 65px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .sticky-demo { position: fixed; z-index: 60; display: flex; bottom: 0; inset-inline: 0; min-height: 62px; padding: 9px 13px; background: var(--honey); align-items: center; justify-content: center; gap: 10px; font-size: .8rem; font-weight: 950; box-shadow: 0 -8px 26px rgba(0,0,0,.16); }
  .sticky-demo a { padding: 8px 11px; background: var(--ink); color: white; text-decoration: none; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
