:root {
  --black: #111111;
  --gold: #c8a25d;
  --white: #ffffff;
  --graphite: #2f2f2f;
  --soft-black: #171717;
  --muted: #cfc6b8;
  --line: rgba(200, 162, 93, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 17, 17, 0.62);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(17, 17, 17, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.brand-name {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.nav a {
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--gold);
}

.nav-cta {
  border: 1px solid var(--gold);
  padding: 10px 16px;
  color: var(--gold);
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 124px clamp(18px, 6vw, 82px) 52px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/barba-terapia.jpg");
  background-position: center 32%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.94) 0%, rgba(17, 17, 17, 0.72) 42%, rgba(17, 17, 17, 0.16) 100%),
    linear-gradient(0deg, #111 0%, rgba(17, 17, 17, 0.12) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  line-height: 1.1;
}

h1 {
  max-width: 900px;
  font-size: clamp(48px, 6.8vw, 88px);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 5vw, 68px);
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

.hero-lede {
  margin-top: 14px;
  color: var(--gold);
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 600;
}

.hero-content > p:last-of-type {
  max-width: 610px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2vw, 20px);
}

.hero-actions,
.contact-copy .button,
.membership .button,
.final-cta .button {
  margin-top: 34px;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px 22px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: #15110a;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.section {
  padding: clamp(64px, 8vw, 124px) clamp(18px, 6vw, 82px);
}

.intro-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #141414;
  padding-block: 28px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(18px, 2vw, 25px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.section-copy p:not(.eyebrow),
.membership p,
.gallery-copy p,
.contact-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
}

.section-copy p:not(.eyebrow) {
  margin-top: 18px;
  max-width: 690px;
}

.image-panel {
  min-height: 580px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background-position: center;
  background-size: cover;
}

.image-panel-about {
  background-image:
    linear-gradient(0deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.16)),
    url("assets/atendimento-corte.jpg");
  background-position: center;
}

.section-heading {
  max-width: 840px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.services-grid,
.why-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.services-grid article,
.why-grid article,
.testimonial-grid article {
  min-height: 252px;
  background: var(--soft-black);
  padding: clamp(24px, 3vw, 36px);
}

.services-grid span {
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 14px;
}

.services-grid h3,
.why-grid h3 {
  margin-top: 34px;
}

.services-grid p,
.why-grid p,
.testimonial-grid blockquote {
  margin: 18px 0 0;
  color: var(--muted);
}

.membership {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.9)),
    url("assets/ambiente-the-house.jpg");
  background-position: center 42%;
  background-size: cover;
}

.membership p {
  max-width: 650px;
  margin-top: 22px;
}

.benefits {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 0 14px 32px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.benefits li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.gallery {
  display: grid;
  grid-template-columns: minmax(290px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
  padding: clamp(64px, 8vw, 124px) clamp(18px, 6vw, 82px);
  background: #151515;
}

.gallery-copy {
  align-self: center;
}

.gallery-copy p:last-child {
  margin-top: 22px;
}

.gallery-grid {
  display: grid;
  min-height: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  min-height: 260px;
  border: 1px solid var(--line);
  background-position: center;
  background-size: cover;
}

.gallery-one {
  grid-row: span 2;
  background-image: url("assets/barba-terapia.jpg");
  background-position: center 28%;
}

.gallery-two {
  background-image: url("assets/barbearia-espelho.png");
  background-position: center;
}

.gallery-three {
  background-image: url("assets/atendimento-corte.jpg");
  background-position: center 30%;
}

.gallery-four {
  grid-column: span 2;
  background-image: url("assets/fachada-the-house.jpg");
  background-color: #0f0f0f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials {
  background: var(--black);
}

.stars {
  color: var(--gold);
  font-size: 18px;
}

.testimonial-grid article {
  min-height: 230px;
}

blockquote {
  border: 0;
  padding: 0;
  font-size: 17px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.6fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: var(--graphite);
}

.contact-copy p {
  margin-top: 18px;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  font-style: normal;
}

.contact-list span {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 16px;
  color: var(--muted);
}

.contact-list strong {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.final-cta {
  padding: clamp(70px, 10vw, 150px) clamp(18px, 6vw, 82px);
  text-align: center;
}

.final-cta p:not(.eyebrow) {
  margin-top: 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 24px clamp(18px, 6vw, 82px);
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.footer a {
  color: var(--gold);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: grid;
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 18px;
    display: none;
    width: min(340px, calc(100vw - 36px));
    align-items: stretch;
    border: 1px solid var(--line);
    background: rgba(17, 17, 17, 0.98);
    box-shadow: var(--shadow);
    padding: 18px;
    flex-direction: column;
  }

  .nav.is-open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .split,
  .membership,
  .gallery,
  .contact {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .why-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    max-width: 165px;
    font-size: 14px;
  }

  .hero {
    min-height: 92vh;
    padding: 124px 18px 48px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.72)),
      linear-gradient(0deg, #111 0%, rgba(17, 17, 17, 0.08) 62%);
  }

  h1 {
    font-size: clamp(46px, 16vw, 76px);
  }

  h2 {
    font-size: 34px;
  }

  .quote-grid,
  .services-grid,
  .why-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .image-panel,
  .gallery-grid {
    min-height: 0;
  }

  .image-panel {
    aspect-ratio: 4 / 5;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-one,
  .gallery-four {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .footer {
    flex-direction: column;
  }
}
