:root {
  --banana: #ffe833;
  --banana-soft: #fff48a;
  --cherry: #d92350;
  --ink: #191716;
  --paper: #fffdf4;
  --aqua: #62c7bf;
  --line: rgba(25, 23, 22, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }

.site-header {
  min-height: 86px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: .75rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
  background: var(--banana);
}
.wordmark img { width: 150px; height: 66px; object-fit: contain; mix-blend-mode: multiply; }
nav { justify-self: center; display: flex; gap: clamp(1.2rem, 3vw, 3rem); }
nav a, .text-link { font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 5px; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 54px;
  padding: .85rem 1.3rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: white;
  background: var(--cherry);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button-small { min-height: 44px; padding: .65rem 1.1rem; color: var(--ink); background: var(--paper); }
.button-dark { background: var(--ink); color: white; box-shadow: 4px 4px 0 var(--cherry); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  background: var(--banana);
}
.hero-copy { padding: clamp(4rem, 8vw, 8rem) 4vw clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8vw, 9rem); z-index: 2; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 42px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; line-height: .96; letter-spacing: -.045em; }
h1 { max-width: 760px; margin: 1.5rem 0 2rem; font-size: clamp(4rem, 7.7vw, 8rem); font-weight: 700; }
h1 em, .booking h2 em { color: var(--cherry); font-family: "Shrikhand", cursive; font-weight: 400; letter-spacing: -.025em; }
.intro { max-width: 600px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.rating { margin-top: 4.5rem; display: flex; align-items: center; gap: 1rem; }
.rating strong { font-size: 2.6rem; line-height: 1; }
.rating span { display: grid; font-size: .85rem; }
.rating b { color: var(--cherry); letter-spacing: .08em; }

.hero-art { position: relative; min-height: 630px; background: var(--cherry); isolation: isolate; }
.portrait-wrap { position: absolute; z-index: 2; inset: 13% 8% 9% 3%; overflow: hidden; border: 4px solid var(--ink); border-radius: 50% 48% 48% 46% / 56% 53% 47% 44%; box-shadow: 14px 14px 0 var(--ink); background: #b41636; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(1.05) contrast(1.02); }
.hair-shape { position: absolute; z-index: 1; border: 3px solid var(--ink); border-radius: 50%; background: var(--banana-soft); }
.hair-back { width: 55%; aspect-ratio: 1; left: -10%; top: 4%; box-shadow: 260px 390px 0 -80px var(--aqua), 280px 390px 0 -77px var(--ink); }
.hair-front { width: 38%; aspect-ratio: 1; right: -10%; top: -7%; background: var(--aqua); }
.scribble { position: absolute; z-index: 3; right: 7%; bottom: 3%; margin: 0; transform: rotate(-8deg); color: var(--banana); font-family: "Shrikhand", cursive; font-size: clamp(2rem, 4vw, 4.5rem); text-shadow: 3px 3px 0 var(--ink); }

.marquee { overflow: hidden; border-block: 2px solid var(--ink); background: var(--ink); color: white; }
.marquee div { display: flex; width: max-content; padding: .8rem 0; animation: crawl 24s linear infinite; }
.marquee span, .marquee i { flex: none; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.marquee i { margin: 0 2rem; color: var(--banana); }
@keyframes crawl { to { transform: translateX(-50%); } }

.salon { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: clamp(2rem, 5vw, 6rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); }
.salon h2, .info-grid h2 { font-size: clamp(3rem, 5.2vw, 6rem); }
.salon-copy p { max-width: 680px; margin-top: 2rem; font-size: 1.16rem; }
.review-card { align-self: end; padding: 2rem; border: 2px solid var(--ink); background: var(--aqua); box-shadow: 8px 8px 0 var(--ink); transform: rotate(1.5deg); }
.quote-mark { height: 2.5rem; color: var(--cherry); font-family: Georgia, serif; font-size: 5rem; line-height: .9; }
blockquote { margin: .5rem 0 1.5rem; font-size: 1.15rem; font-weight: 600; }
.review-card p { margin: 0; font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 2px solid var(--ink); }
.hours-panel, .visit-panel { min-height: 760px; padding: clamp(4rem, 7vw, 7rem); }
.hours-panel { background: var(--banana-soft); }
.hours-list { margin: 3rem 0 0; border-top: 1px solid var(--ink); }
.hours-list div { display: flex; justify-content: space-between; gap: 2rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.hours-list dt { font-weight: 600; }
.hours-list dd { margin: 0; color: #736e60; }
.hours-list .open dd { color: var(--cherry); font-weight: 700; }
.fine-print { max-width: 440px; margin-top: 1.5rem; color: #5f594c; font-size: .8rem; }
.visit-panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-left: 2px solid var(--ink); background: var(--cherry); color: white; }
.map-doodle { position: absolute; inset: 5% -6% 20% 30%; opacity: .75; transform: rotate(-7deg); }
.street { position: absolute; display: block; height: 22px; border: 3px solid var(--ink); border-radius: 999px; background: var(--banana); }
.street-one { width: 115%; top: 15%; left: -20%; transform: rotate(18deg); }
.street-two { width: 100%; top: 53%; left: 3%; transform: rotate(-22deg); }
.street-three { width: 90%; top: 28%; left: 10%; transform: rotate(67deg); }
.pin { position: absolute; z-index: 2; left: 46%; top: 39%; display: grid; place-items: center; width: 74px; height: 74px; border: 3px solid var(--ink); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: var(--aqua); color: var(--ink); font-family: "Shrikhand"; font-size: 2rem; box-shadow: 7px 7px 0 var(--ink); }
.pin::first-letter { transform: rotate(45deg); }
.address-block { position: relative; z-index: 2; }
.address-block h2 { font-size: clamp(2.6rem, 4.2vw, 5rem); }
.address-block p { margin: 1.2rem 0 2rem; font-size: 1.05rem; }

.booking { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); background: var(--paper); }
.booking h2 { margin: 1.5rem 0 3rem; font-size: clamp(5rem, 10vw, 11rem); }
.booking-actions { border-top: 2px solid var(--ink); }
.booking-actions a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem .5rem; border-bottom: 1px solid var(--ink); text-decoration: none; }
.booking-actions a:hover { background: var(--banana); }
.booking-actions small { text-transform: uppercase; letter-spacing: .1em; }
.booking-actions strong { font-size: clamp(1.05rem, 2.2vw, 2rem); overflow-wrap: anywhere; }
.booking-actions span { font-size: 2rem; }

footer { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; padding: 1.5rem clamp(1.5rem, 4vw, 4.5rem); background: var(--banana); border-top: 2px solid var(--ink); }
footer img { width: 140px; height: 105px; object-fit: contain; mix-blend-mode: multiply; }
footer p { margin: 0; font-size: .85rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: clamp(1.5rem, 8vw, 5rem); }
  .hero-art { min-height: 580px; }
  .salon { grid-template-columns: 1fr; }
  .review-card { max-width: 480px; }
  .info-grid { grid-template-columns: 1fr; }
  .visit-panel { border-left: 0; border-top: 2px solid var(--ink); }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 560px) {
  .site-header { min-height: 74px; padding: .55rem 1rem; }
  .wordmark img { width: 112px; height: 54px; }
  .button-small { font-size: .78rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 4rem 1.25rem 3rem; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
  .rating { margin-top: 3rem; }
  .hero-art { min-height: 460px; }
  .portrait-wrap { inset: 10% 7% 10% 5%; }
  .salon, .booking { padding-inline: 1.25rem; }
  .hours-panel, .visit-panel { min-height: 650px; padding: 4rem 1.25rem; }
  .booking-actions a { grid-template-columns: 60px 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
