/* ═══════════════════════════════════════════════════════
   CANNABLISS MARBELLA — Production Stylesheet
═══════════════════════════════════════════════════════ */

:root {
  --dg: #0c1810;
  --fo: #172a1c;
  --mo: #2a4530;
  --go: #c9a84c;
  --gl: #e2c06a;
  --gd: rgba(201, 168, 76, .12);
  --gb: rgba(201, 168, 76, .22);
  --gold-border: rgba(201, 168, 76, .22);
  --cr: #f4efe6;
  --cs: rgba(244, 239, 230, .7);
  --tm: rgba(244, 239, 230, .48);
  --br: rgba(201, 168, 76, .18);
  --sh: 0 20px 60px rgba(0, 0, 0, .4);
  --wa: #25D366;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--dg);
  color: var(--cr);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9000;
  opacity: .4;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }
h1 { font-size: clamp(2.6rem, 8vw, 6rem); line-height: .95; }
h2 { font-size: clamp(1.9rem, 5vw, 3.6rem); line-height: 1.05; }
.ey {
  font-family: 'Josefin Sans', sans-serif;
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--go);
}
.lead {
  font-size: .88rem;
  line-height: 2;
  color: var(--cs);
  max-width: 560px;
  margin: 1rem auto 0;
}

.cta-wrap { text-align: center; margin-top: 3rem; }

/* ─── NAV ─── */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 1.3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s;
}
#nav.sc {
  background: rgba(12, 24, 16, .96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: .8rem 2rem;
  border-bottom: 1px solid var(--br);
}
.nl { display: flex; align-items: center; text-decoration: none; }
.nl img { height: 44px; width: auto; object-fit: contain; transition: height .3s; filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.4)); }
#nav.sc .nl img { height: 36px; filter: none; }
.nm { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nm a {
  color: var(--cr);
  text-decoration: none;
  font-size: .6rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .82;
  transition: opacity .3s, color .3s;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#nav.sc .nm a { text-shadow: none; opacity: .75; }
.nm a:hover { opacity: 1; color: var(--go); }
.nc {
  border: 1px solid var(--go) !important;
  color: var(--go) !important;
  padding: .5rem 1.3rem;
  opacity: 1 !important;
  background: rgba(12,24,16,0.3);
  text-shadow: none !important;
}
.nc:hover { background: var(--go) !important; color: var(--dg) !important; }
.hb {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 600;
}
.hb span { display: block; width: 22px; height: 1px; background: var(--cr); transition: all .3s; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
#nav.sc .hb span { box-shadow: none; }
.hb.op span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.hb.op span:nth-child(2) { opacity: 0; }
.hb.op span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }
.mm {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 24, 16, .98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 490;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
}
.mm.op { display: flex; }
.mm a {
  color: var(--cr);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-style: italic;
  transition: color .3s;
}
.mm a:hover { color: var(--go); }

/* ─── NEW HERO — Centered logo + buttons ─── */
#hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0 1.5rem;
}

.hbg {
  position: absolute;
  inset: 0;
  background-image: url('/images/pool_1.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(12,24,16,0.5) 0%, rgba(12,24,16,0.75) 70%, rgba(12,24,16,0.92) 100%),
    linear-gradient(180deg, rgba(12,24,16,0.4) 0%, rgba(12,24,16,0.55) 50%, rgba(12,24,16,0.85) 100%);
}

.hero-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 720px;
  width: 100%;
  animation: heroFade 1.2s ease both;
}

@keyframes heroFade {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-logo {
  width: clamp(220px, 30vw, 340px);
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.6));
  animation: logoFloat 6s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: heroFadeUp 1.5s ease 0.4s both;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hscr {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  z-index: 2;
  animation: heroFadeUp 1s ease 1.2s both;
}
.hscr span { font-size: .52rem; letter-spacing: .35em; text-transform: uppercase; color: rgba(244, 239, 230, .7); }
.scrl { width: 1px; height: 46px; background: linear-gradient(to bottom, var(--go), transparent); animation: sd 2s ease-in-out infinite; }
@keyframes sd {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ─── BUTTONS ─── */
.btn-gold, .bg {
  display: inline-block;
  background: var(--go);
  color: var(--dg);
  padding: .9rem 2.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
}
.btn-gold:hover, .bg:hover {
  background: var(--gl);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, .3);
}

.btn-outline, .bo {
  display: inline-block;
  background: rgba(12, 24, 16, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--cr);
  padding: .9rem 2.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(244, 239, 230, .5);
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
}
.btn-outline:hover, .bo:hover { border-color: var(--go); color: var(--go); background: rgba(201,168,76,0.1); }

/* WhatsApp button */
.btn-wa {
  display: inline-flex;
  align-items: center;
  background: var(--wa);
  color: white;
  padding: .9rem 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
}
.btn-wa:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, .35);
  color: white;
}

/* When NOT in hero, outline doesn't need backdrop */
section:not(#hero) .btn-outline,
section:not(#hero) .bo { background: transparent; backdrop-filter: none; border-color: rgba(244, 239, 230, .35); }

/* ─── SECTIONS ─── */
.sec { padding: 6.5rem 1.5rem; position: relative; }
.si { max-width: 1180px; margin: 0 auto; }
.sh { text-align: center; margin-bottom: 3.5rem; }
.gr { width: 48px; height: 1px; background: var(--go); margin: 1.1rem auto; }

/* ─── REVEAL ─── */
.rv { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.rv.vi { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ─── INTRO ─── */
#intro { padding: 4.5rem 1.5rem; border-bottom: 1px solid var(--br); text-align: center; }
.iq {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-style: italic;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 1.5rem;
}
.iq em { color: var(--go); }
.it { font-size: .88rem; line-height: 2; color: var(--cs); max-width: 580px; margin: 0 auto 3.2rem; }
.sr { display: flex; justify-content: center; flex-wrap: wrap; border: 1px solid var(--br); max-width: 640px; margin: 0 auto; }
.st { flex: 1; min-width: 140px; padding: 1.8rem 1rem; border-right: 1px solid var(--br); text-align: center; }
.st:last-child { border-right: none; }
.sn {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--go);
  line-height: 1;
  display: block;
}
.sl { font-size: .56rem; letter-spacing: .24em; text-transform: uppercase; color: var(--tm); margin-top: .35rem; display: block; }

/* ─── CLUB ─── */
#club { background: linear-gradient(180deg, var(--dg) 0%, var(--fo) 100%); }
.fg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 3rem; }
.ft { background: var(--dg); padding: 2.2rem 1.8rem; text-align: center; transition: background .3s; }
.ft:hover { background: var(--fo); }
.fi { font-size: 1.6rem; margin-bottom: .8rem; }
.fn { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--go); margin-bottom: .5rem; }
.fd { font-size: .78rem; line-height: 1.8; color: var(--tm); }

/* Club gallery */
.cgal { display: grid; grid-template-columns: 2fr 1fr; gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 3rem; aspect-ratio: 16/9; }
.cgal-main, .cgal-side { position: relative; overflow: hidden; background: var(--dg); }
.cgal-main { cursor: pointer; }
.cgal-main img, .cgal-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.cgal-main:hover img, .cgal-sub:hover img { transform: scale(1.04); }
.cgal-side { display: grid; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--br); }
.cgal-sub { overflow: hidden; background: var(--dg); position: relative; cursor: pointer; }
.cgal-cap { position: absolute; bottom: 1rem; left: 1.2rem; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: var(--cr); text-shadow: 0 2px 8px rgba(0, 0, 0, .6); z-index: 2; pointer-events: none; }

/* ─── ACCOMMODATION ─── */
#accommodation { border-top: 1px solid var(--br); }
.rg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 3rem; }
.rc { background: var(--dg); overflow: hidden; display: flex; flex-direction: column; transition: background .3s; }
.rc:hover { background: var(--fo); }
.rim { height: 280px; overflow: hidden; position: relative; cursor: pointer; }
.rim img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.rc:hover .rim img { transform: scale(1.05); }
.rb {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(12, 24, 16, .85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--gb);
  padding: .32rem .75rem;
  font-size: .5rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--go);
  z-index: 2;
}
.ri { padding: 1.7rem 1.8rem 1.9rem; flex: 1; display: flex; flex-direction: column; }
.rn { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: .25rem; }
.rp { color: var(--go); font-size: .72rem; letter-spacing: .12em; margin-bottom: .9rem; }
.rd { font-size: .8rem; line-height: 1.8; color: var(--tm); flex: 1; margin-bottom: 1.2rem; }
.rtg { display: flex; flex-wrap: wrap; gap: .32rem; margin-bottom: 1.3rem; }
.rtg span {
  font-size: .5rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tm);
  border: 1px solid var(--br);
  padding: .22rem .55rem;
}
.bbtn {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid var(--go);
  color: var(--go);
  padding: .75rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: .58rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s;
  width: 100%;
  text-decoration: none;
}
.bbtn:hover { background: var(--go); color: var(--dg); }

/* ─── WELLNESS ─── */
#amenities { background: var(--fo); border-top: 1px solid var(--br); }
.wg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 2.8rem; }
.wc { background: var(--dg); overflow: hidden; display: flex; flex-direction: column; transition: background .3s; }
.wc:hover { background: var(--mo); }
.wim { height: 260px; overflow: hidden; cursor: pointer; }
.wim img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.wc:hover .wim img { transform: scale(1.06); }
.wi { padding: 1.6rem 1.6rem 1.8rem; }
.wn { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin-bottom: .4rem; }
.wd { font-size: .79rem; line-height: 1.8; color: var(--tm); }

.ag2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 2rem; }
.am { background: var(--dg); padding: 1.8rem 1.3rem; text-align: center; transition: all .3s; }
.am:hover { background: var(--mo); }
.ami { font-size: 1.5rem; margin-bottom: .6rem; }
.amn { font-family: 'Cormorant Garamond', serif; font-size: 1rem; margin-bottom: .3rem; }
.amd { font-size: .72rem; color: var(--tm); line-height: 1.7; }

/* ─── EVENTS ─── */
#events { border-top: 1px solid var(--br); }
.eg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 3rem; }
.ec { background: var(--dg); padding: 2.2rem 1.8rem; transition: background .3s; }
.ec:hover { background: var(--fo); }
.ef { font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--go); margin-bottom: .7rem; display: block; }
.en { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; margin-bottom: .5rem; }
.ed { font-size: .79rem; color: var(--tm); line-height: 1.8; margin-bottom: 1.1rem; }
.etg { font-size: .52rem; letter-spacing: .2em; text-transform: uppercase; border: 1px solid var(--br); padding: .22rem .65rem; color: var(--tm); }

/* ─── REVIEWS ─── */
#reviews { background: var(--fo); border-top: 1px solid var(--br); }
.reg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); margin-top: 3rem; }
.rec { background: var(--dg); padding: 2.3rem; }
.res { color: var(--go); font-size: .85rem; letter-spacing: .05em; margin-bottom: .85rem; }
.ret { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; line-height: 1.7; margin-bottom: 1.2rem; color: var(--cr); }
.rea { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--tm); }
.rep { font-size: .56rem; color: var(--go); opacity: .6; margin-top: .2rem; }

/* ─── CONTACT ─── */
#contact { border-top: 1px solid var(--br); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.ci { display: flex; flex-direction: column; gap: 1.8rem; }
.cil { font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--go); margin-bottom: .32rem; }
.civ { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; line-height: 1.5; }
.ciu { font-size: .78rem; color: var(--tm); margin-top: .2rem; }
.cv-link { text-decoration: none; transition: color .3s; }
.cv-link:hover { color: var(--go); }

/* Contact card */
.contact-card {
  background: var(--fo);
  border: 1px solid var(--br);
  padding: 2.5rem 2rem;
  text-align: center;
}

.contact-card-icon { margin-bottom: 1rem; display: flex; justify-content: center; }
.contact-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: .5rem; }
.contact-card-text { font-size: .85rem; color: var(--cs); line-height: 1.7; margin-bottom: 1.5rem; }
.contact-card-btn { width: 100%; padding: 1rem; box-sizing: border-box; text-align: center; }
.contact-card .contact-card-btn + .contact-divider { margin: 1.2rem 0; }

.contact-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.2rem 0;
}
.contact-divider::before,
.contact-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--br);
}
.contact-divider span {
  padding: 0 1rem;
  color: var(--tm);
  font-size: .6rem;
  letter-spacing: .3em;
  text-transform: uppercase;
}

/* ─── FOOTER ─── */
footer { border-top: 1px solid var(--br); padding: 3.5rem 1.5rem 2.5rem; }
.fi2 { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 3.5rem; align-items: start; }
.flog img { height: 70px; width: auto; margin-bottom: 1rem; }
.fab { font-size: .78rem; color: var(--tm); line-height: 1.8; max-width: 240px; }
.fsc { display: flex; gap: .7rem; margin-top: 1.3rem; }
.fsl {
  width: 32px;
  height: 32px;
  border: 1px solid var(--br);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tm);
  text-decoration: none;
  font-size: .6rem;
  transition: all .3s;
}
.fsl:hover { border-color: var(--go); color: var(--go); }
.fc h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: .55rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--go);
  margin-bottom: 1.1rem;
  font-weight: 400;
}
.fc ul { list-style: none; display: flex; flex-direction: column; gap: .62rem; }
.fc a { color: var(--tm); text-decoration: none; font-size: .78rem; transition: color .3s; }
.fc a:hover { color: var(--go); }
.fb {
  max-width: 1180px;
  margin: 2.5rem auto 0;
  padding-top: 1.8rem;
  border-top: 1px solid var(--br);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.fc2 { font-size: .6rem; color: var(--tm); letter-spacing: .07em; }
.fl { font-size: .56rem; color: rgba(244, 239, 230, .22); max-width: 480px; line-height: 1.6; text-align: right; }

/* ─── ASK BUDA ─── */
#bb {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  cursor: pointer;
  transition: transform .3s;
}
#bb:hover { transform: translateY(-4px); }
.bi { font-size: 2.6rem; filter: drop-shadow(0 4px 16px rgba(201, 168, 76, .35)); }
.bl { font-size: .46rem; letter-spacing: .3em; text-transform: uppercase; color: var(--go); }
#bp {
  position: fixed;
  bottom: 6.5rem;
  right: 1.6rem;
  width: 310px;
  background: var(--fo);
  border: 1px solid var(--br);
  z-index: 700;
  display: none;
  flex-direction: column;
  box-shadow: var(--sh);
}
#bp.op { display: flex; }
.bh { padding: .9rem 1.2rem; border-bottom: 1px solid var(--br); display: flex; justify-content: space-between; align-items: center; }
.bhi { display: flex; flex-direction: column; }
.bn { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--go); }
.bs { font-size: .5rem; letter-spacing: .2em; color: var(--tm); }
.bx { background: none; border: none; color: var(--tm); cursor: pointer; font-size: 1rem; transition: color .3s; }
.bx:hover { color: var(--cr); }
.bms { padding: 1.1rem; min-height: 170px; max-height: 260px; overflow-y: auto; display: flex; flex-direction: column; gap: .7rem; }
.bm { font-size: .8rem; line-height: 1.6; padding: .65rem .85rem; max-width: 88%; }
.bm.b { background: var(--gd); border: 1px solid var(--gb); align-self: flex-start; color: var(--cr); }
.bm.u { background: rgba(244, 239, 230, .08); align-self: flex-end; color: var(--cr); }
.bin { display: flex; border-top: 1px solid var(--br); }
.bin input {
  flex: 1;
  background: transparent;
  border: none;
  padding: .85rem 1rem;
  color: var(--cr);
  font-family: 'Josefin Sans', sans-serif;
  font-size: .8rem;
  font-weight: 300;
  outline: none;
}
.bin input::placeholder { color: var(--tm); }
.bsnd {
  background: var(--go);
  border: none;
  padding: 0 1rem;
  color: var(--dg);
  font-size: .85rem;
  cursor: pointer;
  transition: background .3s;
}
.bsnd:hover { background: var(--gl); }

/* ─── LIGHTBOX ─── */
.lb {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 24, 16, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 900;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: zoom-out;
}
.lb.op { display: flex; flex-direction: column; }
.lb img { max-width: 95vw; max-height: 85vh; object-fit: contain; box-shadow: var(--sh); }
.lb-cap {
  margin-top: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--go);
}
.lb-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  color: var(--cr);
  font-size: 1.3rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--br);
  transition: all .3s;
}
.lb-close:hover { border-color: var(--go); color: var(--go); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .nm { display: none; }
  .hb { display: flex; }
  .fg, .rg, .wg, .ag2, .eg, .reg, .ag, .cgal { grid-template-columns: 1fr; }
  .cgal { aspect-ratio: auto; }
  .cgal-side { grid-template-rows: auto auto; }
  .cgal-main, .cgal-sub { aspect-ratio: 16/10; }
  .sr { flex-direction: column; }
  .st { border-right: none; border-bottom: 1px solid var(--br); }
  .st:last-child { border-bottom: none; }
  .contact-grid, .fi2 { grid-template-columns: 1fr; gap: 2.5rem; }
  .fb { flex-direction: column; text-align: center; }
  .fl { text-align: center; }
  .fab { max-width: 100%; }
  #bp { width: calc(100vw - 3rem); right: 1.5rem; }
}

@media (max-width: 580px) {
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; }
  .hero-actions .btn-gold, .hero-actions .btn-outline, .hero-actions .btn-wa { width: 100%; text-align: center; justify-content: center; }
  .sec { padding: 5rem 1.5rem; }
  .ag2 { grid-template-columns: repeat(2, 1fr); }
  #nav { padding: 1rem 1.2rem; }
  #nav.sc { padding: .7rem 1.2rem; }
  .hero-logo { width: clamp(180px, 60vw, 240px); }
}
