:root {
  --bg: #f5f3ef;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #666b73;
  --line: #d9d5cc;
  --accent: #d4a15c;
  --navy: #0e1c2f;
  --navy-2: #16253a;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(14,28,47,.94);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 14px; color: #fff; }
.brand-logo {
  width: 54px; height: 54px; object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  background: #fff;
  border: 2px solid rgba(255,255,255,.15);
}
.footer-logo { background: #fff; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 14px; letter-spacing: 1.8px; }
.brand-text small { margin-top: 5px; font-size: 10px; letter-spacing: 4px; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #fff; }
.main-nav a { font-size: 13px; font-weight: 700; }
.main-nav a:not(.nav-cta) { opacity: .82; }
.main-nav a:hover { opacity: 1; }
.nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.45);
}
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: #fff; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8,18,33,.82), rgba(8,18,33,.48)),
    url("assets/hero-salon.png") center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
  padding-top: 120px;
  padding-bottom: 70px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 800;
}
.eyebrow { color: rgba(255,255,255,.72); }
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(54px, 7.5vw, 104px);
  line-height: .95;
  letter-spacing: -3px;
  font-weight: 600;
}
.hero h1 span { color: #f0c27b; }
.hero-copy {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(16px, 1.35vw, 19px);
  color: rgba(255,255,255,.82);
}
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: .25s ease;
}
.button-primary { background: var(--accent); color: #111; }
.button-primary:hover { background: #e3b271; transform: translateY(-2px); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 54px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.22);
  max-width: 780px;
  flex-wrap: wrap;
}
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 15px; }
.hero-stats span { font-size: 12px; opacity: .66; margin-top: 3px; }
.hero-card {
  background: rgba(255,255,255,.96);
  color: #111;
  padding: 24px;
  align-self: center;
  max-width: 390px;
  justify-self: end;
  box-shadow: 0 25px 50px rgba(0,0,0,.18);
}
.hero-logo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
}
.card-kicker { margin: 0 0 8px; color: #a8793d; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.hero-card h3 { margin: 0 0 8px; font-size: 26px; }
.hero-card p { margin: 0; color: #555; }
.hero-card ul { margin: 18px 0 0; padding-left: 18px; color: #222; }
.hero-card li { margin-bottom: 8px; }
.scroll-cue {
  position: absolute;
  right: 40px; bottom: 32px;
  width: 26px; height: 48px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 18px;
}
.scroll-cue span {
  position: absolute; left: 50%; top: 9px;
  width: 3px; height: 8px; margin-left: -1.5px;
  border-radius: 3px; background: #fff;
  animation: scroll 1.8s infinite;
}
@keyframes scroll { 0%{transform:translateY(0);opacity:1} 100%{transform:translateY(19px);opacity:0} }

.section { padding: 120px 0; }
.section-kicker { color: #a8793d; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; }
h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -2px;
}
.intro-copy { padding-top: 35px; }
.intro-copy p { margin: 0 0 20px; color: var(--muted); font-size: 17px; }
.mini-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px 24px;
  margin-top: 26px;
  color: #222;
  font-weight: 700;
  font-size: 14px;
}
.text-link { display: inline-flex; gap: 12px; margin-top: 28px; font-weight: 800; border-bottom: 1px solid var(--ink); }

.services-section { background: #ece8df; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 60px;
}
.section-head > p { max-width: 360px; color: var(--muted); margin: 0 0 8px; }
.section-head.light { color: #fff; }
.section-head.light > p { color: rgba(255,255,255,.62); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d3cabc; border-left: 1px solid #d3cabc; }
.service-card {
  min-height: 270px;
  padding: 30px;
  position: relative;
  border-right: 1px solid #d3cabc;
  border-bottom: 1px solid #d3cabc;
  transition: .28s ease;
}
.service-card:hover { background: #fff; transform: translateY(-4px); }
.service-no { font-size: 11px; color: #8f897f; }
.service-card h3 { margin: 52px 0 12px; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; max-width: 260px; }
.card-arrow { position: absolute; right: 24px; bottom: 20px; font-size: 22px; }


.scope-section { background: #f7f5f1; }
.scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.scope-card {
  min-height: 210px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e0ddd5;
  position: relative;
  transition: .28s ease;
}
.scope-card:hover {
  transform: translateY(-4px);
  border-color: #c9a06c;
  box-shadow: 0 18px 40px rgba(14,28,47,.08);
}
.scope-card > span {
  color: #a8793d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}
.scope-card h3 { margin: 44px 0 10px; font-size: 20px; }
.scope-card p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-mini a { color: rgba(255,255,255,.72); }
.contact-mini a:hover { color: #fff; }

.gallery-section { background: var(--navy); }
.project-grid {
  display: grid;
  gap: 18px;
}
.project-grid-four {
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 250px;
}
.project-wide {
  grid-column: span 2;
}
.project { position: relative; overflow: hidden; min-height: 250px; }
.project-large { grid-row: span 2; }
.project img { height: 100%; object-fit: cover; transition: transform .7s ease; filter: brightness(.8); }
.project:hover img { transform: scale(1.04); }
.project-info {
  position: absolute; inset: auto 0 0 0;
  padding: 24px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}
.project-info span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: .7; }
.project-info h3 { margin: 6px 0 0; font-size: 24px; }

.advantages-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.adv-copy { color: var(--muted); margin-top: 24px; max-width: 440px; }
.adv-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.adv-cards article {
  background: #fff;
  padding: 28px;
  border: 1px solid #e4e1d8;
  min-height: 180px;
}
.adv-cards h3 { margin: 0 0 12px; font-size: 20px; }
.adv-cards p { margin: 0; color: var(--muted); font-size: 14px; }

.process-list { border-top: 1px solid var(--line); }
.process-list article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.process-list article > span { color: #a8793d; font-weight: 800; font-size: 13px; }
.process-list h3 { margin: 0 0 6px; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); }

.cta-section { padding: 110px 0; background: #121212; color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
.contact-mini { margin-top: 28px; display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.contact-form { background: #fff; color: #111; padding: 34px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  background: transparent;
  outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #111; }
.contact-form .full { width: 100%; margin-top: 10px; border: 0; }
.contact-form small { display: block; margin-top: 12px; color: #777; font-weight: 500; line-height: 1.5; }

.site-footer { background: #0d0d0d; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { color: rgba(255,255,255,.45); max-width: 290px; font-size: 13px; margin-top: 22px; }
.footer-brand-link { color: #fff; }
.footer-logo { width: 62px; height: 62px; }
.site-footer h4 { margin: 0 0 20px; font-size: 13px; letter-spacing: 1px; }
.site-footer a, .site-footer span { display: block; color: rgba(255,255,255,.52); font-size: 13px; margin: 9px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between;
}
.footer-bottom span { margin: 0; font-size: 11px; }
.whatsapp-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 40;
  min-width: 115px; height: 48px;
  display: grid; place-items: center;
  background: #25d366; color: #081e10;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  font-size: 13px; font-weight: 800;
}
.reveal { opacity: 0; transform: translateY(28px); transition: .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-button { display: block; z-index: 2; }
  .main-nav {
    position: fixed; inset: 0;
    padding: 110px 30px 40px;
    background: #111;
    flex-direction: column; align-items: flex-start;
    transform: translateX(100%);
    transition: .3s ease;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 22px; }
  .hero-grid, .split-grid, .advantages-grid, .cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-card { justify-self: start; max-width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid-four { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 74px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-text strong { font-size: 12px; }
  .brand-text small { font-size: 9px; letter-spacing: 3px; }
  .hero-grid { padding-top: 104px; padding-bottom: 55px; }
  .hero h1 { font-size: 50px; letter-spacing: -2px; }
  .hero-copy { font-size: 15px; }
  .hero-stats { gap: 20px; margin-top: 40px; }
  .hero-logo { width: 88px; height: 88px; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  h2 { font-size: 40px; letter-spacing: -1px; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head > p { margin-top: 20px; }
  .mini-points { grid-template-columns: 1fr; }
  .service-grid, .adv-cards, .project-grid-four, .scope-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .service-card { min-height: 230px; }
  .project, .project-large { min-height: 310px; grid-row: auto; }
  .process-list article { grid-template-columns: 55px 1fr; gap: 15px; }
  .cta-section { padding: 75px 0; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: block; }
}
