:root {
  --ink: #0b2943;
  --ink-soft: #29475f;
  --paper: #f8f9f7;
  --paper-deep: #e7eff6;
  --line: #b9c9d7;
  --olive: #1266a3;
  --terracotta: #cf292d;
  --light-ink: #ffffff;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'DM Serif Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }

.site-header {
  position: sticky; top: 0; z-index: 100; min-height: 76px; padding: 0 clamp(1.5rem, 5vw, 5.5rem); display: flex; align-items: center;
  justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid rgba(11, 41, 67, .22); background: rgba(248, 249, 247, .97);
}
.brand-lockup { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.wordmark { display: inline-flex; align-items: baseline; gap: .3em; font-family: var(--display); font-size: 1.35rem; text-decoration: none; letter-spacing: -.03em; white-space: nowrap; }
.wordmark em { color: var(--olive); font-weight: 400; }
.wordmark span { color: var(--terracotta); font-family: var(--sans); font-size: .72em; font-style: normal; font-weight: 700; letter-spacing: .12em; }
.barber-wheel {
  position: relative;
  flex: 0 0 auto;
  width: 15px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: repeating-linear-gradient(135deg, var(--olive) 0 7px, #fff 7px 14px, var(--terracotta) 14px 21px, #fff 21px 28px);
  background-size: 40px 40px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
  animation: barber-pole-scroll 1.6s linear infinite;
}
.barber-wheel::before,
.barber-wheel::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 19px;
  height: 4px;
  border-radius: 2px;
  background: var(--ink);
}
.barber-wheel::before { top: -4px; }
.barber-wheel::after { bottom: -4px; }
.header-nav { display: flex; align-items: center; gap: clamp(.8rem, 2.2vw, 1.8rem); }
.header-nav a { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.header-nav a:hover { color: var(--terracotta); }
@keyframes barber-pole-scroll { to { background-position: 0 40px; } }

.hero { min-height: min(690px, calc(100vh - 76px)); padding: clamp(4.5rem, 9vw, 8.3rem) clamp(1.5rem, 10vw, 10rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow { margin: 0 0 1.35rem; display: flex; align-items: center; gap: .7rem; color: var(--olive); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-mark { display: inline-block; width: 24px; height: 1px; background: var(--terracotta); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 100%; padding: .06em 0 .1em; font-size: clamp(2.8rem, 5.4vw, 5.6rem); line-height: .92; }
h1 em, h1 span { display: block; }
h1 em { color: var(--olive); font-weight: 400; }
h1 span { margin-top: .08em; color: var(--terracotta); font-family: var(--sans); font-size: .78em; font-style: normal; font-weight: 700; letter-spacing: .12em; line-height: 1; }
.business-type { margin: 2.25rem 0 1.55rem; font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-block; border: 0; border-radius: 2px; padding: .95rem 1.55rem; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.button-primary { color: var(--light-ink); background: var(--ink); }
.button-primary:hover { background: var(--terracotta); }

/* BUSSI_ILLUSTRATION_CSS_START */
.hero-visual {
  position: relative;
  width: min(100%, 470px);
  max-width: 100%;
  justify-self: end;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--terracotta);
}
.hero-visual::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  height: 8px;
  background: repeating-linear-gradient(135deg, #1266a3 0 16px, #fff 16px 27px, #cf292d 27px 43px, #fff 43px 54px);
}
.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 130px);
  object-fit: contain;
}
.shop-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: .55rem .8rem;
  border: 1px solid rgba(255, 255, 255, .7);
  background: var(--ink);
  color: var(--light-ink);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--terracotta);
}
/* BUSSI_ILLUSTRATION_CSS_END */

.offerings-section { padding: clamp(4.7rem, 9vw, 8rem) clamp(1.5rem, 10vw, 10rem); border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 2.3rem; }
.section-heading h2 { font-size: clamp(3rem, 5vw, 5.2rem); line-height: .9; }
.offerings-grid { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(300px, .8fr); border: 1px solid var(--line); }
.services-panel, .products-copy { padding: 1.8rem 1.65rem; }
.services-panel h3, .products-copy h3 { margin: 0 0 1.25rem; font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.price-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; scroll-margin-top: 96px; }
.price-row { display: flex; justify-content: space-between; gap: 1.5rem; padding: .72rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.price-row span:last-child { color: var(--terracotta); white-space: nowrap; }
.products-panel { display: flex; flex-direction: column; border-left: 1px solid var(--line); background: var(--paper-deep); }
.products-panel img { display: block; width: 100%; height: 260px; object-fit: cover; border-bottom: 1px solid var(--line); }
.product-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1.2rem; list-style: none; font-size: .9rem; }
.product-list li { position: relative; padding-left: 1rem; }
.product-list li::before { content: ''; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; background: var(--terracotta); }

.testimonials-section { padding: clamp(4.7rem, 9vw, 8rem) clamp(1.5rem, 10vw, 10rem); background: var(--paper-deep); border-top: 1px solid var(--line); }
.testimonial-spotlight { position: relative; min-height: 250px; padding: clamp(1.8rem, 4vw, 3.2rem); border: 1px solid var(--line); background: var(--paper); }
.testimonial { display: none; max-width: 900px; }
.testimonial.is-active { display: block; animation: testimonial-in .35s ease; }
.review-rating { margin: 0 0 1.2rem; color: var(--terracotta); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.testimonial blockquote { margin: 0; font-family: var(--display); font-size: clamp(1.25rem, 2.25vw, 2rem); font-weight: 400; line-height: 1.35; }
.review-author { margin: 1.4rem 0 0; color: var(--olive); font-size: .78rem; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-dots { display: flex; gap: .55rem; margin-top: 1.7rem; }
.testimonial-dot { width: 8px; height: 8px; padding: 0; border: 1px solid var(--olive); border-radius: 50%; background: transparent; cursor: pointer; }
.testimonial-dot.is-active { background: var(--terracotta); border-color: var(--terracotta); }
@keyframes testimonial-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

.visit-section { padding: clamp(4.7rem, 9vw, 8rem) clamp(1.5rem, 10vw, 10rem); background: var(--ink); color: var(--light-ink); }
.visit-section .section-heading .eyebrow { color: #a9cbe5; }
.visit-panel { display: grid; grid-template-columns: minmax(310px, .95fr) minmax(330px, 1.05fr); border: 1px solid rgba(255, 255, 255, .27); }
.info-list { display: flex; flex-direction: column; }
.info-row { flex: 1; display: grid; grid-template-columns: 28px 1fr; gap: 1rem; align-content: center; padding: 1.8rem 1.65rem; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.info-row:last-child { border-bottom: 0; }
.info-icon svg { width: 21px; height: 21px; fill: none; stroke: var(--terracotta); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.info-label { margin: 0 0 .42rem; color: #a9cbe5; font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.info-content, address { margin: 0; max-width: 415px; font-size: .95rem; font-style: normal; line-height: 1.55; }
.hours-list { margin: 0; max-width: 480px; font-size: .82rem; line-height: 1.45; }
.hours-list div { display: grid; grid-template-columns: minmax(125px, 1fr) auto; gap: 1rem; padding: .16rem 0; }
.hours-list dt, .hours-list dd { margin: 0; }
.hours-list dd { text-align: right; }
.hours-list small { display: block; color: #a9cbe5; font-size: .7rem; }
.contact-link { display: inline-block; font-size: .95rem; text-decoration: none; }
.whatsapp-link { margin-left: .8rem; color: #a9cbe5; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.contact-link:hover, .whatsapp-link:hover { color: var(--terracotta); }
.map-wrap { min-height: 360px; border-left: 1px solid rgba(255, 255, 255, .27); overflow: hidden; }
.location-map { display: block; width: 100%; height: 100%; min-height: 360px; border: 0; }

.site-footer { min-height: 100px; padding: 1.5rem clamp(1.5rem, 5vw, 5.5rem); display: flex; align-items: center; gap: 2rem; background: #061b2c; color: #d9e6ef; font-size: .75rem; }
.site-footer p { margin: 0; }
.footer-nav { display: flex; gap: 1.2rem; margin-left: auto; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--terracotta); }
.socials { display: flex; align-items: center; gap: .7rem; }
.social-placeholder, .social-link { display: grid; place-items: center; width: 25px; height: 25px; color: #9dc8e5; }
.social-link { text-decoration: none; }
.social-link:hover { color: var(--terracotta); }
.social-placeholder svg, .social-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 900px) {
  .price-list { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 65px; }
  .site-header { min-height: 65px; padding: 0 .85rem; gap: .7rem; }
  .brand-lockup { gap: .4rem; }
  .barber-wheel { width: 12px; height: 28px; border-width: 1px; }
  .barber-wheel::before, .barber-wheel::after { left: -3px; width: 16px; height: 3px; }
  .barber-wheel::before { top: -3px; }
  .barber-wheel::after { bottom: -3px; }
  .wordmark { gap: .22em; font-size: .92rem; }
  .header-nav { gap: .65rem; }
  .header-nav a { font-size: .57rem; letter-spacing: .05em; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4.5rem; padding-bottom: 3.8rem; gap: 2.5rem; overflow: visible; }
  h1 { width: 100%; font-size: clamp(2.7rem, 12vw, 4.2rem); line-height: .95; }
  .hero-visual { width: min(100%, 430px); justify-self: center; margin-top: 0; }
  .hero-visual img { width: 100%; max-height: none; object-fit: contain; }
  .offerings-grid { grid-template-columns: 1fr; }
  .products-panel { border-top: 1px solid var(--line); border-left: 0; }
  .products-panel img { height: 220px; }
  .visit-panel { grid-template-columns: 1fr; }
  .map-wrap { min-height: 290px; border-top: 1px solid rgba(255, 255, 255, .27); border-left: 0; }
  .location-map { min-height: 290px; }
  .site-footer { flex-wrap: wrap; gap: 1rem 1.6rem; }
  .footer-nav { order: 3; width: 100%; margin-left: 0; flex-wrap: wrap; }
  .socials { margin-left: auto; }
}

@media (max-width: 430px) {
  .site-header { padding: 0 .6rem; }
  .brand-lockup { gap: .28rem; }
  .barber-wheel { width: 10px; height: 24px; }
  .barber-wheel::before, .barber-wheel::after { left: -3px; width: 14px; }
  .wordmark { font-size: .76rem; }
  .header-nav { gap: .42rem; }
  .header-nav a { font-size: .49rem; letter-spacing: .025em; }
  h1 { font-size: clamp(2.45rem, 11.7vw, 3.25rem); }
  .hero { padding-left: 1.2rem; padding-right: 1.2rem; }
  .hero-visual { width: calc(100% - 12px); }
  .shop-number { right: 16px; bottom: 16px; padding: .45rem .65rem; font-size: .62rem; }
  .services-panel, .products-copy { padding: 1.45rem 1.2rem; }
  .product-list { grid-template-columns: 1fr; }
  .testimonial-spotlight { min-height: 300px; }
  .info-row { padding: 1.45rem 1.2rem; }
  .hours-list div { grid-template-columns: 1fr; gap: 0; padding: .25rem 0; }
  .hours-list dd { text-align: left; color: #d9e6ef; }
  .whatsapp-link { display: block; margin: .45rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .testimonial.is-active { animation: none; }
  .barber-wheel { animation: none; }
}