.barber-demo {
  color: #eee9df;
  background: #0c0d0c;
}

.barber-header {
  color: #eee9df;
  background: #0c0d0c;
  border-bottom: 1px solid rgba(238, 233, 223, 0.18);
}

.barber-nav,
.barber-footer {
  display: flex;
  width: min(calc(100% - 48px), 1320px);
  min-height: 72px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.barber-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.barber-brand span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #111;
  background: #c9a66b;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
}

.barber-brand b {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.barber-nav .desktop-nav {
  gap: 34px;
}

.barber-nav .desktop-nav a {
  color: rgba(238, 233, 223, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.barber-nav .desktop-nav a:hover {
  color: #fff;
}

.barber-nav-cta {
  padding: 11px 18px;
  color: #111 !important;
  background: #c9a66b;
  border-radius: 999px;
}

.barber-hero {
  display: grid;
  min-height: 630px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  grid-template-rows: 1fr auto;
  background: #0c0d0c;
}

.barber-hero-copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(55px, 7vw, 92px) clamp(34px, 5.5vw, 82px);
  flex-direction: column;
  justify-content: center;
}

.barber-index {
  position: absolute;
  top: 38px;
  right: 34px;
  display: grid;
  color: rgba(238, 233, 223, 0.5);
  font-size: 0.66rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0.14em;
}

.barber-index b {
  color: #c9a66b;
  font-size: 1.2rem;
}

.barber-kicker,
.barber-section-intro > p,
.barber-manifesto > p,
.barber-hours > p,
.barber-booking > div > p {
  margin-bottom: 22px;
  color: #c9a66b;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.barber-hero h1 {
  max-width: 740px;
  margin: 0 0 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6.4vw, 6.5rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.065em;
}

.barber-hero-copy > p:not(.barber-kicker) {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(238, 233, 223, 0.68);
  font-size: 1.03rem;
}

.barber-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.barber-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: #111;
  background: #c9a66b;
  border: 1px solid #c9a66b;
  border-radius: 0;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.barber-actions > a:not(.barber-button) {
  color: #eee9df;
  font-size: 0.85rem;
  font-weight: 750;
  text-underline-offset: 5px;
}

.barber-portrait {
  position: relative;
  min-height: 566px;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.62)),
    url("assets/barbearia-hero.webp") 68% center / cover no-repeat;
}

.barber-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 38px;
}

.barber-caption span {
  color: #c9a66b;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.barber-caption p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.08;
  text-align: right;
}

.barber-ticker {
  display: flex;
  min-height: 56px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 38px);
  grid-column: 1 / -1;
  color: #141411;
  background: #c9a66b;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.barber-services {
  display: grid;
  padding: clamp(65px, 8vw, 100px) max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(45px, 6vw, 82px);
  color: #181713;
  background: #ede7db;
}

.barber-section-intro {
  align-self: start;
  position: sticky;
  top: 30px;
}

.barber-section-intro h2,
.barber-booking h2 {
  margin: 0 0 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.4vw, 3.55rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.barber-section-intro > span {
  color: #5f594f;
  font-size: 0.75rem;
  font-weight: 550;
}

.barber-menu {
  border-top: 1px solid rgba(24, 23, 19, 0.3);
}

.barber-menu article {
  display: grid;
  min-height: 122px;
  padding: 22px 0;
  align-items: center;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 22px;
  border-bottom: 1px solid rgba(24, 23, 19, 0.3);
}

.barber-menu article > span {
  align-self: start;
  color: #8a6b3d;
  font-size: 0.72rem;
  font-weight: 700;
}

.barber-menu h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 1.75vw, 1.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.barber-menu p {
  margin: 0;
  color: #5f594f;
  font-size: 0.9rem;
  font-weight: 500;
}

.barber-menu strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-weight: 700;
}

.barber-atelier {
  display: grid;
  min-height: 590px;
  grid-template-columns: 1fr 1fr;
}

.barber-atelier-photo {
  background:
    linear-gradient(90deg, transparent 75%, rgba(13, 14, 13, 0.2)),
    url("assets/barbearia-hero.webp") 42% center / cover no-repeat;
  filter: grayscale(0.25) contrast(1.05);
}

.barber-manifesto {
  display: flex;
  padding: clamp(45px, 6vw, 82px);
  flex-direction: column;
  justify-content: center;
  background: #141614;
}

.barber-manifesto blockquote {
  margin-bottom: 50px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.barber-manifesto > div {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 35px;
  color: rgba(238, 233, 223, 0.65);
}

.barber-manifesto ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.barber-manifesto li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(238, 233, 223, 0.18);
}

.barber-hours {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 78px 0;
}

.barber-hours > div {
  display: grid;
  min-height: 70px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 30px;
  border-bottom: 1px solid rgba(238, 233, 223, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.barber-hours > div:first-of-type {
  border-top: 1px solid rgba(238, 233, 223, 0.2);
}

.barber-hours strong {
  color: #c9a66b;
  font-weight: 400;
}

.barber-booking {
  display: grid;
  padding: clamp(52px, 7vw, 86px) max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 10vw, 140px);
  color: #171612;
  background: #c9a66b;
}

.barber-booking > div > p {
  color: #3e3425;
}

.barber-booking > div > span {
  color: #5d4e38;
  font-size: 0.83rem;
}

.barber-booking form {
  display: grid;
  padding: 28px;
  gap: 17px;
  background: #eee9df;
}

.barber-booking form .barber-button {
  margin-top: 5px;
  color: #eee9df;
  background: #111;
  border-color: #111;
}

.barber-footer {
  min-height: 120px;
}

.barber-footer p {
  margin: 0;
  color: rgba(238, 233, 223, 0.54);
  font-size: 0.76rem;
}

.barber-footer p a {
  color: #c9a66b;
}

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

  .barber-portrait {
    min-height: 450px;
  }

  .barber-services {
    grid-template-columns: 1fr;
  }

  .barber-section-intro {
    position: static;
  }

  .barber-atelier {
    grid-template-columns: 1fr;
  }

  .barber-atelier-photo {
    min-height: 450px;
  }

  .barber-booking {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .barber-nav,
  .barber-footer,
  .barber-hours {
    width: calc(100% - 30px);
  }

  .barber-nav {
    min-height: 74px;
  }

  .barber-hero-copy {
    padding: 54px 22px;
  }

  .barber-index {
    display: none;
  }

  .barber-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .barber-actions {
    display: grid;
  }

  .barber-button {
    width: 100%;
  }

  .barber-portrait {
    min-height: 360px;
  }

  .barber-caption {
    padding: 24px;
  }

  .barber-ticker {
    display: grid;
    min-height: auto;
    padding: 15px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    justify-content: initial;
    white-space: normal;
  }

  .barber-ticker b {
    display: none;
  }

  .barber-services {
    padding: 60px 20px;
    gap: 45px;
  }

  .barber-menu article {
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
  }

  .barber-menu p {
    display: none;
  }

  .barber-menu strong {
    font-size: 1.25rem;
  }

  .barber-atelier-photo {
    min-height: 330px;
  }

  .barber-manifesto {
    padding: 55px 22px;
  }

  .barber-manifesto > div {
    grid-template-columns: 1fr;
  }

  .barber-hours {
    padding: 60px 0;
  }

  .barber-hours > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 22px 0;
  }

  .barber-booking {
    padding: 58px 20px;
  }

  .barber-booking form {
    padding: 22px;
  }

  .barber-footer {
    display: grid;
    padding: 35px 0;
    gap: 15px;
  }
}
