:root{--sumi:#2c2c2c;--matcha:#6b8e23;--bamboo:#a8b580;--washi:#fafafa;--stone:#8d8d8d;--ink:#1a1a1a;--border-light:#e8e5e0}.matcha-hero{background:#f4e6d0;padding:3rem 0;position:relative;margin:10px auto;max-width:1600px;box-shadow:0 4px 15px rgb(212 165 116 / .15)}.matcha-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:30px;background:linear-gradient(to bottom,#d4a574 0%,#d4a574 15%,#e6c294 15%,#e6c294 30%,#d4a574 30%,#d4a574 45%,#e6c294 45%,#e6c294 60%,#d4a574 60%,#d4a574 75%,#e6c294 75%,#e6c294 90%,#d4a574 90%,#d4a574 100%);box-shadow:0 2px 15px rgb(212 165 116 / .2);border-bottom:2px solid #c49464}.matcha-hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(to bottom,#d4a574 0%,#d4a574 15%,#e6c294 15%,#e6c294 30%,#d4a574 30%,#d4a574 45%,#e6c294 45%,#e6c294 60%,#d4a574 60%,#d4a574 75%,#e6c294 75%,#e6c294 90%,#d4a574 90%,#d4a574 100%);box-shadow:0 -2px 15px rgb(212 165 116 / .2);border-top:2px solid #c49464}.hero-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:2}.hero-content{width:100%}.story-criteria-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start;margin-top:1.5rem}.hero-image img{width:150px;height:150px;border-radius:50%;border:3px solid var(--bamboo);box-shadow:0 8px 25px rgb(0 0 0 / .1);transition:transform 0.3s ease;position:relative;z-index:2}.hero-image::before{content:'';position:absolute;width:180px;height:180px;border:1px solid var(--bamboo);border-radius:50%;opacity:.3;animation:rotate 20s linear infinite;z-index:1}.hero-image::after{content:'';position:absolute;width:200px;height:200px;border:1px dashed var(--matcha);border-radius:50%;opacity:.2;animation:rotate -15s linear infinite;z-index:1}.main-title{font-family:'Georgia',serif;font-size:clamp(1.8rem, 3.5vw, 2.4rem);font-weight:400;color:var(--matcha);margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.subtitle{font-size:1rem;color:var(--stone);margin-bottom:2rem;font-weight:300;line-height:1.5}.story-container{background:rgb(255 255 255 / .7);border-left:3px solid var(--bamboo);border-radius:0 8px 8px 0;padding:1.5rem}.story-container p{font-size:.95rem;line-height:1.6;color:var(--sumi);margin-bottom:1rem;font-weight:300}.story-container p:last-child{margin-bottom:0}.story-container strong{color:var(--ink);font-weight:500}.criteria-timeline-horizontal{width:100%;max-width:360px;position:relative}.timeline-item{margin-bottom:1rem;opacity:0;animation:fadeInTimeline 0.6s ease-out forwards}.timeline-item:nth-child(1){animation-delay:0.2s}.timeline-item:nth-child(2){animation-delay:0.4s}.timeline-item:nth-child(3){animation-delay:0.6s}.timeline-item:nth-child(4){animation-delay:0.8s}.timeline-item:nth-child(5){animation-delay:1s}.timeline-item:nth-child(6){animation-delay:1.2s}.bubble{background:rgb(255 255 255 / .9);border:2px solid var(--bamboo);border-radius:12px;padding:.8rem 1rem;position:relative;box-shadow:0 4px 12px rgb(0 0 0 / .1);transition:all 0.3s ease}.bubble:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .15);border-color:var(--matcha)}.criterion-title{font-weight:600;color:var(--matcha);font-size:.9rem;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.5px}.criterion-example{font-size:.8rem;color:var(--stone);font-style:italic}.timeline-footer{text-align:center;margin-top:1.5rem;opacity:0;animation:fadeInTimeline 0.6s ease-out forwards;animation-delay:1.4s}.detail-link{color:var(--matcha);text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border:1px solid var(--bamboo);border-radius:20px;transition:all 0.3s ease;display:inline-block}.detail-link:hover{background:var(--matcha);color:#fff;border-color:var(--matcha)}@keyframes fadeInTimeline{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.hero-content{animation:fadeInLeft 0.8s ease-out}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.matcha-hero{padding:2rem 0;margin:5px}.matcha-hero::before,.matcha-hero::after{height:20px}.hero-container{padding:0 1.5rem}.main-title{font-size:1.6rem;text-align:center}.story-criteria-layout{grid-template-columns:1fr;gap:2rem}.criteria-timeline-horizontal{order:-1;max-width:100%}.story-container{text-align:left}}@media (max-width:480px){.hero-container{padding:0 1rem}.main-title{font-size:1.4rem}.story-container p{font-size:.9rem}.bubble{padding:.6rem .8rem}.criterion-title{font-size:.8rem}.criterion-example{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.timeline-item,.timeline-footer,.hero-content{animation:none;opacity:1}.bubble{transition:none}}