@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Shadows+Into+Light&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

/* ---- RESET & BASE ---- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #e8eed8;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(210,230,185,0.6) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(240,220,200,0.5) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(130,150,100,0.15)'/%3E%3C/svg%3E");
  font-family: 'Lora', Georgia, serif;
  color: #3a3a2e;
  min-height: 100vh;
  padding-bottom: 60px;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- HEADER ---- */
.site-header {
  background-color: #b5c99a;
  border-bottom: 3px dashed #8aaa66;
  padding: 18px 0 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.site-header::before {
  content: '✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿';
  display: block;
  font-size: 13px;
  color: #6a8a50;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.site-title {
  font-family: 'Abril Fatface', serif;
  font-size: 52px;
  color: #3d5a20;
  text-shadow: 3px 3px 0 #c8dfa0, 5px 5px 0 rgba(100,130,60,0.3);
  letter-spacing: -1px;
  line-height: 1;
}

.site-title span {
  color: #c0773a;
}

.site-tagline {
  font-family: 'Shadows Into Light', cursive;
  font-size: 18px;
  color: #5a7a38;
  margin-top: 4px;
}

.site-header::after {
  content: '✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿ ❀ ✿';
  display: block;
  font-size: 13px;
  color: #6a8a50;
  margin-top: 10px;
  letter-spacing: 2px;
}

/* ---- NAVIGATION ---- */

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.site-nav {
  background-color: #f5e6c8;
  border-bottom: 2px solid #d4a96a;
  border-top: 2px solid #d4a96a;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-block;
  padding: 8px 22px;
  font-family: 'Shadows Into Light', cursive;
  font-size: 17px;
  color: #7a4a1e;
  border-right: 1px dashed #d4a96a;
  transition: background 0.15s;
}

.site-nav a:first-child {
  border-left: 1px dashed #d4a96a;
}

.site-nav a:hover {
  background: #f0d4a0;
  color: #3d5a20;
}

/* ---- LAYOUT ---- */
.main-layout {
  max-width: 960px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 20px;
  padding: 0 16px;
}

/* ---- SECTION LABELS ---- */
.section-label {
  font-family: 'Abril Fatface', serif;
  font-size: 22px;
  color: #3d5a20;
  border-bottom: 2px dashed #8aaa66;
  padding-bottom: 6px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-label .stamp {
  background: #c0773a;
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  display: inline-block;
}

/* ---- CONTENT ---- */
.content {
  background: #fffef7;
  border: 1px solid #c8d4a8;
  border-left: 5px solid #8aaa66;
  padding: 16px 20px;
  margin-bottom: 18px;
  position: relative;
}

.post-date {
  font-family: 'Shadows Into Light', cursive;
  font-size: 15px;
  color: #8aaa66;
  margin-bottom: 4px;
}

.post-title {
  font-family: 'Abril Fatface', serif;
  font-size: 20px;
  color: #3d5a20;
  margin-bottom: 8px;
  line-height: 1.2;
}

.post-body {
  font-size: 14.5px;
  line-height: 1.75;
  color: #4a4a3a;
}

.post-tags {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tag {
  background: #e8eed8;
  border: 1px solid #b5c99a;
  color: #5a7a38;
  font-size: 11px;
  padding: 2px 8px;
  font-family: 'Lora', serif;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Shadows Into Light', cursive;
  font-size: 16px;
  color: #c0773a;
  text-decoration: underline;
  text-decoration-style: wavy;
  cursor: pointer;
}

/* ---- PHOTO STRIP ---- */
.photo-strip {
  background: #fffef7;
  border: 1px solid #c8d4a8;
  padding: 14px;
  margin-bottom: 18px;
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.photo-frame {
  background: #f5f0e0;
  border: 6px solid #fff;
  outline: 1px solid #d0c8a8;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.15s;
}

.photo-frame:hover {
  transform: rotate(1.5deg) scale(1.04);
}

.photo-frame:nth-child(2) {
  transform: rotate(-1.5deg);
}

.photo-frame:nth-child(2):hover {
  transform: rotate(-1.5deg) scale(1.04);
}

.photo-frame:nth-child(3) {
  transform: rotate(0.8deg);
}

.photo-caption {
  font-family: 'Shadows Into Light', cursive;
  font-size: 11px;
  color: #8a7a5a;
  text-align: center;
  margin-top: 3px;
}

.photo-slot {
  background: linear-gradient(135deg, #dde8c0 0%, #e8d8b8 50%, #d0d8c0 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.photo-slot span {
  font-size: 9px;
  color: #8a9a70;
  font-family: 'Lora', serif;
}

/* ---- SIDEBAR ---- */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.widget {
  background: #fffef7;
  border: 1px solid #c8d4a8;
  padding: 14px 16px;
}

.widget-title {
  font-family: 'Abril Fatface', serif;
  font-size: 16px;
  color: #3d5a20;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b5c99a;
  padding-bottom: 6px;
}

/* about widget */
.about-img {
  width: 100px;
  height: 100px;
  background: #c8dfa0;
  border: 4px solid #fff;
  outline: 1px solid #b5c99a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 10px;
}

.about-name {
  font-family: 'Shadows Into Light', cursive;
  font-size: 20px;
  color: #c0773a;
  text-align: center;
  margin-bottom: 4px;
}

.about-text {
  font-size: 13px;
  line-height: 1.65;
  color: #4a4a3a;
  text-align: center;
}

/* currently widget */
.currently-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #4a4a3a;
  line-height: 1.4;
}

.currently-icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.currently-label {
  font-family: 'Shadows Into Light', cursive;
  font-size: 13px;
  color: #8aaa66;
  display: block;
}

/* mood board */
.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.mood-tile {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #c8d4a8;
}

.mood-tile:nth-child(1) { background: #e8f0d8; }
.mood-tile:nth-child(2) { background: #f5e6c8; }
.mood-tile:nth-child(3) { background: #e8d8e8; }
.mood-tile:nth-child(4) { background: #d8e8f0; }
.mood-tile:nth-child(5) { background: #f0e8d8; }
.mood-tile:nth-child(6) { background: #e0ecd0; }

/* guestbook */
.guestbook-entry {
  border-left: 3px solid #f0d4a0;
  padding-left: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #4a4a3a;
  line-height: 1.5;
}

.guestbook-name {
  font-family: 'Shadows Into Light', cursive;
  font-size: 14px;
  color: #c0773a;
}

/* hit counter */
.counter-label {
  font-family: 'Shadows Into Light', cursive;
  font-size: 13px;
  color: #8aaa66;
  text-align: center;
  display: block;
  margin-bottom: 2px;
}

.hit-counter {
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  background: #1a1a0e;
  color: #7aff4a;
  padding: 6px;
  letter-spacing: 2px;
}

/* blinkies */
.blinkies {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.blinkie {
  padding: 2px 8px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid;
  font-family: 'Courier New', monospace;
}

.b1 { background: #3d5a20; color: #c8dfa0; border-color: #8aaa66; }
.b2 { background: #7a4a1e; color: #f5e6c8; border-color: #c0773a; }
.b3 { background: #4a3a6a; color: #d8c8f0; border-color: #9a80c8; }
.b4 { background: #4a2a3a; color: #f0c8d8; border-color: #c08090; }
.b5 { background: #2a4a5a; color: #c8e0f0; border-color: #6a9ab0; }
.b6 { background: #1a1a0e; color: #7aff4a; border-color: #4aaa20; }

/* ---- FOOTER ---- */
.site-footer {
  text-align: center;
  margin: 30px auto 0;
  padding: 14px;
  border-top: 3px dashed #8aaa66;
  font-family: 'Shadows Into Light', cursive;
  font-size: 14px;
  color: #6a8a50;
  max-width: 960px;
}

.site-footer .small {
  font-size: 11px;
  font-family: 'Lora', serif;
  color: #8aaa66;
  display: block;
  margin-top: 8px;
}

/* ---- ANIMATIONS ---- */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.blink {
  animation: blink 1.5s infinite;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #e8eed8; }
::-webkit-scrollbar-thumb { background: #8aaa66; }

/* ---- MOBILE ---- */
@media (max-width: 700px) {
 
  /* header */
  .site-title {
    font-size: 34px;
  }
 
  .site-tagline {
    font-size: 15px;
  }
 
  .site-header::before,
  .site-header::after {
    font-size: 10px;
    letter-spacing: 1px;
  }
 
  /* nav */
  .site-nav a {
    font-size: 14px;
    padding: 7px 14px;
  }
 
  /* stack sidebar below main content */
  .main-layout {
    grid-template-columns: 1fr;
    margin-top: 16px;
    gap: 16px;
  }
 
  /* make sidebar widgets sit in a 2-col grid on mobile
     so they don't take up too much vertical space */
  .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
 
  /* about widget spans full width */
  .sidebar .widget:first-child {
    grid-column: 1 / -1;
  }
 
  /* section labels */
  .section-label {
    font-size: 18px;
  }
 
  /* blog posts */
  .blog-post {
    padding: 14px 14px 14px 12px;
  }
 
  .post-title {
    font-size: 17px;
  }
 
  .post-body {
    font-size: 13.5px;
  }
 
  /* photo strip — 2 columns on mobile instead of 3 */
  .photos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  /* footer */
  .site-footer {
    font-size: 12px;
    padding: 12px;
  }
}

