        @font-face {
            font-family: 'Owned-Regular Font';
            src: url('owned.woff2') format('woff2'),
                url('owned.woff') format('woff');
            font-weight: normal;
            font-style: normal;}
        
        
        @font-face {
            font-family: 'Alte Haas';
            src: url('altehaas.woff2') format('woff2'),
                url('altehaas.woff') format('woff');
            font-weight: normal;
            font-style: bold;
        }
        
        @font-face {
            font-family: 'Alte Haas Bold';
            src: url('altehaasbold.woff2') format('woff2'),
                url('altehaasbold.woff') format('woff');
            font-weight: normal;
            font-style: bold;
        }
 
 
 #mobile-popup {
  font-family: 'Alte Haas';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  font-family: 'Alte Haas';
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  max-width: 90%;
}

#okButton {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 18px;
    font-family: 'Alte Haas';
    background-color: #403b39;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  #okButton:active {
    background-color: #403b39;
  }

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('bg1.jpg');

    filter: brightness(1.8) contrast(0.8);
    z-index: -1;
}


body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;  
    background-image:  url('flower.png'), url('cat.png');
    background-position:  left 1000px top 80px, right 900px top 260px;
    background-repeat: no-repeat, no-repeat;
    background-size: 600px auto, 700px auto;
    opacity: 1.0; 
    filter:  contrast(30%);
}

    body {        
    background: repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:'Alte Haas';
    font-size: 23px;
    cursor: url('https://cdn.cursors-4u.net/previews/blacy-smiley-shocked-a3fa90fe-32.webp') 32 32, auto;
}
        
   button, a, .categories, .category-btn, .item, #okButton, #lightbox, .close, .item:hover img, .item img, .wrapper, .gallery wrapper {
    cursor: url('https://cdn.cursors-4u.net/previews/blacy-smiley-silly-24fe6045-32.webp') 32 32, auto; }
    
   .category-btn .front, #lightbox .close {
    cursor: url('https://cdn.cursors-4u.net/previews/blacy-smiley-yikes-e59988e0-32.webp') 32 32, pointer;
    }
   
   .category-btn .circle_wrapper, .category-btn .back, .category-btn circle, .category-btn sticky, .category-btn .reveal .circle, .anim750  {
    cursor: url('https://cdn.cursors-4u.net/previews/blacy-smiley-exciting-a3653a02-32.webp') 32 32, pointer;
}


   h1 { 
   font-family: 'Owned-Regular Font';
   font-size: 50px;
   letter-spacing: 3px;
}

   h4 {
     letter-spacing: 1px;
     font-size: 20px;
   }
   
   p1 {
     font-family: 'Alte Haas Bold';
     font-size: 18px;
     color: #6e6e6e;
   }
   
   p2 {
     font-family: 'Alte Haas Bold';
   }
   
    p3 {
     font-family: 'Alte Haas Bold';
     font-size: 21px;
   }


     header {
            
            padding: 0.5rem;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
            max-width: 100%;
            box-sizing: border-box;
            margin-top: 50px;
        }

        #logo {
            height: auto;
            user-select: none;
            margin-bottom: 0.8rem;
            margin-top: 45px;
            max-height: 100%;
            width: 90%;
            object-fit: contain;
            filter: drop-shadow(0px 0px 3px dimgray);
        }

      
        @media screen and (min-width: 768px) {
            #logo {
                height: auto;
                user-select: none;
                margin-bottom: 5px;
                margin-top: 60px;
                max-height: 50%;
                width: 40%;
            }
        }


nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}

nav a {
    color: #00ffcc;
    text-decoration: none;
}


.categories {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap:  5px; 
    margin-bottom: 50px;
    position: absolute;
    top: 75%; 
}

.anim750{
  transition: all 750ms ease-in-out;
}

.category-btn{
	position: relative;
	width: 180px;
	height: 180px;
  backface-visibility: hidden;
  filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.25));
  transition: transform 0.2s ease, filter 0.2s ease;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.category-btn .sticky{
	transform: rotate(45deg);
}

.category-btn:hover .sticky{
	transform: rotate(10deg);
}

.category-btn .sticky{
	position: absolute;
	top: 0;
	left: 0;
	width:180px;
	height: 180px;
}

.category-btn .reveal .circle{
	box-shadow: 0 1px 0px rgba(0,0,0,.15);
  
  font-family: 'Alte Haas';
  font-weight: 200;
  line-height: 140px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.category-btn .reveal .circle{
	background: #fafafa;
	  color: black;              
    font-weight: normal;       
    font-family: 'Alte Haas Bold';
    text-align: center;
    line-height: 140px;      
    font-size: 80%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2); 
}

.category-btn .circle_wrapper{
	position: absolute;
	width: 180px;
	height: 180px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.category-btn .circle{
	position: absolute;
	width: 140px;
	height:  140px;
	margin: 20px;
	
	border-radius: 999px;
}

.category-btn .back{
	height: 10px;
	top: 30px;
}

.category-btn:hover .back{
	height: 90px;
	top: 110px;
}

.category-btn .back .circle{
	margin-top: -130px;
	background-color: #bdbcb9;
	background-image: url('peel.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.category-btn:hover .back .circle{
	margin-top: -50px;
	
}

.category-btn .front{
	height: 150px;
	bottom: 0;
	top: auto;
	
	-webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
}

.category-btn:hover .front{
	height: 70px;
	
	-webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
}

.category-btn .front .circle{
	margin-top: -10px;
	background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: -moz-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
}

.category-btn h4{
  font-family: 'Owned-Regular Font';
  font-weight: 200;
  text-align: center;
	position: absolute;
	width: 180px;
	height: 140px;
  line-height: 120px;
  color: black;
	transition: opacity 50ms linear 400ms;
}

.category-btn:hover h4{
	opacity: 0;
	transition: opacity 50ms linear 300ms;
	
}

.category-btn:hover .front .circle{
	margin-top: -90px;
	background-color: #b0ae9b;
	background-image: none;
}


@media screen and (max-width: 767px) {
    .category-btn {
        width: 120px;
        height: 120px;
    }

    .category-btn .circle_wrapper,
    .category-btn .front,
    .category-btn .back {
        width: 120px;
        height: 120px;
    }

    .category-btn .circle {
        width: 90px;
        height: 90px;
        margin: 15px;
        line-height: 90px;
    }

    .category-btn h4 {
        width: 120px;
        height: 90px;
        line-height: 90px;
    }
}

.category-btn:hover,
.category-btn:active {
    transform: translateY(-5px);
    filter: drop-shadow(0px 10px 18px rgba(0,0,0,0.35));
}

.category-btn {
    pointer-events: auto;
}


.category-btn {
    pointer-events: auto;
    cursor: pointer;
}



/* HOME */
.category-btn:nth-child(1) .front .circle {
    background-image: url('btn2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ALL */
.category-btn:nth-child(2) .front .circle {
    background-image: url('btn1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* PRISTINE */
.category-btn:nth-child(3) .front .circle {
    background-image: url('btn3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* DESTROYED */
.category-btn:nth-child(4) .front .circle {
    background-image: url('btn4.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ABOUT */
.category-btn:nth-child(5) .front .circle {
    background-image: url('btn5.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(200%);
}



.section {
  display: none;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  max-width: 1100px;
  margin: 100px auto 20px auto;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blur-section {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
 -webkit-backdrop-filter: blur(18px);
  padding: 20px;
  border-radius: 15px;
  max-width: 1100px;
  margin: 150px auto 20px auto; 
  display: flex;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: black; 
  text-align: center;
  transition: all 0.5s ease;
}

#home-section {
  display: block;
}

#about-section {
   display: none;
}


.wrapper {
    max-width: 40em;
    margin: 1em auto;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

input {
    display: none;
}

.inner {
    width: 500%; 
    line-height: 0;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

article {
    width: 20%; 
    float: left;
    position: relative;
}

article img {
    width: 100%;
}

/* Slider wrapper */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
    background: #fcfff4;
    transform: translateZ(0);
    transition: all 500ms ease-out;
    margin-top: 40px;
}

/* Controls */
.slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    cursor: pointer;
}



.slider-prev-next-control label:hover {
    opacity: 1;
}
.slider-prev-next-control label {
    display: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    z-index: 10;
}

/* SHOW ONLY ACTIVE SLIDE CONTROLS */

/* Slide 1 */
#slide1:checked ~ .slider-prev-next-control label:nth-child(1),
#slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
    display: block;
}

/* Slide 2 */
#slide2:checked ~ .slider-prev-next-control label:nth-child(3),
#slide2:checked ~ .slider-prev-next-control label:nth-child(4) {
    display: block;
}

/* Slide 3 */
#slide3:checked ~ .slider-prev-next-control label:nth-child(5),
#slide3:checked ~ .slider-prev-next-control label:nth-child(6) {
    display: block;
}

/* Slide 4 */
#slide4:checked ~ .slider-prev-next-control label:nth-child(7),
#slide4:checked ~ .slider-prev-next-control label:nth-child(8) {
    display: block;
}

/* Slide 5 */
#slide5:checked ~ .slider-prev-next-control label:nth-child(9),
#slide5:checked ~ .slider-prev-next-control label:nth-child(10) {
    display: block;
}


.prev { 
    left: 20px; 
}

.next { 
    right: 20px; 
}

.prev::after { 
    content: "‹"; 
}

.next::after { 
    content: "›"; 
}


/* Add arrow symbols */
.slider-prev-next-control label::after {
    content: "›";
}

.slider-prev-next-control label:nth-child(1)::after {
    content: "‹";
}

.prev { left: 10px; }
.next { right: 10px; }

.prev::after { content: "‹"; }
.next::after { content: "›"; }


/* Dots */
.slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 12px;
    height: 13px;
    background: #bbb;
    transition: all 0.3s;
}

.slider-dot-control label:hover {
    background: #ccc;
}


/* Slide 1 */
#slide1:checked ~ .slider-wrapper .inner { margin-left: 0%; }
#slide1:checked ~ .slider-dot-control label:nth-child(1) { background: #333; }
#slide1:checked ~ .slider-wrapper article:nth-child(1) .info { opacity: 1; }

/* Slide 2 */
#slide2:checked ~ .slider-wrapper .inner { margin-left: -100%; }
#slide2:checked ~ .slider-dot-control label:nth-child(2) { background: #333; }
#slide2:checked ~ .slider-wrapper article:nth-child(2) .info { opacity: 1; }

/* Slide 3 */
#slide3:checked ~ .slider-wrapper .inner { margin-left: -200%; }
#slide3:checked ~ .slider-dot-control label:nth-child(3) { background: #333; }
#slide3:checked ~ .slider-wrapper article:nth-child(3) .info { opacity: 1; }

/* Slide 4 */
#slide4:checked ~ .slider-wrapper .inner { margin-left: -300%; }
#slide4:checked ~ .slider-dot-control label:nth-child(4) { background: #333; }
#slide4:checked ~ .slider-wrapper article:nth-child(4) .info { opacity: 1; }

/* Slide 5 */
#slide5:checked ~ .slider-wrapper .inner { margin-left: -400%; }
#slide5:checked ~ .slider-dot-control label:nth-child(5) { background: #333; }
#slide5:checked ~ .slider-wrapper article:nth-child(5) .info { opacity: 1; }

/* Responsive */
@media (max-width: 850px) {
    .slider-wrapper {
        border-radius: 0;
    }
}

@media (max-width: 450px) {
    .slider-wrapper {
        border-radius: 0;
    }

    .slider-wrapper .info {
        opacity: 0;
    }
}

@media (min-width: 850px) {
    body {
        padding: 0 80px;
    }
}



.gallery-wrapper {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px;
  border-radius: 15px;
  max-width: 1100px;
  margin: 150px auto 20px auto; 
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  display: none;
}

.gallery {
display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
gap: 20px; 
padding: 20px; 
max-width: 1000px; 
margin: 0 auto;
}


.item {
  position: relative;
  cursor: pointer;
  width: 100%;

}
.item img {
  width: 100%;
  height: auto; 
  object-fit: contain; 
  border-radius: 5%; 
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.item:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 10px rgba(0,0,0,0.5));
}

.item .desc {
  display: none;
}



#lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 90%;
  max-height: 90vh; 
  overflow-y: auto; 
  overflow-x: hidden;
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#lightbox img {
  max-width: 90vw;
  max-height: 80vh;
  margin-top: 60px;
  height: auto;
  margin: 0;
  border-radius: 10px;
}

#lightbox-desc {
  color: black;
  margin-top: 15px;
  font-size: 30px;
  font-family: 'Alte haas Bold';
}

.close {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20%;
  padding: 10px;
  top: 10px;
  right: 15px;
  color: black;
  font-size: 30px;
  cursor: pointer;
  position: static;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}