
/*
Theme Name: Eterna Luxury Experience
Version: 4.0
Description: Luxury WordPress theme for Eterna Permanent Jewelry & Engraving.
*/

:root{
  --cream:#fbf6ef;
  --soft:#f1e4d4;
  --white:#ffffff;
  --gold:#c8a04d;
  --dark:#3b2d26;
  --muted:#6f5d52;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background:var(--cream);
  color:var(--dark);
  line-height:1.7;
}

h1,h2,h3{
  font-family: Georgia, "Times New Roman", serif;
  font-weight:400;
  line-height:1.08;
}

p{color:var(--muted)}

.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  box-shadow:0 2px 18px rgba(0,0,0,.05);
  padding:16px 6%;
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;
  gap:26px;
}

.logo img{
  width:210px;
  display:block;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
}

.nav a{
  color:var(--dark);
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1.1px;
  font-weight:700;
  white-space:nowrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  min-width:155px;
  padding:14px 28px;
  border-radius:999px;
  background:var(--gold);
  color:white !important;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.4px;
  border:1px solid var(--gold);
}

.btn.secondary{
  background:transparent;
  color:var(--dark) !important;
  border-color:var(--gold);
}

.hero{
  min-height:88vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
  padding:80px 8%;
}

.hero h1{
  font-size:70px;
  margin:0 0 20px;
}

.hero p{
  font-size:21px;
  max-width:650px;
  margin-bottom:30px;
}

.hero-buttons{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}

.hero-image img{
  width:100%;
  height:680px;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 20px 50px rgba(0,0,0,.09);
}

.section{
  padding:95px 8%;
}

.section-title{
  text-align:center;
  font-size:52px;
  margin:0 0 18px;
}

.section-subtitle{
  max-width:780px;
  margin:0 auto 58px;
  text-align:center;
  font-size:18px;
}

.services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  align-items:stretch;
}

.service-card{
  background:var(--white);
  border-radius:28px;
  box-shadow:0 10px 35px rgba(0,0,0,.055);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
  text-align:center;
}

.service-card img{
  width:100%;
  height:330px;
  object-fit:cover;
  display:block;
}

.service-content{
  padding:30px 28px 34px;
  min-height:250px;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.service-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(200,160,77,.5);
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  margin:-58px auto 18px;
  background:white;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.service-content h3{
  font-size:28px;
  margin:0 0 12px;
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.service-content p{
  margin:0 0 24px;
  flex:1;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}

.split img{
  width:100%;
  height:610px;
  object-fit:cover;
  border-radius:32px;
  box-shadow:0 16px 45px rgba(0,0,0,.07);
}

.split h2{
  font-size:54px;
  margin:0 0 22px;
}

.feature-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:28px 0 32px;
}

.feature{
  background:white;
  border-radius:16px;
  padding:16px 18px;
  color:var(--dark);
  display:flex;
  align-items:center;
  gap:10px;
}

.feature span{
  color:var(--gold);
  font-size:20px;
  line-height:1;
}

.event-feature{
  background:var(--soft);
}

.gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.gallery img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 10px 28px rgba(0,0,0,.055);
}

.cta{
  background:linear-gradient(rgba(248,243,237,.72),rgba(248,243,237,.72)), url('assets/images/event-main.jpeg');
  background-size:cover;
  background-position:center;
  padding:125px 8%;
  text-align:center;
}

.cta-box{
  background:rgba(255,255,255,.88);
  max-width:850px;
  margin:auto;
  padding:55px 45px;
  border-radius:32px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.cta h2{
  font-size:58px;
  margin:0 0 18px;
}

.footer{
  background:#2d241e;
  color:white;
  text-align:center;
  padding:65px 8%;
}

.footer img{
  width:190px;
  background:white;
  border-radius:16px;
  padding:10px;
}

.footer p{color:#eadfce}

@media(max-width:1050px){
  .site-header{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .nav{flex-wrap:wrap}
  .hero,.split{grid-template-columns:1fr}
  .hero-image img,.split img{height:auto;max-height:680px}
  .services,.gallery{grid-template-columns:1fr}
}

@media(max-width:700px){
  .hero,.section{padding:60px 6%}
  .hero h1{font-size:45px}
  .section-title,.split h2,.cta h2{font-size:38px}
  .hero-buttons{justify-content:center}
  .hero{text-align:center}
  .feature-list{grid-template-columns:1fr}
  .nav{gap:14px}
  .nav a{font-size:12px}
  .logo img{width:170px}
  .service-content h3{min-height:unset}
}
