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

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
  background:#f7f5f1;
  color:#1d1d1d;
  overflow-x:hidden;
}

.hero{
  min-height:100vh;
  padding:25px 7% 50px;
  background:
    radial-gradient(circle at 20% 20%, rgba(194,164,98,.08), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(194,164,98,.05), transparent 35%),
    linear-gradient(180deg,#faf8f4 0%,#f3efe8 100%);
}

.navbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}

.logo{
  width:230px;
  display:block;
}

.instagram-link{
  text-decoration:none;
  color:#a8864d;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:600;
  transition:.3s ease;
}

.instagram-link:hover{
  opacity:.7;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:80px;
  align-items:center;
  margin-top:-85px;
}

.hero-copy{
  max-width:620px;
}

.eyebrow{
  color:#a8864d;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
  font-weight:600;
}

.hero-copy h1{
  font-family:'Cinzel',serif;
  font-size:82px;
  line-height:.95;
  margin:24px 0;
  font-weight:700;
}

.hero-copy h2{
  font-family:'Cinzel',serif;
  font-size:34px;
  line-height:1.2;
  color:#8b7345;
  margin-bottom:28px;
  font-weight:500;
}

.hero-copy p{
  font-size:19px;
  line-height:1.9;
  color:#4f4f4f;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:40px;
}

.hero-actions span{
  color:#666;
  font-size:15px;
}

.primary-button{
  background:linear-gradient(135deg,#b18b4e,#8e6b35);
  color:white;
  text-decoration:none;
  padding:18px 36px;
  border-radius:999px;
  font-weight:600;
  transition:.3s;
}

.primary-button:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 40px rgba(177,139,78,.30);
}

.hero-visual{
  position:relative;
}

.photo-frame{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 40px 100px rgba(0,0,0,.12);
}

.photo-frame img{
  width:100%;
  display:block;
}

.prestige-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding:40px 7%;
  background:#ffffff;
}

.prestige-item{
  padding:34px;
  border:1px solid rgba(177,139,78,.12);
  border-radius:24px;
  background:#faf8f4;
}

.prestige-item strong{
  display:block;
  font-family:'Cinzel',serif;
  font-size:22px;
  margin-bottom:10px;
}

.prestige-item span{
  color:#666;
  line-height:1.7;
}

.section-container{
  width:90%;
  max-width:1250px;
  margin:auto;
}

.section-label{
  color:#a8864d;
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:600;
}

.editorial-section{
  padding:120px 0;
}

.editorial-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
}

.editorial-grid h2{
  font-family:'Cinzel',serif;
  font-size:52px;
  line-height:1.15;
  margin-top:18px;
}

.editorial-text p{
  font-size:18px;
  line-height:2;
  color:#555;
  margin-bottom:22px;
}

.location-section{
  padding:95px 0;
  background:#f0ebe2;
}

.location-panel{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:58px;
  align-items:center;
  background:white;
  padding:62px 68px;
  border-radius:36px;
  box-shadow:0 25px 80px rgba(0,0,0,.06);
}

.location-copy h2{
  font-family:'Cinzel',serif;
  font-size:40px;
  line-height:1.12;
  margin:16px 0 24px;
  max-width:720px;
}

.location-copy p{
  font-size:19px;
  line-height:1.75;
  color:#555;
  max-width:720px;
}

.address-box{
  background:#faf8f4;
  border:1px solid rgba(177,139,78,.12);
  padding:34px 36px;
  border-radius:24px;
  min-height:330px;
}

.address-box strong{
  display:block;
  font-family:'Cinzel',serif;
  font-size:24px;
  margin-bottom:16px;
}

.address-box p{
  font-size:17px;
  line-height:1.9;
  color:#555;
}

.contact-section{
  padding:120px 0;
}

.contact-panel{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:70px;
}

.contact-panel h2{
  font-family:'Cinzel',serif;
  font-size:48px;
  line-height:1.15;
  margin:18px 0 22px;
}

.contact-panel p{
  font-size:18px;
  line-height:1.9;
  color:#555;
}

.contact-card{
  background:white;
  padding:45px;
  border-radius:28px;
  box-shadow:0 25px 80px rgba(0,0,0,.06);
}

.contact-card p{
  margin-bottom:24px;
}

.contact-card strong{
  display:block;
  color:#1d1d1d;
  margin-bottom:6px;
}

footer{
  background:#111;
  text-align:center;
  padding:70px 20px;
}

.footer-logo{
  width:220px;
  margin-bottom:22px;
}

footer p{
  color:rgba(255,255,255,.65);
}

.whatsapp-float{
  position:fixed;
  right:25px;
  bottom:25px;
  background:#25D366;
  color:white;
  text-decoration:none;
  padding:16px 24px;
  border-radius:999px;
  font-weight:600;
  z-index:999;
  box-shadow:0 12px 35px rgba(0,0,0,.20);
}

@media(max-width:980px){

  .hero{
    min-height:auto;
    padding:20px 18px 46px;
  }

  .navbar{
    flex-direction:column;
    gap:12px;
    margin-bottom:18px;
    text-align:center;
  }

  .instagram-link{
    font-size:11px;
    letter-spacing:1.6px;
  }

  .logo{
    width:175px;
    margin:0 auto;
  }

  .hero-grid,
  .prestige-strip,
  .editorial-grid,
  .location-panel,
  .contact-panel{
    grid-template-columns:1fr;
  }

  .hero-grid{
    display:flex;
    flex-direction:column;
    gap:0;
    margin-top:0;
  }

  .hero-visual{
    order:1;
  }

  .photo-frame{
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 28px 70px rgba(45,35,22,.16);
  }

  .photo-frame img{
    width:100%;
    height:auto;
    display:block;
  }

  .hero-copy{
    order:2;
    margin:-48px 12px 0;
    padding:30px 22px 28px;
    background:rgba(250,248,244,.98);
    border-radius:26px;
    position:relative;
    z-index:5;
    box-shadow:0 24px 60px rgba(0,0,0,.10);
    text-align:left;
  }

  .eyebrow{
    display:block;
    white-space:nowrap;
    font-size:9px;
    letter-spacing:1.7px;
    line-height:1.4;
    color:#a8864d;
  }

  .hero-copy h1{
    font-size:34px;
    line-height:.98;
    margin:16px 0 14px;
  }

  .hero-copy h2{
    font-size:18px;
    line-height:1.35;
    margin-bottom:18px;
  }

  .hero-copy p,
  .editorial-text p,
  .location-copy p,
  .contact-panel p{
    font-size:15.5px;
    line-height:1.7;
  }

  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    margin-top:24px;
  }

  .hero-actions span{
    font-size:13.5px;
  }

  .primary-button{
    padding:14px 24px;
    font-size:15px;
  }

  .prestige-strip{
    gap:16px;
    padding:38px 20px;
  }

  .prestige-item{
    padding:28px 24px;
    border-radius:22px;
  }

  .prestige-item strong{
    font-size:22px;
  }

  .prestige-item span{
    font-size:15px;
  }

  .editorial-section,
  .location-section,
  .contact-section{
    padding:68px 0;
  }

  .editorial-grid,
  .location-panel,
  .contact-panel{
    gap:34px;
  }

  .editorial-grid h2,
  .location-copy h2,
  .contact-panel h2{
    font-size:29px;
    line-height:1.16;
  }

  .location-panel{
    padding:32px 24px;
    border-radius:28px;
  }

  .address-box{
    padding:26px 22px;
    border-radius:20px;
  }

  .address-box strong{
    font-size:21px;
  }

  .address-box p{
    font-size:15.5px;
    line-height:1.7;
  }

  .contact-card{
    padding:28px 22px;
    border-radius:22px;
    overflow:hidden;
  }

  .contact-card p{
    font-size:15.5px;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .footer-logo{
    width:170px;
  }

  footer{
    padding:52px 20px 80px;
  }

  .whatsapp-float{
    right:14px;
    bottom:14px;
    padding:11px 17px;
    font-size:14px;
  }

}
