:root{
  --ink:#10241c;
  --ink-2:#0a1712;
  --bone:#f5f0e4;
  --bone-2:#ebe4d2;
  --moss:#61775f;
  --amber:#eec13f;
  --amber-deep:#a8791c;
  --display:"Fraunces",Georgia,serif;
  --body:"Manrope",-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--body);
  background:var(--bone);
  color:var(--ink);
  font-size:17px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:var(--amber-deep);text-underline-offset:3px}
a:hover{color:var(--ink)}

/* ---- viršus ---- */
.top{
  position:sticky;top:0;z-index:100;
  background:rgba(10,23,18,.94);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(245,240,228,.1);
}
.top .inner{
  max-width:820px;margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.top img{height:38px;width:auto}
.top a.back{
  color:rgba(245,240,228,.8);font-size:14px;font-weight:600;
  text-decoration:none;white-space:nowrap;
}
.top a.back:hover{color:var(--amber)}

/* ---- turinys ---- */
.doc{max-width:820px;margin:0 auto;padding:clamp(48px,7vw,88px) 24px clamp(70px,9vw,120px)}
.doc .eyebrow{
  font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--moss);margin-bottom:14px;
}
.doc h1{
  font-family:var(--display);font-weight:560;
  font-size:clamp(32px,5.4vw,50px);line-height:1.1;letter-spacing:-.015em;
}
.doc .updated{margin-top:16px;font-size:14px;color:rgba(16,36,28,.55)}
.doc .lead{
  margin-top:26px;font-size:clamp(17px,1.9vw,19px);line-height:1.75;
  color:rgba(16,36,28,.82);
  padding-left:20px;border-left:2px solid var(--amber);
}
.doc h2{
  font-family:var(--display);font-weight:560;
  font-size:clamp(22px,3vw,28px);line-height:1.25;
  margin:clamp(44px,5vw,60px) 0 16px;
  padding-top:clamp(30px,4vw,40px);
  border-top:1px solid rgba(16,36,28,.14);
}
.doc h2:first-of-type{border-top:0;padding-top:0}
.doc h3{
  font-family:var(--body);font-weight:800;font-size:16px;
  letter-spacing:.01em;margin:30px 0 10px;
}
.doc p{margin-bottom:16px;color:rgba(16,36,28,.86)}
.doc ul,.doc ol{margin:0 0 18px 22px}
.doc li{margin-bottom:9px;color:rgba(16,36,28,.86)}
.doc strong{font-weight:700;color:var(--ink)}

.note{
  background:#fff;border:1px solid rgba(16,36,28,.12);border-radius:14px;
  padding:22px 24px;margin:26px 0;
}
.note p:last-child{margin-bottom:0}
.note.warm{background:rgba(238,193,63,.1);border-color:rgba(238,193,63,.4)}

/* ---- lentelė ---- */
.tbl-wrap{overflow-x:auto;margin:22px 0 26px;-webkit-overflow-scrolling:touch}
table{border-collapse:collapse;width:100%;min-width:560px;font-size:14.5px;background:#fff;
  border:1px solid rgba(16,36,28,.12);border-radius:12px;overflow:hidden}
th,td{padding:13px 16px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(16,36,28,.09)}
th{background:rgba(16,36,28,.05);font-weight:700;font-size:13px;letter-spacing:.02em}
tr:last-child td{border-bottom:0}

/* ---- apačia ---- */
.foot{background:var(--ink-2);color:rgba(245,240,228,.6);font-size:14px}
.foot .inner{max-width:820px;margin:0 auto;padding:44px 24px}
.foot a{color:rgba(245,240,228,.85);text-decoration:none}
.foot a:hover{color:var(--amber)}
.foot .links{display:flex;flex-wrap:wrap;gap:8px 22px;margin-bottom:20px;font-weight:600}
.foot .copy{line-height:1.8;color:rgba(245,240,228,.45)}

@media(max-width:520px){
  body{font-size:16px}
  .top img{height:32px}
}
