/* ===== HIBI DIGITAL – SHARED STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Syne:wght@400;600;700;800&family=Instrument+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

:root {
  --y: #FFD600;
  --yd: #E5BE00;
  --blk: #080808;
  --wht: #FFFFFF;
  --gry: #F5F4EF;
  --mid: #7A7A72;
  --nav: 72px;
  --r: 18px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Instrument Sans', sans-serif; background: var(--wht); color: var(--blk); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav); display: flex; align-items: center;
  justify-content: space-between; padding: 0 5vw;
  background: rgba(8,8,8,0.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,214,0,0.12);
}
.nl { display: flex; align-items: center; gap: 10px; }
.nl-mark {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--y); display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 11px;
  color: var(--blk); line-height: 1.1; text-align: center; flex-shrink: 0;
}
.nl-name { font-family: 'Syne', sans-serif; font-weight: 800; color: var(--wht); font-size: 1.15rem; }
.nl-name b { color: var(--y); }
.nr { display: flex; align-items: center; gap: 2rem; }
.nr a { color: rgba(255,255,255,0.65); font-size: 0.88rem; font-weight: 500; transition: color .2s; }
.nr a:hover, .nr a.active { color: var(--y); }
.nr .ncta {
  background: var(--y); color: var(--blk) !important; font-weight: 700 !important;
  padding: 9px 22px; border-radius: 50px; font-size: 0.85rem !important;
  transition: transform .2s, box-shadow .2s !important;
}
.nr .ncta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,214,0,.4) !important; }
.hbg { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hbg span { width: 24px; height: 2px; background: var(--wht); border-radius: 2px; transition: .3s; }
@media(max-width:780px){
  .hbg { display: flex; }
  .nr { display: none; position: absolute; top: var(--nav); left: 0; right: 0;
    background: rgba(8,8,8,.97); flex-direction: column; padding: 1.5rem 5vw;
    gap: 1.2rem; border-bottom: 1px solid rgba(255,214,0,.15); }
  .nr.open { display: flex; }
}

/* ── FOOTER ── */
footer {
  background: var(--blk); color: rgba(255,255,255,.35);
  padding: 4rem 5vw 2rem;
}
.ft { max-width: 1200px; margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.ft-brand p { color: rgba(255,255,255,.4); font-size: .88rem; line-height: 1.7; margin-top: .8rem; max-width: 260px; }
.ft-col h4 { font-family: 'Syne', sans-serif; font-weight: 700; color: var(--wht); font-size: .85rem; margin-bottom: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.ft-col a { display: block; color: rgba(255,255,255,.38); font-size: .85rem; margin-bottom: .6rem; transition: color .2s; }
.ft-col a:hover { color: var(--y); }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.ft-bottom p { font-size: .8rem; }
.ft-soc { display: flex; gap: .6rem; }
.ft-sb {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4); font-size: .8rem; transition: all .2s;
}
.ft-sb:hover { background: var(--y); color: var(--blk); border-color: var(--y); }
@media(max-width:780px){ .ft-top { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media(max-width:480px){ .ft-top { grid-template-columns: 1fr; } }

/* ── SHARED COMPONENTS ── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 5vw; }
.sec { padding: 6rem 5vw; }
.sec-tag { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--y); display: block; margin-bottom: .6rem; }
h2.sh { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(1.9rem,3.8vw,3rem); line-height: 1.12; }
.sdesc { color: var(--mid); font-size: 1.05rem; line-height: 1.75; max-width: 520px; margin-top: .8rem; }
.btn-y { background: var(--y); color: var(--blk); padding: 13px 30px; border-radius: 50px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: .9rem; display: inline-block; transition: transform .2s, box-shadow .2s; }
.btn-y:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255,214,0,.38); }
.btn-blk { background: var(--blk); color: var(--wht); padding: 13px 30px; border-radius: 50px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: .9rem; display: inline-block; transition: transform .2s, box-shadow .2s; }
.btn-blk:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.btn-ol { border: 1.5px solid rgba(255,255,255,.25); color: var(--wht); padding: 13px 30px; border-radius: 50px; font-family: 'Syne', sans-serif; font-weight: 600; font-size: .9rem; display: inline-block; transition: all .2s; }
.btn-ol:hover { border-color: var(--y); color: var(--y); }

/* reveal animation */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }

/* ticker */
.ticker-wrap { background: var(--y); padding: 13px 0; overflow: hidden; }
.ticker-t { display: flex; gap: 2.5rem; animation: tick 28s linear infinite; white-space: nowrap; }
.ticker-t span { font-family: 'Syne', sans-serif; font-weight: 700; font-size: .82rem; color: var(--blk); }
.ticker-t em { opacity: .3; font-style: normal; }
@keyframes tick { from{transform:translateX(0)} to{transform:translateX(-50%)} }
