/*============================
HERO SECTION IMAGE + TEXT BOX
==============================*/
.hero-section {
margin-top: 3px;
margin-bottom: 8px;
display: block;
}

.hero-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: center;
gap: 10px;
}

.hero-image {
flex: 0 1 465px;
flex-shrink: 0;
}

.hero-image img {
width: 100%;
height: auto;
display: block;
}

.hero-text-stack {
flex: 0 1 525px;
display: flex;
flex-direction: column;
flex-shrink: 0;
gap: 6px;
}

.text-box-caption img {
width: 100%;
height: auto;
display: block;
margin-bottom: -4px;
filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
}

.text-box {
border-radius: 20px;
border-width: 3.25px;
border-style: solid;
padding: 7px 7px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}

.text-box p {
margin: 0;
font-family: 'Sniglet', arial, sans-serif;
text-align: center;
}

.text-box-1 { background: #F3FFFF; border-color: #755118; flex: .85; box-shadow: 0 0 4px 2px rgba(255, 245, 150, 0.84); }

.text-box-1 p { color: #4D6493; font-size: 2.5rem; line-height: 1.1; }

.text-box-2 { background: #FEFFD7; border-color: #775CA1; flex: .6; box-shadow: 0 0 4px 2px rgba(255, 245, 150, 0.84); }

.text-box-2 p { color: #B35DB0; font-size: 2.4rem; line-height: 1.1; }

/*===================
Back-up Text Box 2 CSS

.text-box-2 {
  background: #FEFFD7;
  border-color: #775CA1;
  flex: .65;
  box-shadow: 0 0 4px 2px rgba(255, 245, 150, 0.84);
}

.text-box-2 p {
  color: #B35DB0;
  font-size: 2.45rem;
  line-height: 1.15;
}

======================*/

.text-box-3 { background: #F1FEE1; border-color: #18754A; flex: .9; box-shadow: 0 0 4px 2px rgba(255, 245, 150, 0.84); }

.text-box-3 p { color: #18754A; font-size: 2.5rem; line-height: 1.1; }

/* Link + hover-enlarge behavior */
.anagram-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.anagram-link:hover,
.anagram-link.tapped {
  transform: scale(1.02);
}

.anagram {
  cursor: pointer;
}

@keyframes jello {
  0%, 100% { transform: scale(1, 1); }
  30% { transform: scale(1.15, 0.85); }
  50% { transform: scale(0.9, 1.1); }
  70% { transform: scale(1.05, 0.95); }
}

.anagram-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  .anagram-link:hover,
  .anagram-link.tapped {
    animation: jello 0.6s ease;
  }
}

/*=========================
Text Boxes and Large Images
==========================*/

.text-box-png img {
width: 100%;
height: auto;
display: block;
margin-top: 2px;
margin-bottom: 7px;
filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9))
drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
}

/*====================
TEXT BOX (HTML FORMAT)
====================*/

.text-box-solo {
max-width: 1000px;
width: 99%;
margin: 0 auto;
border-radius: 20px;
border-width: 4px;
border-style: solid;
padding: 5px 4px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 4px 2px rgba(255, 245, 150, 0.84);
background: #dfe7f7;
border-color: #4d5ca8;
margin-bottom: 5px;
margin-top: 5px;
}

.text-box-solo p {
margin: 0;
font-family: 'Sniglet', arial, sans-serif;
font-size: 1.84rem;
letter-spacing: 0.04em;
line-height: 1.2;
text-align: center;
color: #5960b2;
}

.two-images-a {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 2px;
flex-wrap: nowrap;
}

.image-block-a {
max-width: 500px;
margin: 0 auto;
    
}

.image-block-a img {
width: 100%;
height: auto;
display: block;
}

.image-block-b {
max-width: 500px;
margin: 0 auto;
}

.image-block-b img {
width: 100%;
height: auto;
display: block;
}

.shop-link img {
display: block;
max-width: 100%;
height: auto;
transition: transform 0.3s ease;
}

.shop-link:hover img {
transform: scale(1.02);
}

#enlight-bulb-sticker {
--rounded-border-color: #583278;
}

#depressive-postcard {
--rounded-border-color: #323278;
}

#cartoonism-postcard {
--rounded-border-color: #696969;
}

#square-shop {
--rounded-border-color: #583278;
}

/* ====================
MOBILE RESPONSIVE
==================== */
@media (max-width: 768px) {

.hero-container {
flex-direction: column;
height: auto;
align-items: center;
max-width: 100%;
padding: 0 2px;
box-sizing: border-box;
gap: 4px;
}

.hero-image {
width: 100%;
flex: none;              
}

.hero-image img {
height: auto; 
object-fit: cover;
}

.hero-text-stack {
width: 100%;
height: auto;
flex: none;
gap: 9px;
}

.text-box {
height: auto;
min-height: 80px;
padding: 8px 8px;
}

.text-box-1 p { font-size: clamp(2.4rem, 5.8vw, 3.4rem); }
.text-box-2 p { font-size: clamp(2.3rem, 5.6vw, 3.6rem); }
.text-box-3 p { font-size: clamp(1.2rem, 5.6vw, 3.6rem); }
}