/* Quick Cuts — SA SSD Network
   Shared stylesheet. Do not edit per issue. */

:root {
  --paper: #FBF9F5;
  --ink: #24272C;
  --muted: #5C6169;
  --teal: #10554F;
  --sand: #F1EAD9;
  --sand-rule: #D8CDB4;
  --sand-text: #6B6250;
  --rule: #DCD7CC;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 680px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:hover { text-decoration-thickness: 2px; }
a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
  border-radius: 2px;
}

.masthead {
  border-bottom: 2px solid var(--teal);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.masthead h1 {
  font-size: clamp(26px, 6vw, 32px);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.2;
}
.masthead .strap {
  font-size: 15px;
  color: var(--muted);
  margin: 0.35rem 0 0;
}
.masthead .who {
  font-size: 16px;
  color: var(--ink);
  margin: 0.75rem 0 0;
}

section { margin-bottom: 2.75rem; }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--rule);
}

figure.hero {
  margin: 0 0 1.5rem;
}
figure.hero a.photo-link {
  display: block;
  text-decoration: none;
}
figure.hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
figure.hero figcaption {
  margin-top: 0.6rem;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
}
figure.hero .credit {
  display: block;
  font-size: 14px;
  margin-top: 0.15rem;
}

.lead p { margin: 0 0 1rem; }
.lead p:last-child { margin-bottom: 0; }

/* Small photo in one column, text in the other.
   For a presenter or author photo at the top of Quick take. */
.byline {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.byline .photo-link {
  flex: 0 0 88px;
  display: block;
  text-decoration: none;
}
.byline img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}
.byline .text {
  flex: 1;
  min-width: 0;
}

.item { margin-bottom: 1.5rem; }
.item:last-child { margin-bottom: 0; }
.item h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0.2rem;
  line-height: 1.4;
}
.item p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}
.item .more {
  margin-top: 0.3rem;
  font-size: 16px;
  color: var(--ink);
}

.filetype {
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
}

.dates {
  background: var(--sand);
  border-radius: 8px;
  padding: 1.35rem 1.5rem;
}
.dates .eyebrow {
  border-bottom-color: var(--sand-rule);
  color: var(--sand-text);
}
.dates ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dates li {
  margin-bottom: 0.85rem;
  font-size: 16px;
}
.dates li:last-child { margin-bottom: 0; }
.dates .when {
  font-weight: 600;
  color: var(--ink);
}
.dates .note {
  margin: 1.15rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--sand-rule);
  font-size: 15px;
  color: var(--sand-text);
}
.dates a { color: #0D4640; }

/* Sub-group heading inside the dates box, for splitting
   Webinars from Engagements and Consultations. */
.dates .group {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sand-text);
  margin: 1.35rem 0 0.75rem;
}
.dates .group:first-of-type { margin-top: 0; }

footer {
  border-top: 1px solid var(--rule);
  padding-top: 1.5rem;
  font-size: 15px;
  color: var(--muted);
}
footer p { margin: 0 0 0.85rem; }
footer p:last-child { margin-bottom: 0; }

@media (max-width: 480px) {
  body { font-size: 16px; }
  .page { padding: 2rem 1rem 3rem; }
  .dates { padding: 1.15rem 1.15rem; }
  .byline { gap: 0.85rem; }
  .byline .photo-link { flex-basis: 72px; }
  .byline img { width: 72px; height: 72px; }
}

@media print {
  body { background: #fff; font-size: 11pt; }
  .page { max-width: none; padding: 0; }
  a { color: #000; }
  a[href^="http"]:not(.photo-link)::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    word-break: break-all;
    color: #444;
  }
  figure.hero img { max-width: 11cm; }
  .dates { background: #fff; border: 1pt solid #999; }
  section { page-break-inside: avoid; }
}
