*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #f4efe3; color: #17140f; font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; }
.wrap { max-width: 1380px; margin: 0 auto; padding: 30px 28px 28px; }
.topline {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  border-bottom: 1px solid #17140f; padding-bottom: 8px;
}
.masthead { text-align: center; padding: 24px 0 16px; border-bottom: 4px double #17140f; }
.masthead h1 {
  font-family: Didot, "Bodoni MT", "Playfair Display", Georgia, serif;
  font-weight: 700; font-size: clamp(52px, 9vw, 108px); line-height: .95; letter-spacing: .01em;
}
.masthead .tag { margin-top: 12px; font-style: italic; font-size: 15px; color: #4a4237; }
.rule { height: 1px; background: #17140f; margin-top: 4px; }
.cols { display: grid; grid-template-columns: var(--cols, 1fr 1fr 1fr); }
.col { padding: 24px 44px 0; border-left: 1px solid #cabfa8; }
.col:first-child { border-left: 0; padding-left: 0; }
.col:last-child { padding-right: 0; }
h2.k {
  font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700;
  border-bottom: 1px solid #17140f; padding-bottom: 7px; margin-bottom: 16px;
}
.news { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px dotted #b3a88f; }
.nmeta { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 5px; }
.ntype { color: #b3312c; font-weight: 700; }
.news p { font-size: 14.5px; line-height: 1.55; }
.show-more {
  display: flex; align-items: center; gap: 8px; margin-top: 2px;
  font-family: inherit; font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: #8a7d63; background: transparent; border: 1px solid #cabfa8; padding: 9px 14px;
  cursor: pointer; transition: color .15s ease, border-color .15s ease;
}
.show-more:hover { color: #b3312c; border-color: #b3312c; }
.show-more i { font-size: 10px; }
.pub { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px dotted #b3a88f; display: flex; gap: 14px; align-items: flex-start; }
.pub .pbody { flex: 1; min-width: 0; }
.pub h3 { font-size: 19px; line-height: 1.3; font-weight: 700; }
.pa { font-style: italic; font-size: 14px; margin-top: 6px; color: #3c352a; }
.pa u { text-underline-offset: 3px; }
.pv { margin-top: 6px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #b3312c; font-weight: 700; }
.plinks { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; padding-top: 3px; }
.plinks a { font-size: 17px; color: #8a7d63; text-decoration: none; transition: color .15s ease; }
.plinks a:hover { color: #b3312c; }
.bio { font-size: 15px; line-height: 1.65; }
.bio .dc {
  float: left; font-size: 52px; line-height: .82; padding: 4px 8px 0 0;
  font-family: Didot, "Bodoni MT", Georgia, serif; font-weight: 700;
}
.bio a { text-decoration: underline; text-underline-offset: 3px; transition: color .15s ease; }
.bio a:hover { color: #b3312c; }
.mcontact { margin-top: 18px; margin-bottom: 18px; display: flex; justify-content: center; gap: 30px; }
.mcontact a { font-size: 26px; color: #17140f; text-decoration: none; transition: color .15s ease; }
.mcontact a:hover { color: #b3312c; }
.foot { margin-top: 28px; border-top: 1px solid #17140f; padding-top: 10px; text-align: center; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #8a7d63; }

@media (max-width: 960px) {
  .cols { grid-template-columns: 1fr; }
  .col { border-left: 0; padding: 22px 0; border-top: 1px solid #cabfa8; }
  .col:first-child { border-top: 0; }
  .topline { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .wrap { padding: 16px 14px 20px; }
  .topline { font-size: 10px; gap: 6px; }
  .masthead h1 { font-size: clamp(36px, 10vw, 56px) !important; }
  .masthead .tag { font-size: 13px; }
  .mcontact { gap: 22px; }
  .mcontact a { font-size: 22px; }
  .pub { gap: 10px; }
}
