
:root{--paper:#f5f0e7;--card:#fbf8f2;--ink:#33261d;--muted:#6d6257;--gold:#b7792f;--green:#40563d;--blue:#3d5a67;--line:#ddcfbc;--shell:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.55}.shell{width:var(--shell);margin:auto}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.site-header{background:#faf6ef;border-bottom:1px solid var(--line)}.header-inner{height:108px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:28px;font-weight:700;line-height:.9}.nav-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.nav-list a{font-size:16px}.nav-list a:hover{color:var(--gold)}
.hero{height:500px;position:relative;background:#2d2119 url('../images/hero.jpg') center/cover no-repeat;display:grid;place-items:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,10,.35),rgba(20,15,10,.60),rgba(20,15,10,.35))}.hero-content{position:relative;text-align:center;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:#efb85e;font:700 13px Arial,sans-serif}.hero h1{font-size:72px;line-height:.92;font-weight:500;margin:15px 0 20px}.hero p{font-size:18px;margin:0 auto 24px;max-width:720px}.cta,.world a{display:inline-block;background:var(--gold);color:white;border-radius:999px;padding:13px 23px;font:700 12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}
.worlds{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:42px 0 58px}.world{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(60,40,20,.07)}.world img{width:100%;height:185px;object-fit:cover}.world-body{text-align:center;padding:18px 20px 22px}.world h2{font-size:29px;margin:0 0 9px}.world p{color:var(--muted);min-height:52px;margin:0 0 17px}.world:nth-child(1) a{background:var(--green)}.world:nth-child(2) a{background:var(--blue)}.world:nth-child(4) a{background:#76503b}
.recent{padding:0 0 80px}.recent>h2{font-size:38px;margin:0 0 25px}.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.posts article{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden}.posts img{width:100%;height:190px;object-fit:cover}.post-body{padding:18px}.post-body h3,.post-body h2{font-size:24px;line-height:1.15;margin:0 0 8px}.post-body p{color:var(--muted)}
.single{max-width:820px;padding:70px 0 100px}.single h1{font-size:58px;line-height:1.05}.single img{border-radius:16px}.prose{font-size:19px}.prose p{margin:1.2em 0}
footer{background:#e8dece;border-top:1px solid var(--line)}.footer-inner{min-height:110px;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}
@media(max-width:900px){.header-inner{height:auto;padding:25px 0;align-items:flex-start}.nav-list{flex-wrap:wrap;gap:14px 20px;justify-content:flex-end}.worlds,.posts{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:60px}}
@media(max-width:620px){.header-inner{display:block}.brand{display:block;margin-bottom:20px}.nav-list{justify-content:flex-start}.hero{height:480px}.hero h1{font-size:47px}.hero p{font-size:16px}.worlds,.posts{grid-template-columns:1fr}.world img{height:220px}.footer-inner{display:block;padding:30px 0}.footer-inner span{display:block;margin-top:6px}}

.footer-brand{display:flex;flex-direction:column;gap:4px}
.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:3px}
.footer-contact span{font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.footer-contact a{color:var(--gold);font-weight:700}
.footer-contact a:hover{text-decoration:underline}
@media(max-width:620px){
  .footer-contact{align-items:flex-start;margin-top:18px}
}
