/* T09 Newspaper Heritage — editorial print masthead */
:root {
  --ink: #1a1410;
  --ink-2: #4a4038;
  --paper: #f5f0e6;
  --line: #c4b8a8;
  --muted: #6a6058;
  --r: 0;
  --max: 1040px;
}
body {
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
h1, h2, h3 { font-family: Fraunces, serif; font-weight: 700; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.masthead-news {
  border-bottom: 4px double var(--ink); padding: 24px 0 16px; text-align: center;
}
.masthead-news .date-line {
  font-family: "Hanken Grotesk", sans-serif; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px;
}
.masthead-news .brand { font-size: clamp(32px, 6vw, 52px); font-weight: 800; letter-spacing: -.02em; }
.masthead-news .brand small { display:block; margin-top:8px; font-family:"Hanken Grotesk",sans-serif; font-size:14px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.masthead-news .tagline { font-family: "Hanken Grotesk"; font-size: 14px; font-style: italic; color: var(--muted); margin-top: 8px; }
.masthead-news .nav-rule { height: 1px; background: var(--ink); margin: 16px 0; }
.masthead-news .nav-links { display: flex; justify-content: center; gap: 24px; font-family: "Hanken Grotesk"; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero-news { padding: 48px 0; text-align: center; border-bottom: 1px solid var(--line); }
.hero-news h1 { font-size: clamp(28px, 4vw, 44px); max-width: 18ch; margin: 0 auto 16px; line-height: 1.2; }
.hero-news .tag { font-family: "Hanken Grotesk"; font-size: 18px; color: var(--muted); max-width: 50ch; margin: 0 auto; }
.hero-news .team-img { width: min(520px, 100%); margin: 32px auto 0; aspect-ratio: 16/10; object-fit: cover; border: 1px solid var(--line); }
.hero-news .eyebrow { font-family: "Hanken Grotesk"; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.hero-cta { margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Hanken Grotesk"; font-weight: 700; font-size: 13px;
  padding: 12px 24px; border: 2px solid var(--ink); background: transparent; cursor: pointer;
}
.btn-primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.section { padding: 56px 0; }
.timeline { max-width: 560px; margin: 32px auto 0; border-left: 3px solid var(--accent); padding-left: 28px; }
.tl-item { position: relative; padding-bottom: 28px; }
.tl-item::before { content: ""; position: absolute; left: -35px; top: 6px; width: 10px; height: 10px; background: var(--accent); border-radius: 50%; }
.tl-year { font-weight: 800; color: var(--accent); font-size: 20px; }
.body-columns {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  column-rule: 1px solid var(--line);
}
.body-columns h2 { font-size: 28px; margin-bottom: 24px; grid-column: 1 / -1; text-align: center; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
#serv-list.serv-columns .svc { margin-bottom: 24px; }
#serv-list.serv-columns .svc h3 { font-size: 20px; margin-bottom: 6px; }
#serv-list.serv-columns .svc p { font-family: "Hanken Grotesk"; font-size: 15px; color: var(--muted); }
#rev-pullquote.rev-margin {
  float: right; width: 42%; margin: 0 0 24px 32px; padding: 24px;
  border-top: 3px solid var(--accent); border-bottom: 3px solid var(--accent);
  font-size: 22px; font-weight: 600; font-style: italic; line-height: 1.4;
}
#rev-pullquote.rev-margin cite { display: block; margin-top: 16px; font-size: 13px; font-style: normal; font-family: "Hanken Grotesk"; font-weight: 700; }
.layout-sidebar { display: grid; grid-template-columns: 1fr 320px; gap: 48px; padding: 56px 0; }
.sidebar-form {
  background: var(--paper); border: 2px solid var(--ink); padding: 28px;
  position: sticky; top: 24px;
}
.sidebar-form h3 { font-size: 20px; margin-bottom: 16px; }
.sidebar-form label { display: block; font-family: "Hanken Grotesk"; font-size: 11px; font-weight: 700; text-transform: uppercase; margin: 10px 0 4px; }
.sidebar-form input, .sidebar-form textarea { width: 100%; padding: 10px; border: 1px solid var(--line); font-family: "Hanken Grotesk"; }
.sidebar-form .btn { width: 100%; justify-content: center; margin-top: 12px; }
.form-msg { margin-top: 10px; font-size: 13px; }
.areas { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.areas span { font-family: "Hanken Grotesk"; font-size: 12px; padding: 4px 10px; border: 1px solid var(--line); }
.site-footer { padding: 32px 0; border-top: 4px double var(--ink); text-align: center; font-family: "Hanken Grotesk"; font-size: 13px; }
.mobar { display: none; }
.ac { color: var(--accent); }
@media (max-width: 800px) {
  .body-columns { grid-template-columns: 1fr; }
  .layout-sidebar { grid-template-columns: 1fr; }
  #rev-pullquote.rev-margin { float: none; width: 100%; margin: 24px 0; }
  .mobar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; padding: 12px; gap: 10px; background: var(--paper); border-top: 1px solid var(--line); }
  .mobar .btn { flex: 1; justify-content: center; font-family: "Hanken Grotesk"; }
  body { padding-bottom: 68px; }
}
.hours { font-family: "Hanken Grotesk"; font-size: 14px; color: var(--muted); margin-top: 12px; }
#nav-call { font-family: "Hanken Grotesk"; }
.brand-logo { max-width: 200px; margin: 0 auto 8px; }
.hero-news .btn { margin-top: 8px; }
.sidebar-form .sub { font-family: "Hanken Grotesk"; font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.masthead-news .btn { margin-top: 12px; }
.body-columns .eyebrow { font-family: "Hanken Grotesk"; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
#quote { scroll-margin-top: 24px; }
