* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "oaks-expanded", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #000;
  overflow-x: hidden;
  background: #d63b3b;
}

body.is-home {
  background: #1f2a38;
}

.big {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.top {
  flex: 1 1 50vh;
  min-height: 45vh;
  background: #d63b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.tt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.tt a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: clamp(48px, 12vw, 95px);
  line-height: 0.82;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s ease;
  white-space: nowrap;
}

.tt a:hover {
  color: #fff;
  transform: scale(1.02);
}

.divider {
  height: 12px;
  background: #888;
  z-index: 10;
}

.bot {
  flex: 1 1 50vh;
  min-height: 45vh;
  background: #7b5a44;
  position: relative;
  overflow: hidden;
}

.rock {
  position: absolute;
  width: clamp(160px, 24vw, 300px);
  aspect-ratio: 1.3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
}

.rock1 {
  top: 12%;
  left: 5%;
  background-image: url("stone1.png");
  transform: rotate(-8deg);
}

.rock2 {
  top: 45%;
  left: 18%;
  background-image: url("stone2.png");
  transform: rotate(6deg);
}

.rock3 {
  top: 15%;
  left: 42%;
  background-image: url("stone3.png");
  transform: rotate(-10deg);
}

.rock4 {
  top: 52%;
  left: 55%;
  background-image: url("stone4.png");
  transform: rotate(8deg);
}

.rock5 {
  top: 30%;
  left: 75%;
  background-image: url("stone5.png");
  transform: rotate(-6deg);
}

.tip {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
  pointer-events: none;
  z-index: 30;
  text-align: center;
  width: 100%;
}

.clearBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-family: "oaks-expanded", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100;
  text-transform: uppercase;
}

.drag-circle {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 55px;
  height: 55px;
  background: #000;
  border-radius: 50%;
  z-index: 2000;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 0.4s ease;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.circle-content {
  color: #fff;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  font-size: clamp(14px, 4.5vw, 19px);
  line-height: 1.4;
  pointer-events: none;
}

.drag-circle.expanded {
  width: 85vw;
  height: 85vw;
  max-width: 480px;
  max-height: 480px;
  border-radius: 40px;
  cursor: grabbing;
}

.drag-circle.expanded .circle-content {
  opacity: 1;
}


@keyframes rainbowLoop {
  0% { background-color: #ff0000; }
  20% { background-color: #ffff00; }
  40% { background-color: #00ff00; }
  60% { background-color: #00ffff; }
  80% { background-color: #0000ff; }
  100% { background-color: #ff00ff; }
}

.rainbow-mode {
  animation: rainbowLoop 0.8s linear infinite !important;
}

.rainbow-mode .circle-content p {
  font-weight: 900;
  letter-spacing: 2px;
}


.infoPage {
  width: 100%;
  min-height: 100vh;
  background: #d63b3b;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 80px 20px;
}

.miniBox {
  width: 300px;
  height: 200px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin-bottom: 80px;
  position: relative;
  flex-shrink: 0;
  z-index: 50;
}

.miniInner {
  width: 100%;
  height: 100%;
  position: relative;
}

.miniSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.miniStone {
  position: absolute;
  width: 65px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 5;
}

.miniStone.active {
  opacity: 1;
  transform: scale(1.2);
  filter: brightness(1.3);
}

.m1 { top: 12%; left: 8%; background-image: url("stone1.png"); }
.m2 { top: 45%; left: 15%; background-image: url("stone2.png"); }
.m3 { top: 18%; left: 42%; background-image: url("stone3.png"); }
.m4 { top: 55%; left: 58%; background-image: url("stone4.png"); }
.m5 { top: 32%; left: 75%; background-image: url("stone5.png"); }

.infoContent {
  width: 100%;
  max-width: 1400px;
  padding: 0 6vw 120px 6vw;
}

.infoHero {
  font-size: clamp(60px, 12vw, 180px);
  line-height: 0.85;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 50px;
  color: #fff;
}

.infoParagraph {
  font-size: clamp(20px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: none;
  max-width: 95%;
  margin-bottom: 30px;
}

.highlight {
  color: #d63b3b;
  background: #fff;
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 5px;
}

.smallBack {
  position: fixed;
  left: 40px;
  bottom: 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  z-index: 999;
  text-transform: uppercase;
}

.backBtn {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 15px 30px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  border-radius: 12px;
  font-family: "oaks-expanded", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 100;
}

.stoneOnly {
  width: 100vw;
  height: 100vh;
  background: #d63b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bigStone {
  width: 75%;
  height: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.trailSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
}