/* Viibance Interrio - Premium Interior Website */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Inter:wght@300;400;500;600&display=swap');

:root{
  --bg:#0d0f12;
  --surface:#12151a;
  --surface2:#0f1217;
  --text:#eef2f7;
  --muted:#b8c0cc;
  --gold:#d8b46a;
  --gold2:#b8944a;
  --line:rgba(255,255,255,.10);
  --shadow: 0 18px 50px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background: radial-gradient(1200px 600px at 15% -10%, rgba(216,180,106,.25), transparent 60%),
              radial-gradient(1000px 600px at 90% 0%, rgba(255,255,255,.07), transparent 60%),
              var(--bg);
  color:var(--text);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
a{color:inherit; text-decoration:none}
img{max-width:100%}
.container{width:min(1140px, 92vw); margin:0 auto}

.announcement{
  position:sticky; top:0; z-index:50;
  background: linear-gradient(90deg, rgba(216,180,106,.15), rgba(255,255,255,.03));
  border-bottom:1px solid var(--line);
}
.announcement__inner{
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  padding:10px 0;
  font-size:14px;
  color:var(--muted);
}
.announcement__cta{
  font-weight:600;
  color:var(--text);
  padding:8px 12px;
  border:1px solid rgba(216,180,106,.35);
  border-radius:999px;
}

.header{
  position:sticky;
  top:44px;
  z-index:40;
  background: rgba(13,15,18,.72);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; gap:12px; align-items:center}
.brand__logo{width:44px; height:44px}
.brand__name{
  font-family:Cinzel, serif;
  font-size:22px;
  letter-spacing:.5px;
}
.brand__tag{
  font-size:12px;
  letter-spacing:2px;
  color:var(--gold);
  margin-top:2px;
}
.nav{display:flex; gap:20px; align-items:center}
.nav a{color:var(--muted); font-weight:500}
.nav a:hover{color:var(--text)}
.hamburger{
  display:none;
  width:42px;height:42px;
  background:transparent;
  border:1px solid var(--line);
  border-radius:14px;
  cursor:pointer;
}
.hamburger span{display:block; height:2px; background:var(--text); margin:7px 9px; border-radius:2px}

.mobileNav{
  display:none;
  border-top:1px solid var(--line);
  padding:10px 0;
}
.mobileNav a{
  display:block;
  padding:12px 4vw;
  color:var(--muted);
}
.mobileNav a:hover{color:var(--text)}

.hero{padding:72px 0 26px}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:46px; align-items:center}
.pill{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:8px 14px;
  border:1px solid rgba(216,180,106,.3);
  color:var(--gold);
  border-radius:999px;
  background:rgba(0,0,0,.22);
  font-weight:600;
  font-size:13px;
}
.hero h1{
  font-family:Cinzel, serif;
  font-size:56px;
  line-height:1.02;
  margin:16px 0 12px;
}
.gradient{
  background: linear-gradient(90deg, #fff, var(--gold));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero p{color:var(--muted); font-size:16px; line-height:1.7; max-width:620px}
.hero__actions{display:flex; gap:14px; margin-top:22px; flex-wrap:wrap}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:13px 18px;
  border-radius:18px;
  font-weight:700;
  border:1px solid rgba(216,180,106,.45);
  background: linear-gradient(180deg, rgba(216,180,106,.18), rgba(0,0,0,.2));
  box-shadow: 0 12px 24px rgba(0,0,0,.35);
}
.btn:hover{transform: translateY(-1px)}
.btn--outline{background:transparent; border:1px solid var(--line); color:var(--text)}
.btn--sm{padding:10px 14px; border-radius:14px}
.btn--full{width:100%}

.hero__stats{display:flex; gap:22px; margin-top:28px; flex-wrap:wrap}
.stat{padding:12px 14px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.03)}
.stat__num{font-weight:800; font-size:20px; color:var(--gold)}
.stat__label{font-size:13px; color:var(--muted); margin-top:2px}

.hero__visual{display:flex; justify-content:flex-end}
.glassCard{
  width:min(430px, 92vw);
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  box-shadow: var(--shadow);
}
.glassCard__top{
  display:flex; gap:10px; padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.dot{width:10px;height:10px;border-radius:999px; display:inline-block}
.dot--gold{background:var(--gold)}
.dot--white{background:#fff}
.dot--dark{background:#262b33}
.glassCard__img{
  height:290px;
  background:
    radial-gradient(600px 240px at 30% 20%, rgba(216,180,106,.35), transparent 60%),
    linear-gradient(120deg, rgba(255,255,255,.07), rgba(0,0,0,.4)),
    url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position:center;
}
.glassCard__meta{
  display:flex; justify-content:space-between; align-items:center;
  padding:16px;
}
.glassCard__meta span{display:block; color:var(--muted); font-size:13px; margin-top:4px}
.miniLink{
  font-weight:700;
  color:var(--gold);
}

.section{padding:66px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,0));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.sectionHead{text-align:center; margin-bottom:34px}
.sectionHead--left{text-align:left}
.sectionHead h2{font-family:Cinzel, serif; font-size:36px; margin:0}
.sectionHead p{margin:10px auto 0; color:var(--muted); max-width:720px; line-height:1.7}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.card{
  padding:22px;
  border-radius:24px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}
.card__icon{font-size:28px}
.card h3{margin:12px 0 8px}
.card p{margin:0; color:var(--muted); line-height:1.7}

.filters{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:20px}
.chip{
  cursor:pointer;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-weight:700;
}
.chip.is-active{
  border-color: rgba(216,180,106,.5);
  color:var(--text);
  background:rgba(216,180,106,.12);
}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.shot{
  margin:0;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:24px;
  overflow:hidden;
  cursor:pointer;
}
.shot__img{
  height:220px;
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
}
.shot figcaption{
  padding:14px 16px;
  font-weight:700;
}
.shot__img--1{background-image:url('https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=1400&q=80')}
.shot__img--2{background-image:url('https://images.unsplash.com/photo-1556911220-e15b29be8c8f?auto=format&fit=crop&w=1400&q=80')}
.shot__img--3{background-image:url('https://images.unsplash.com/photo-1505693314120-0d443867891c?auto=format&fit=crop&w=1400&q=80')}
.shot__img--4{background-image:url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=1400&q=80')}
.shot__img--5{background-image:url('https://images.unsplash.com/photo-1519710164239-da123dc03ef4?auto=format&fit=crop&w=1400&q=80')}
.shot__img--6{background-image:url('https://images.unsplash.com/photo-1501183638710-841dd1904471?auto=format&fit=crop&w=1400&q=80')}

.steps{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}
.step{
  padding:20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.step__num{
  font-weight:900;
  color:var(--gold);
  letter-spacing:1px;
}
.step p{color:var(--muted); line-height:1.7; margin:10px 0 0}

.reviews{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.review{
  padding:22px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.review__stars{color:var(--gold); letter-spacing:2px; margin-bottom:10px}
.review p{color:var(--muted); line-height:1.7; margin:0 0 12px}
.review__name{font-weight:700; font-size:14px}

.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
}
.contactCards{display:grid; gap:12px; margin-top:18px}
.contactCard{
  display:flex; gap:12px; align-items:center;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}
.contactCard__icon{font-size:22px}
.contactCard span{display:block; color:var(--muted); font-size:13px; margin-top:3px}

.form{
  border:1px solid rgba(216,180,106,.25);
  border-radius:26px;
  padding:22px;
  background: linear-gradient(180deg, rgba(216,180,106,.12), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.form h3{margin:0 0 14px; font-family:Cinzel, serif}
label{display:block; font-weight:700; font-size:13px; color:var(--text); margin-top:12px}
input, textarea{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.25);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(216,180,106,.55)}
.form__note{color:rgba(238,242,247,.7); font-size:12px; margin:10px 0 0}

.footer{
  padding:40px 0 24px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer__grid{display:grid; grid-template-columns: 1.2fr .7fr .7fr; gap:20px}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__brand img{width:40px;height:40px}
.footer__brand span{display:block; color:var(--muted); font-size:13px; margin-top:4px}
.footer__about{color:var(--muted); line-height:1.7; margin:14px 0 0}
.footer__links a{display:block; color:var(--muted); padding:8px 0}
.footer__links a:hover{color:var(--text)}
.footer__bottom{
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding-top:14px; margin-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(238,242,247,.7);
  font-size:13px;
}

.whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  padding:14px 16px;
  border-radius:999px;
  background: linear-gradient(180deg, rgba(216,180,106,.25), rgba(0,0,0,.4));
  border:1px solid rgba(216,180,106,.45);
  box-shadow: 0 16px 45px rgba(0,0,0,.55);
  font-weight:900;
}
.whatsapp span{font-size:14px}

/* Modal */
.modal{position:fixed; inset:0; display:none; z-index:80}
.modal.is-open{display:block}
.modal__overlay{position:absolute; inset:0; background:rgba(0,0,0,.7); backdrop-filter: blur(4px)}
.modal__dialog{
  position:relative;
  width:min(920px, 92vw);
  margin:6vh auto;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(12,14,18,.92);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__close{
  position:absolute; top:14px; right:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  width:44px;height:44px;
  background:rgba(0,0,0,.2);
  color:var(--text);
  cursor:pointer;
}
.modal__content{display:grid; grid-template-columns: 1fr; gap:0}
.modal__content img{width:100%; max-height:70vh; object-fit:cover; display:block}
.modal__caption{padding:14px 16px; color:var(--muted); font-weight:700}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr; gap:22px}
  .hero h1{font-size:44px}
  .hero__visual{justify-content:flex-start}
  .cards{grid-template-columns: repeat(2, 1fr)}
  .grid{grid-template-columns: repeat(2, 1fr)}
  .steps{grid-template-columns: repeat(2, 1fr)}
  .reviews{grid-template-columns: repeat(2, 1fr)}
  .contact{grid-template-columns:1fr}
  .nav{display:none}
  .hamburger{display:inline-block}
  .mobileNav.is-open{display:block}
}
@media (max-width: 560px){
  .hero{padding-top:44px}
  .hero h1{font-size:36px}
  .cards{grid-template-columns: 1fr}
  .grid{grid-template-columns: 1fr}
  .reviews{grid-template-columns: 1fr}
}

/* Floating Social Icons */
.floatingSocial{
  position: fixed;
  left: 18px;
  bottom: 24px;
  z-index: 70;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floatingSocial a{
  width: 46px;
  height: 46px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(18,21,26,.85);
  border: 1px solid rgba(216,180,106,.35);

  color: var(--gold);
  backdrop-filter: blur(10px);

  box-shadow: 0 10px 25px rgba(0,0,0,.45);
  transition: all .35s ease;
}

.floatingSocial svg{
  width: 20px;
  height: 20px;
}

.floatingSocial a:hover{
  transform: translateY(-4px) scale(1.08);
  background: linear-gradient(180deg, rgba(216,180,106,.25), rgba(0,0,0,.6));
  color: #fff;
  border-color: rgba(216,180,106,.65);
  box-shadow: 0 18px 35px rgba(216,180,106,.25);
}
