:root{--red:#df3c2f;--black:#171817;--cream:#f7f1e5;--gray:#706f68;--line:#c9c1b3;font-family:"PingFang SC","Noto Sans CJK SC","Microsoft YaHei",sans-serif;color:var(--black);background:var(--cream)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit;text-underline-offset:4px}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.8rem;z-index:2}header,main,footer{width:min(1200px,calc(100% - 40px));margin:auto}header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--black)}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}.brand span{display:grid;place-items:center;width:42px;height:42px;background:var(--red);color:white;border-radius:50%;font-family:serif}.brand b{font-size:1.2rem}nav{display:flex;align-items:center;gap:1.6rem}nav a{text-decoration:none}.locale{font-size:.8rem;border-bottom:1px solid}.hero{display:grid;grid-template-columns:1.4fr .6fr;min-height:760px;align-items:center;gap:5rem}.tag{font-size:.8rem;font-weight:800;letter-spacing:.16em;color:var(--red)}h1{font:800 clamp(4rem,9vw,8.5rem)/.96 serif;letter-spacing:-.06em;margin:1.4rem 0 2rem}h1 em{color:var(--red);font-style:normal}.lead{font-size:1.25rem;line-height:1.8;max-width:700px;color:var(--gray)}.button{display:inline-block;background:var(--red);color:white;padding:1rem 1.4rem;text-decoration:none;margin-top:1.5rem;font-weight:700}.hero aside{display:flex;flex-direction:column;border-top:2px solid}.hero aside span{padding:1.5rem .5rem;border-bottom:1px solid var(--line);font-weight:700}.manifest{background:var(--black);color:white;padding:5rem clamp(1.5rem,7vw,6rem);width:100%}.manifest p{color:#e79e93}.manifest h2{max-width:1050px}h2{font:700 clamp(2.4rem,5vw,5rem)/1.2 serif;letter-spacing:-.035em;margin:1rem 0}.path{padding:8rem 0}.head{display:grid;grid-template-columns:.5fr 1.5fr;gap:3rem}.steps{display:grid;grid-template-columns:1fr 1fr;margin-top:5rem;border-top:2px solid}.steps article{padding:2.5rem;border-bottom:1px solid var(--line)}.steps article:nth-child(odd){border-right:1px solid var(--line)}article b{color:var(--red);font-size:1.4rem}h3{font-size:2rem;margin:1rem 0}article p,.boundary p,.global p,.page p{line-height:1.8;color:var(--gray)}.boundary{border:3px solid var(--red);padding:clamp(2rem,6vw,5rem);margin-bottom:8rem}.boundary h2{max-width:850px}.boundary p{max-width:760px}.global{background:var(--red);color:white;width:100%;padding:5rem clamp(1.5rem,7vw,6rem);display:grid;grid-template-columns:1fr 1fr;gap:4rem}.global .tag,.global p{color:#ffe1dc}.light{background:white;color:var(--red)}.page{max-width:800px;padding:7rem 0 9rem}.page h1{font-size:clamp(4rem,8vw,7rem)}.page h2{font-size:2rem;margin-top:3rem}.page ul{line-height:1.9;color:var(--gray)}footer{border-top:2px solid;padding:3rem 0;display:grid;grid-template-columns:1fr auto;gap:2rem}footer p{grid-column:1/-1;color:var(--gray);font-size:.85rem}@media(max-width:720px){header{height:auto;padding:1rem 0;align-items:flex-start}header nav a:not(.locale){display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:5rem 0}.hero aside{margin-bottom:4rem}.head,.steps,.global{grid-template-columns:1fr}.steps article,.steps article:nth-child(odd){padding:2rem 0;border-right:0}.global{gap:1rem}footer{grid-template-columns:1fr}footer p{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
