/* ============================================
   SECTIONS — Page section styles
   ============================================ */

/* ---------- Statement ---------- */

.statement {
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: #070707;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: end;
}

.statement-mark {
  font-size: clamp(220px, 35vw, 480px);
  line-height: 0.55;
  color: rgba(212, 175, 55, 0.06);
  font-weight: 950;
  text-align: right;
}

/* ---------- Experience ---------- */

.experience {
  background: #090806;
}

.experience-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 65px;
}

.experience-head p {
  max-width: 420px;
  color: #928d84;
  line-height: 1.7;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.card {
  min-height: 450px;
  padding: 34px;
  background: #11100d;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.12);
}

.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 80% 10%,
    rgba(212, 175, 55, 0.18),
    transparent 34%
  );
  pointer-events: none;
}

.card > * {
  position: relative;
  z-index: 1;
}

.card-num {
  font-size: 10px;
  color: var(--gold2);
  letter-spacing: 0.22em;
  font-weight: 900;
}

.card h3 {
  font-size: 48px;
  letter-spacing: -0.05em;
  margin: 170px 0 16px;
  font-weight: 950;
}

.card p {
  color: #99938a;
  line-height: 1.65;
  max-width: 330px;
}

/* ---------- Feature (shared layout) ---------- */

.feature {
  background: #050505;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.feature.reverse .feature-grid {
  direction: rtl;
}

.feature.reverse .feature-copy {
  direction: ltr;
}

.feature-photo {
  height: 650px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.feature-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature-photo:hover img {
  transform: scale(1.04);
}

.feature-copy h2 {
  font-size: clamp(50px, 7vw, 100px);
  line-height: 0.87;
  letter-spacing: -0.06em;
  font-weight: 950;
  margin: 20px 0 25px;
}

.feature-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #aaa49a;
  max-width: 550px;
}

/* ---------- Whisky ---------- */

.whisky {
  background: #0a0907;
}

.whisky .feature-photo {
  background: #111;
}

.whisky .feature-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 45%,
    rgba(212, 175, 55, 0.16)
  );
  pointer-events: none;
}

/* ---------- KTV ---------- */

.ktv {
  background: #070707;
}

.ktv .feature-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.05),
    rgba(212, 175, 55, 0.2)
  );
}

/* ---------- Hostess ---------- */

.hostess {
  background: #0a0907;
}

.hostess .feature-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%);
}

/* ---------- Gallery ---------- */

.gallery {
  padding-left: 0;
  padding-right: 0;
  background: #050505;
  overflow: hidden;
}

.gallery-head {
  padding: 0 6vw;
  margin-bottom: 45px;
}

.gallery-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding-left: 6vw;
}

.gallery-item {
  width: min(65vw, 760px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex: none;
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-note {
  padding: 30px 6vw 0;
  color: #777;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ---------- Map / Location ---------- */

.map-section {
  background: #070707;
  padding-top: 110px;
}

.map-wrap {
  margin-top: 45px;
  border: 1px solid var(--line);
  background: #0b0b0b;
}

.map-wrap iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
  filter: grayscale(0.9) contrast(1.05) brightness(0.72);
}

.map-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 22px 24px;
  flex-wrap: wrap;
}

.map-address {
  font-size: 12px;
  color: #a9a39a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-address strong {
  display: block;
  color: var(--gold2);
  font-size: 14px;
  margin-bottom: 7px;
}

/* ---------- Final CTA ---------- */

.final-cta {
  min-height: 75vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.final-cta:before {
  content: "TIGER";
  position: absolute;
  font-size: clamp(170px, 35vw, 530px);
  font-weight: 950;
  letter-spacing: -0.09em;
  color: rgba(212, 175, 55, 0.035);
  white-space: nowrap;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  font-size: clamp(70px, 13vw, 170px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 950;
  margin: 20px 0;
}

.final-cta p {
  font-size: 18px;
  color: #a9a49b;
  margin: 28px auto 35px;
  max-width: 620px;
  line-height: 1.6;
}

/* ---------- Footer ---------- */

.footer {
  padding: 35px 6vw;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #777;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer strong {
  color: var(--gold2);
}
