html {
  background-color: #f4efe8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M20 19 L24 23 L16 23 Z' fill='%23e6c86e'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  background-attachment: fixed;
}

body {
  font-family: system-ui, sans-serif;
  margin: 0;
  color: #2b2b2b;
  min-height: 100vh;
}

.profile {
  text-align: center;
  padding: 10px 20px 30px;
}

.site-title {
  font-family: "Yomogi", system-ui, sans-serif;
  font-size: clamp(1.4rem, 8vw, 2rem);
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #6b5b4b;
  margin: 0 0 10px;
  text-decoration: none;
  display: block;
}

.site-description {
  font-size: clamp(0.75rem, 3.5vw, 0.85rem);
  color: #6b5b4b;
  opacity: 0.8;
  margin: -5px 0 25px;
  line-height: 1.5;
}

.icon {
  width: min(120px, 30vw);
  border-radius: 50%;
}

.tagline {
  font-size: clamp(0.85rem, 4vw, 0.95rem);
  opacity: 0.85;
}

h1 {
  font-size: clamp(1.8rem, 10vw, 3rem);
  margin: 10px 0 0;
  font-weight: normal;
}

h2 {
  font-size: clamp(1.2rem, 6vw, 1.5rem);
  margin: 10px 0 0;
  font-weight: normal;
}

.pronunciation {
  font-size: clamp(0.7rem, 3.5vw, 0.8rem);
  margin-top: 4px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.profile-text {
  font-size: clamp(0.8rem, 4vw, 0.85rem);
  opacity: 0.75;
  line-height: 1.6;
}

.main-container {
  max-width: 600px;
  width: 92%;
  margin: 15px auto;
  padding: 10px 10px 30px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.section-title {
  margin: 40px 0 28px;
  text-align: center;
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  letter-spacing: 0.15em;
}

.gallery,
.links,
.blog {
  padding: 0 10px;
}

.item-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.item-plate {
  position: relative;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  height: clamp(100px, 25vw, 120px);
  border-radius: 22px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  overflow: hidden;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(120, 100, 80, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 480px) {
  .main-container {
    width: 88%;
    border-radius: 30px;
    padding-bottom: 20px;
  }

  .item-list {
    gap: 16px;
  }
}

.item-plate:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(120, 100, 80, 0.25);
}

.plate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(255, 250, 240, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;

  border-radius: 22px;
}

.bg-Blog .plate-overlay,
.bg-Original .plate-overlay,
.bg-TRPG .plate-overlay,
.bg-FanArt .plate-overlay,
.bg-Youtube .plate-overlay,
.bg-Nico .plate-overlay,
.bg-X .plate-overlay,
.bg-Misskey .plate-overlay,
.bg-Bluesky .plate-overlay,
.bg-Mixi2 .plate-overlay {
  background: transparent;
}

.plate-text {
  font-size: clamp(0.75rem, 3.5vw, 0.85rem);
  line-height: 1.4;
  color: #3b2f2f;
  text-shadow:
    2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff,
    2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff,
    1px 2px 1px #fff, -1px 2px 1px #fff, 1px -2px 1px #fff, -1px -2px 1px #fff,
    2px 1px 1px #fff, -2px 1px 1px #fff, 2px -1px 1px #fff, -2px -1px 1px #fff;
}

.plate-text strong {
  font-size: clamp(0.85rem, 4vw, 0.95rem);
}

.bg-Blog {
  background-image: url("_Img/BG_Blog.png");
}

.bg-Original {
  background-image: url("_Img/BG_Original.png");
}

.bg-TRPG {
  background-image: url("_Img/BG_TRPG.png");
}

.bg-FanArt {
  background-image: url("_Img/BG_FanArt.png");
}

.bg-Work {
  background-image: url("_Img/BG_Work.png");
}

.bg-Youtube {
  background-image: url("_Img/BG_Youtube.png");
}

.bg-X {
  background-image: url("_Img/BG_X.png");
}

.bg-Misskey {
  background-image: url("_Img/BG_Misskey.png");
}

.bg-Nico {
  background-image: url("_Img/BG_Nico.png");
}

.bg-Bluesky {
  background-image: url("_Img/BG_Bluesky.png");
}

.bg-Mixi2 {
  background-image: url("_Img/BG_Mixi2.png");
}


.news-container {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 15px 20px;
  margin: 0 auto 10px;
  max-width: 460px;
  width: 90%;
  border: 1px solid rgba(107, 91, 75, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 120px;
  overflow-y: auto;
  font-size: clamp(0.75rem, 3.5vw, 0.82rem);
  text-align: left;
}

.news-list::-webkit-scrollbar {
  width: 4px;
}

.news-list::-webkit-scrollbar-track {
  background: transparent;
}

.news-list::-webkit-scrollbar-thumb {
  background: rgba(107, 91, 75, 0.2);
  border-radius: 10px;
}

.news-item {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(107, 91, 75, 0.15);
  color: #3b2f2f;
  line-height: 1.4;
}

.news-item:last-child {
  border-bottom: none;
}

.news-date {
  color: #6b5b4b;
  opacity: 0.7;
  flex-shrink: 0;
  font-size: 0.75rem;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-new::after {
  content: 'NEW';
  position: absolute;
  top: 8px;
  right: 8px;
  background: #e6c86e;
  color: #fff;
  font-size: 0.6rem;
  padding: 1px 6px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.gallery-detail {
  padding: 0 10px;
  text-align: center;
}

.gallery-item-full {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 20px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.full-image {
  width: 100%;
  display: block;
}

.gallery-info {
  margin: 20px auto;
  max-width: 460px;
  width: 90%;
  font-size: 0.9rem;
  color: #3b2f2f;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.gallery-grid-item {
  position: relative;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(107, 91, 75, 0.1);
  transition: all 0.3s ease;
}

.gallery-grid-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.gallery-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eee;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-grid-item:hover .gallery-thumb img {
  transform: scale(1.1);
}

.gallery-item-title {
  padding: 8px;
  font-size: 0.8rem;
  color: #3b2f2f;
  text-align: center;
  font-weight: bold;
}

.category-title {
  font-size: clamp(1rem, 4.5vw, 1.2rem);
  color: #6b5b4b;
  margin: 40px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(107, 91, 75, 0.15);
  display: block;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .gallery-grid {
    gap: 10px;
  }
}


.back-button {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(107, 91, 75, 0.1);
  color: #6b5b4b;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(107, 91, 75, 0.2);
}

.back-button:hover {
  background: rgba(107, 91, 75, 0.2);
  transform: translateX(-3px);
}

footer {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 0.75rem;
  opacity: 0.6;
}