@font-face { 
  font-family: rob; 
  src: url("Roboto-VariableFont_wdth\,wght.ttf"); 
} 

html { 
  scroll-behavior: smooth; 
  scroll-padding-top: calc(4rem + 4.7rem); 
} 

body { 
  background-color: #000; 
  color: #fff; 
  font-family: rob; 
  display: flex; 
  flex-direction: column; 
  row-gap: 5rem; 
} 

.header { 
  font-weight: 900; 
  display: flex; 
  position: sticky; 
  align-items: center; 
  top: 0; 
  background-color: #000; 
  z-index: 1000; 
  border-bottom: 2px solid #575757; 
} 

.left-container { 
  display: flex; 
  align-items: center; 
  margin-left: 2%; 
} 

.logo img { 
  width: 4rem; 
  display: block; 
} 

.title-name { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  text-align: center; 
  margin-left: 1rem; 
} 

.title { 
  font-size: 1.8rem; 
  font-weight: 600; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
} 

.subtitle { 
  font-size: 0.9rem; 
  font-weight: 600; 
  letter-spacing: 1px; 
  margin-top: 4px; 
} 

.cta { 
  margin-left: auto; 
  padding: 2rem; 
} 

.cta a { 
  color: white; 
  text-decoration: none; 
  font-size: 1.3rem; 
  font-weight: 500; 
  padding: 2rem; 
} 

.hero { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
} 

.headline { 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  height: 100%; 
  align-items: center;
} 

.headline h1 { 
  font-size: 3.2rem; 
  width: 80%;
  margin-left: 3rem;
} 

.headline h2 { 
  font-size: 1.6rem; 
  font-weight: 400; 
  margin-top: -7rem; 
  width: 80%;
  margin-left:3rem;
} 

.headline a { 
  color: white; 
  font-size: 1.4rem; 
  margin-bottom: 5rem; 
} 

.carousel-container { 
  width: 40vw; 
  max-width: 100%; 
  margin-left: auto; 
  margin-right: 5rem; 
  overflow: hidden; 
  position: relative; 
  grid-column: 2/3; 
} 

.carousel-track { 
  display: flex; 
  width: 100%; 
} 

.carousel-slide { 
  min-width: 100%; 
  box-sizing: border-box; 
} 

.carousel-slide img { 
  width: 100%; 
  aspect-ratio: 4 / 3; 
  object-fit: cover; 
  display: block; 
} 

.carousel-dots { 
  margin-top: 15px; 
  margin-bottom: 5px; 
  display: flex; 
  justify-content: center; 
  gap: 8px; 
} 

.dot { 
  width: 10px; 
  height: 10px; 
  background-color: rgba(255, 255, 255, 0.3); 
  border-radius: 50%; 
  transition: background-color 0.3s ease, transform 0.3s ease; 
} 

.dot.active { 
  background-color: #ffffff; 
  transform: scale(1.2); 
} 

.headline { 
  grid-area: 1/1/2/2; 
} 

.groupon-link a { 
  color: #fff; 
  letter-spacing: 1px; 
  font-size: 1.2rem; 
} 

.download-button { 
  background: white; 
  color: black; 
  text-decoration: none; 
  position: relative; 
  cursor: pointer; 
  width: 20rem; 
  height: 3rem; 
  font-size: 1.4rem; 
  font-weight: 700; 
  text-align: center; 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  margin: 0 auto; 
  grid-column: 1 / -1; 
  z-index: 10; 
} 

#services-id, 
#contact-id { 
  scroll-margin-top:-1rem; 
} 

#home-id { 
  scroll-margin-top: 6rem; 
} 

.salon-services { 
  background: #000; 
  color: #fff; 
  font-family: rob; 
  font-size: 1rem; 
  line-height: 1.5; 
  padding: 3rem 1.5rem; 
  max-width: 900px; 
  margin: 0 auto; 
  border: 1px solid #575757; 
} 

.salon-services h1 { 
  text-align: center; 
  margin-bottom: 3rem; 
  letter-spacing: 3px; 
  font-size: 2.3rem; 
  font-weight: 600; 
} 

.salon-services .sections-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 2.5rem 3rem; 
} 

.salon-services h2 { 
  font-size: 1rem; 
  font-weight: 600; 
  letter-spacing: 0.16em; 
  text-transform: uppercase; 
  color: #6e6e6e; 
  margin: 0 0 0.6rem; 
} 

.salon-services ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
} 

.salon-services li { 
  display: flex; 
  justify-content: space-between; 
  align-items: baseline; 
  gap: 0.5rem; 
  padding: 0.4rem 0; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); 
} 

.salon-services li:last-child { 
  border-bottom: none; 
} 

.salon-services a { 
  color: rgba(255, 255, 255, 0.85); 
  font-weight: 400; 
  text-decoration: none; 
  pointer-events: none; 
  cursor: default; 
  font-size: 1.2rem; 
} 

.salon-services .note { 
  font-size: 0.75rem; 
  color: rgba(255, 255, 255, 0.3); 
  margin-left: 0.5rem; 
} 

.salon-services .price { 
  white-space: nowrap; 
  color: #fff; 
  font-weight: 500; 
  flex-shrink: 0; 
  font-size: 1rem; 
} 

.salon-services .from { 
  font-size: 0.7rem; 
  color: rgba(255, 255, 255, 0.35); 
  margin-right: 0.5rem; 
  text-transform: uppercase; 
  letter-spacing: 0.04em; 
} 

.contact { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  place-items: center; 
} 

.contact h1 { 
  grid-area: 1/1/2/3; 
  text-align: center; 
  margin-bottom: 3rem; 
  letter-spacing: 3px; 
  font-size: 2.3rem; 
  font-weight: 600; 
} 

.map { 
  grid-area: 2/1/4/2; 
  margin-left: 7rem; 
} 

.socials { 
  grid-area: 2/2/3/3; 
  margin-left: 0; 
  margin-right: 7rem; 
} 

.socials a { 
  text-decoration: none; 
  color: white; 
  font-size: 1.2rem; 
  padding: 10px; 
} 

.socials h2 { 
  text-align: center; 
  font-weight: 500; 
  font-size: 1.8rem; 
  letter-spacing: 2px; 
  margin-bottom: 20px; 
  margin-top: 0; 
  color: white; 
} 

.formals { 
  grid-area: 3/2/4/3; 
  margin-right: 9rem; 
  text-align: left; 
} 

.formals a { 
  color: white; 
  bottom: 0; 
  text-underline-offset: 5px; 
  font-size: 1.4rem; 
  margin: 0 auto; 
} 

.footer { 
  background: #000000; 
  border-top: #575757 2px solid; 
  height: 3rem; 
  margin-top: 2rem; 
} 

.footer p { 
  text-align: center; 
  font-weight: 600; 
} 

@media (max-width: 768px) {

  /* ── BODY ── */
  body {
    row-gap: 3rem;
  }

  /* ── HEADER ── */
  .header {
    justify-content: center;
  }

  .left-container {
    flex-direction: column;
    align-items: center;
    margin: 0.8rem auto;
    text-align: center;
  }

  .title-name {
    margin-left: 0;
    margin-top: 0.4rem;
  }

  .cta {
    display: none;
  }

  /* ── HERO: carousel first, headline below ── */
  .hero {
    display: flex;
    flex-direction: column;
  }

  .carousel-container {
    order: 1;
    width: 100%;
    margin: 0;
  }

  .headline {
    order: 2;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    height: auto;
    gap: 1.5rem;
  }

  .headline h1 {
    font-size: 2.2rem;
    margin-top:3rem;
    margin-left: 0;
    width:100%;
  }


  .headline h2 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    width:100%;
  }

  .headline a {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .groupon-link {
    order: 3;
    text-align: center;
  }

  /* ── SERVICES: hide everything except download button ── */
  .salon-services h1,
  .salon-services .sections-grid {
    display: none;
  }

  .salon-services {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .download-button {
    display: inline-flex;
    font-size: 1.1rem;
    width: 16rem;
  }

  /* ── CONTACT: stacked vertical ── */
  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 1rem;
  }

  .contact h1 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .map {
    margin: 0;
    width: 90vw;
  }

  .map iframe {
    width: 100%;
  }

  .socials {
    margin: 0;
    text-align: center;
  }

  .formals {
    margin: 0;
    text-align: center;

  }
  .formals a {
    font-size: 1.05rem;
    font-weight: 400;
  }

  /* ── FOOTER ── */
  .footer {
    margin-top: 0;
  }
  .footer p {
    font-size:0.9em;
  }
}
