/* ============================================================
   Daily Pompano - theme styles. Tokens come from brand-tokens.css
   (enqueued first); every value here traces to CLAUDE.md or a DC.
   Class hooks are dp-<block> per architecture.md.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--dp-sand);
  color: var(--dp-near-black);
  font-family: var(--dp-font-ui);
  font-size: var(--dp-text-body);
  line-height: var(--dp-leading-body);
  text-wrap: pretty;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--dp-teal-ink); }
a:hover { color: var(--dp-deep-ink-navy); }
h1, h2, h3, h4 { font-family: var(--dp-font-serif); line-height: var(--dp-leading-head); color: var(--dp-near-black); margin: 0; }

.dp-wrap { max-width: var(--dp-max-width); margin: 0 auto; padding-left: var(--dp-gutter); padding-right: var(--dp-gutter); }
.dp-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.dp-skip { position: absolute; left: -9999px; background: var(--dp-deep-ink-navy); color: var(--dp-sand); padding: 12px 20px; z-index: 99; }
.dp-skip:focus { left: 12px; top: 12px; color: var(--dp-sand); }
:focus-visible { outline: 2px solid var(--dp-teal-ink); outline-offset: 2px; }

/* ---- Header: transcribed from design/Homepage.dc.html (values verbatim) ---- */
.dp-header { background: var(--dp-sand); }
/* utility bar */
.dp-utility { background: #10243F; color: #F4EFE6; }
.dp-utility__inner { display: flex; align-items: center; justify-content: space-between; height: 40px; font-size: 12px; letter-spacing: 0.04em; line-height: normal; }
.dp-utility__left { display: flex; align-items: center; gap: 22px; min-width: 0; }
.dp-utility__date { font-weight: 600; }
.dp-utility__date-short, .dp-utility__mobile { display: none; }
.dp-utility__sep { opacity: 0.35; }
.dp-utility__item { opacity: 0.85; white-space: nowrap; }
.dp-utility__dot { opacity: 0.62; }
.dp-utility__right { display: flex; align-items: center; gap: 20px; }
.dp-utility__right a, .dp-utility__right .dp-lang-trigger { color: #F4EFE6; opacity: 0.85; text-decoration: none; }
.dp-utility__right a:hover, .dp-utility__right .dp-lang-trigger:hover { color: #F4EFE6; opacity: 1; text-decoration: underline; }
.dp-lang-trigger { background: none; border: 0; padding: 0; margin: 0; font: inherit; cursor: pointer; }
/* masthead row (front page) */
.dp-masthead-row { display: flex; align-items: center; justify-content: space-between; padding-top: 34px; padding-bottom: 26px; }
.dp-masthead-row__tagline { width: 230px; font-size: 12px; color: #10243F; opacity: 0.62; line-height: 1.5; }
.dp-masthead-row__actions { width: 230px; display: flex; justify-content: flex-end; gap: 10px; flex: 0 0 auto; }
.dp-btn-outline, .dp-btn-coral {
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer; white-space: nowrap; flex: 0 0 auto; line-height: normal; /* DC <button> default */
  font-family: var(--dp-font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.dp-btn-outline { color: #10243F; background: transparent; border: 1px solid #10243F; padding: 10px 14px; }
.dp-btn-outline:hover { color: #10243F; text-decoration: none; }
.dp-btn-outline[aria-disabled="true"] { cursor: default; }
.dp-btn-coral { color: #14161A; background: #E4572E; border: 1px solid #E4572E; padding: 10px 16px; } /* text on coral: ALWAYS Near Black */
.dp-btn-coral:hover { color: #14161A; text-decoration: none; }
.dp-btn-coral__short { display: none; }
/* nav row */
.dp-nav { border-top: 1px solid #10243F; border-bottom: 1px solid #D6CFC4; }
.dp-nav__inner { display: flex; align-items: center; height: 48px; }
.dp-nav__list { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; height: 48px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; color: #10243F; }
.dp-nav__list a { color: #10243F; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.dp-nav__list a:hover { color: #10243F; text-decoration: underline; }
/* breaking strip */
.dp-breaking { background: #FBEFEA; border-bottom: 1px solid #D6CFC4; }
.dp-breaking__inner { display: flex; align-items: center; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.dp-breaking__tag { background: #E4572E; color: #14161A; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; padding: 5px 9px; flex: 0 0 auto; line-height: normal; }
.dp-breaking__hed { font-family: var(--dp-font-serif); font-size: 17px; font-weight: 600; color: #14161A; text-decoration: none; line-height: normal; }
.dp-breaking__hed:hover { color: #14161A; text-decoration: underline; }
/* compact inner header (design/Page Layouts.dc.html) */
.dp-compact { display: flex; align-items: center; padding-top: 18px; padding-bottom: 18px; border-bottom: 1px solid #10243F; gap: 24px; }
.dp-compact__nav { margin-left: auto; border: 0; }
.dp-compact__nav .dp-nav__list { gap: 24px; height: auto; font-size: 12px; letter-spacing: 0.1em; }
.dp-compact__support { padding: 8px 12px; letter-spacing: 0.08em; border: 0; }
/* hamburger (mobile only; DC 390px column) */
.dp-hamburger { display: none; width: 22px; height: 16px; padding: 0; border: 0; background: none; cursor: pointer; flex-direction: column; justify-content: space-between; flex: 0 0 auto; }
.dp-hamburger span { display: block; height: 2px; background: #10243F; }

/* ---- Masthead Block (self-sizing: POMPANO sets the width; per-size values from the DC) ---- */
.dp-masthead { display: inline-block; color: #10243F; line-height: normal; text-decoration: none; }
.dp-masthead--invert { color: #F4EFE6; }
.dp-masthead:hover { color: #10243F; text-decoration: none; }
.dp-masthead--invert:hover { color: #F4EFE6; }
.dp-masthead__daily { display: flex; justify-content: space-between; font-family: var(--dp-font-ui); font-weight: 500; }
.dp-masthead__rule { display: block; background: currentColor; }
.dp-masthead__name { display: block; font-family: var(--dp-font-serif); font-weight: 700; line-height: 0.92; letter-spacing: -0.02em; white-space: nowrap; }
.dp-masthead--56 .dp-masthead__daily { font-size: 15px; padding: 0 2px 8px; }
.dp-masthead--56 .dp-masthead__rule { height: 2px; }
.dp-masthead--56 .dp-masthead__name { font-size: 56px; margin-top: 6px; }
.dp-masthead--36 .dp-masthead__daily { font-size: 10px; padding: 0 1px 6px; }
.dp-masthead--36 .dp-masthead__rule { height: 1.5px; }
.dp-masthead--36 .dp-masthead__name { font-size: 36px; margin-top: 5px; }
.dp-masthead--29 .dp-masthead__daily { font-size: 8px; padding: 0 1px 4px; }
.dp-masthead--29 .dp-masthead__rule { height: 1.5px; }
.dp-masthead--29 .dp-masthead__name { font-size: 29px; margin-top: 4px; }
/* horizontal lockup (compact inner header) */
.dp-masthead-h { display: inline-flex; align-items: center; gap: 14px; color: #10243F; text-decoration: none; }
.dp-masthead-h:hover { color: #10243F; text-decoration: none; }
.dp-masthead-h__daily { display: flex; gap: 6.5px; font-family: var(--dp-font-ui); font-weight: 500; font-size: 12px; line-height: normal; }
.dp-masthead-h__rule { width: 1px; height: 26px; background: #10243F; }
.dp-masthead-h__name { font-family: var(--dp-font-serif); font-weight: 700; font-size: 29px; letter-spacing: -0.02em; line-height: 1; white-space: nowrap; }

/* ---- Fish mark ---- */
.dp-fish--invert { filter: invert(1); }

/* ---- Section head ---- */
.dp-section-head {
  border-top: 2px solid var(--dp-deep-ink-navy);
  padding-top: 10px; margin-bottom: 20px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
}
.dp-section-head__label {
  font-family: var(--dp-font-ui); font-size: var(--dp-text-kicker); font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--dp-deep-ink-navy);
}
.dp-section-head__more { font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }

/* ---- Kickers & pills ---- */
.dp-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--dp-teal-ink); }
.dp-pill { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; padding: 3px 9px; }
.dp-pill--breaking { background: var(--dp-signal-coral); color: var(--dp-near-black); } /* coral is a FILL, never small type */
.dp-pill--navy { border: 1px solid var(--dp-deep-ink-navy); color: var(--dp-deep-ink-navy); }
.dp-badge { display: inline-block; font-size: 13px; font-weight: 600; padding: 4px 12px; color: var(--dp-near-black); }
.dp-badge--pass { background: var(--dp-tint-pass); }
.dp-badge--fail { background: var(--dp-tint-fail); }
.dp-badge--neutral { background: #FFFFFF; border: 1px solid var(--dp-warm-gray); }

/* ---- Story list item ---- */
.dp-story { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--dp-warm-gray); }
.dp-story:last-child { border-bottom: 0; }
.dp-story--nothumb, .dp-story:not(:has(.dp-story__thumb)) { grid-template-columns: 1fr; }
.dp-story__thumb { aspect-ratio: 3 / 2; overflow: hidden; }
.dp-story__thumb img { width: 100%; height: 100%; object-fit: cover; }
.dp-story__body { display: flex; flex-direction: column; gap: 6px; }
.dp-story__kicker { display: flex; align-items: center; gap: 10px; }
.dp-story__hed { font-size: 22px; font-weight: 600; }
.dp-story__hed a { color: var(--dp-near-black); text-decoration: none; }
.dp-story__hed a:hover { color: var(--dp-teal-ink); }
.dp-story__dek { margin: 0; font-size: var(--dp-text-body); color: var(--dp-muted-slate); }
.dp-story__meta { display: flex; align-items: center; gap: 8px; font-size: var(--dp-text-caption); color: var(--dp-muted-slate); flex-wrap: wrap; }
.dp-story__meta a, .dp-story__hood { color: var(--dp-teal-ink); text-decoration: none; }

/* ---- Source stamp ---- */
.dp-source-stamp {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  border-top: 1px solid var(--dp-warm-gray); padding: 14px 0; margin-top: 8px;
  font-size: var(--dp-text-caption); color: var(--dp-muted-slate);
}
.dp-source-stamp__report { margin-left: auto; white-space: nowrap; }

/* ---- Share ---- */
.dp-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dp-share__label { font-size: 13px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--dp-deep-ink-navy); margin-right: 4px; }
.dp-share__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 16px; cursor: pointer;
  font-family: var(--dp-font-ui); font-size: 14px; font-weight: 600;
  background: #FFFFFF; color: var(--dp-near-black); border: 1px solid var(--dp-warm-gray);
  text-decoration: none;
}
.dp-share__btn:hover { border-color: var(--dp-deep-ink-navy); color: var(--dp-near-black); }
.dp-share__btn--copy { background: var(--dp-deep-ink-navy); color: var(--dp-sand); border-color: var(--dp-deep-ink-navy); }
.dp-share__btn--copy:hover { color: var(--dp-sand); background: #0B1B31; }
.dp-share__btn.is-copied { background: var(--dp-tint-pass); color: var(--dp-near-black); border-color: #9FBFBC; }
.dp-share__glyph { font-family: var(--dp-font-serif); font-weight: 700; font-size: 16px; line-height: 1; }
.dp-share__fallback { width: 100%; min-height: 44px; padding: 0 12px; font-size: 14px; border: 1px solid var(--dp-warm-gray); background: #FBEFEA; color: var(--dp-near-black); }
.dp-share--rail { flex-direction: column; align-items: stretch; position: sticky; top: 24px; }
.dp-share--rail .dp-share__btn { justify-content: flex-start; }
.dp-share--compact .dp-share__btn { padding: 0 12px; }

/* ---- Buttons ---- */
.dp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 22px; cursor: pointer; text-decoration: none;
  font-family: var(--dp-font-ui); font-size: 15px; font-weight: 600;
  background: var(--dp-deep-ink-navy); color: var(--dp-sand); border: 1px solid var(--dp-deep-ink-navy);
}
.dp-btn:hover { background: #0B1B31; color: var(--dp-sand); }
.dp-btn--coral { background: var(--dp-signal-coral); border-color: var(--dp-signal-coral); color: var(--dp-near-black); } /* text on coral: Near Black */
.dp-btn--coral:hover { background: #D14B24; color: var(--dp-near-black); }

/* ---- Inline CTA (navy block) ---- */
.dp-cta { background: var(--dp-deep-ink-navy); color: var(--dp-sand); padding: 28px 32px; margin: 36px 0; display: flex; flex-direction: column; gap: 16px; }
.dp-cta a { color: var(--dp-sand); }
.dp-cta__title { font-family: var(--dp-font-serif); font-size: var(--dp-text-h3); font-weight: 700; display: block; margin-bottom: 4px; }
.dp-cta__body { margin: 0; font-size: var(--dp-text-body); }
.dp-cta__form { display: flex; gap: 10px; flex-wrap: wrap; }
.dp-cta__input { flex: 1; min-width: 220px; min-height: 44px; padding: 0 14px; font-size: 16px; border: 1px solid var(--dp-warm-gray); background: #FFFFFF; color: var(--dp-near-black); }
.dp-cta__note { margin: 0; font-size: var(--dp-text-caption); opacity: 0.78; } /* dims sand on navy - stays over AA; no teal/coral inside */

/* ---- Article: transcribed from design/Page Layouts.dc.html §ARTICLE (values verbatim) ---- */
.dp-article { display: grid; grid-template-columns: 72px minmax(0, 1fr) 300px; gap: 40px; padding-top: 40px; padding-bottom: 48px; align-items: start; }
.dp-article__share .dp-share--rail { flex-direction: column; gap: 10px; position: sticky; top: 24px; }
.dp-article__share .dp-share__btn { width: 72px; min-height: 44px; flex-direction: column; justify-content: center; gap: 4px; padding: 6px 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; border: 1px solid #D6CFC4; background: #FFFFFF; color: #10243F; }
.dp-article__share .dp-share__btn--copy { background: #10243F; color: #F4EFE6; border-color: #10243F; }
.dp-article__main { max-width: 680px; min-width: 0; }
.dp-article__crumb { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; line-height: normal; }
.dp-article__crumb-cat { color: #0C6D76; text-decoration: none; }
.dp-article__crumb-sep { color: #D6CFC4; }
.dp-article__crumb-topic { color: #14161A; opacity: 0.62; text-decoration: none; }
.dp-article__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 44px; line-height: 1.1; letter-spacing: -0.015em; color: #10243F; margin: 0 0 16px; text-wrap: pretty; }
.dp-article__dek { font-family: var(--dp-font-serif); font-size: 21px; line-height: 1.5; color: #14161A; opacity: 0.85; margin-bottom: 24px; text-wrap: pretty; }
.dp-article__byline { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid #D6CFC4; border-bottom: 1px solid #D6CFC4; margin-bottom: 28px; }
.dp-article__avatar { width: 44px; height: 44px; border-radius: 50%; background: #FFFFFF; border: 1px solid #D6CFC4; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dp-article__byline-text { flex: 1; font-size: 13px; line-height: 1.5; }
.dp-article__by { font-weight: 600; color: #14161A; }
.dp-article__by a { color: #14161A; text-decoration: none; }
.dp-article__dates { opacity: 0.62; margin-top: 2px; }
.dp-article__figure { margin: 0; width: 100%; height: 400px; overflow: visible; }
.dp-article__figure img { width: 100%; height: 400px; object-fit: cover; display: block; }
.dp-article__caption { font-size: 12.5px; line-height: 1.5; color: #14161A; opacity: 0.65; padding: 10px 0 30px; border-bottom: 1px solid #D6CFC4; }
.dp-article__credit { opacity: 0.8; }
.dp-article__body { padding-top: 28px; }
.dp-article__body p { font-family: var(--dp-font-serif); font-size: 19px; line-height: 1.62; color: #14161A; margin: 0 0 22px; text-wrap: pretty; }
.dp-article__body h2, .dp-article__body h3 { margin: 1.4em 0 0.5em; color: #10243F; }
.dp-article__body blockquote { border-left: 3px solid #E4572E; padding: 4px 0 4px 22px; margin: 0 0 30px; }
.dp-article__body blockquote p { font-family: var(--dp-font-serif); font-size: 25px; line-height: 1.38; font-weight: 600; color: #10243F; margin: 0; }
.dp-article__body blockquote cite, .dp-article__body blockquote footer { display: block; font-family: var(--dp-font-ui); font-style: normal; font-size: 13px; color: #14161A; opacity: 0.65; margin-top: 12px; }
.dp-article__endmark { display: flex; align-items: center; gap: 14px; padding: 10px 0 26px; }
.dp-article__endrule { flex: 1; height: 1px; background: #D6CFC4; }
.dp-article__correction { background: #FBEFEA; border-left: 3px solid #E4572E; padding: 18px 20px; margin-bottom: 28px; }
.dp-article__correction-head { font-size: 11.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #10243F; margin-bottom: 8px; line-height: normal; }
.dp-article__correction-body { font-size: 14px; line-height: 1.6; color: #14161A; }
.dp-article__cta { background: #10243F; color: #F4EFE6; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dp-article__cta-title { font-family: var(--dp-font-serif); font-size: 22px; font-weight: 700; margin-bottom: 5px; line-height: normal; }
.dp-article__cta-body { font-size: 13.5px; line-height: 1.5; opacity: 0.85; }
.dp-article__cta-form { display: flex; gap: 8px; flex: 0 0 auto; position: relative; }
.dp-article__cta-input { font-family: var(--dp-font-ui); font-size: 14px; padding: 12px 14px; width: 200px; border: none; background: #F4EFE6; color: #14161A; line-height: normal; }
.dp-article__cta-btn { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: none; padding: 12px 18px; cursor: pointer; white-space: nowrap; line-height: normal; }
.dp-article__share-row { margin-top: 28px; }
.dp-article .dp-source-stamp { margin: 0 0 24px; }
.dp-rail-block__head--tight { font-size: 11.5px; margin-bottom: 12px; }
.dp-article__rel { display: block; padding: 12px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; text-decoration: none; }
.dp-article__rel:hover { color: #14161A; text-decoration: none; }
.dp-article__rel:hover .dp-article__rel-title { text-decoration: underline; }
.dp-article__rel-title { font-family: var(--dp-font-serif); font-size: 16px; font-weight: 600; line-height: 1.3; color: #10243F; text-wrap: pretty; }
.dp-article__rel-date { font-size: 11.5px; opacity: 0.62; margin-top: 5px; line-height: normal; }
@media (max-width: 960px) {
  .dp-article { grid-template-columns: 1fr; gap: 24px; padding-top: 20px; }
  .dp-article__share { display: none; } /* one share block only: the bottom row (approved 2026-09-20) */
  .dp-article__main { order: 1; }
  .dp-article__rail { order: 3; }
  .dp-article__dek { font-size: 18px; }
  .dp-article__figure, .dp-article__figure img { height: 220px; }
  .dp-article__cta { flex-direction: column; align-items: stretch; }
  .dp-article__cta-form { flex-wrap: wrap; }
  .dp-article__cta-input { flex: 1 1 180px; width: auto; }
}
.dp-related { margin-top: 36px; }
.dp-related__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.dp-related__list li { border-bottom: 1px solid var(--dp-warm-gray); }
.dp-related__list a { display: block; padding: 12px 0; font-family: var(--dp-font-serif); font-size: 18px; font-weight: 600; color: var(--dp-near-black); text-decoration: none; }
.dp-related__list a:hover { color: var(--dp-teal-ink); }

/* ---- Homepage ---- */
/* ---- Homepage: transcribed from design/Homepage.dc.html (values verbatim) ---- */
.dp-home { display: flex; flex-direction: column; }
.dp-photo-slot { background: repeating-linear-gradient(135deg, #DFD8CB 0 12px, #D6CFC4 12px 24px); display: flex; align-items: flex-end; padding: 14px; }
.dp-photo-slot__label { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #10243F; background: #F4EFE6; padding: 5px 8px; }
.dp-home__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0C6D76; margin: 20px 0 10px; line-height: normal; }
/* lead grid */
.dp-home__lead-grid { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding-top: 36px; padding-bottom: 44px; }
.dp-lead__photo { display: flex; width: 100%; height: 372px; overflow: hidden; }
.dp-lead__photo img { width: 100%; height: 100%; object-fit: cover; }
.dp-lead__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 46px; line-height: 1.08; letter-spacing: -0.015em; color: #10243F; margin: 0 0 14px; text-wrap: pretty; }
.dp-lead__hed a { color: #10243F; text-decoration: none; }
.dp-lead__hed a:hover { color: #10243F; text-decoration: underline; }
.dp-lead__dek { font-family: var(--dp-font-serif); font-size: 19px; line-height: 1.55; color: #14161A; margin: 0 0 16px; text-wrap: pretty; }
.dp-lead__meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #14161A; opacity: 0.72; line-height: normal; }
.dp-lead__by { font-weight: 600; }
.dp-lead__dot { opacity: 0.62; }
/* rail */
.dp-rail-block { border-top: 2px solid #10243F; padding-top: 12px; margin-bottom: 26px; }
.dp-rail-block__head { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 14px; line-height: normal; }
.dp-latest { display: flex; flex-direction: column; }
.dp-latest__item { display: block; padding: 13px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; text-decoration: none; }
.dp-latest__item:hover { color: #14161A; text-decoration: none; }
.dp-latest__item:hover .dp-latest__title { text-decoration: underline; }
.dp-latest__kicker { font-size: 10.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #0C6D76; margin-bottom: 5px; line-height: normal; }
.dp-latest__title { font-family: var(--dp-font-serif); font-size: 16.5px; font-weight: 600; line-height: 1.3; color: #10243F; text-wrap: pretty; }
.dp-latest__time { font-size: 11.5px; color: #14161A; opacity: 0.62; margin-top: 6px; line-height: normal; }
.dp-water { background: #10243F; color: #F4EFE6; padding: 20px; }
.dp-water__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; line-height: normal; }
.dp-water__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; font-size: 13px; }
.dp-water__label { opacity: 0.64; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 3px; line-height: normal; }
.dp-water__value { font-family: var(--dp-font-serif); font-size: 18px; font-weight: 600; line-height: normal; }
.dp-water__foot { border-top: 1px solid rgba(244, 239, 230, 0.22); margin-top: 16px; padding-top: 12px; font-size: 12px; opacity: 0.75; line-height: 1.5; }
/* section heads */
.dp-home__sechead { display: flex; align-items: baseline; justify-content: space-between; border-top: 2px solid #10243F; padding-top: 12px; margin-bottom: 22px; line-height: normal; }
.dp-home__sechead--tight { margin-bottom: 20px; }
.dp-home__sechead-label { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; }
.dp-home__sechead-more { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; }
/* three cards */
.dp-home__cards { padding-bottom: 44px; }
.dp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.dp-card { display: block; color: #14161A; text-decoration: none; }
.dp-card:hover { color: #14161A; text-decoration: none; }
.dp-card:hover .dp-card__title { text-decoration: underline; }
.dp-card__photo { width: 100%; height: 180px; overflow: hidden; padding: 10px; }
.dp-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.dp-card__photo .dp-photo-slot__label { font-size: 10px; padding: 4px 7px; }
.dp-card__kicker { font-size: 10.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #0C6D76; margin: 14px 0 8px; line-height: normal; }
.dp-card__title { font-family: var(--dp-font-serif); font-size: 21px; font-weight: 600; line-height: 1.24; color: #10243F; text-wrap: pretty; }
.dp-card__meta { font-size: 12.5px; color: #14161A; opacity: 0.64; margin-top: 9px; line-height: normal; }
/* newsletter band */
.dp-newsband { background: #0C6D76; color: #F4EFE6; }
.dp-newsband__inner { padding-top: 40px; padding-bottom: 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.dp-newsband__copy { max-width: 560px; }
.dp-newsband__title { font-family: var(--dp-font-serif); font-size: 30px; font-weight: 700; line-height: 1.15; margin-bottom: 8px; }
.dp-newsband__body { font-size: 15px; line-height: 1.55; opacity: 0.92; }
.dp-newsband__form { display: flex; gap: 10px; flex: 0 0 auto; position: relative; }
.dp-newsband__input { font-family: var(--dp-font-ui); font-size: 15px; padding: 14px 16px; width: 290px; border: none; background: #F4EFE6; color: #14161A; line-height: normal; }
.dp-newsband__btn { font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: none; padding: 14px 22px; cursor: pointer; line-height: normal; } /* text on coral: Near Black */
/* around town + obituaries + corrections */
.dp-home__bottom { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding-top: 44px; padding-bottom: 44px; }
.dp-around { display: flex; flex-direction: column; }
.dp-around__item { display: grid; grid-template-columns: 132px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; align-items: start; text-decoration: none; }
.dp-around__item:hover { color: #14161A; text-decoration: none; }
.dp-around__item:hover .dp-around__title { text-decoration: underline; }
.dp-around__photo { height: 88px; overflow: hidden; padding: 0; }
.dp-around__photo img { width: 100%; height: 100%; object-fit: cover; }
.dp-around__kicker { font-size: 10.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #0C6D76; margin-bottom: 6px; line-height: normal; }
.dp-around__title { font-family: var(--dp-font-serif); font-size: 20px; font-weight: 600; line-height: 1.26; color: #10243F; text-wrap: pretty; }
.dp-around__meta { font-size: 12.5px; color: #14161A; opacity: 0.64; margin-top: 7px; line-height: normal; }
.dp-rail-block__head--obits { border-top: 2px solid #10243F; padding-top: 12px; margin-bottom: 16px; }
.dp-obits { display: flex; flex-direction: column; }
.dp-obits__item { display: block; padding: 12px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; text-decoration: none; }
.dp-obits__item:hover { text-decoration: none; color: #14161A; }
.dp-obits__item:hover .dp-obits__name { text-decoration: underline; }
.dp-obits__name { font-family: var(--dp-font-serif); font-size: 17px; font-weight: 600; color: #10243F; line-height: normal; }
.dp-obits__detail { font-size: 12.5px; opacity: 0.62; margin-top: 4px; line-height: normal; }
.dp-corrbox { background: #FBEFEA; border-left: 3px solid #E4572E; padding: 16px; margin-top: 24px; }
.dp-corrbox__head { font-size: 11.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #10243F; margin-bottom: 8px; line-height: normal; }
.dp-corrbox__body { font-size: 13px; line-height: 1.55; color: #14161A; }
.dp-corrbox__link { display: inline-block; font-size: 12.5px; font-weight: 600; margin-top: 10px; line-height: normal; }
.home .dp-main { padding-bottom: 0; }

/* ---- Topic / archive ---- */
.dp-topic { padding-top: 36px; padding-bottom: 48px; }
/* ---- Topic head (legacy shape used by 404, obituary/good-news archives, author, subscribe, preferences) ---- */
.dp-topic__head { border-top: 2px solid var(--dp-deep-ink-navy); padding-top: 14px; margin-bottom: 8px; }
.dp-topic__title { font-size: var(--dp-text-h2); font-weight: 700; margin: 4px 0 8px; }
.dp-topic__desc { max-width: 720px; color: var(--dp-muted-slate); margin: 0 0 8px; }
.dp-topic__count { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); }
.dp-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 6px; }
.dp-chips a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border: 1px solid var(--dp-warm-gray); color: var(--dp-deep-ink-navy); text-decoration: none; font-size: 14px; font-weight: 600; }
.dp-chips a:hover { border-color: var(--dp-deep-ink-navy); }
/* ---- Topic / category (parts/part-topic-archive.php): transcribed from Page Layouts.dc.html §TOPIC ---- */
.dp-tp__head { padding: 40px 0 30px; border-bottom: 2px solid #10243F; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.dp-tp__intro { max-width: 640px; }
.dp-tp__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0C6D76; margin-bottom: 12px; line-height: normal; }
.dp-tp__title { font-family: var(--dp-font-serif); font-weight: 700; font-size: 52px; line-height: 1.04; letter-spacing: -0.02em; color: #10243F; margin: 0 0 14px; }
.dp-tp__desc { font-family: var(--dp-font-serif); font-size: 18.5px; line-height: 1.55; color: #14161A; opacity: 0.82; text-wrap: pretty; }
.dp-tp__desc p { margin: 0; }
.dp-tp__aside { flex: 0 0 auto; text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.dp-tp__search input { font-family: var(--dp-font-ui); font-size: 13.5px; padding: 11px 14px; width: 260px; border: 1px solid #D6CFC4; background: #FFFFFF; color: #14161A; line-height: normal; }
.dp-tp__count { font-size: 12.5px; color: #14161A; opacity: 0.64; line-height: normal; }
.dp-tp__follow { display: inline-block; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F4EFE6; background: #10243F; border: none; padding: 14px 22px; white-space: nowrap; text-decoration: none; line-height: normal; }
.dp-tp__follow:hover { color: #F4EFE6; text-decoration: none; background: #0B1B31; }
.dp-tp__filters { border-bottom: 1px solid #D6CFC4; }
.dp-tp__filters-inner { display: flex; align-items: center; gap: 10px; padding-top: 16px; padding-bottom: 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; flex-wrap: wrap; line-height: normal; }
.dp-tp__filters-label { color: #14161A; opacity: 0.62; letter-spacing: 0.12em; }
.dp-tp__chip { padding: 8px 13px; border: 1px solid #A9A296; background: transparent; color: #10243F; text-decoration: none; }
.dp-tp__chip.is-active { border-color: #10243F; background: #10243F; color: #F4EFE6; }
.dp-tp__list { padding-top: 8px; padding-bottom: 20px; }
.dp-tp__row { display: grid; grid-template-columns: 220px 1fr 108px; gap: 26px; padding: 24px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; align-items: start; text-decoration: none; }
.dp-tp__row:hover { color: #14161A; text-decoration: none; }
.dp-tp__row:hover .dp-tp__row-title { text-decoration: underline; }
.dp-tp__thumb { height: 140px; overflow: hidden; padding: 0; }
.dp-tp__thumb img { width: 100%; height: 100%; object-fit: cover; }
.dp-tp__row-kicker { font-size: 10.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #0C6D76; margin-bottom: 8px; line-height: normal; }
.dp-tp__row-title { font-family: var(--dp-font-serif); font-size: 25px; font-weight: 600; line-height: 1.22; color: #10243F; margin-bottom: 9px; text-wrap: pretty; }
.dp-tp__row-dek { font-family: var(--dp-font-serif); font-size: 16.5px; line-height: 1.5; color: #14161A; opacity: 0.78; margin-bottom: 10px; text-wrap: pretty; }
.dp-tp__row-meta { font-size: 12.5px; opacity: 0.64; line-height: normal; }
.dp-tp__row-date { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: #14161A; opacity: 0.62; text-align: right; padding-top: 2px; line-height: normal; }
.dp-tp__empty { padding: 24px 0; }
.dp-tp__more { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 30px 0 10px; }
.dp-tp__more a { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #10243F; background: transparent; border: 1px solid #10243F; padding: 14px 28px; text-decoration: none; line-height: normal; }
/* legacy article grid for singles not yet transcribed (good news, event) */
.dp-article--legacy { display: block; }
.dp-article--legacy .dp-article__layout { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: 44px; align-items: start; }
.dp-article--legacy .dp-share--inline-mobile { display: none; margin: 4px 0 20px; }
.dp-article--legacy .dp-article__figure { height: auto; }
.dp-article--legacy .dp-article__figure img { height: auto; }
@media (max-width: 900px) {
  .dp-tp__head { flex-direction: column; align-items: stretch; gap: 18px; padding: 20px 0 20px; }
  .dp-tp__title { font-size: 34px; }
  .dp-tp__aside { align-items: flex-start; text-align: left; }
  .dp-tp__search input { width: 100%; }
  .dp-tp__row { grid-template-columns: 96px 1fr; gap: 14px; padding: 16px 0; }
  .dp-tp__thumb { height: 64px; }
  .dp-tp__row-title { font-size: 19px; }
  .dp-tp__row-dek { display: none; }
  .dp-tp__row-date { display: none; }
  .dp-article--legacy .dp-article__layout { grid-template-columns: 1fr; gap: 0; }
  .dp-article--legacy .dp-share--rail { display: none; }
  .dp-article--legacy .dp-share--inline-mobile { display: flex; }
}
.dp-pagination { margin-top: 28px; }
.dp-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.dp-pagination a, .dp-pagination span.current {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 10px;
  text-decoration: none; border: 1px solid var(--dp-warm-gray); background: #FFFFFF; color: var(--dp-near-black); font-weight: 600;
}
.dp-pagination span.current { background: var(--dp-deep-ink-navy); color: var(--dp-sand); border-color: var(--dp-deep-ink-navy); }

/* ---- Obituary ---- */
.dp-guestbook__form { display: flex; flex-direction: column; gap: 14px; background: #FFFFFF; padding: 24px 26px; margin-top: 24px; }
.dp-guestbook__form label { font-size: 14px; font-weight: 600; display: flex; flex-direction: column; gap: 6px; }
.dp-guestbook__form input, .dp-guestbook__form textarea {
  min-height: 44px; padding: 10px 12px; font-size: 16px; font-family: var(--dp-font-ui);
  border: 1px solid var(--dp-warm-gray); background: var(--dp-sand); color: var(--dp-near-black);
}
.dp-guestbook__note { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); margin: 0; }
.dp-form-notice { padding: 14px 18px; font-size: 15px; margin: 0 0 18px; background: var(--dp-tint-pass); color: var(--dp-near-black); }
.dp-form-notice--warn { background: var(--dp-tint-fail); }
.dp-phone-fallback { font-size: 15px; color: var(--dp-muted-slate); }

/* ---- Good news ---- */
.dp-gn-subjects { border-top: 1px solid var(--dp-warm-gray); padding: 14px 0 4px; display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap; }
.dp-gn-subjects__label { font-size: 13px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--dp-deep-ink-navy); }
.dp-gn-subjects__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px 18px; flex-wrap: wrap; font-family: var(--dp-font-serif); font-size: 17px; font-weight: 600; }
.dp-gn-nominator { font-size: 15px; color: var(--dp-muted-slate); margin: 20px 0; }

/* ---- Alert row (storm + storm-term archive) ---- */
.dp-alert-row { background: #FFFFFF; padding: 20px 24px; border-bottom: 1px solid var(--dp-warm-gray); }
.dp-alert-row__top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.dp-alert-row__time { font-size: 13px; font-weight: 700; color: var(--dp-deep-ink-navy); letter-spacing: 0.04em; }
.dp-alert-row__copy {
  margin-left: auto; display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px;
  font-family: var(--dp-font-ui); font-size: 13px; font-weight: 600; cursor: pointer;
  background: none; border: 1px solid var(--dp-warm-gray); color: var(--dp-near-black);
}
.dp-alert-row__copy:hover { border-color: var(--dp-deep-ink-navy); }
.dp-alert-row__copy.is-copied { background: var(--dp-tint-pass); border-color: #9FBFBC; }
.dp-alert-row__hed { font-size: 21px; font-weight: 600; margin-bottom: 6px; }
.dp-alert-row__body { margin: 0 0 10px; font-size: var(--dp-text-body); }
.dp-alert-row__source { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); }

/* ---- Search (results page + 404) ---- */
.dp-searchform { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 8px; max-width: 560px; }
.dp-searchform__input { flex: 1; min-width: 220px; min-height: 44px; padding: 0 14px; font-size: 16px; font-family: var(--dp-font-ui); border: 1px solid var(--dp-warm-gray); background: #FFFFFF; color: var(--dp-near-black); }

/* ---- Breadcrumbs ---- */
.dp-crumbs { margin-bottom: 14px; }
.dp-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; flex-wrap: wrap; font-size: 13px; color: var(--dp-muted-slate); }
.dp-crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--dp-warm-gray); }
.dp-crumbs a { color: var(--dp-teal-ink); text-decoration: none; }
.dp-crumbs a:hover { text-decoration: underline; }

/* ---- Archive freshness stamp ---- */
.dp-freshness { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); margin: 0 0 6px; }

/* ---- Obituary archive cards ---- */
.dp-obit-archive { display: flex; flex-direction: column; }
.dp-obit-card { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--dp-warm-gray); text-decoration: none; }
.dp-obit-card__portrait { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: #FFFFFF; border: 1px solid var(--dp-warm-gray); }
.dp-obit-card__portrait img { width: 100%; height: 100%; object-fit: cover; }
.dp-obit-card__text { display: flex; flex-direction: column; gap: 3px; }
.dp-obit-card__name { font-family: var(--dp-font-serif); font-size: 21px; font-weight: 600; color: var(--dp-near-black); }
.dp-obit-card:hover .dp-obit-card__name { color: var(--dp-teal-ink); }
.dp-obit-card__meta { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); }
.dp-obit-archive__note { margin-top: 24px; }

/* ---- Author head ---- */
.dp-author-head { display: flex; gap: 24px; align-items: flex-start; }
.dp-author-head__photo { border-radius: 50%; }

/* ---- Preference / subscribe forms ---- */
.dp-check { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 400; flex-direction: row; }
.dp-check input { min-height: 0; width: 18px; height: 18px; }
.dp-pref-group { border: 1px solid var(--dp-warm-gray); padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; margin: 0; }
.dp-pref-group legend { font-size: 13px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--dp-deep-ink-navy); padding: 0 6px; }
.dp-pref-group--alerts { border-top: 2px solid var(--dp-deep-ink-navy); }

/* ---- Print: obituaries (families print these) ---- */
@media print {
  .dp-header, .dp-footer, .dp-share, .dp-breaking, .dp-guestbook__form, .dp-ob__form, .dp-ob__actions, .dp-ob__more, .dp-ob__box--line, .dp-crumbs, .dp-cta, .dp-skip { display: none !important; }
  body { background: #FFFFFF; }
  .dp-ob__grid { grid-template-columns: 1fr; gap: 24px; }
  .dp-ob__box--white { background: transparent; padding: 0; }
  .dp-ob__body p { font-size: 12pt; }
  a { color: inherit; text-decoration: none; }
}

/* ---- Footer: transcribed from design/Homepage.dc.html (values verbatim) ---- */
.dp-main { padding-bottom: 44px; }
.dp-footer { background: #10243F; color: #F4EFE6; padding: 44px 0 34px; }
.dp-footer a { color: #F4EFE6; }
.dp-footer__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; border-bottom: 1px solid rgba(244, 239, 230, 0.2); padding-bottom: 30px; }
.dp-footer__brand .dp-masthead { margin-bottom: 16px; }
.dp-footer__desc { font-size: 13px; line-height: 1.6; opacity: 0.78; max-width: 300px; }
.dp-footer__cols { display: flex; gap: 56px; }
.dp-footer__head { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.64; margin-bottom: 12px; line-height: normal; }
.dp-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; line-height: normal; }
.dp-footer__list a { color: #F4EFE6; opacity: 0.9; text-decoration: none; }
.dp-footer__list a:hover { color: #F4EFE6; opacity: 1; text-decoration: underline; }
.dp-footer__mark { width: 64px; height: 64px; opacity: 0.9; flex: 0 0 auto; object-fit: contain; }
.dp-footer__legal { display: flex; justify-content: space-between; font-size: 12px; opacity: 0.64; padding-top: 18px; line-height: normal; }
.dp-footer__legal a { text-decoration: none; }
.dp-footer__legal a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .dp-footer__top { flex-wrap: wrap; gap: 28px; }
  .dp-footer__cols { flex-wrap: wrap; gap: 24px 40px; }
  .dp-footer__legal { flex-direction: column; gap: 8px; }
}

/* ---- Responsive (mobile column designed at 390px) ---- */
@media (max-width: 640px) {
  .dp-wrap { padding-left: 20px; padding-right: 20px; }
  .dp-article__hed { font-size: 32px; }
  .dp-story { grid-template-columns: 96px 1fr; gap: 14px; }
}

/* ---- SUBMIT (template-submit.php) - Page Layouts 3 §SUBMISSION FORMS values (T-018) ---- */
.dp-submit { padding-top: 0; padding-bottom: 0; }
.dp-submit__head { padding: 34px 0 26px; border-bottom: 1px solid #D6CFC4; }
.dp-submit__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 40px; line-height: 1.07; letter-spacing: -0.018em; color: #10243F; margin: 0 0 12px; }
.dp-submit__dek { font-family: var(--dp-font-serif); font-size: 18px; line-height: 1.55; color: #14161A; max-width: 680px; text-wrap: pretty; } /* DC: 0.83 opacity -> solid Near Black */
.dp-submit__tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.dp-submit__tab { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #10243F; border: 1px solid #D6CFC4; text-decoration: none; }
.dp-submit__tab:hover { color: #10243F; text-decoration: underline; }
.dp-submit__tab.is-active { background: #10243F; color: #F4EFE6; border-color: #10243F; }
.dp-submit__tab.is-active:hover { text-decoration: none; }
.dp-submit__layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; padding: 32px 0 40px; align-items: start; }
.dp-submit__main { min-width: 0; }
.dp-submit__form { display: flex; flex-direction: column; gap: 30px; }
.dp-fieldset { border: 0; border-top: 2px solid #10243F; padding: 12px 0 0; margin: 0; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.dp-fieldset > legend { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 0; margin: 0 0 -6px; width: 100%; }
.dp-fieldset__name { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; }
.dp-fieldset__note { font-family: var(--dp-font-ui); font-size: 12px; color: #4A4F57; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 4px; }
.dp-field-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
.dp-field--wide { grid-column: 1 / -1; }
.dp-submit__form label, .dp-tips__form label { display: block; font-family: var(--dp-font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: #10243F; min-width: 0; }
.dp-submit__form label > input, .dp-submit__form label > select, .dp-submit__form label > textarea, .dp-tips__form label > input, .dp-tips__form label > textarea { display: block; margin-top: 7px; }
.dp-submit__form label > .dp-field__help, .dp-tips__form label > .dp-field__help { display: block; margin-top: 6px; }
.dp-submit__form input:not([type="checkbox"]), .dp-submit__form select, .dp-submit__form textarea,
.dp-tips__form input:not([type="checkbox"]), .dp-tips__form textarea {
  min-height: 46px; padding: 12px 14px; font-size: 16px; font-family: var(--dp-font-ui); font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.5;
  border: 1px solid #D6CFC4; background: #FFFFFF; color: #14161A; width: 100%; max-width: 100%; box-sizing: border-box;
} /* DC 14.5px -> 16px: body copy never below 16px */
.dp-submit__form input::placeholder, .dp-submit__form textarea::placeholder, .dp-tips__form input::placeholder, .dp-tips__form textarea::placeholder { color: #4A4F57; opacity: 1; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-submit__form input[type="file"], .dp-tips__form input[type="file"] { padding: 10px 14px; }
.dp-submit__form textarea, .dp-tips__form textarea { resize: vertical; }
.dp-req { display: inline; font-size: 10px; font-weight: 500; color: #4A4F57; letter-spacing: 0.06em; margin-left: 6px; }
.dp-field__help { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; color: #4A4F57; line-height: 1.45; } /* DC: 0.64 opacity -> solid Muted Slate */
.dp-checkgroup { border: 0; padding: 0; margin: 0; display: flex; gap: 10px 22px; flex-wrap: wrap; align-items: center; }
.dp-checkgroup > legend { font-family: var(--dp-font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: #10243F; padding: 0; margin-bottom: 8px; width: 100%; }
.dp-check { display: inline-flex !important; align-items: center; gap: 8px; font-size: 14px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; color: #14161A !important; min-height: 44px; }
.dp-check > input { margin-top: 0 !important; }
.dp-submit__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 6px; }
.dp-submit__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 30px; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: 0; cursor: pointer; }
.dp-submit__btn:hover { text-decoration: underline; color: #14161A; background: #E4572E; }
.dp-submit__free { font-family: var(--dp-font-ui); font-size: 13px; color: #4A4F57; } /* DC: 0.64 opacity -> solid Muted Slate */
.dp-submit__rail { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.dp-submit__box { background: #FFFFFF; border-top: 2px solid #10243F; padding: 20px; }
.dp-submit__box-h { font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin: 0 0 12px; line-height: normal; }
.dp-steps { list-style: none; margin: 0; padding: 0; }
.dp-steps li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid #D6CFC4; font-size: 13.5px; line-height: 1.55; color: #14161A; }
.dp-steps__n { font-family: var(--dp-font-serif); font-size: 17px; font-weight: 700; color: #4A4F57; line-height: 1.2; } /* DC: navy 0.7 opacity -> solid Muted Slate */
.dp-submit__other { border-top: 2px solid #10243F; padding-top: 12px; }
.dp-rail-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.dp-rail-links a { display: block; padding: 12px 0; border-bottom: 1px solid #D6CFC4; text-decoration: none; color: #14161A; }
.dp-rail-links a strong { display: block; font-family: var(--dp-font-serif); font-size: 16.5px; font-weight: 600; color: #10243F; }
.dp-rail-links a span { display: block; font-size: 12.5px; line-height: 1.45; color: #4A4F57; margin-top: 4px; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-rail-links a:hover strong { text-decoration: underline; }
.dp-submit__help { background: #10243F; color: #F4EFE6; padding: 20px; }
.dp-submit__help-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-family: var(--dp-font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #F4EFE6; }
.dp-submit__help .dp-phone-fallback { font-size: 13.5px; line-height: 1.6; color: #F4EFE6; margin: 0; }
.dp-submit__help .dp-phone-fallback a { color: #F4EFE6; }
.dp-submit .dp-coming--inline { padding: 0; }
.dp-coming--inline .dp-coming__title { font-size: 32px; }
@media (max-width: 860px) {
  .dp-submit__layout { grid-template-columns: 1fr; gap: 28px; padding-top: 24px; }
  .dp-submit__hed { font-size: 32px; }
  .dp-field-grid, .dp-field-grid--3 { grid-template-columns: 1fr; }
  .dp-submit__tab { padding: 0 14px; }
}

/* ---- Rail box (template-about.php rail) ---- */
.dp-rail-box { border-top: 2px solid var(--dp-deep-ink-navy); padding-top: 12px; }
.dp-rail-box__title { display: flex; align-items: center; gap: 8px; font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--dp-deep-ink-navy); margin: 0 0 12px; }
.dp-rail-box--help { background: #FFFFFF; padding: 16px 18px; border-top-width: 2px; }
.dp-rail-box--help .dp-phone-fallback { color: var(--dp-near-black); margin: 0; }

/* ---- Ghost button (secondary action next to a filled .dp-btn) ---- */
.dp-btn--ghost { background: transparent; color: var(--dp-deep-ink-navy); }
.dp-btn--ghost:hover { background: var(--dp-deep-ink-navy); color: var(--dp-sand); }

/* resources: see the DIRECTORY & RESOURCES block (Page Layouts values) */

/* ---- Calendar (template-calendar.php) ---- */
/* calendar: see the COMMUNITY CALENDAR block (Page Layouts 2 values) */
.dp-event__when { font-family: var(--dp-font-ui); font-size: 18px; font-weight: 600; color: var(--dp-deep-ink-navy); margin: 6px 0 0; }
.dp-event__recur { font-weight: 400; color: var(--dp-muted-slate); }
.dp-event__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px 24px; margin: 0 0 22px; padding: 18px 0; border-top: 2px solid var(--dp-deep-ink-navy); border-bottom: 1px solid var(--dp-warm-gray); }
.dp-event__facts > div { display: flex; flex-direction: column; gap: 4px; }
.dp-event__facts dt { font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--dp-deep-ink-navy); }
.dp-event__facts dd { margin: 0; font-size: 17px; }
.dp-event__ical { margin: 18px 0; }
@media (max-width: 860px) {
}

/* ---- TIPS (template-tips.php) - Page Layouts 3 §TIPS values, one 640px column (T-018) ---- */
.dp-tips { padding-top: 36px; padding-bottom: 48px; }
.dp-tips__col { max-width: 640px; }
.dp-tips__kicker { display: block; font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0C6D76; margin-bottom: 12px; }
.dp-tips__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 36px; line-height: 1.08; letter-spacing: -0.018em; color: #10243F; margin: 0 0 14px; text-wrap: pretty; }
.dp-tips__dek { font-family: var(--dp-font-serif); font-size: 17px; line-height: 1.58; color: #14161A; margin-bottom: 24px; text-wrap: pretty; } /* DC: 0.84 opacity -> solid Near Black */
.dp-tips__methods { background: #FFFFFF; border-top: 2px solid #10243F; padding: 20px; margin-bottom: 24px; }
.dp-tips__box-h { font-family: var(--dp-font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #10243F; margin: 0 0 14px; line-height: normal; }
.dp-tip-method { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid #D6CFC4; }
.dp-tip-method__name { font-family: var(--dp-font-ui); font-size: 15px; font-weight: 600; color: #10243F; }
.dp-tip-method__d { font-size: 12.5px; line-height: 1.45; color: #4A4F57; margin-top: 3px; } /* DC: 0.65 opacity -> solid Muted Slate */
.dp-tip-method__d a { color: #0C6D76; }
.dp-tip-method__level { font-family: var(--dp-font-ui); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 8px; color: #14161A; white-space: nowrap; }
.dp-tip-method__level--teal { background: #CFE0DE; }
.dp-tip-method__level--sand { background: #E8E1D4; }
.dp-tips__form { display: flex; flex-direction: column; gap: 14px; }
.dp-tips__check { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 10px !important; padding: 4px 0; font-size: 13.5px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; color: #14161A !important; line-height: 1.5; }
.dp-tips__check input { width: 16px; height: 16px; margin: 2px 0 0 !important; flex: 0 0 auto; accent-color: #10243F; }
.dp-tips__btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 0 16px; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: 0; cursor: pointer; }
.dp-tips__btn:hover { text-decoration: underline; color: #14161A; background: #E4572E; }
.dp-tips__promise { background: #FBEFEA; border-left: 3px solid #E4572E; padding: 16px 18px; margin-top: 22px; }
.dp-tips__promise-h { font-family: var(--dp-font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #10243F; margin-bottom: 8px; line-height: normal; }
.dp-tips__promise-p { font-size: 13.5px; line-height: 1.6; color: #14161A; }
.dp-tips__phone { margin-top: 18px; font-size: 15px; }
@media (max-width: 640px) { .dp-tips { padding-top: 24px; } .dp-tips__hed { font-size: 30px; } }

/* ---- About / ethics (template-about.php) ---- */
.dp-about__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.dp-about__prose { font-family: var(--dp-font-serif); font-size: var(--dp-text-body-lg); line-height: var(--dp-leading-body); max-width: 720px; }
.dp-about__prose h2 { font-size: var(--dp-text-h3); margin: 34px 0 10px; border-top: 2px solid var(--dp-deep-ink-navy); padding-top: 12px; }
.dp-about__prose h3 { font-size: 20px; margin: 24px 0 8px; }
.dp-about__prose p { margin: 0 0 18px; }
.dp-about__rail { display: flex; flex-direction: column; gap: 22px; }
.dp-about__rail p { font-size: 15px; margin: 0 0 12px; }
.dp-funding { list-style: none; margin: 0 0 10px; padding: 0; }
.dp-funding li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--dp-warm-gray); font-size: 15px; }
.dp-funding__pct { font-family: var(--dp-font-ui); font-weight: 700; color: var(--dp-deep-ink-navy); }
@media (max-width: 860px) { .dp-about__layout { grid-template-columns: 1fr; gap: 28px; } }

/* ---- Corrections log (template-corrections.php) ---- */
.dp-stats { list-style: none; margin: 18px 0 26px; padding: 0 0 18px; display: flex; gap: 36px; border-bottom: 1px solid var(--dp-warm-gray); flex-wrap: wrap; }
.dp-stats li { display: flex; flex-direction: column; gap: 2px; }
.dp-stats__n { font-family: var(--dp-font-serif); font-size: var(--dp-text-h2); font-weight: 700; color: var(--dp-deep-ink-navy); line-height: 1; }
.dp-stats__k { font-family: var(--dp-font-ui); font-size: var(--dp-text-caption); color: var(--dp-muted-slate); text-transform: uppercase; letter-spacing: 0.08em; }
/* corrections: see the ETHICS + CORRECTIONS block (Page Layouts 2 values) */

/* ---- Header at the DC's 390px mobile column ---- */
@media (max-width: 900px) {
  .dp-utility__inner { height: 34px; font-size: 11px; letter-spacing: 0; }
  .dp-utility__date, .dp-utility__sep, .dp-utility__weather, .dp-utility__tide, .dp-utility__right { display: none; }
  .dp-utility__date-short { display: inline; font-weight: 400; }
  .dp-utility__mobile { display: inline; }
  .dp-utility__left { justify-content: space-between; width: 100%; }
  .dp-masthead-row { padding-top: 18px; padding-bottom: 14px; border-bottom: 1px solid #10243F; }
  .dp-masthead-row__tagline, .dp-btn-outline { display: none; }
  .dp-hamburger { display: flex; }
  .dp-masthead-row .dp-masthead--56 .dp-masthead__daily { font-size: 8px; padding: 0 1px 4px; }
  .dp-masthead-row .dp-masthead--56 .dp-masthead__rule { height: 1.5px; }
  .dp-masthead-row .dp-masthead--56 .dp-masthead__name { font-size: 29px; margin-top: 4px; }
  .dp-masthead-row__actions { width: auto; }
  .dp-btn-coral { font-size: 10px; font-weight: 700; padding: 7px 9px; border: 0; }
  .dp-btn-coral__full { display: none; }
  .dp-btn-coral__short { display: inline; }
  .dp-nav { border-top: 0; }
  .dp-nav__inner { height: auto; }
  .dp-nav__inner { display: block; }
  .dp-nav__list { height: auto; gap: 14px; padding: 11px 0; font-size: 11px; letter-spacing: 0.1em; overflow-x: auto; white-space: nowrap; scrollbar-width: none; min-width: 0; max-width: 100%; }
  .dp-nav__list::-webkit-scrollbar { display: none; }
  .dp-nav.is-open .dp-nav__list { flex-wrap: wrap; white-space: normal; }
  .dp-breaking__inner { gap: 10px; padding-top: 10px; padding-bottom: 10px; }
  .dp-breaking__tag { font-size: 9.5px; letter-spacing: 0.12em; padding: 4px 7px; }
  .dp-breaking__hed { font-size: 13.5px; line-height: 1.3; }
  /* inner pages: hamburger | lockup | SUPPORT on one row, the scrolling nav row beneath */
  .dp-compact { flex-wrap: wrap; padding-top: 18px; padding-bottom: 0; gap: 0 12px; }
  .dp-compact .dp-masthead-h { margin: 0 auto; }
  .dp-compact__support { order: 3; }
  .dp-compact__nav { order: 4; width: 100%; margin: 14px 0 0; border-top: 1px solid #10243F; }
  .dp-compact__nav .dp-nav__list { gap: 14px; font-size: 11px; letter-spacing: 0.1em; width: 100%; }
}

/* ---- Homepage at the DC's 390px column ---- */
@media (max-width: 900px) {
  .dp-home__lead-grid { grid-template-columns: 1fr; gap: 0; padding-top: 16px; padding-bottom: 20px; }
  .dp-lead__photo { height: 200px; }
  .dp-home__kicker { font-size: 10px; margin: 14px 0 8px; }
  .dp-lead__hed { font-size: 26px; line-height: 1.13; letter-spacing: -0.01em; margin-bottom: 0; }
  .dp-lead__dek { font-size: 16px; margin: 10px 0 0; }
  .dp-lead__meta { font-size: 12px; opacity: 0.7; margin-top: 12px; gap: 8px; }
  .dp-desk-only { display: none; } /* DC mobile byline: "Marisol Étienne · 6 min" */
  .dp-lead__by { font-weight: 600; }
  .dp-home__rail { margin-top: 20px; }
  .dp-rail-block { padding-top: 10px; }
  .dp-rail-block__head { font-size: 11px; margin-bottom: 4px; }
  .dp-latest__item { padding: 12px 0; }
  .dp-latest__kicker { font-size: 9.5px; }
  .dp-latest__title { font-size: 16px; }
  .dp-cards { grid-template-columns: 1fr; gap: 22px; }
  .dp-newsband__inner { flex-direction: column; align-items: stretch; gap: 20px; padding-top: 28px; padding-bottom: 28px; }
  .dp-newsband__form { flex-wrap: wrap; }
  .dp-newsband__input { width: 100%; flex: 1 1 200px; }
  .dp-home__bottom { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; padding-bottom: 28px; }
  .dp-around__item { grid-template-columns: 96px 1fr; gap: 14px; }
  .dp-around__photo { height: 64px; }
}

/* ---- Coming-soon module (parts/part-coming-soon.php) ---- */
.dp-coming { padding-top: 56px; padding-bottom: 72px; }
.dp-coming__inner { max-width: 640px; display: flex; flex-direction: column; gap: 14px; }
.dp-coming__title { font-family: var(--dp-font-serif); font-size: 44px; font-weight: 700; line-height: 1.08; letter-spacing: -0.015em; color: #10243F; margin: 4px 0 0; text-wrap: pretty; }
.dp-coming__dek { font-family: var(--dp-font-serif); font-size: 19px; line-height: 1.55; color: #14161A; margin: 0; text-wrap: pretty; }
.dp-coming__status { font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; border-top: 2px solid #10243F; padding-top: 12px; margin: 10px 0 0; }
.dp-coming__form { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.dp-coming__label { font-family: var(--dp-font-ui); font-size: 14px; font-weight: 600; }
.dp-coming__row { display: flex; gap: 10px; flex-wrap: wrap; }
.dp-coming__input { flex: 1 1 260px; min-height: 44px; padding: 0 14px; font-size: 16px; font-family: var(--dp-font-ui); border: 1px solid #D6CFC4; background: #FFFFFF; color: #14161A; }
.dp-coming__note { font-size: var(--dp-text-caption); color: var(--dp-muted-slate); margin: 0; }
.dp-coming__tips { font-size: 15px; margin: 18px 0 0; }
@media (max-width: 900px) { .dp-coming { padding-top: 28px; padding-bottom: 40px; } .dp-coming__title { font-size: 30px; } }

/* ---------- ETHICS + CORRECTIONS - Page Layouts 2.dc.html §ABOUT / ETHICS + CORRECTIONS, values verbatim ---------- */
.dp-ethics, .dp-corrections { padding-top: 0; padding-bottom: 0; }
.dp-ethics__grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; }
.dp-ethics__prose, .dp-corrections__main { padding: 44px 44px 40px 0; }
.dp-ethics__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0C6D76; margin-bottom: 14px; line-height: normal; }
.dp-ethics__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 44px; line-height: 1.08; letter-spacing: -0.018em; color: #10243F; margin: 0 0 18px; text-wrap: pretty; }
.dp-ethics__intro { font-family: var(--dp-font-serif); font-size: 20px; line-height: 1.55; color: #3A3F47; padding-bottom: 24px; border-bottom: 1px solid #D6CFC4; margin-bottom: 28px; text-wrap: pretty; } /* DC: #14161A at 0.85 -> solid Caption Slate (rule 3) */
.dp-ethics__body h2 { font-family: var(--dp-font-serif); font-size: 23px; font-weight: 700; color: #10243F; margin: 0 0 9px; line-height: 1.25; }
.dp-ethics__body p { font-family: var(--dp-font-serif); font-size: 17.5px; line-height: 1.62; color: #14161A; margin: 0 0 26px; text-wrap: pretty; }
.dp-ethics__funding { background: #FFFFFF; border-top: 2px solid #10243F; padding: 22px 24px; margin-top: 6px; }
.dp-ethics__funding-head { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 12px; line-height: normal; }
.dp-ethics__funding-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid #D6CFC4; font-size: 14.5px; color: #14161A; }
.dp-ethics__funding-pct { font-family: var(--dp-font-serif); font-size: 16px; font-weight: 600; color: #10243F; white-space: nowrap; }
.dp-ethics__funding-note { font-size: 12.5px; color: #4A4F57; margin-top: 12px; line-height: 1.5; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-ethics__log { background: #FFFFFF; border-left: 1px solid #D6CFC4; padding: 44px 34px 40px; }
.dp-corrections__main .dp-corrlog { max-width: 720px; }
.dp-corrections__main .dp-ethics__intro { border-bottom: 0; padding-bottom: 0; margin-bottom: 8px; } /* the stats row carries the rule */
.dp-corrlog__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 10px; line-height: normal; }
.dp-corrlog__dek { font-size: 13.5px; line-height: 1.6; color: #3A3F47; margin-bottom: 8px; } /* DC: 0.78 opacity -> solid Caption Slate */
.dp-corrlog__stats { display: flex; gap: 20px; padding: 16px 0; border-top: 1px solid #D6CFC4; border-bottom: 2px solid #10243F; margin-bottom: 6px; }
.dp-corrlog__n { font-family: var(--dp-font-serif); font-size: 22px; font-weight: 700; color: #10243F; line-height: normal; }
.dp-corrlog__k { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #4A4F57; margin-top: 3px; line-height: normal; } /* DC: 0.68 opacity -> solid Muted Slate */
.dp-corrlog__row { padding: 16px 0; border-bottom: 1px solid #D6CFC4; }
.dp-corrlog__top { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.dp-corrlog__type { font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; padding: 3px 7px; background: #F7DCD1; color: #14161A; line-height: normal; }
.dp-corrlog__type--clar { background: #CFE0DE; }
.dp-corrlog__date { font-size: 11.5px; color: #4A4F57; line-height: normal; }
.dp-corrlog__story { font-family: var(--dp-font-serif); font-size: 16px; font-weight: 600; line-height: 1.3; color: #10243F; display: block; margin-bottom: 7px; text-decoration: none; }
.dp-corrlog__story:hover { text-decoration: underline; color: #10243F; }
.dp-corrlog__what { font-size: 13.5px; line-height: 1.55; color: #3A3F47; } /* DC: 0.8 opacity -> solid Caption Slate */
.dp-corrlog__empty { font-size: 13.5px; line-height: 1.55; color: #3A3F47; padding: 16px 0; border-bottom: 1px solid #D6CFC4; }
.dp-corrlog__all { display: inline-block; font-size: 12.5px; font-weight: 600; margin-top: 14px; color: #0C6D76; }
.dp-corrlog__box { background: #FBEFEA; border-left: 3px solid #E4572E; padding: 16px; margin-top: 22px; }
.dp-corrlog__box-head { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #10243F; margin-bottom: 8px; line-height: normal; }
.dp-corrlog__box-body { font-size: 13px; line-height: 1.55; color: #14161A; margin-bottom: 11px; }
.dp-corrlog__box-btn { display: block; width: 100%; box-sizing: border-box; text-align: center; font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; padding: 12px; min-height: 44px; text-decoration: none; } /* text on coral: Near Black */
.dp-corrlog__box-btn:hover { color: #14161A; text-decoration: underline; background: #E4572E; } /* #D14A24 would drop Near Black to 4.07:1 */
.dp-corrlog__box .dp-phone-fallback { font-size: 13px; color: #14161A; margin: 10px 0 0; }
@media (max-width: 960px) {
  .dp-ethics__grid { grid-template-columns: 1fr; }
  .dp-ethics__prose, .dp-corrections__main { padding: 24px 0 28px; }
  .dp-ethics__hed { font-size: 32px; }
  .dp-ethics__intro { font-size: 18px; }
  .dp-ethics__log { border-left: 0; border-top: 1px solid #D6CFC4; padding: 28px 40px 32px; margin: 0 -40px; }
}
@media (max-width: 640px) { .dp-ethics__log { padding-left: 20px; padding-right: 20px; margin: 0 -20px; } }

/* ---------- NEWSLETTER SIGNUP + PREFERENCE CENTER - Page Layouts 4.dc.html, values verbatim ---------- */
.dp-nl { padding-top: 0; padding-bottom: 0; }
.dp-nl__grid { display: grid; grid-template-columns: minmax(0, 1fr) 400px; }
.dp-nl__main { padding: 42px 44px 38px 0; }
.dp-nl__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0C6D76; margin-bottom: 12px; line-height: normal; }
.dp-nl__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 42px; line-height: 1.07; letter-spacing: -0.018em; color: #10243F; margin: 0 0 14px; text-wrap: pretty; }
.dp-nl__dek { font-family: var(--dp-font-serif); font-size: 18.5px; line-height: 1.55; color: #14161A; margin-bottom: 30px; text-wrap: pretty; }
.dp-nl__form { display: block; }
.dp-nl__step { margin: 0 0 28px; padding: 0; border: 0; min-width: 0; }
.dp-nl__step-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #10243F; margin-bottom: 12px; line-height: normal; padding: 0; }
.dp-nl__step-note { font-size: 13px; color: #4A4F57; margin: -6px 0 14px; line-height: normal; }
.dp-nl__input { width: 100%; box-sizing: border-box; font-family: var(--dp-font-ui); font-size: 16px; padding: 16px; border: 1px solid #10243F; background: #FFFFFF; color: #14161A; min-height: 44px; }
.dp-nl__cadences { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dp-nl__cadence { position: relative; display: block; border: 1px solid #D6CFC4; background: #FFFFFF; padding: 18px 18px 16px; cursor: pointer; color: #10243F; }
.dp-nl__cadence input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.dp-nl__cadence-top { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.dp-nl__dot { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid #A9A296; background: transparent; flex: 0 0 auto; box-sizing: border-box; }
.dp-nl__cadence-name { font-family: var(--dp-font-serif); font-size: 18px; font-weight: 700; }
.dp-nl__cadence-d { display: block; font-size: 13px; line-height: 1.5; color: #4A4F57; }
.dp-nl__cadence:has(input:checked) { background: #10243F; border-color: #10243F; color: #F4EFE6; }
.dp-nl__cadence:has(input:checked) .dp-nl__dot { background: #E4572E; border-color: #E4572E; }
.dp-nl__cadence:has(input:checked) .dp-nl__cadence-d { color: #DAD5CC; } /* DC: sand at 0.85 -> solid, AA on navy */
.dp-nl__cadence:has(input:focus-visible) { outline: 2px solid #0C6D76; outline-offset: 2px; }
.dp-nl__topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.dp-nl__topic { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; padding: 9px 0; border-bottom: 1px solid #D6CFC4; cursor: pointer; font-weight: 400; }
.dp-nl__topic input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.dp-nl__box { width: 17px; height: 17px; box-sizing: border-box; border: 1.5px solid #A9A296; background: #FFFFFF; margin-top: 2px; display: flex; align-items: center; justify-content: center; color: transparent; font-size: 11px; font-weight: 700; line-height: 1; }
.dp-nl__topic:has(input:checked) .dp-nl__box { background: #10243F; border-color: #10243F; color: #F4EFE6; }
.dp-nl__topic:has(input:focus-visible) .dp-nl__box { outline: 2px solid #0C6D76; outline-offset: 2px; }
.dp-nl__topic--locked { cursor: default; }
.dp-nl__topic-name { display: block; font-size: 15px; font-weight: 500; color: #14161A; line-height: normal; }
.dp-nl__topic-d { display: block; font-size: 12.5px; line-height: 1.45; color: #4A4F57; margin-top: 2px; }
.dp-nl__submit { width: 100%; font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: 0; padding: 18px; cursor: pointer; min-height: 44px; } /* text on coral: Near Black */
.dp-nl__submit:hover { text-decoration: underline; }
.dp-nl__fine { font-size: 12.5px; line-height: 1.55; color: #4A4F57; margin-top: 14px; text-align: center; }
.dp-nl__fine a { font-weight: 600; }
.dp-nl__rail { background: #FFFFFF; border-left: 1px solid #D6CFC4; padding: 42px 34px 38px; }
.dp-nl__rail-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 14px; line-height: normal; }
.dp-nl__preview { border: 1px solid #D6CFC4; background: #F4EFE6; padding: 18px; margin-bottom: 24px; }
.dp-nl__preview-when { font-size: 11px; color: #4A4F57; margin-bottom: 10px; line-height: normal; }
.dp-nl__preview-subject { font-family: var(--dp-font-serif); font-size: 17px; font-weight: 700; color: #10243F; line-height: 1.3; margin-bottom: 12px; }
.dp-nl__preview-item { display: grid; grid-template-columns: 10px 1fr; gap: 9px; padding: 6px 0; font-size: 13.5px; line-height: 1.5; color: #14161A; }
.dp-nl__preview-item span:first-child { color: #0C6D76; font-weight: 700; }
.dp-nl__promises { border-top: 2px solid #10243F; padding-top: 14px; }
.dp-nl__promise { display: grid; grid-template-columns: 16px 1fr; gap: 11px; padding: 11px 0; border-bottom: 1px solid #D6CFC4; font-size: 13.5px; line-height: 1.55; color: #14161A; }
.dp-nl__promise span:first-child { color: #0C6D76; font-weight: 700; }
.dp-nl__rail .dp-phone-fallback { font-size: 13.5px; margin: 18px 0 0; }
/* confirmation screen (DC "Almost done") */
.dp-confirm { background: #F4EFE6; border: 1px solid #D6CFC4; max-width: 560px; }
.dp-confirm__band { background: #10243F; color: #F4EFE6; padding: 26px 28px; }
.dp-confirm__band .dp-fish { display: block; margin-bottom: 16px; }
.dp-confirm__label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; color: #B3BAC5; line-height: normal; }
.dp-confirm__head { font-family: var(--dp-font-serif); font-size: 27px; font-weight: 700; line-height: 1.14; }
.dp-confirm__body { padding: 24px 28px 26px; }
.dp-confirm__text { font-family: var(--dp-font-serif); font-size: 16.5px; line-height: 1.58; color: #14161A; padding-bottom: 18px; border-bottom: 1px solid #D6CFC4; margin: 0 0 16px; text-wrap: pretty; }
.dp-confirm__next-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #10243F; margin-bottom: 12px; line-height: normal; }
.dp-confirm__next { list-style: none; margin: 0; padding: 0; }
.dp-confirm__next li { display: grid; grid-template-columns: 14px 1fr; gap: 11px; padding: 8px 0; font-size: 13.5px; line-height: 1.55; color: #14161A; }
.dp-confirm__next li::before { content: "·"; color: #0C6D76; font-weight: 700; }
.dp-confirm__offer { border-top: 1px solid #D6CFC4; margin-top: 18px; padding-top: 18px; }
.dp-confirm__offer p { font-size: 13.5px; line-height: 1.55; color: #14161A; margin: 0 0 12px; }
.dp-confirm__btn { display: block; width: 100%; box-sizing: border-box; text-align: center; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F4EFE6; background: #10243F; border: 1px solid #10243F; padding: 14px; min-height: 44px; text-decoration: none; }
.dp-confirm__btn:hover { color: #F4EFE6; text-decoration: underline; }
/* preference center */
.dp-pref__top { display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 18px 0; border-bottom: 1px solid #10243F; }
.dp-pref__for { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4A4F57; font-weight: 400; }
.dp-pref__email { font-family: var(--dp-font-ui); font-size: 14px; font-weight: 600; color: #10243F; padding: 8px 12px; border: 1px solid #10243F; background: #FFFFFF; min-height: 44px; width: 260px; max-width: 100%; box-sizing: border-box; }
.dp-pref__grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; }
.dp-pref__grid .dp-nl__main { padding: 36px 0 40px; }
.dp-pref__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 36px; line-height: 1.08; letter-spacing: -0.018em; color: #10243F; margin: 0 0 26px; }
.dp-pref__sec { border-top: 2px solid #10243F; padding-top: 12px; margin-bottom: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; line-height: normal; }
.dp-pref__sec--topics { margin: 34px 0 14px; }
.dp-pref__row { display: grid; grid-template-columns: 1fr 132px; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid #D6CFC4; cursor: pointer; font-weight: 400; }
.dp-pref__row-name { display: block; font-family: var(--dp-font-serif); font-size: 19px; font-weight: 600; color: #10243F; line-height: normal; }
.dp-pref__row-d { display: block; font-size: 13px; line-height: 1.5; color: #4A4F57; margin-top: 4px; }
.dp-pref__switch { display: flex; align-items: center; gap: 10px; justify-self: end; }
.dp-pref__state { font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #4A4F57; }
.dp-pref__switch .dp-pref__on { display: none; color: #0C6D76; }
.dp-pref__switch:has(input:checked) .dp-pref__on { display: inline; }
.dp-pref__switch:has(input:checked) .dp-pref__off { display: none; }
.dp-pref__switch input { appearance: none; -webkit-appearance: none; margin: 0; width: 42px; height: 24px; border-radius: 12px; background: #FFFFFF; border: 1px solid #A9A296; position: relative; cursor: pointer; flex: 0 0 auto; }
.dp-pref__switch input::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: #A9A296; }
.dp-pref__switch input:checked { background: #10243F; border-color: #10243F; }
.dp-pref__switch input:checked::after { left: auto; right: 2px; background: #F4EFE6; }
.dp-pref__switch input:focus-visible { outline: 2px solid #0C6D76; outline-offset: 2px; }
.dp-pref__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.dp-pref__chip { position: relative; cursor: pointer; }
.dp-pref__chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.dp-pref__chip span { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 500; padding: 10px 15px; border: 1px solid #A9A296; background: transparent; color: #10243F; box-sizing: border-box; }
.dp-pref__chip:has(input:checked) span { background: #10243F; border-color: #10243F; color: #F4EFE6; }
.dp-pref__chip:has(input:focus-visible) span { outline: 2px solid #0C6D76; outline-offset: 2px; }
.dp-pref__save { display: flex; align-items: center; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.dp-pref__save-btn { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F4EFE6; background: #10243F; border: 0; padding: 16px 30px; cursor: pointer; min-height: 44px; }
.dp-pref__save-note { font-size: 13px; color: #3A3F47; }
.dp-pref__rail { background: transparent; border-left: 0; padding: 36px 0 40px; }
.dp-pref__box { padding: 20px; margin-bottom: 20px; }
.dp-pref__box--white { background: #FFFFFF; border-top: 2px solid #10243F; }
.dp-pref__box--line { border: 1px solid #D6CFC4; }
.dp-pref__box-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 14px; line-height: normal; }
.dp-pref__box--line .dp-pref__box-h { margin-bottom: 10px; }
.dp-pref__box-t { font-size: 13.5px; line-height: 1.6; color: #14161A; margin-bottom: 16px; }
.dp-pref__box-btns { display: flex; flex-direction: column; gap: 9px; }
.dp-pref__ghost { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #10243F; background: transparent; border: 1px solid #10243F; padding: 13px; cursor: pointer; min-height: 44px; }
.dp-pref__unsub { width: 100%; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: #14161A; background: #E4572E; border: 0; padding: 14px; cursor: pointer; min-height: 44px; } /* text on coral: Near Black */
.dp-pref__why { margin-top: 12px; text-align: center; }
.dp-pref__why summary { font-size: 12.5px; font-weight: 600; color: #0C6D76; cursor: pointer; list-style: none; min-height: 44px; display: flex; align-items: center; justify-content: center; }
.dp-pref__why summary::-webkit-details-marker { display: none; }
.dp-pref__why textarea { width: 100%; box-sizing: border-box; margin-top: 8px; font-family: var(--dp-font-ui); font-size: 14px; padding: 10px; border: 1px solid #D6CFC4; }
.dp-pref__rail .dp-phone-fallback { font-size: 13.5px; }
@media (max-width: 960px) {
  .dp-nl__grid, .dp-pref__grid { grid-template-columns: 1fr; gap: 0; }
  .dp-nl__main, .dp-pref__grid .dp-nl__main { padding: 24px 0 28px; }
  .dp-nl__hed { font-size: 32px; }
  .dp-pref__hed { font-size: 30px; }
  .dp-nl__rail { border-left: 0; border-top: 1px solid #D6CFC4; padding: 28px 40px 32px; margin: 0 -40px; }
  .dp-pref__rail { border-top: 0; margin: 0; padding: 0 0 32px; }
  .dp-pref__top { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .dp-nl__rail { padding-left: 20px; padding-right: 20px; margin: 0 -20px; }
  .dp-nl__cadences { grid-template-columns: 1fr; }
  .dp-nl__topics { grid-template-columns: 1fr; gap: 0; }
  .dp-pref__for { flex-direction: column; align-items: flex-start; }
  .dp-pref__email { width: 100%; }
  .dp-pref__row { grid-template-columns: 1fr auto; gap: 12px; }
}

/* ---------- OBITUARY + GUEST BOOK - Page Layouts 7 - Community.dc.html, values verbatim ---------- */
.dp-ob { padding-top: 44px; padding-bottom: 40px; }
.dp-ob__grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; align-items: start; }
.dp-ob__main { max-width: 660px; }
.dp-ob__head { display: flex; gap: 28px; align-items: flex-start; margin-bottom: 30px; }
.dp-ob__portrait { width: 170px; height: 212px; flex: 0 0 auto; background: #DFD8CB; overflow: hidden; }
.dp-ob__portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-ob__name { font-family: var(--dp-font-serif); font-weight: 700; font-size: 40px; line-height: 1.08; letter-spacing: -0.015em; color: #10243F; margin: 0 0 10px; }
.dp-ob__years { font-family: var(--dp-font-serif); font-size: 21px; color: #14161A; margin-bottom: 16px; }
.dp-ob__place { font-size: 14.5px; line-height: 1.7; color: #14161A; }
.dp-ob__actions { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; align-items: center; }
.dp-ob__actions .dp-share { display: contents; }
.dp-ob__actions .dp-share__btn, .dp-ob__action { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-family: var(--dp-font-ui); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #10243F; background: transparent; border: 1px solid #10243F; padding: 9px 13px; cursor: pointer; text-decoration: none; }
.dp-ob__actions .dp-share__btn--copy { background: #10243F; color: #F4EFE6; } /* copy-link is the primary action (share spec) */
.dp-ob__actions .dp-share__btn:hover, .dp-ob__action:hover { text-decoration: underline; }
.dp-ob__actions .dp-share__btn svg, .dp-ob__actions .dp-share__glyph { width: 13px; height: 13px; }
.dp-ob__rule { height: 1px; background: #D6CFC4; margin-bottom: 26px; }
.dp-ob__body p { font-family: var(--dp-font-serif); font-size: 19px; line-height: 1.68; color: #14161A; margin: 0 0 22px; text-wrap: pretty; }
.dp-ob__end { display: flex; align-items: center; gap: 14px; padding: 12px 0 30px; }
.dp-ob__end span { flex: 1; height: 1px; background: #D6CFC4; }
.dp-ob__gb { border-top: 2px solid #10243F; padding-top: 14px; }
.dp-ob__gb-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.dp-ob__gb-h { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; }
.dp-ob__gb-n { font-size: 12.5px; color: #3A3F47; }
.dp-ob__gb-note { font-size: 14px; line-height: 1.6; color: #3A3F47; margin-bottom: 22px; }
.dp-ob__form { background: #FFFFFF; border: 1px solid #D6CFC4; padding: 22px; margin-bottom: 26px; }
.dp-ob__form-h { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #10243F; margin-bottom: 14px; }
.dp-ob__ta { width: 100%; box-sizing: border-box; min-height: 96px; border: 1px solid #D6CFC4; background: #F4EFE6; padding: 13px 14px; font-family: var(--dp-font-ui); font-size: 15px; line-height: 1.55; color: #14161A; margin-bottom: 12px; resize: vertical; }
.dp-ob__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.dp-ob__in { width: 100%; box-sizing: border-box; border: 1px solid #D6CFC4; background: #F4EFE6; padding: 12px 14px; font-family: var(--dp-font-ui); font-size: 14.5px; color: #14161A; min-height: 44px; }
.dp-ob__ta::placeholder, .dp-ob__in::placeholder { color: #4A4F57; opacity: 1; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-ob__form-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.dp-ob__post { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #14161A; background: #E4572E; border: 0; padding: 14px 26px; cursor: pointer; min-height: 44px; } /* text on coral: Near Black */
.dp-ob__post:hover { text-decoration: underline; }
.dp-ob__form-note { font-size: 13px; color: #3A3F47; }
.dp-ob__form .dp-phone-fallback { font-size: 13px; margin: 14px 0 0; }
.dp-ob__entry { padding: 18px 0; border-bottom: 1px solid #D6CFC4; }
.dp-ob__entry-top { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.dp-ob__entry-name { font-size: 15px; font-weight: 600; color: #10243F; }
.dp-ob__entry-where { font-size: 12.5px; color: #3A3F47; }
.dp-ob__entry-sp { flex: 1; }
.dp-ob__entry-when { font-size: 12px; color: #3A3F47; }
.dp-ob__entry-msg { font-family: var(--dp-font-serif); font-size: 17px; line-height: 1.6; color: #14161A; text-wrap: pretty; }
.dp-ob__more { padding-top: 20px; }
.dp-ob__more summary { list-style: none; display: inline-flex; align-items: center; min-height: 44px; font-family: var(--dp-font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: #10243F; background: transparent; border: 1px solid #10243F; padding: 13px 24px; cursor: pointer; }
.dp-ob__more summary::-webkit-details-marker { display: none; }
.dp-ob__more[open] summary { display: none; }
.dp-ob__more[open] { padding-top: 0; }
.dp-ob__box { padding: 20px; margin-bottom: 20px; }
.dp-ob__box--white { background: #FFFFFF; border-top: 2px solid #10243F; }
.dp-ob__box--rule { border-top: 2px solid #10243F; padding: 12px 0 0; }
.dp-ob__box--line { border: 1px solid #D6CFC4; padding: 18px; }
.dp-ob__box-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 14px; line-height: normal; }
.dp-ob__box--rule .dp-ob__box-h { margin-bottom: 12px; }
.dp-ob__box-h--sm { font-size: 11px; letter-spacing: 0.12em; margin-bottom: 10px; }
.dp-ob__svc { padding: 12px 0; border-bottom: 1px solid #D6CFC4; }
.dp-ob__svc-k { font-size: 10.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #3A3F47; margin-bottom: 4px; line-height: normal; }
.dp-ob__svc-v { font-size: 15px; line-height: 1.5; color: #14161A; }
.dp-ob__fund { font-size: 13.5px; line-height: 1.6; color: #14161A; margin-top: 14px; }
.dp-ob__recent { display: block; padding: 11px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; text-decoration: none; }
.dp-ob__recent:hover { color: #14161A; text-decoration: none; }
.dp-ob__recent:hover .dp-ob__recent-name { text-decoration: underline; }
.dp-ob__recent-name { font-family: var(--dp-font-serif); font-size: 16.5px; font-weight: 600; color: #10243F; }
.dp-ob__recent-d { font-size: 12.5px; color: #3A3F47; margin-top: 3px; }
.dp-ob__box-t { font-size: 13.5px; line-height: 1.6; color: #14161A; margin-bottom: 12px; }
.dp-ob__box-t a { color: #14161A; }
.dp-ob__box-link { font-size: 12.5px; font-weight: 600; display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 960px) {
  .dp-ob { padding-top: 24px; }
  .dp-ob__grid { grid-template-columns: 1fr; gap: 28px; }
  .dp-ob__head { gap: 18px; }
  .dp-ob__portrait { width: 120px; height: 150px; }
  .dp-ob__name { font-size: 30px; }
  .dp-ob__years { font-size: 18px; margin-bottom: 10px; }
}
@media (max-width: 640px) {
  .dp-ob__head { flex-direction: column; }
  .dp-ob__form-row { grid-template-columns: 1fr; }
}

/* ---------- COMMUNITY CALENDAR - Page Layouts 2.dc.html §COMMUNITY CALENDAR, values verbatim ---------- */
.dp-cal { padding-top: 0; padding-bottom: 0; }
.dp-cal__head { padding: 36px 0 26px; border-bottom: 2px solid #10243F; display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.dp-cal__head-text { max-width: 640px; }
.dp-cal__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 46px; line-height: 1.06; letter-spacing: -0.02em; color: #10243F; margin: 0 0 12px; }
.dp-cal__dek { font-family: var(--dp-font-serif); font-size: 18.5px; line-height: 1.55; color: #3A3F47; text-wrap: pretty; } /* DC: 0.82 opacity -> solid Caption Slate */
.dp-cal__head-btns { flex: 0 0 auto; display: flex; flex-direction: column; gap: 9px; }
.dp-cal__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: #10243F; border: 1px solid #10243F; padding: 13px 20px; text-align: center; text-decoration: none; }
.dp-cal__btn:hover { color: #10243F; text-decoration: underline; }
.dp-cal__btn--coral { font-weight: 700; color: #14161A; background: #E4572E; border-color: #E4572E; } /* text on coral: Near Black */
.dp-cal__btn--coral:hover { color: #14161A; }
.dp-cal__grid { display: grid; grid-template-columns: 262px minmax(0, 1fr); gap: 36px; padding: 30px 0 40px; align-items: start; }
.dp-cal__rail { display: block; }
.dp-cal__rail-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.dp-cal__rail-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; }
.dp-cal__reset { font-size: 11.5px; font-weight: 600; }
.dp-cal__group { border: 0; border-top: 1px solid #D6CFC4; padding: 14px 0; margin: 0; min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.dp-cal__group-h { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #4A4F57; margin-bottom: 2px; padding: 0; line-height: normal; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-cal__opt { position: relative; display: flex; align-items: center; gap: 9px; font-size: 14px; color: #14161A; font-weight: 400; cursor: pointer; min-height: 24px; }
.dp-cal__opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.dp-cal__box { width: 15px; height: 15px; box-sizing: border-box; border: 1.5px solid #A9A296; background: transparent; flex: 0 0 auto; }
.dp-cal__opt:has(input:checked) .dp-cal__box { background: #10243F; border-color: #10243F; }
.dp-cal__opt:has(input:focus-visible) .dp-cal__box { outline: 2px solid #0C6D76; outline-offset: 2px; }
.dp-cal__opt-l { flex: 1; }
.dp-cal__opt-n { font-size: 11.5px; color: #4A4F57; }
.dp-cal__apply { margin-top: 14px; width: 100%; font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F4EFE6; background: #10243F; border: 0; padding: 11px; cursor: pointer; min-height: 44px; }
.dp-cal__bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #D6CFC4; margin-bottom: 6px; }
.dp-cal__views { display: flex; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.dp-cal__views span { padding: 9px 15px; border: 1px solid #D6CFC4; color: #10243F; }
.dp-cal__views .is-active { background: #10243F; color: #F4EFE6; border-color: #10243F; }
.dp-cal__count { font-size: 13px; color: #4A4F57; } /* DC: 0.64 opacity -> solid Muted Slate */
.dp-cal__empty { font-size: 15px; color: #3A3F47; padding: 20px 0; margin: 0; }
.dp-cal__day { margin-bottom: 6px; }
.dp-cal__day-head { display: flex; align-items: center; gap: 12px; padding: 20px 0 12px; }
.dp-cal__day-label { font-family: var(--dp-font-serif); font-size: 21px; font-weight: 700; color: #10243F; margin: 0; }
.dp-cal__day-rule { flex: 1; height: 1px; background: #C3C8D0; } /* DC: navy at 0.25 on Sand */
.dp-cal__row { display: grid; grid-template-columns: 104px 1fr 132px; gap: 20px; padding: 15px 0; border-bottom: 1px solid #D6CFC4; color: #14161A; align-items: start; text-decoration: none; }
.dp-cal__row:hover { color: #14161A; text-decoration: none; }
.dp-cal__row:hover .dp-cal__title { text-decoration: underline; }
.dp-cal__time { font-family: var(--dp-font-serif); font-size: 16px; font-weight: 600; color: #14161A; }
.dp-cal__cell { min-width: 0; }
.dp-cal__pills { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; flex-wrap: wrap; }
.dp-cal__tag, .dp-cal__free { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 7px; line-height: normal; color: #14161A; background: #E8E1D4; }
.dp-cal__tag--navy { background: #10243F; color: #F4EFE6; }
.dp-cal__tag--coral { background: #F7DCD1; }
.dp-cal__tag--teal { background: #CFE0DE; }
.dp-cal__free { background: transparent; border: 1px solid #D6CFC4; color: #3A3F47; } /* DC: 0.7 opacity -> solid Caption Slate */
.dp-cal__title { display: block; font-family: var(--dp-font-serif); font-size: 19.5px; font-weight: 600; line-height: 1.26; color: #10243F; text-wrap: pretty; }
.dp-cal__where { display: block; font-size: 13px; color: #4A4F57; margin-top: 5px; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-cal__action { font-size: 12px; font-weight: 600; text-align: right; color: #0C6D76; }
.dp-cal__more { display: inline-flex; align-items: center; min-height: 44px; margin-top: 16px; font-size: 12.5px; font-weight: 600; }
@media (max-width: 960px) {
  .dp-cal__head { flex-direction: column; align-items: stretch; gap: 20px; padding-top: 24px; }
  .dp-cal__hed { font-size: 32px; }
  .dp-cal__head-btns { flex-direction: row; flex-wrap: wrap; }
  .dp-cal__btn { flex: 1 1 200px; }
  .dp-cal__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 20px; }
  .dp-cal__rail { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .dp-cal__rail-top, .dp-cal__apply { grid-column: 1 / -1; }
  .dp-cal__row { grid-template-columns: 84px 1fr; gap: 6px 14px; }
  .dp-cal__action { display: none; }
}
@media (max-width: 480px) { .dp-cal__rail { grid-template-columns: 1fr; } .dp-cal__row { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- DIRECTORY & RESOURCES - Page Layouts.dc.html §DIRECTORY & RESOURCES, values verbatim ---------- */
.dp-res { padding-top: 0; padding-bottom: 0; }
.dp-res__hero { padding: 40px 0 32px; border-bottom: 1px solid #D6CFC4; }
.dp-res__hed { font-family: var(--dp-font-serif); font-weight: 700; font-size: 46px; line-height: 1.06; letter-spacing: -0.02em; color: #10243F; margin: 0 0 12px; }
.dp-res__dek { font-family: var(--dp-font-serif); font-size: 18.5px; line-height: 1.55; color: #3A3F47; max-width: 680px; margin-bottom: 24px; text-wrap: pretty; } /* DC: 0.82 opacity -> solid Caption Slate */
.dp-res__search { display: flex; gap: 10px; max-width: 680px; }
.dp-res__search input { flex: 1; min-width: 0; font-family: var(--dp-font-ui); font-size: 15px; padding: 15px 16px; border: 1px solid #10243F; background: #FFFFFF; color: #14161A; min-height: 44px; }
.dp-res__search button { font-family: var(--dp-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F4EFE6; background: #10243F; border: 0; padding: 15px 26px; cursor: pointer; min-height: 44px; }
.dp-res__tasks { padding: 30px 0 34px; border-bottom: 1px solid #D6CFC4; }
.dp-res__sec-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin-bottom: 16px; line-height: normal; }
.dp-res__tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dp-res__tile { display: block; background: #FFFFFF; border: 1px solid #D6CFC4; padding: 18px; color: #14161A; text-decoration: none; }
.dp-res__tile:hover { color: #14161A; text-decoration: none; }
.dp-res__tile:hover .dp-res__tile-t { text-decoration: underline; }
.dp-res__tile-t { display: block; font-family: var(--dp-font-serif); font-size: 18px; font-weight: 600; line-height: 1.28; color: #10243F; margin-bottom: 6px; text-wrap: pretty; }
.dp-res__tile-d { display: block; font-size: 12.5px; line-height: 1.45; color: #4A4F57; } /* DC: 0.62 opacity -> solid Muted Slate */
.dp-res__groups { padding: 34px 0 20px; }
.dp-res__count, .dp-res__empty { font-size: 15px; color: #3A3F47; margin: 0 0 20px; }
.dp-res__group { margin-bottom: 38px; }
.dp-res__group-head { display: flex; align-items: baseline; justify-content: space-between; border-top: 2px solid #10243F; padding-top: 12px; margin-bottom: 4px; gap: 16px; }
.dp-res__group-h { font-family: var(--dp-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin: 0; }
.dp-res__group-note { font-size: 12px; color: #4A4F57; }
.dp-res__row { display: grid; grid-template-columns: minmax(0, 1.5fr) 150px minmax(0, 1fr) 92px; gap: 20px; align-items: center; padding: 14px 0; border-bottom: 1px solid #D6CFC4; }
.dp-res__name { font-size: 15.5px; font-weight: 600; color: #10243F; }
.dp-res__desc { font-size: 12.5px; color: #4A4F57; margin-top: 3px; } /* DC: 0.64 opacity -> solid Muted Slate */
.dp-res__phone { font-family: var(--dp-font-serif); font-size: 16px; font-weight: 600; color: #14161A; white-space: nowrap; }
.dp-res__phone a { color: #14161A; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.dp-res__phone a:hover { text-decoration: underline; }
.dp-res__pnote { display: block; font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 400; color: #4A4F57; white-space: normal; }
.dp-res__addr { font-size: 13px; color: #3A3F47; } /* DC: 0.72 opacity -> solid Caption Slate */
.dp-res__link { font-size: 12px; font-weight: 600; text-align: right; }
.dp-res__link a { display: inline-flex; align-items: center; min-height: 44px; }
.dp-res__storm { background: #10243F; color: #F4EFE6; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; gap: 36px; margin: 0 -40px; }
.dp-res__storm-text { max-width: 620px; }
.dp-res__storm-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.dp-res__storm-pill { background: #E4572E; color: #14161A; font-size: 10.5px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; padding: 4px 8px; line-height: normal; } /* text on coral: Near Black */
.dp-res__storm-when { font-size: 12px; color: #B3BAC5; } /* DC: 0.72 opacity on navy -> solid, AA */
.dp-res__storm-h { font-family: var(--dp-font-serif); font-size: 27px; font-weight: 700; line-height: 1.18; margin-bottom: 8px; }
.dp-res__storm-p { font-size: 14.5px; line-height: 1.55; color: #DAD5CC; } /* DC: 0.86 opacity -> solid */
.dp-res__storm-btns { display: flex; flex-direction: column; gap: 9px; flex: 0 0 auto; }
.dp-res__storm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: #F4EFE6; border: 1px solid rgba(244,239,230,0.5); padding: 13px 20px; text-align: center; text-decoration: none; }
.dp-res__storm-btn:hover { color: #F4EFE6; text-decoration: underline; }
.dp-res__storm-btn--coral { font-weight: 700; color: #14161A; background: #E4572E; border-color: #E4572E; } /* text on coral: Near Black */
.dp-res__storm-btn--coral:hover { color: #14161A; }
.dp-res__report { display: flex; align-items: center; gap: 14px; padding: 22px 0; margin: 0; font-size: 12.5px; color: #4A4F57; }
.dp-res__report a { font-weight: 600; }
.dp-res .dp-phone-fallback { font-size: 12.5px; margin: 0 0 24px; }
@media (max-width: 960px) {
  .dp-res__hero { padding-top: 24px; }
  .dp-res__hed { font-size: 32px; }
  .dp-res__tiles { grid-template-columns: repeat(2, 1fr); }
  .dp-res__row { grid-template-columns: 1fr 1fr; gap: 6px 16px; }
  .dp-res__row > div:first-child { grid-column: 1 / -1; }
  .dp-res__phone { grid-column: 1; grid-row: 2; }
  .dp-res__link { grid-column: 2; grid-row: 2; text-align: right; }
  .dp-res__addr { grid-column: 1 / -1; grid-row: 3; }
  .dp-res__storm { flex-direction: column; align-items: stretch; padding: 28px 40px; }
  .dp-res__storm-btns { flex-direction: row; flex-wrap: wrap; }
  .dp-res__storm-btn { flex: 1 1 160px; }
}
@media (max-width: 640px) {
  .dp-res__search { flex-direction: column; }
  .dp-res__tiles { grid-template-columns: 1fr; }
  .dp-res__storm { margin: 0 -20px; padding: 24px 20px; }
}

/* ---- Q&A BLOCK (GEO lever 3, T-015; parts/part-qa.php) - no DC; section-head + rule tokens only ---- */
.dp-qa { margin: 40px 0; border-top: 2px solid #10243F; padding-top: 18px; }
.dp-qa__h { font-family: var(--dp-font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #10243F; margin: 0 0 6px; }
.dp-qa__item { border-bottom: 1px solid #D6CFC4; }
.dp-qa__q { font-family: var(--dp-font-serif); font-size: 19px; font-weight: 600; line-height: 1.3; color: #10243F; padding: 14px 28px 14px 0; cursor: pointer; list-style: none; position: relative; min-height: 44px; box-sizing: border-box; }
.dp-qa__q::-webkit-details-marker { display: none; }
.dp-qa__q::after { content: "+"; position: absolute; right: 4px; top: 12px; font-family: var(--dp-font-ui); font-size: 22px; font-weight: 500; color: #0C6D76; }
.dp-qa__item[open] > .dp-qa__q::after { content: "\2212"; }
.dp-qa__q:hover { color: #0C6D76; }
.dp-qa__a { font-size: 16px; line-height: 1.6; color: #14161A; padding: 0 0 18px; max-width: 720px; }
.dp-qa__a p { margin: 0 0 10px; }
.dp-qa__a a { color: #0C6D76; }
@media (max-width: 720px) { .dp-qa__q { font-size: 17px; } }

/* ---- Language-availability notice (Neil, 2026-09-20; parts/part-language-notice.php) - the rollout is on hold ---- */
.dp-lang-notice { max-width: 420px; width: calc(100% - 40px); border: 0; padding: 28px 26px 24px; background: #F4EFE6; color: #14161A; box-shadow: 0 24px 60px rgba(16,36,63,0.28); }
.dp-lang-notice::backdrop { background: rgba(16,36,63,0.55); }
.dp-lang-notice__h { font-family: var(--dp-font-serif); font-size: 22px; font-weight: 700; color: #10243F; margin: 0 0 12px; }
.dp-lang-notice__p { font-size: 16px; line-height: 1.55; margin: 0 0 20px; }
.dp-lang-notice__close { width: 100%; }
