/* ==========================================================================
   THE PRIVATE OFFICE — WEBSITE
   article.css — page styles for the reusable news-article template only
   (sample route /news/leadership-in-service).
   Reuses the design system (tokens · base · components · site chrome);
   nothing in this file affects any other page.
   ========================================================================== */

/* Page-local visually hidden helper */
.ar-sr {
  position: absolute;
  width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   1 · BREADCRUMB — quiet institutional wayfinding (Home / News / Article)
   ========================================================================== */
.ar-crumbs {
  background: var(--c-white);
  border-bottom: 1px solid rgba(198, 161, 91, 0.22);
  padding: calc(var(--header-h) + var(--space-3)) clamp(20px, 4vw, 64px) var(--space-3);
}
.ar-crumbs__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.ar-crumbs__link, .ar-crumbs__here, .ar-crumbs__sep {
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}
.ar-crumbs__link { color: var(--navy-800); text-decoration: none; transition: color var(--dur-2) var(--ease-standard); }
.ar-crumbs__link:hover { color: var(--gold-600); }
.ar-crumbs__link:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: var(--r-xs); }
.ar-crumbs__sep { color: var(--gold-500); }
.ar-crumbs__here { color: var(--ink-mute); }

/* ==========================================================================
   2 · ARTICLE HEADER — centered navy band (category · date · title · intro)
   ========================================================================== */
.ar-hero {
  background: var(--grad-navy);
  color: var(--ivory-100);
  text-align: center;
  padding: var(--space-7) clamp(24px, 5vw, 64px);
}
.ar-hero__inner { max-width: 880px; margin-inline: auto; }
.ar-hero .eyebrow { color: var(--gold-400); }
.ar-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: var(--fw-medium);
  line-height: 1.14;
  letter-spacing: var(--track-display);
  color: var(--c-white);
  margin: 18px 0 18px;
  text-wrap: balance;
}
.ar-hero__meta {
  display: flex; align-items: center; justify-content: center;
  gap: 10px 16px; flex-wrap: wrap;
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: var(--track-wide);
  color: rgba(247, 242, 232, 0.66);
}
.ar-hero__time { display: inline-flex; align-items: center; gap: 8px; }
.ar-hero__meta .icon { width: 14px; height: 14px; color: var(--gold-400); }
.ar-hero__dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold-500);
}
.ar-hero__lead {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-light);
  line-height: 1.72;
  color: rgba(247, 242, 232, 0.74);
  max-width: 56ch;
  margin: 0 auto;
}

/* ==========================================================================
   3 · CONTENT BAND — ivory editorial ground
   ========================================================================== */
.ar-content { background: #FAF8F3; padding: var(--space-6) clamp(20px, 4vw, 64px) var(--space-7); }
.ar-inner { max-width: 1180px; margin-inline: auto; }

.ar-figure { margin: 0; }
.ar-figure img {
  display: block;
  width: 100%; height: auto;
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.ar-figure figcaption {
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: var(--fs-2xs);
  letter-spacing: var(--track-wide);
  line-height: 1.7;
  color: var(--ink-mute);
}

/* 3b · sample-content notice near the beginning of the article */
.ar-notice {
  margin: var(--space-4) 0;
  padding: 12px 18px;
  border-left: 2px solid var(--gold-500);
  background: var(--gold-50);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: var(--track-wide);
  line-height: 1.7;
  color: var(--ink-mute);
}

/* ==========================================================================
   4 · READING LAYOUT — article column + complementary aside
   ========================================================================== */
.ar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: var(--space-6);
  align-items: start;
}
.ar-body { max-width: 760px; }

.ar-section { margin-bottom: var(--space-5); }
.ar-section__title {
  position: relative;
  padding-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: var(--fw-semi);
  line-height: 1.2;
  letter-spacing: var(--track-display);
  color: var(--navy-800);
  margin: 0 0 14px;
}
.ar-section__title::before {                    /* quiet gold rule above each section */
  content: "";
  position: absolute; top: 0; left: 0;
  width: 42px; height: 2px;
  background: linear-gradient(90deg, #EAD7AC, #C6A15B);
}
.ar-section p {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  line-height: 1.82;
  color: var(--ink-soft);
  margin: 0 0 18px;
}

/* ==========================================================================
   5 · PULL QUOTE — elegant editorial callout, never attributed
   ========================================================================== */
.ar-quote { margin: var(--space-5) 0; text-align: center; }
.ar-quote::before {                             /* decorative open quote */
  content: "\201C";
  display: block;
  font-family: var(--font-display);
  font-size: 4.5rem; line-height: 0.6;
  color: var(--gold-500);
  margin-bottom: 16px;
}
.ar-quote__text p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: var(--fw-medium);
  line-height: 1.42;
  color: var(--navy-800);
  margin: 0 auto 18px;
  max-width: 27ch;
  text-wrap: balance;
}
.ar-quote__label {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--ink-mute);
}
.ar-quote__label::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--gold-500);
}

.ar-endnote {
  margin-top: var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(198, 161, 91, 0.3);
  font-family: var(--font-body);
  font-size: var(--fs-2xs);
  letter-spacing: var(--track-wide);
  line-height: 1.7;
  color: var(--ink-mute);
}

/* ==========================================================================
   6–7 · ASIDE PANELS — article information + share controls
   ========================================================================== */
.ar-aside { display: flex; flex-direction: column; gap: var(--space-4); }
.ar-panel {
  background: var(--c-white);
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 26px 26px 24px;
}
.ar-panel__title {
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--gold-600);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(198, 161, 91, 0.25);
}

/* 6 · article information ledger */
.ar-info__rows { margin: 0; }
.ar-info__row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(13, 27, 46, 0.07);
}
.ar-info__row:last-child { border-bottom: 0; padding-bottom: 2px; }
.ar-info__row dt {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: var(--track-wide);
  color: var(--ink-mute);
}
.ar-info__row dd {
  margin: 0;
  display: flex; align-items: center; gap: 8px;
  text-align: right;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--navy-800);
}
.ar-info__row dd .icon { width: 14px; height: 14px; color: var(--gold-600); flex: none; }

.ar-chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--warning-100);
  color: var(--warning-600);
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}

.ar-share__list { display: grid; gap: 10px; }
.ar-share__btn {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  background: var(--c-white);
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: var(--r-sm);
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--navy-800);
  cursor: pointer;
  transition:
    border-color var(--dur-2) var(--ease-standard),
    background-color var(--dur-2) var(--ease-standard);
}
.ar-share__btn:hover { border-color: var(--gold-500); background: var(--gold-50); }
.ar-share__btn:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }
.ar-share__btn .icon { width: 16px; height: 16px; color: var(--gold-600); flex: none; }
.ar-share__status {
  min-height: 20px;
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: var(--track-wide);
  color: var(--emerald-600);
}
.ar-share__note {
  margin: 10px 0 0;
  font-family: var(--font-body);
  font-size: var(--fs-2xs);
  line-height: 1.65;
  letter-spacing: var(--track-wide);
  color: var(--ink-mute);
}

/* ==========================================================================
   9 · BACK LINK — return to the News & Activities listing
   ========================================================================== */
.ar-back { margin-top: var(--space-6); text-align: center; }
.ar-back__link {
  display: inline-flex; align-items: center; gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(198, 161, 91, 0.55);
  font-family: var(--font-sub);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semi);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--navy-800);
  text-decoration: none;
  transition: color var(--dur-2) var(--ease-standard), border-color var(--dur-2) var(--ease-standard);
}
.ar-back__link .icon { width: 15px; height: 15px; color: var(--gold-600); transition: transform var(--dur-3) var(--ease-lux); }
.ar-back__link:hover { color: var(--gold-600); border-color: var(--gold-600); }
.ar-back__link:hover .icon { transform: translateX(-3px); }
.ar-back__link:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 4px; border-radius: var(--r-xs); }

/* ==========================================================================
   Responsive — tablet & mobile
   ========================================================================== */
@media (min-width: 1024px) {
  .ar-aside { position: sticky; top: calc(var(--header-h) + 20px); }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ar-layout { grid-template-columns: 1fr; }
  .ar-body { max-width: none; }
  .ar-share__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .ar-crumbs { padding-top: calc(var(--header-h) + var(--space-2)); }
  .ar-hero { padding: var(--space-6) clamp(20px, 5vw, 40px); }
  .ar-hero__title { font-size: clamp(1.875rem, 6.8vw, 2.25rem); }
  .ar-content { padding-block: var(--space-5) var(--space-6); }
  .ar-layout { grid-template-columns: 1fr; }
  .ar-body { max-width: none; }
  .ar-quote { padding-inline: 0; }
}
