@charset "UTF-8";
:root {
  --cream: #faf8f5;
  --warm-white: #f5f2ed;
  --sand: #e8e0d4;
  --taupe: #9E8F7B;
  --brown: #7a6558;
  --dark: #2a2118;
  --accent: #a68660;
  --accent-light: #e8d5c0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
}

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

.section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  align-items: end;
}

.section-eyebrow {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--taupe);
}

.section-desc {
  max-width: 45ch;
  align-self: end;
}

.btn-light, .btn-ghost, .btn-primary {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  display: inline-block;
  transition: background 0.3s, transform 0.2s, color 0.3s;
}

.btn-primary {
  color: var(--cream);
  background: var(--dark);
  padding: 1.1rem 2.8rem;
}
.btn-primary:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--brown);
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.btn-ghost::after {
  content: "→";
  transition: transform 0.3s;
}
.btn-ghost:hover {
  color: var(--dark);
}
.btn-ghost:hover::after {
  transform: translateX(4px);
}

.btn-light {
  color: var(--dark);
  background: var(--cream);
  padding: 1.1rem 2.8rem;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 1;
  border: 1px solid var(--accent);
}
.btn-light:hover {
  background: var(--accent);
  transform: translateY(-2px);
  border: none;
}

.btn-services {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.8rem 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(250, 248, 245, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
nav.scrolled {
  border-color: var(--sand);
}
nav img {
  width: 10rem;
}

.nav-links {
  display: flex;
  gap: 3rem;
  list-style: none;
}
.nav-links a {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brown);
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: var(--dark);
}

.nav-cta {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  background: var(--dark);
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-cta:hover {
  background: var(--accent);
}
.nav-cta .whatsapp {
  width: 24px;
  margin-left: 0.5rem;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 5vw 8vw 8vw;
  animation: fadeUp 1s ease both;
}

.hero-eyebrow {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--taupe);
}

.hero-title {
  margin-bottom: 2.5rem;
}
.hero-title em {
  font-style: italic;
  color: var(--accent);
  display: block;
}

.hero-desc {
  max-width: 38ch;
  margin-bottom: 3.5rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.hero-right {
  position: relative;
  overflow: hidden;
  animation: fadeIn 1.2s ease both 0.3s;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.97) saturate(0.9);
}

.hero-visual {
  background-image: url("media/long_hair.jpg");
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-visual::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid var(--accent-light);
  opacity: 0.6;
}
.hero-visual::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 15%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid var(--taupe);
  opacity: 0.4;
}

.hero-visual-inner {
  text-align: center;
  z-index: 1;
}

.hero-visual-icon {
  opacity: 0.4;
  line-height: 1;
}

.stats-bar {
  background: var(--dark);
  padding: 2.5rem 8vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  animation: fadeUp 1s ease both 0.6s;
}

.stat {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 2rem;
}
.stat:last-child {
  border: none;
}

.stat-number {
  display: block;
}

.stat-label {
  margin-top: 0.3rem;
}

.services {
  padding: 3rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--sand);
}

.service-card {
  background: var(--cream);
  padding: 3.5rem 1rem;
  transition: background 0.4s, transform 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.4s;
}
.service-card:hover {
  background: var(--warm-white);
  transform: translateY(-4px);
}
.service-card:hover::before {
  width: 100%;
}
.service-card:hover .service-link {
  gap: 1rem;
}

.service-number {
  line-height: 1;
  margin-bottom: 1.5rem;
}

.service-name {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.service-desc {
  margin-bottom: 1rem;
}

.service-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s;
}

.gallery {
  padding: 3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 5rem;
}

.img-container {
  cursor: pointer;
}
.img-container img {
  width: 400px;
  height: 100%;
  transition: transform 0.4s;
}
.img-container:hover img {
  transform: scale(1.05);
}

.testimonials {
  padding: 3rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid var(--sand);
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.testimonial-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--accent-light);
  line-height: 0.8;
  margin-bottom: 1.5rem;
  display: block;
}

.testimonial-text {
  margin-bottom: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand), var(--accent-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: var(--brown);
  flex-shrink: 0;
}

.author-name {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--dark);
  text-transform: uppercase;
}

.author-service {
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--taupe);
  margin-top: 0.15rem;
}

.stars {
  margin-left: auto;
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

.cta-section {
  margin: 0 8vw 10vw;
  background: var(--dark);
  padding: 7vw;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4rem;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 130, 0.15);
}
.cta-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 130, 0.1);
}

.cta-eyebrow {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.cta-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
}
.cta-title em {
  font-style: italic;
  color: var(--accent);
}

footer {
  background: var(--dark);
  padding: 5rem 8vw 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 3rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand .logo {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--taupe);
}

.footer-col-title {
  margin-bottom: 1.5rem;
}

.location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.location .img-map {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 36px;
}
.location .img-map img {
  width: 100%;
}

p,
a {
  color: var(--taupe);
  text-decoration: none;
  transition: color 0.3s;
}
p:hover,
a:hover {
  color: var(--brown);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.maps-container {
  display: flex;
  gap: 2rem;
  justify-content: left;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 50vh;
    display: none;
  }
  .hero-left {
    padding: 4rem 8vw 8rem;
  }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .promo {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .services .promo img {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .section-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .cta-section {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .nav-links {
    display: none;
  }
  .img-container img {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.hero-eyebrow,
.section-eyebrow {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--taupe);
}

.hero-title {
  color: var(--dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
}

.hero-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--brown);
}

.hero-visual-icon {
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  font-weight: 300;
  color: var(--accent);
}

.stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--accent);
}

.stat-label {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--dark);
}
.section-title em {
  font-style: italic;
  color: var(--accent);
}

.section-desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--brown);
}

.service-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--accent-light);
}

.service-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--dark);
}

.service-desc {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--brown);
}

.service-link {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.testimonial-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  color: var(--dark);
}

.footer-tagline {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--taupe);
}
.footer-tagline:hover {
  color: var(--brown);
}

.footer-col-title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.promo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/*# sourceMappingURL=style.css.map */
