*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --y: #f5c800;
  --yd: #c9a000;
  --yl: #fff9cc;
  --yg: #fffcec;
  --ink: #0d0a00;
  --mid: #3a2e00;
  --dim: #7a6820;
  --bg: #fdfaf0;
  --off: #f5f0dc;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}
::selection {
  background: var(--y);
  color: var(--ink);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
  mix-blend-mode: multiply;
}
.trail {
  position: fixed;
  pointer-events: none;
  z-index: 9997;
  border-radius: 50%;
  background: var(--y);
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}
#magName {
  display: inline-block;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
#cur {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--y);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#cur-ring {
  position: fixed;
  z-index: 9998;
  pointer-events: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--y);
  top: 0;
  left: 0;
  opacity: 0.35;
  transition:
    opacity 0.3s,
    width 0.4s,
    height 0.4s;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: var(--yg);
}
::-webkit-scrollbar-thumb {
  background: var(--y);
  border-radius: 2px;
}
@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fi {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes heroZ {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}
.au {
  animation: fu 0.95s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ai {
  animation: fi 1.4s ease both;
}
.d1 {
  animation-delay: 0.08s;
}
.d2 {
  animation-delay: 0.18s;
}
.d3 {
  animation-delay: 0.3s;
}
.d6 {
  animation-delay: 0.7s;
}
.r {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.rs {
  opacity: 0;
  transform: scale(0.97);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.r.on,
.rs.on {
  opacity: 1;
  transform: none;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding: 22px 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition:
    background 0.5s,
    box-shadow 0.5s,
    padding 0.4s;
}
nav.stuck {
  padding: 14px 52px;
  background: rgba(253, 250, 240, 0.95);
  backdrop-filter: blur(24px);
  box-shadow: 0 1px 0 rgba(245, 200, 0, 0.2);
}
.nav-r {
  display: flex;
  gap: 8px;
  align-items: center;
}
.np {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 9px 18px;
  border-radius: 100px;
  border: 1.5px solid rgba(13, 10, 0, 0.13);
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.25s;
  cursor: none;
}
.np:hover {
  background: var(--y);
  border-color: var(--y);
  transform: translateY(-1px);
}
.np.fill {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.np.fill:hover {
  background: var(--mid);
  transform: translateY(-1px);
}
.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(0.82) contrast(1.04);
  animation:
    fi 2s ease both,
    heroZ 18s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 8, 0, 0.92) 0%, rgba(10, 8, 0, 0.36) 42%, transparent 68%), linear-gradient(to right, rgba(245, 200, 0, 0.13) 0%, transparent 44%), linear-gradient(to bottom, rgba(10, 8, 0, 0.32) 0%, transparent 22%);
}
.hero-corner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 36%;
  height: 54%;
  background: var(--y);
  clip-path: polygon(100% 0, 100% 100%, 18% 100%, 0 0);
}
.hero-corner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, transparent 60%);
}
.hero-corner-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 36%;
  height: 54%;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 18% 100%, 0 0);
}
.hero-corner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  mix-blend-mode: multiply;
  opacity: 0.82;
  filter: contrast(1.05) saturate(0.9);
  transition: transform 8s ease;
}
.hero-corner-photo:hover img {
  transform: scale(1.04);
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 68px 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 48px;
}
.h-name-i {
  font-family: "Instrument Serif", serif;
  font-size: clamp(60px, 8.5vw, 116px);
  font-weight: 400;
  font-style: italic;
  line-height: 0.92;
  color: #fff;
  display: block;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
.h-sub {
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.36);
  margin-top: 16px;
  display: block;
}
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 6px;
}
.stat-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 11px 18px;
  border-radius: 100px;
  animation: bob 5.5s ease-in-out infinite;
}
.sp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulse 2s infinite;
}
.stat-pill span {
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
.h-cta {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-end;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 13px 24px;
  border-radius: 100px;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.25s,
    border-color 0.25s;
  cursor: none;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}
.scroll-line {
  position: absolute;
  bottom: 0;
  left: 68px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding-bottom: 20px;
}
.scroll-line span {
  font-family: "Syne", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
}
.sl {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--y));
  animation: pulse 2.2s ease infinite;
}
.bento {
  padding: 72px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.bcard {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.bc-a {
  grid-column: 1/3;
  background: var(--ink);
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.bc-a::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 200, 0, 0.1) 0%, transparent 68%);
  pointer-events: none;
}
.bc-a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}
.bca-label {
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 200, 0, 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.bca-label::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--y);
  opacity: 0.5;
  border-radius: 2px;
}
.bca-title {
  font-family: "Syne", sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #fff;
}
.bca-body {
  font-size: 14px;
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
  max-width: 520px;
}
.bca-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}
.bca-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.45);
  cursor: default;
  transition:
    background 0.22s,
    border-color 0.22s,
    color 0.22s;
}
.bca-tag:hover {
  background: rgba(245, 200, 0, 0.1);
  border-color: rgba(245, 200, 0, 0.28);
  color: var(--y);
}
.bc-b {
  grid-column: 3/4;
  background: var(--y);
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.bc-b::before {
  content: '"';
  font-family: "Instrument Serif", serif;
  font-size: 220px;
  line-height: 0.65;
  color: rgba(0, 0, 0, 0.065);
  position: absolute;
  top: 0;
  left: 8px;
  pointer-events: none;
  user-select: none;
}
.bc-b::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.quote-text {
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(10, 8, 0, 0.7);
  position: relative;
  z-index: 1;
}
.quote-author {
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10, 8, 0, 0.4);
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.bc-c {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.bc-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(0.9);
  transition:
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.4s;
}
.bc-c:hover img {
  transform: scale(1.05);
  filter: saturate(1.05);
}
.bc-c::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 8, 0, 0.35) 0%, transparent 50%);
  pointer-events: none;
}
.g-label {
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.g-label::before {
  content: "";
  width: 16px;
  height: 1.5px;
  background: var(--yd);
  border-radius: 2px;
}
.g-label a {
  color: var(--yd);
  text-decoration: none;
  transition: color 0.2s;
  cursor: none;
}
.g-label a:hover {
  color: var(--ink);
}
.gallery-sec {
  padding: 0 64px 88px;
  background: var(--bg);
}
.grd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 210px;
  gap: 12px;
}
.gp {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: none;
}
.gp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition:
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.5s;
}
.gp:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}
.gp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 8, 0, 0.25) 0%, transparent 55%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.gp:hover::after {
  opacity: 1;
}
.gp-1 {
  grid-column: 1;
  grid-row: 1/3;
}
.gp-2 {
  grid-column: 2;
  grid-row: 1;
}
.gp-3 {
  grid-column: 3;
  grid-row: 1;
}
.clinks {
  grid-column: 2/4;
  grid-row: 2;
  display: flex;
  flex-direction: row;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.clink {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(10, 8, 0, 0.06);
  transition:
    background 0.25s,
    transform 0.3s,
    border-color 0.25s,
    box-shadow 0.25s;
  cursor: none;
}
.clink:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(5px);
  border-color: #fff;
  box-shadow: 0 6px 28px rgba(10, 8, 0, 0.1);
}
.cl-ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--y);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--ink);
  border: 1.5px solid rgba(13, 10, 0, 0.1);
  transition:
    background 0.22s,
    transform 0.25s;
}
.clink:hover .cl-ic {
  background: var(--yd);
  transform: rotate(-5deg) scale(1.08);
}
.cl-l {
  font-family: "Syne", sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--dim);
  margin-bottom: 3px;
}
.cl-v {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.cl-a {
  margin-left: auto;
  color: var(--yd);
  font-size: 12px;
  opacity: 0;
  transition:
    opacity 0.22s,
    transform 0.25s;
}
.clink:hover .cl-a {
  opacity: 1;
  transform: translateX(4px);
}
footer {
  background: var(--ink);
  padding: 22px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 120px;
  background: radial-gradient(ellipse, rgba(245, 200, 0, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.f-copy {
  font-family: "Syne", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  position: relative;
  z-index: 1;
}
.f-copy a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1px;
}
.f-copy a:hover {
  color: var(--y);
  border-bottom-color: rgba(245, 200, 0, 0.4);
}
.mb-bar {
  display: none;
  position: fixed;
  bottom: 88px;
  right: 0;
  z-index: 500;
}
.mb-inn {
  background: linear-gradient(135deg, rgba(28, 22, 8, 0.38) 0%, rgba(8, 6, 0, 0.6) 100%);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1.5px solid rgba(245, 200, 0, 0.45);
  border-right: none;
  border-radius: 100px 0 0 100px;
  padding: 7px 28px 7px 7px;
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  box-shadow:
    -10px 14px 36px rgba(0, 0, 0, 0.45),
    inset 1px 1px 3px rgba(255, 255, 255, 0.09),
    inset -1px -3px 8px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.4s,
    border-color 0.4s,
    box-shadow 0.4s;
}
.mb-inn:hover {
  transform: translateX(-7px);
  background: linear-gradient(135deg, rgba(42, 33, 12, 0.5) 0%, rgba(13, 10, 0, 0.72) 100%);
  border-left-color: rgba(245, 200, 0, 0.75);
  box-shadow:
    -14px 18px 44px rgba(0, 0, 0, 0.55),
    inset 1px 1px 4px rgba(255, 255, 255, 0.12),
    inset -1px -3px 8px rgba(0, 0, 0, 0.65);
}
.mb-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(245, 200, 0, 0.85);
  box-shadow: 0 0 14px rgba(245, 200, 0, 0.28);
}
.mb-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mb-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mb-tg {
  font-family: "Syne", sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 2px;
}
.mb-n {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}
@media (max-width: 900px) {
  body {
    cursor: auto;
  }
  #cur,
  #cur-ring {
    display: none;
  }
  nav {
    padding: 14px 20px;
  }
  nav.stuck {
    padding: 12px 20px;
  }
  .nav-r .np:not(.fill) {
    display: none;
  }
  .hero-corner,
  .hero-corner-photo {
    display: none;
  }
  .hero-content {
    padding: 0 24px 72px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .h-cta {
    flex-direction: row;
    align-items: flex-start;
  }
  .hero-right {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .scroll-line {
    display: none;
  }
  .bento {
    padding: 20px 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bc-a,
  .bc-b,
  .bc-c {
    grid-column: 1;
  }
  .bc-a {
    padding: 40px 32px;
  }
  .bc-b {
    padding: 36px 30px;
    min-height: auto;
  }
  .bc-c {
    min-height: 260px;
  }
  .gallery-sec {
    padding: 0 16px 60px;
  }
  .grd {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 200px 160px;
  }
  .gp-1 {
    grid-column: 1;
    grid-row: 1/3;
  }
  .gp-2 {
    grid-column: 2;
    grid-row: 1;
  }
  .gp-3 {
    grid-column: 2;
    grid-row: 2;
  }
  .clinks {
    grid-column: 1/3;
    grid-row: 3;
    flex-direction: column;
  }
  footer {
    padding: 16px 20px;
  }
  .mb-bar {
    display: block;
  }
}
@media (max-width: 480px) {
  .h-name-i {
    font-size: clamp(52px, 14vw, 72px);
  }
  .hero-content {
    padding: 0 20px 64px;
  }
  .bca-title {
    font-size: 26px;
  }
}

/* ── FOLLOW + CITY PHOTO ── */
.follow-city-sec {
  padding: 0 64px 14px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 14px;
  align-items: end;
}
.follow-label {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .follow-city-sec {
    padding: 0 16px 10px;
    grid-template-columns: 1fr;
  }
  .bc-c {
    min-height: 220px;
  }
}

/* ── GAME SECTION ── */
.game-sec {
  padding: 0 64px 20px;
}

.game-card {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  min-height: 200px;
  cursor: none;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}
.game-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 60px rgba(245, 200, 0, 0.18),
    0 8px 40px rgba(0, 0, 0, 0.2);
}

/* Animated background */
.game-card-bg {
  position: absolute;
  inset: 0;
  background: var(--ink);
  z-index: 0;
}
.game-card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(245, 200, 0, 0.12) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(245, 200, 0, 0.06) 0%, transparent 50%);
}
.game-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.6;
}

/* Road stripe animation */
.game-card::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(245, 200, 0, 0.35) 0px, rgba(245, 200, 0, 0.35) 40px, transparent 40px, transparent 70px);
  z-index: 1;
  animation: roadScroll 1.2s linear infinite;
}
@keyframes roadScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 110px 0;
  }
}

.game-card-inner {
  position: relative;
  z-index: 2;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.game-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--y);
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(245, 200, 0, 0.3);
  background: rgba(245, 200, 0, 0.08);
  width: fit-content;
}
.game-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--y);
  animation: pulse 2s infinite;
}

.game-title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}

.game-desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.38);
  max-width: 400px;
}

.game-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}

.game-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--y);
  color: var(--ink);
  padding: 12px 24px;
  border-radius: 100px;
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background 0.25s,
    transform 0.25s;
}
.game-card:hover .game-cta-btn {
  background: #ffe033;
  transform: scale(1.04);
}

.game-chars {
  display: flex;
  gap: 8px;
  font-size: 22px;
}
.game-chars span {
  display: inline-block;
  animation: bob 2s ease-in-out infinite;
}
.game-chars span:nth-child(2) {
  animation-delay: 0.3s;
}
.game-chars span:nth-child(3) {
  animation-delay: 0.6s;
}

/* Ghost text background decoration */
.game-score-ghost {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Syne", sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(245, 200, 0, 0.05);
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
  .game-sec {
    padding: 0 16px 20px;
  }
  .game-card-inner {
    padding: 28px 24px;
  }
  .game-title {
    font-size: 34px;
  }
  .game-score-ghost {
    display: none;
  }
  .game-card::before {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .game-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ── FOLLOW ME SECTION ── */
.follow-sec {
  padding: 8px 64px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .follow-sec {
    padding: 8px 16px 0;
  }
}

/* ── GAME CARD 2 — Surabaya Blocks ── */
.game-sec-2 {
  padding-top: 0;
}

.game-card-2 {
  background: var(--ink);
}

/* Animated tetris block grid background */
.game-card-2-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.game-card-2-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(245, 200, 0, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 200, 0, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: gridDrift 8s linear infinite;
}
@keyframes gridDrift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(28px, 28px);
  }
}
.game-card-2-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(231, 76, 60, 0.1) 0%, transparent 55%), radial-gradient(ellipse at 85% 30%, rgba(52, 152, 219, 0.08) 0%, transparent 50%),
    linear-gradient(to right, rgba(6, 4, 0, 0.6) 0%, transparent 40%, transparent 60%, rgba(6, 4, 0, 0.6) 100%);
}

/* Falling blocks decoration */
.game-card-2::before {
  display: none; /* override road stripe from parent */
}
.game-card-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 22px;
  height: 100%;
  background: repeating-linear-gradient(180deg, rgba(245, 200, 0, 0.15) 0px, rgba(245, 200, 0, 0.15) 22px, transparent 22px, transparent 44px);
  animation: blockFall 1.8s linear infinite;
  z-index: 1;
}
@keyframes blockFall {
  from {
    background-position: 0 -44px;
  }
  to {
    background-position: 0 44px;
  }
}

/* Badge */
.game-badge-2 {
  background: rgba(231, 76, 60, 0.15);
  border-color: rgba(231, 76, 60, 0.35);
  color: #e74c3c;
}
.game-badge-2::before {
  background: #e74c3c;
}

/* Title */
.game-title-2 {
  font-family: "Syne", sans-serif !important;
  font-style: normal !important;
  font-size: clamp(28px, 3.8vw, 50px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  color: #fff;
}

/* CTA button */
.game-cta-btn-2 {
  background: #e74c3c;
  color: #fff;
}
.game-card-2:hover .game-cta-btn-2 {
  background: #ff6b5b;
}

/* Ghost text */
.game-score-ghost-2 {
  color: rgba(231, 76, 60, 0.06);
  font-size: clamp(44px, 7vw, 88px);
  right: 32px;
}

/* Hover glow — red instead of yellow */
.game-card-2:hover {
  box-shadow:
    0 20px 60px rgba(231, 76, 60, 0.15),
    0 8px 40px rgba(0, 0, 0, 0.2);
}

/* Mobile */
@media (max-width: 900px) {
  .game-card-2::after {
    display: none;
  }
  .game-score-ghost-2 {
    display: none;
  }
}
