
body{margin:0;background:#f6f0e6;color:#24180f;font-family:"Iowan Old Style",Palatino,serif;}
.banner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;background:#6e2e16;color:#f6f0e6;padding:16px 5vw;font-family:"Trebuchet MS",sans-serif;}
.banner a{color:#f6f0e6;}
.jumps{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:12px 5vw;margin:0;background:#e7d7c3;}
.jumps a{color:#6e2e16;text-decoration:none;font-family:"Trebuchet MS",sans-serif;}
.stage{display:grid;grid-template-columns:1.2fr .8fr;gap:0;background:#fff;}
.stage img{width:100%;height:100%;object-fit:cover;min-height:320px;}
.copy{padding:36px 32px;}
.copy h1{font-size:clamp(2.1rem,4vw,3.6rem);line-height:1;margin:0 0 12px;}
.three{display:grid;grid-template-columns:repeat(3,1fr);}
.three section{padding:22px;border-top:1px solid #6e2e16;}
.endline{padding:24px 5vw 40px;color:#5c4636;}
@media(max-width:800px){.stage,.three{grid-template-columns:1fr;}}
label{display:block;margin:10px 0;} input,textarea{width:min(420px,100%);padding:8px;font:inherit;}
button{background:#6e2e16;color:#fff;border:0;padding:12px 14px;}
