:root{--ink:#16120f;--paper:#f3ead7;--cream:#fff8e9;--red:#e53120;--yellow:#ffd62e;--green:#1f7a4f;--line:3px solid var(--ink);--shadow:8px 8px 0 var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 20% 10%,rgba(229,49,32,.08),transparent 25%),linear-gradient(90deg,rgba(22,18,15,.025) 1px,transparent 1px),var(--paper);background-size:auto,24px 24px,auto;font-family:Arial,Noto Sans TC,Microsoft JhengHei,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}button,input{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;justify-content:space-between;min-height:72px;padding:0 4vw;border-bottom:var(--line);background:rgba(255,248,233,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px;font-size:1.15rem;font-weight:900}.brand-stamp{background:var(--red);color:white;padding:7px 9px;transform:rotate(-3deg);border:2px solid var(--ink)}.desktop-nav{display:flex;gap:28px;font-weight:800}.desktop-nav a:hover{color:var(--red)}.mini-cta{background:var(--yellow);border:2px solid var(--ink);padding:10px 16px;font-weight:900;box-shadow:3px 3px 0 var(--ink)}.hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:.9fr 1.1fr;border-bottom:var(--line)}.hero-copy{padding:clamp(52px,8vw,120px) 6vw;display:flex;flex-direction:column;justify-content:center}.eyebrow,.kicker{display:inline-block;width:-moz-fit-content;width:fit-content;padding:7px 10px;background:var(--yellow);border:2px solid var(--ink);font-weight:900;letter-spacing:.08em;box-shadow:3px 3px 0 var(--ink)}.hero h1{font-size:clamp(4.3rem,9vw,9rem);line-height:.82;letter-spacing:-.075em;margin:30px 0;font-weight:1000}.hero h1 em{color:var(--red);font-style:normal;text-shadow:5px 5px 0 var(--yellow)}.hero-lead{font-size:clamp(1.35rem,2.2vw,2.1rem);font-weight:900;margin:0 0 18px}.hero-note{max-width:620px;font-size:1.05rem;line-height:1.8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:25px 0}.btn{padding:15px 22px;border:var(--line);font-weight:900;box-shadow:5px 5px 0 var(--ink)}.btn-primary{background:var(--red);color:white}.btn-secondary,.price-ticket{background:var(--cream)}.price-ticket{display:grid;grid-gap:4px;gap:4px;width:-moz-fit-content;width:fit-content;margin-top:18px;padding:16px 18px;border:2px dashed var(--ink);transform:rotate(-1deg)}.price-ticket span{font-weight:900;color:var(--red)}.price-ticket strong{font-size:1.25rem}.hero-visual{position:relative;min-height:700px;overflow:hidden;border-left:var(--line);background:#111}.hero-visual img{object-fit:cover}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.65))}.burst{position:absolute;z-index:3;top:28px;right:28px;width:145px;aspect-ratio:1;display:grid;place-items:center;text-align:center;background:var(--yellow);border:var(--line);border-radius:50%;font-weight:1000;font-size:1.25rem;transform:rotate(8deg);box-shadow:6px 6px 0 var(--ink)}.caption-strip{position:absolute;z-index:4;bottom:24px;left:24px;right:24px;background:var(--red);color:white;border:2px solid white;padding:12px 16px;font-weight:900;text-align:center;letter-spacing:.1em}.ticker{overflow:hidden;border-bottom:var(--line);background:var(--ink);color:white}.ticker div{display:flex;width:max-content;animation:ticker 20s linear infinite}.ticker span{padding:14px 32px;font-weight:900}.ticker span:after{content:"✦";color:var(--yellow);margin-left:32px}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:clamp(72px,9vw,130px) 6vw;border-bottom:var(--line)}.section-heading{max-width:820px;margin-bottom:50px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.page-hero h1,.phase-page-hero h1,.section-heading h2{font-size:clamp(2.8rem,6vw,6.5rem);line-height:.95;letter-spacing:-.055em;margin:24px 0;font-weight:1000}.section-heading p{font-size:1.15rem;line-height:1.8}.inverse{color:white}.video-section{background:var(--cream)}.video-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:45px;gap:45px;align-items:center}.video-placeholder{aspect-ratio:16/9;border:var(--line);box-shadow:var(--shadow);background:linear-gradient(135deg,#111,#2b2b2b);color:white;display:grid;place-items:center;overflow:hidden}.video-frame{width:100%;height:100%;border:0;display:block}.video-inner{text-align:center;padding:30px}.play{display:grid;place-items:center;width:78px;aspect-ratio:1;margin:0 auto 18px;border-radius:50%;background:var(--red);font-size:2rem}.video-inner strong{display:block;font-size:1.5rem}.video-inner a{display:inline-block;margin-top:12px;color:var(--yellow);text-decoration:underline}.video-copy h3{font-size:2rem;margin-top:0}.video-copy p{line-height:1.8}.arrow-list,.check-list{list-style:none;padding:0;margin:22px 0 0}.arrow-list li,.check-list li{padding:10px 0 10px 34px;border-bottom:1px dashed rgba(22,18,15,.35);position:relative;line-height:1.6}.check-list li:before{content:"✓";position:absolute;left:0;top:8px;width:24px;height:24px;display:grid;place-items:center;background:var(--green);color:white;font-weight:900;border-radius:50%}.arrow-list li:before{content:"→";position:absolute;left:0;font-weight:900;color:var(--red)}.product-section{background:var(--yellow)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;max-width:1180px;margin:auto}.product-card{position:relative;background:var(--cream);border:var(--line);box-shadow:var(--shadow);overflow:hidden}.product-card img{width:100%;height:420px;object-fit:cover;border-bottom:var(--line)}.product-card.featured{transform:rotate(-.7deg)}.product-label{position:absolute;z-index:2;top:18px;left:18px;background:var(--red);color:white;padding:9px 13px;border:2px solid var(--ink);font-weight:900}.product-label.alt{background:var(--ink)}.product-content{padding:28px}.product-content h3{font-size:2rem;margin:0}.product-price{font-size:2.3rem;font-weight:1000;color:var(--red);margin:14px 0}.product-price.muted{color:var(--ink)}.product-content li{margin:10px 0}.small-note{display:block;font-size:.88rem;opacity:.7;border-top:1px dashed;padding-top:15px;margin-top:18px}.about-section{background:var(--paper)}.about-copy{max-width:860px;margin:auto;display:grid;grid-gap:22px;gap:22px}.about-copy p{font-size:1.05rem;line-height:1.9}.collectibles-section{background:var(--cream)}.collectible-tiers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;max-width:1180px;margin:0 auto 50px}.collectible-tier{position:relative;background:var(--paper);border:var(--line);box-shadow:var(--shadow);padding:32px 24px 24px}.collectible-tier .product-label{position:static;display:inline-block;margin-bottom:14px}.collectible-tier .product-price{font-size:2rem}.collectible-tier p:not(.product-price){line-height:1.7;opacity:.85}.collectible-meta{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:28px;gap:28px;max-width:1180px;margin:auto;align-items:start}.collectible-categories,.collectible-hidden{background:white;border:var(--line);box-shadow:var(--shadow);padding:28px}.collectible-categories h3,.collectible-hidden h3{font-size:1.5rem;margin:0 0 16px}.collectible-categories ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:14px;gap:14px}.collectible-categories li{display:flex;flex-direction:column;gap:4px;padding-bottom:14px;border-bottom:1px dashed rgba(22,18,15,.35)}.collectible-categories li strong{color:var(--red)}.collectible-hidden{background:var(--ink);color:white}.collectible-hidden p{line-height:1.8}.how-section{background:var(--cream)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.step{border:var(--line);padding:32px;background:white;box-shadow:5px 5px 0 var(--ink)}.step span{font-size:3.5rem;font-weight:1000;color:var(--red)}.step h3{font-size:1.7rem;margin:10px 0}.step p{line-height:1.7}.roadmap-section{background:var(--ink);color:white}.phase-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.phase-card{color:var(--ink);background:var(--cream);border:3px solid white;padding:28px;box-shadow:7px 7px 0 var(--red)}.phase-bottom,.phase-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.phase-number{font-size:3.5rem;line-height:1;font-weight:1000;color:var(--red)}.status-pill{display:inline-block;background:var(--yellow);border:2px solid var(--ink);padding:7px 10px;font-weight:900}.phase-card h3{font-size:2rem;margin:22px 0 4px}.phase-subtitle{font-weight:900;color:var(--red)}.phase-card p{line-height:1.7}.phase-bottom{margin-top:25px;padding-top:18px;border-top:2px dashed}.phase-bottom a{text-decoration:underline;font-weight:900}.progress-section{background:var(--red);color:white}.progress-list{max-width:900px;margin:auto;display:grid;grid-gap:24px;gap:24px}.progress-item>div:first-child{display:flex;justify-content:space-between;font-size:1.05rem;margin-bottom:8px}.progress-track{height:18px;background:rgba(255,255,255,.25);border:2px solid white}.progress-track i{display:block;height:100%;background:var(--yellow)}.character-section{background:var(--paper)}.character-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.character-card{background:var(--cream);border:var(--line);box-shadow:5px 5px 0 var(--ink)}.character-card img{width:100%;aspect-ratio:1;object-fit:cover;border-bottom:var(--line)}.character-card div{padding:22px}.character-card h3{font-size:1.7rem;margin:0 0 8px}.logs-preview{background:var(--cream)}.split-heading{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}.text-link{font-weight:900;text-decoration:underline}.log-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.log-card{border:var(--line);background:white}.log-card img{width:100%;height:260px;object-fit:cover;border-bottom:var(--line)}.log-card div{padding:22px}.log-card time{font-weight:900;color:var(--red)}.log-card h3{font-size:1.4rem;margin:10px 0}.log-card p{line-height:1.65}.inspiration-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:45px;gap:45px;align-items:center;background:#d9c7a7}.inspiration-copy h2{font-size:clamp(2.5rem,5vw,5.2rem);line-height:.98}.inspiration-copy p{line-height:1.85;font-size:1.05rem}.source-note{font-size:.85rem!important;opacity:.7}.inspiration-image{position:relative;min-height:540px;border:var(--line);box-shadow:var(--shadow);overflow:hidden;background:white}.inspiration-image img{object-fit:contain}.notify-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;align-items:center;background:var(--yellow)}.notify-section h2{font-size:clamp(2.6rem,5vw,5.4rem);margin:20px 0;line-height:.95}.notify-form{border:var(--line);background:var(--cream);padding:28px;box-shadow:var(--shadow)}.notify-form label span{display:block;font-weight:900;margin-bottom:8px}.notify-form input{background:white}.notify-form button,.notify-form input{width:100%;padding:15px;border:2px solid var(--ink)}.notify-form button{margin-top:12px;background:var(--red);color:white;font-weight:900;cursor:pointer}.footer{padding:45px 6vw;background:var(--ink);color:white;display:grid;grid-template-columns:1fr auto;grid-gap:35px;gap:35px}.footer strong{font-size:1.6rem}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.disclaimer{grid-column:1/-1;max-width:1000px;opacity:.65;line-height:1.7;font-size:.85rem}.subpage{min-height:80vh}.page-hero{padding:clamp(80px,12vw,160px) 6vw;background:var(--yellow);border-bottom:var(--line)}.page-hero p{font-size:1.2rem;max-width:700px;line-height:1.8}.phase-tabs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.phase-tabs a{display:flex;flex-direction:column;gap:8px;border:var(--line);background:var(--cream);padding:22px;box-shadow:5px 5px 0 var(--ink)}.phase-tabs span{font-size:2.6rem;font-weight:1000;color:var(--red)}.phase-tabs small{color:var(--green);font-weight:900}.timeline{display:grid;grid-gap:60px;gap:60px;max-width:1100px;margin:auto}.timeline-item{display:grid;grid-template-columns:120px 1fr 1fr;grid-gap:30px;gap:30px;align-items:start}.timeline-date{font-weight:1000;color:var(--red);font-size:1.2rem}.timeline-item img{width:100%;height:330px;object-fit:cover;border:var(--line);box-shadow:5px 5px 0 var(--ink)}.timeline-copy span{font-weight:900;background:var(--yellow);padding:6px 9px}.timeline-copy h2{font-size:2rem;margin:20px 0 10px}.timeline-copy p{line-height:1.8}.timeline-copy a{font-weight:900;text-decoration:underline}.phase-page-hero{padding:clamp(70px,10vw,140px) 6vw;display:grid;grid-template-columns:220px 1fr;grid-gap:45px;gap:45px;align-items:center;background:var(--cream);border-bottom:var(--line)}.phase-number.giant{font-size:clamp(7rem,18vw,16rem);color:var(--red);text-shadow:8px 8px 0 var(--yellow)}.phase-page-hero>div{max-width:800px}.phase-page-hero>div>p:not(.phase-subtitle){font-size:1.15rem;line-height:1.8}.phase-price{display:inline-block;font-size:1.5rem;margin-top:18px;padding:10px 13px;background:var(--yellow);border:2px solid var(--ink)}.details-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.details-grid article{border:var(--line);background:var(--cream);padding:32px;box-shadow:5px 5px 0 var(--ink)}.empty-log{padding:50px;text-align:center;border:2px dashed;background:var(--cream)}.back-link{display:inline-block;margin-top:35px}.product-page-hero{background:var(--red);color:white}.product-page-hero .kicker{color:var(--ink)}.shop-preview{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;align-items:center}.shop-image{position:relative;min-height:620px;border:var(--line);overflow:hidden;box-shadow:var(--shadow)}.shop-image img{object-fit:cover}.shop-copy h2{font-size:clamp(2.8rem,5vw,5rem);margin:24px 0 0}.big-price{font-size:3rem;font-weight:1000;color:var(--red)}.shop-copy>p:not(.big-price){font-size:1.1rem;line-height:1.8}.shop-copy button{width:100%;padding:16px;margin:20px 0 12px;border:var(--line);background:#ddd;font-weight:900}.shop-copy small{display:block;opacity:.7;line-height:1.5}.simple-phase-list{display:grid;grid-gap:14px;gap:14px}.simple-phase-list article{display:grid;grid-template-columns:90px 1fr auto;grid-gap:24px;gap:24px;align-items:center;padding:24px;border:var(--line);background:var(--cream)}.simple-phase-list article>span{font-size:3rem;font-weight:1000;color:var(--red)}.simple-phase-list h3{margin:0;font-size:1.6rem}.simple-phase-list p{margin:8px 0 0;line-height:1.6}@media (max-width:900px){.desktop-nav{display:none}.mini-cta{font-size:.85rem;padding:8px 10px}.hero{grid-template-columns:1fr}.hero-visual{min-height:550px;border-left:0;border-top:var(--line)}.character-grid,.collectible-meta,.collectible-tiers,.details-grid,.inspiration-section,.log-grid,.notify-section,.phase-grid,.product-grid,.shop-preview,.steps,.video-grid{grid-template-columns:1fr}.phase-tabs{grid-template-columns:1fr 1fr}.timeline-item{grid-template-columns:1fr}.timeline-date{margin-bottom:-20px}.phase-page-hero{grid-template-columns:1fr}.phase-number.giant{font-size:8rem}.footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.split-heading{align-items:flex-start;flex-direction:column}}@media (max-width:580px){.site-header{padding:0 16px}.brand{font-size:.95rem}.hero-copy,.page-hero,.phase-page-hero,.section{padding-left:20px;padding-right:20px}.hero h1{font-size:4.2rem}.hero-visual{min-height:460px}.burst{width:105px;font-size:.95rem}.phase-tabs{grid-template-columns:1fr}.simple-phase-list article{grid-template-columns:60px 1fr}.simple-phase-list article strong{grid-column:2}.shop-image{min-height:460px}}