/* ============================= */
/* GLOBAL STYLE */
/* ============================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ============================= */
/* HERO */
/* ============================= */

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  background:
  linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
  url('../images/Crownsy193.jpg');
  background-size:cover;
  background-position:center;
}

.hero h1 {
  font-family:'Libre Baskerville',serif;
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.8;
}

.hero-btn {
  margin-top: 40px;
  padding: 14px 40px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  transition: 0.4s;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

/* ============================= */
/* SOCIAL SECTION */
/* ============================= */

.social-section {
  background:
  linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
  url('../images/crownsy149.jpg');
  background-size:cover;
  background-position:center;
  padding: 140px 6%;
  max-width: 1400px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 100px;
}

.section-header h2 {
  font-family:'Libre Baskerville',serif;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 200;
}

.section-header p {
  opacity: 0.7;
  max-width: 600px;
  margin: auto;
  line-height: 1.7;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.social-card {
  height: 260px;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}

.social-card:hover {
  transform: translateY(-10px);
  border-color: #fff;
}

.social-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(255,255,255,0.08));
  transition: 0.5s;
}

.social-card:hover::before {
  background: linear-gradient(180deg, transparent 10%, rgba(255,255,255,0.2));
}

.social-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.social-card span {
  font-size: 14px;
  opacity: 0.6;
}

/* ============================= */
/* FLOATING WA */
/* ============================= */

.floating-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1000;
}

.floating-wa:hover {
  background: #ddd;
}

/* ============================= */
/* REVEAL */
/* ============================= */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(.2,.6,.2,1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1200px) {
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 15px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .social-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .social-card {
    height: 200px;
  }
}

.floating-wa{
position:fixed;
bottom:20px;
right:20px;
background: #ffffff;
color: #000000;
padding:12px 18px;
border-radius:30px;
cursor:pointer;
font-weight:300;
z-index:999;
}

.wa-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:1000;
justify-content:center;
align-items:center;
}

.wa-box{
background: #fff;
padding:25px;
border-radius:10px;
text-align:center;
}

.wa-box button{
display:block;
width:100%;
margin:10px 0;
padding:10px;
border:none;
background: #000000;
color: #ffffff;
border-radius:6px;
cursor:pointer;
}

.close{
display:block;
margin-top:40px;
cursor:pointer;
color: #000000;
}

.ig-section{width:100%;padding:110px 20px;background: #ffffff;}
.ig-container{width:100%;max-width:1300px;margin:auto;}
.ig-header{text-align:center;margin-bottom:60px;}
.ig-subtitle{display:inline-block;color: #262626;font-size:.9rem;letter-spacing:4px;text-transform:uppercase;margin-bottom:15px;}
.ig-title{color: #030303;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;margin-bottom:20px;}
.ig-description{color: #030303;max-width:650px;margin:auto;line-height:1.8;font-size:1rem;}
.ig-feed{width:100%;border-radius:18px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.08);padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.35);}
.ig-feed iframe{width:100%!important;}
.sk-instagram-profile-feed{width:100%;}
.ig-feed{background:#0b0b0b;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;padding:20px}
.sk-instagram-feed{width:100%;min-height:500px}
.sk-instagram-feed iframe{width:100%!important;border:none!important}