:root {
  --cursor-default: url("/images/cursor.png") 4 4, auto;
  --cursor-pointer: url("/images/pointer.png") 6 6, pointer;
}

body {
  font-family: folklore;
  margin: 0;
  padding: 0;
  color: #181414;
  background-color: #181414;
  background-image: url(/images/graphics/black-linen.png);
}

a{
  color: #6c3030;
  transition: all ease-in-out .3s;
  text-decoration: none;
}

a:hover{
  color:#181414;
text-decoration: underline;
}

html {
  cursor: url("/images/cursor.png"), auto;
}

a,
button,
[role="button"] {
  cursor: url("/images/pointer.png"), pointer;
}


.bow {
  position: absolute;
  top: -80px;
  left: -100px;
  width: 20%;
  max-width: 300px;
  transform: scaleX(-1);
  z-index: 4;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}

.bow img {
  width: 100%;
  height: auto;
}

.doll {
  position: fixed;
  bottom: -300px;
  right: -150px;
  width: 530px;
  height: auto;
  z-index: 3;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: all ease-in-out 0.2s;
}

.doll:hover {
  transform: translateY(10px);
  z-index: 4;
  cursor: var(--cursor-pointer);
}

.lace {
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  border: 80px solid transparent;
  border-image-source: url(/images/graphics/red-lace.png);
  border-image-slice: 200;
  border-image-repeat: round;
  border-image-outset: 0px;
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 10px;
  min-height: 500px;
  height: 100%;
  z-index: 2;
  background-image: url(/images/graphics/black-linen.png);
  background-color: #d0bfaf;
  border-color: #391820;
  border-style: double;
  border-width: 4px;
  padding: 10px;
}

footer{
  margin:auto;
  text-align: center;
  color:#d0bfaf;
  padding: 10px;
}

footer a{
  color:#d0bfaf;
}
@media (max-width: 600px) {
  .container {
    flex-direction: column;
    width: 100%;
  }

  .doll {
    display: none;
  }

  .bow {
    min-width: 100px;
    top: -80px;
    left: -100px;
  }
}

.locket {
  position: absolute;
  top: 30px;
  right: 200px;
  width: clamp(180px, 18vw, 280px);
  aspect-ratio: 939 / 647;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.locket:hover {
  transform: translateY(4px) rotate(1deg);
}

.locket img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter:
  drop-shadow(0 0 3px rgba(0, 0, 0, 0.8))
  drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))
  sepia(50%)
  brightness(70%);
}

.locket-closed {
  z-index: 3;
  transition: opacity 0.25s ease;
}

.locket-open {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.locket:hover .locket-closed {
  opacity: 0;
}

.locket:hover .locket-open {
  opacity: 1;
}

.locket-inner {
  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;

  -webkit-mask-image: url("/images/graphics/locket-closed.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("/images/graphics/locket-mask.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.locket-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.5);
  transform: translate(25%, 10%);
}

.locket:hover .locket-inner {
  opacity: 1;
  pointer-events: auto;
}

.locket:hover .locket-inner img {
  filter: grayscale(50%);
}



.top {
  display: flex;
  width: 100%;
  height: 150px;
  gap: 5px;
  background-color:  #181414;
    padding:5px;
  border-color: #d0bfaf;
  border-style: double;
  border-width: 4px;
  box-sizing: border-box;
}

.portrait {
  position: relative;
  flex: 0 0 150px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  filter: grayscale(60%);
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/images/graphics/town.png);
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}

.portrait:hover::before {
  transform: scale(1.3);
}


.banner {
  flex: 1;            /* fills remaining space */
  height: 100%;
  background-image: url("/images/graphics/dogs.png");
  background-size: cover;
  background-position: top;
  overflow: hidden;
  filter: grayscale(50%);
   box-sizing: border-box;
    position: relative;
}

.banner a {
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 75px;
    text-decoration: none;
    font-family: GothPixelFont;
    color:  #181414;
    transition: all ease-in-out .4s;
    text-shadow: 2px 2px 0 #d0bfaf, 2px -2px 0 #d0bfaf, -2px 2px 0 #d0bfaf, -2px -2px 0 #d0bfaf, 2px 0px 0 #d0bfaf, 0px 2px 0 #d0bfaf, -2px 0px 0 #d0bfaf, 0px -2px 0 #d0bfaf;
}

.banner a:hover{
transform: scale(1.1);
}


@media (max-width: 600px) {
  .top {
    flex-direction: column;
    height: auto;
  }

  .portrait {
    display: none;
  }

  .banner {
    width: 100%;
    height: 100px;
    flex: 0 0 100px; 
  }

  .banner a{
    font-size: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .nav {
    display: none;
  }
}

.nav {
  width: 100%;
  background-color:  #181414;
    padding:10px;
  border-color: #d0bfaf;
  border-style: double;
  border-width: 4px;
  box-sizing: border-box;
}

.nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-list li {
  position: relative;
}

.nav a {
  color: #d0bfaf;
  text-decoration: none;
  font-family: folklore;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

.nav a:hover {
  color:#6c3030;
  text-decoration: underline;
}


.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #181414;
  border: 2px solid #391820;
  padding: 10px 0;
  list-style: none;
  display: none;
  min-width: 160px;
  z-index: 20;
}

.dropdown li {
  padding: 5px 20px;
  text-align: left;
  text-decoration: none;
    color: #d0bfaf
}

.dropdown li a {
  font-size: 16px;
}

.has-dropdown:hover .dropdown {
  display: block;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: attr(data-desc);
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background: rgba(24, 20, 20, 0.9);
  color: #d0bfaf;
  padding: 6px 10px;
  font-size: 12px;
  border: 1px solid #391820;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 20;
}

.nav-item:hover::after {
  opacity: 1;
}

hr{
  border: none;
  height: 60px;
  background-image: url(https://64.media.tumblr.com/dc1843cad7f45a7707b3529b877c0c32/b25b1aa8bd0a6627-40/s2048x3072/a80a605fa201def4fd28df4f045acdcffff1647c.pnj);
   background-repeat: repeat-x;
  background-size: cover; 
}

.main-container {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  padding: 20px;
  min-height: 500px;
  background-image: url("/images/graphics/paper-texture.png");
  background-size: fit;
  background-repeat: repeat;
  background-color: #f4f2e6;
  border: 4px double #391820;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.menu-checkbox {
  display: none;
}

.menu-toggle {
  position: fixed;
  display: none;
  top: 3rem;
  left: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  filter: grayscale(50%);
  z-index: 1100;
}

.mobile-menu {
  position: fixed;
  font-size: 26px;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  background-color: #391820;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1200;
  padding-top: 3rem;
}

.menu-checkbox:checked ~ .mobile-menu {
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  color: #f6f1e7;
  font-size: 2rem;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 600px) {
	.nav-links {
		display: none;
	}

  .menu-toggle {
    display: block;
  }

  .locket, .bow{
    display: none;
  }


}

  .home {
    position: absolute;
    font-size: smaller;
    text-decoration: none;
    margin-left: 5px;
    color:#d0bfaf;
  }


.button-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; 
}


.button-wall a img {
  width: 88px;
  height: 31px;
  object-fit: contain; 
  transition: transform 0.2s ease, filter 0.2s ease; 
  display: block;
  image-rendering: pixelated;
}


.button-wall a img:hover {
  transform: scale(1.5); 
  z-index: 10; 
}