@font-face {
  font-family: 'Baby';
  src: url('assets/baby.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Angel';
  src: url('assets/AnqelcakiieFontie-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

b {
    color: #ffebf5;
    font-weight: bold;
    text-shadow:
        -1px -1px 0 #e0ba99,
         1px -1px 0 #e0ba99,
        -1px  1px 0 #e0ba99,
         1px  1px 0 #e0ba99;
         font-size: 1.15em;
}

body{
  margin:0;
  padding:24px;
  min-height:100vh;
  background:url("assets/background.jpg") repeat;
  color:#cca873;
  font-family:'Baby', Verdana, sans-serif;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  align-items:center;
}

#container{

width:1054px;
height:767px;

margin:auto;

padding:50px;

border:10px;

background:url(./assets/site_wrapper.png) no-repeat center center;

box-sizing:border-box;

}

header{

height:180px;

/* replace with your banner */

margin-bottom:14px;



border:3px;

box-sizing:border-box;

}

#columns{

display:flex;


gap:14px;

align-items:stretch;

margin-bottom:14px;

}

#left{
width:180px;
background-image: url(/assets/twin_coloumns.png);
border:3px;

min-height:380px;
padding:20px;
box-sizing:border-box;
}

.vertical-nav ul{
  list-style:none;
  margin:0;
  padding:0;
}

.vertical-nav li{
  
  margin-top:14px;
}

.vertical-nav a{
  display:inline-block;
}

.vertical-nav a img{
  display:block;
  max-width:100%;
  height:auto;
  transition:transform 0.2s ease-out;
  transform-origin:center;
}

.vertical-nav a:hover img{
  transform:scale(1.05);
}

main{
  background-image: url(./assets/middlebox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex:1;
  border:3px;
  min-height:420px;
  padding:16px;
  box-sizing:border-box;
}

.middle-wrapper{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.middle-top{
  display:grid;
  grid-template-columns: 230px 1fr;
  gap:16px;
}

.pagedoll-box{
  min-height:220px;
  
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}



.welcome-column{
  
  padding: 18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.welcome-sign{
 
  text-align:center;
  margin-bottom: 14px;
  
}

.welcome-sign img{
  max-width: 100%;
  display:block;
  height: auto;
}

.welcome-text{
  color:#cca873;
  line-height:1.4;
  font-size:0.87rem;
  padding: 19px 18px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  background: url(./assets/welcometextbox.png);
  width:246px;
  height:127px;
}



.lace-divider{
  text-align:center;
  margin-top: -16px;
}

.middle-bottom{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top: 10px;
  padding: 0 12px;
  box-sizing: border-box;
}


.bottom-card{
  min-height:90px;

  
  
  color:#cca873;
  
  font-size:1rem;
  
}

#right{

width:180px;
background-image: url(/assets/twin_coloumns.png);
border:3px;

height:420px;

padding:16px;


box-sizing:border-box;

}

footer{

margin-top:0;

height:44px;



border:3px;

box-sizing:border-box;

}

/* Custom scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: #f8cde0 transparent;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #f8cde0;
  border-radius: 999px;
  border: 1px solid transparent;
}

.star-particle {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  animation: star-burst 0.85s ease-out forwards;
}

@keyframes star-burst {
  to {
    transform: translate(var(--dx, 0), var(--dy, 0)) rotate(var(--rotate, 0));
    opacity: 0;
    filter: drop-shadow(0 0 8px rgba(255,230,255,0.9));
  }
}

/* About page scrollable box */
.about-scroll-wrap{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding:3px;
  box-sizing:border-box;
}
.about-scroll{
  width:520px;
  max-width:100%;
  height:380px;
  background:#ffffff;
  padding:18px;
  box-sizing:border-box;
  overflow-y:auto;
  color:#a6744a;
  line-height:1.5;
}

/* Cards that match abmeboxie.png size */
.cards-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}
.abme-card{
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.abme-card img{
  display:block;
  height:auto;
  width:auto;
  max-width:100%;
}
.card-inner{
  position:absolute;
  inset:12px; /* adjust to create an inner padding inside the image frame */
  overflow:auto;
  padding:6px;
  background:transparent;
  color:#a6744a;
  line-height:1.4;
  outline:none;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
}
.card-inner:focus{
  box-shadow:0 0 0 2px rgba(200,140,160,0.3);
}

.kin-images{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-bottom:13px;
}
.kin-images img{
  flex-shrink:0;
  cursor:./assets/cursorhover.png;
}

.kin-tooltip{
  position:fixed;
  z-index:10000;
  display:none;
  pointer-events:none;
  width:160px;
  height:70px;
  box-sizing:border-box;
  padding:8px;
  
  background:url(./assets/tooltipbg.png);
  color:#a6744a;
  font-family:'Baby', Verdana, sans-serif;
  font-size:0.95rem;
  line-height:1;
  text-align:center;
  white-space:normal;
  align-items:center;
  justify-content:center;
  
}
.kin-tooltip.is-visible{
  display:flex;
}

@media (max-width:600px){
  .card-inner{ font-size:0.95rem; }
}

/* Polka-dot highlighter text style */
.polka-highlight-pink{
  display:block;
  padding:0.15em 0.45em;
  border-radius:8px;
  background-color:#ffe8f5;
  background-image: radial-gradient(circle, #ffffffff 10%, transparent 36%);
  background-size:16px 16px;
  color:#cca873;
  font-weight:300;
  width:auto;
  margin:0;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.polka-highlight-yellow{
  display:block;
  padding:0.15em 0.45em;
  border-radius:8px;
  background-color:#ffffe2;
  background-image: radial-gradient(circle, #ffffffff 10%, transparent 36%);
  background-size:16px 16px;
  color:#cca873;
  font-weight:300;
  width:auto;
  margin:0;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

.polka-highlight-blue{
  display:block;
  padding:0.15em 0.45em;
  border-radius:8px;
  background-color:#e2f8ff;
  background-image: radial-gradient(circle, #ffffffff 10%, transparent 36%);
  background-size:16px 16px;
  color:#cca873;
  font-weight:300;
  width:auto;
  margin:0;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

/* Layout for the polka row and the about title + text area */
.polka-row{ display:block; margin-top:6px; }
.polka-items{ display:flex; flex-direction:column; gap:0; }
.about-text-area{
  width:100%;
  max-width:420px;
  height:160px;
  margin:10px auto 0 auto;
  padding:22px; /* leave inner space so text sits inside the frame in the image */
  box-sizing:border-box;
  background-image: url('./assets/textaboutmyself.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; /* fit the image to the container width */
  background-origin: padding-box;
  background-clip: padding-box;
  overflow:auto;
  color:#a6744a;
  position:relative;
}
.about-text-inner{
  width:100%;
  height:100%;
  overflow:auto;
}



@media (max-width:900px){
  .about-scroll{ width:100%; height:320px; }
}

/* Narrow scrollbar for the about box */
.about-scroll::-webkit-scrollbar{ width:8px; }
.about-scroll::-webkit-scrollbar-track{ background:transparent; }
.about-scroll::-webkit-scrollbar-thumb{ background:#f8cde0; border-radius:999px; }

/* Commission Card Styles */
.comm-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
}

.comm-image {
 
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 0.9em;
  color: #a6744a;
}

.comm-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.comm-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.comm-header {
  text-align: center;
}

.comm-header h2 {
  margin: 0;
  font-size: 23px;
  font-family: 'Angel', Verdana, sans-serif;
  color: #fff6fb;
  font-weight: bold;
  text-shadow:
    -1px -1px 0 #e0ba99,
    1px -1px 0 #e0ba99,
    -1px  1px 0 #e0ba99,
    1px  1px 0 #e0ba99;
}

.comm-price {
  margin: 0px 0 0 0;
  font-size: 1em;
  color: #e0ba99;
}

.comm-description {
  padding: 15px;
  background: white;
  overflow-y: auto;
  font-size: 0.95em;
  line-height: 1.4;
  color: #a6744a;
  text-align: center;
  height: 120px;
}

.comm-description p {
  margin: 0;
}



.comm-button {
  align-self: center;
  display: inline-block;
  transition: all 0.2s ease;
}

.comm-button:hover {
  transform: scale(1.1);
}

.comm-button:active {
  transform: scale(0.98);
}
