:root{
  --ink:#211d17;
  --muted:#746b5e;
  --paper:#e9dfc9;
  --line:rgba(48,39,28,.17);
  --line-strong:rgba(48,39,28,.32);
  --glass:rgba(255,250,238,.32);
}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth}
body{min-height:100%;margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(135deg,#cdbb96 0%,#e7dcc3 48%,#c5ae82 100%)}
a{color:inherit;text-decoration:none}
.page{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.34),transparent 30rem),linear-gradient(135deg,rgba(242,234,216,.82),rgba(217,202,173,.72))}
.page::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;background:repeating-linear-gradient(0deg,rgba(75,58,36,.035) 0,rgba(75,58,36,.035) 1px,transparent 1px,transparent 29px)}
.site-header,.main,.site-footer{position:relative;z-index:1}
.site-header{padding:22px 44px 0;text-align:right}
.brand{margin:0 0 6px;font-size:14px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}
.menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;font-size:13px;color:var(--muted)}
.menu a:hover{color:var(--ink)}
.main{display:flex;justify-content:center}
.container{width:min(100%,1040px);max-width:1040px;margin:0 auto;padding:34px 44px 58px}
.hero{max-width:850px;padding:38px 0 22px}
.kicker{margin:0 0 12px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,10vw,96px);font-weight:700;line-height:.88;letter-spacing:-.05em}
.subtitle{max-width:28ch;margin:22px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,3.4vw,38px);line-height:1.22;color:#3a3026}
.lead{max-width:72ch;margin:24px 0 0;color:var(--muted);font-size:16px;line-height:1.62}
.section,.request-panel{margin-top:14px;border:1px solid var(--line);border-radius:18px;background:rgba(248,240,222,.34);backdrop-filter:blur(4px);overflow:hidden;box-shadow:0 14px 38px rgba(58,42,25,.09)}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line)}
.section-head h2{margin:0;font-size:16px}
.section-head p{margin:0;color:var(--muted);font-size:12px}
.section-body{max-width:84ch;padding:20px;color:#51483d;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.68}
.section-body p{margin:0 0 15px}
.section-body p:last-child{margin-bottom:0}
.sequence{display:grid;gap:14px;padding:18px}
.volume{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--glass)}
.volume-number{font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1;color:rgba(33,29,23,.48)}
.volume h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1}
.volume-title{margin:7px 0 0;color:#3a3026;font-size:15px;font-weight:700}
.volume-role{max-width:58ch;margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.status{align-self:start;padding:7px 10px;border:1px solid var(--line-strong);border-radius:999px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.volume-link{display:inline-flex;margin-top:13px;font-size:13px;font-weight:700;border-bottom:1px solid var(--line-strong)}
.volume-link:hover{border-color:var(--ink)}
.request-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px}
.request-panel h2{margin:0;font-size:22px}
.request-panel p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.request-link{padding:13px 16px;border:1px solid var(--line-strong);border-radius:14px;background:rgba(255,250,238,.34);font-size:14px;font-weight:700;white-space:nowrap}
.request-link:hover{background:rgba(255,250,238,.58)}
.site-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;width:min(100%,1040px);margin:0 auto;padding:0 44px 34px;color:var(--muted);font-size:12px}
.footer-links{display:flex;flex-wrap:wrap;gap:14px 20px}
.presence{display:flex;align-items:center;gap:9px;white-space:nowrap}
.presence img{width:34px;height:34px;object-fit:contain;opacity:1}
@media(max-width:760px){
  .site-header{padding:16px 22px 0}
  .container{padding:24px 22px 44px}
  .section-head{align-items:flex-start;flex-direction:column;gap:5px}
  .volume{grid-template-columns:54px minmax(0,1fr)}
  .status{grid-column:2;justify-self:start}
  .request-panel{grid-template-columns:1fr}
  .site-footer{padding:0 22px 28px;align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .hero{padding-top:26px}
  .subtitle{font-size:25px}
  .volume{grid-template-columns:1fr}
  .volume-number{font-size:24px}
  .status{grid-column:auto}
}
