/* ========================================
   SHIZUKU — COMPONENTS & MOTIFS
   All elements are theme-justified for quiet Japan travel
   ======================================== */

/* 1. STILL FRAME HERO — Arrival stillness */
.still-hero {
  min-height: 86vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white);
}

.still-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,26,36,0.32) 0%, rgba(15,26,36,0.18) 55%, rgba(15,26,36,0.38) 100%);
}

.still-hero .content {
  position: relative;
  max-width: 620px;
  z-index: 2;
}

.still-hero h1 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 18px;
  font-weight: 500;
}

.still-hero .lead {
  font-size: 18px;
  max-width: 540px;
  opacity: 0.95;
  margin-bottom: 34px;
}

/* 2. BREATHING 2-COLUMN — Garden path rhythm */
.breathing {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 72px;
  align-items: start;
  margin: 62px 0;
}

.breathing.reverse {
  grid-template-columns: 42% 58%;
}

.breathing .image-wrap {
  position: relative;
}

.breathing img {
  width: 100%;
  display: block;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.breathing .text {
  padding-top: 12px;
}

.breathing .text h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

/* 3. OBSERVATION STRIP — Core noticing practice */
.observation-strip {
  background: var(--white);
  border-left: 4px solid var(--moss);
  padding: 22px 26px 22px 30px;
  margin: 34px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 26px;
  align-items: center;
}

.observation-strip img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.observation-strip .note {
  font-size: 15px;
  line-height: 1.72;
  color: #333;
}

.observation-strip .note .place {
  display: block;
  font-size: 12.5px;
  color: var(--moss);
  margin-top: 8px;
  letter-spacing: 0.4px;
}

@media (max-width: 640px) {
  .observation-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .observation-strip img {
    height: 140px;
  }
}

/* 4. FRAGMENT CARD — Pocket moments */
.fragment-card {
  background: var(--white);
  padding: 22px 24px;
  border: 1px solid var(--gray);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.fragment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.fragment-card .quote {
  font-size: 15.5px;
  line-height: 1.7;
  font-style: italic;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.fragment-card .meta {
  font-size: 12.5px;
  color: var(--moss);
  display: flex;
  justify-content: space-between;
}

/* 5. JOURNEY LEDGER — Time as meditation */
.journey-ledger {
  border-left: 2px solid var(--wood);
  padding-left: 28px;
  margin: 38px 0;
}

.ledger-entry {
  position: relative;
  margin-bottom: 34px;
  padding-left: 6px;
}

.ledger-entry:last-child {
  margin-bottom: 0;
}

.ledger-entry::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: var(--cream);
  border: 2px solid var(--wood);
  border-radius: 50%;
}

.ledger-entry .time {
  font-size: 12.5px;
  color: var(--moss);
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.ledger-entry .note {
  font-size: 15.2px;
  line-height: 1.7;
}

/* 6. ETIQUETTE BOX — How to be here quietly */
.etiquette-box {
  background: #f4f0e8;
  padding: 28px 30px;
  border-left: 5px solid var(--wood);
  margin: 36px 0;
}

.etiquette-box h4 {
  font-size: 15px;
  margin-bottom: 14px;
  color: var(--forest);
  letter-spacing: 0.6px;
}

.etiquette-box ul {
  list-style: none;
  font-size: 14.8px;
  line-height: 1.85;
}

.etiquette-box li {
  margin-bottom: 7px;
  padding-left: 4px;
}

.etiquette-box li:before {
  content: "·";
  color: var(--moss);
  margin-right: 9px;
}

/* 7. LIGHT & SHADOW PAIR — Time of day perception */
.light-shadow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 36px 0;
}

.light-shadow .pair {
  position: relative;
}

.light-shadow img {
  width: 100%;
  display: block;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.light-shadow .label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(15,26,36,0.75);
  color: var(--white);
  font-size: 12px;
  padding: 3px 11px;
  letter-spacing: 0.5px;
}

.light-shadow .reflection {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.68;
  color: #333;
}

/* 8. LOCAL KNOWLEDGE CALLOUT — Authentic voice */
.local-knowledge {
  background: var(--white);
  border: 1px solid var(--stone);
  padding: 24px 26px;
  margin: 32px 0;
  font-size: 15.5px;
  line-height: 1.75;
}

.local-knowledge .attribution {
  margin-top: 14px;
  font-size: 13px;
  color: var(--moss);
  font-style: italic;
}

/* 9. SEASONAL OBSERVATION — Micro timing */
.seasonal-obs {
  background: var(--white);
  padding: 20px 24px;
  margin-bottom: 16px;
  border-left: 3px solid var(--red);
}

.seasonal-obs .date {
  font-size: 12px;
  color: var(--red);
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.seasonal-obs .text {
  font-size: 15px;
}

/* 10. RETURN VISIT NOTE — Layered depth */
.return-visit {
  font-size: 14.8px;
  border-top: 1px solid var(--gray);
  padding-top: 18px;
  margin-top: 22px;
  color: #444;
}

/* 11. REFINED CARDS — For grids */
.quiet-card {
  background: var(--white);
  overflow: hidden;
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  border: 1px solid var(--gray);
}

.quiet-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.07);
}

.quiet-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.quiet-card:hover img {
  transform: scale(1.035);
}

.quiet-card .content {
  padding: 24px 22px 26px;
}

.quiet-card .content h3 {
  font-size: 18.5px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.quiet-card .content p {
  font-size: 14.8px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 12px;
}

.quiet-card .meta {
  font-size: 12.8px;
  color: var(--moss);
  display: flex;
  gap: 12px;
}

/* Region cards with weight */
.region-card {
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--gray);
}

.region-card img {
  width: 100%;
  height: 196px;
  object-fit: cover;
}

.region-card .content {
  padding: 22px 22px 24px;
}

.region-card h3 {
  font-size: 19px;
  margin-bottom: 2px;
}

.region-card .pref {
  font-size: 12.5px;
  color: var(--moss);
  margin-bottom: 11px;
}

.region-card p {
  font-size: 14.5px;
  color: #444;
  line-height: 1.65;
}

/* Filter chips — quiet search */
.filter-chip {
  padding: 8px 17px;
  border: 1px solid var(--gray);
  background: var(--white);
  font-size: 13.5px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

/* Article depth */
.article-body {
  max-width: 760px;
  margin: 0 auto;
}

.article-body img {
  width: 100%;
  margin: 24px 0 28px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
}

.article-body h2 {
  font-size: 24px;
  margin: 38px 0 14px;
}

.article-body .meta {
  color: var(--moss);
  font-size: 13.5px;
  margin-bottom: 22px;
}

/* Grid systems */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }

@media (max-width: 900px) {
  .breathing { grid-template-columns: 1fr; gap: 42px; }
  .breathing.reverse { grid-template-columns: 1fr; }
  .light-shadow { grid-template-columns: 1fr; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .still-hero h1 { font-size: 34px; }
  .still-hero { min-height: 74vh; }
}

/* Scroll-triggered fade (breath) */
.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .quiet-card:hover,
  .fragment-card:hover {
    transform: none;
  }
  .fade-in {
    transition: none;
  }
}