/*
Theme Name: Dahlonega Townhouse
Theme URI: https://dahlonegatownhouse.com
Description: Warm domestic editorial block theme for dahlonegatownhouse.com -- a lifestyle and buyer guide to townhouse living in Dahlonega and North Georgia.
Version: 1.1.4
Template: twentytwentyfour
Author: Gold Peach Realty (WDF Factory)
Tags: block-theme, full-site-editing, editorial, guide, real-estate
*/

@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&family=Karla:wght@300;400;500;600;700&display=swap');

:root {
  --dt-cream:      #FAF5EC;
  --dt-cream-deep: #F0E7D6;
  --dt-linen:      #FFFCF6;
  --dt-ink:        #241D18;
  --dt-ink-soft:   #4A3E35;
  --dt-clay:       #9E5236;
  --dt-clay-dk:    #7C3E27;
  --dt-sage:       #7C8B72;
  --dt-sage-dk:    #5C6B54;
  --dt-brass:      #C08A2E;
  --dt-rule:       rgba(36,29,24,.12);
}

/* ---------- Atmosphere: a woven linen weave, not a noise grain ----------
   Deliberately distinct from the sibling golf theme's fractal-noise paper. */
body {
  background-color: var(--dt-cream);
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg stroke='%239E5236' stroke-width='.5' opacity='.10'%3E%3Cpath d='M0 4h16M0 12h16'/%3E%3Cpath d='M4 0v16M12 0v16'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-site-blocks { position: relative; z-index: 1; }

/* ---------- Typographic character: Newsreader display / Karla text ---------- */
h1, h2, h3, .dt-display {
  font-family: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  font-optical-sizing: auto;
  letter-spacing: -0.012em;
  color: var(--dt-ink);
}
body, p, li, input, button, textarea, select {
  font-family: 'Karla', system-ui, -apple-system, sans-serif;
}

/* ---------- Scale contrast: the H1 dominates outright ---------- */
.entry-content > h1:first-child,
.dt-page-title {
  font-size: clamp(2.5rem, 5.6vw, 4.5rem);
  line-height: 1.03;
  font-weight: 600;
  max-width: 19ch;
  margin: 0 0 .35rem;
  position: relative;
  padding-left: clamp(.9rem, 2vw, 1.5rem);
}
/* the hanging clay rule -- the signature mark of this site */
.entry-content > h1:first-child::before,
.dt-page-title::before {
  content: "";
  position: absolute;
  left: 0; top: .18em; bottom: .12em;
  width: 4px;
  background: linear-gradient(to bottom, var(--dt-clay), var(--dt-brass));
  border-radius: 2px;
}

/* the lede -- first paragraph after the H1 carries extra weight */
.entry-content > h1 + p {
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.55;
  color: var(--dt-sage-dk);
  max-width: 56ch;
  margin: 1.1rem 0 2rem;
  padding-left: clamp(.9rem, 2vw, 1.5rem);
}

/* ---------- Rhythm: uneven, editorial spacing ---------- */
.entry-content > h2 {
  margin-top: 3.75rem; margin-bottom: .7rem;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: var(--dt-clay-dk);
}
.entry-content > h2::after {
  content: ""; display: block; width: 3.25rem; height: 2px;
  background: var(--dt-sage); margin-top: .55rem; opacity: .8;
}
.entry-content > h3 {
  margin-top: 2.1rem; margin-bottom: .5rem;
  font-size: clamp(1.15rem, 1.7vw, 1.42rem); font-weight: 600;
}
/* measure-limited but LEFT aligned -- the constrained layout would otherwise
   centre any child narrower than contentSize and knock it out of line with the headings */
.entry-content > p  { margin-bottom: 1.1rem; max-width: 68ch; margin-left: 0; margin-right: auto; color: var(--dt-ink-soft); }
.entry-content > ul, .entry-content > ol { max-width: 66ch; margin-left: 0; margin-right: auto; margin-bottom: 1.4rem; padding-left: 1.35rem; }

/* the "In short" summary block -- the passage AI answer engines lift first */
.entry-content > p.gpr-tldr {
  background: var(--dt-cream);
  border-left: 4px solid var(--dt-brass);
  padding: 1.05rem 1.25rem;
  margin: 0 0 2.25rem;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--dt-ink);
  border-radius: 0 2px 2px 0;
}
.entry-content > p.gpr-tldr strong { color: var(--dt-clay-dk); }
.entry-content li { margin-bottom: .42rem; color: var(--dt-ink-soft); }
.entry-content a { color: var(--dt-clay); text-underline-offset: 3px; text-decoration-thickness: 1px; }
.entry-content a:hover { color: var(--dt-clay-dk); text-decoration-thickness: 2px; }
.entry-content blockquote {
  border-left: 3px solid var(--dt-sage);
  background: var(--dt-linen);
  margin: 1.8rem 0; padding: 1rem 1.25rem;
  font-family: 'Newsreader', Georgia, serif; font-size: 1.1rem;
}

/* ---------- Header: a slim masthead with a clay hairline ---------- */
.dt-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,245,236,.92);
  backdrop-filter: saturate(130%) blur(8px);
  border-bottom: 1px solid var(--dt-rule);
  box-shadow: inset 0 3px 0 0 var(--dt-clay);
}
.dt-header .wp-block-site-title a {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600; font-size: 1.3rem; color: var(--dt-ink);
  text-decoration: none; letter-spacing: -0.02em;
}
.dt-header .wp-block-site-title a:hover { color: var(--dt-clay); }
.dt-header .wp-block-navigation a {
  font-size: .93rem; font-weight: 500; color: var(--dt-ink-soft); text-decoration: none;
  padding-bottom: 3px; border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}
.dt-header .wp-block-navigation a:hover { color: var(--dt-clay); border-bottom-color: var(--dt-brass); }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--dt-clay); outline-offset: 3px; border-radius: 2px;
}

/* ---------- Masthead: typographic, no photograph ----------
   Distinct composition from the sibling golf theme's full-bleed photo hero. */
.dt-masthead {
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(124,139,114,.20) 0%, rgba(124,139,114,0) 60%),
    linear-gradient(180deg, var(--dt-linen) 0%, var(--dt-cream) 100%);
  border-bottom: 1px solid var(--dt-rule);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3.25rem);
}
.dt-masthead__inner { max-width: 1200px; margin: 0 auto; }
.dt-masthead__eyebrow {
  display: inline-block;
  font-family: 'Karla', sans-serif; font-size: .74rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dt-clay);
  margin-bottom: .9rem;
}
.dt-masthead__eyebrow::after {
  content: ""; display: inline-block; width: 2.5rem; height: 1px;
  background: var(--dt-brass); vertical-align: middle; margin-left: .7rem;
}
.dt-masthead__h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(2.6rem, 6.4vw, 5.25rem);
  font-weight: 600; line-height: .99; letter-spacing: -0.025em;
  color: var(--dt-ink); margin: 0 0 1rem; max-width: 15ch;
}
.dt-masthead__h1 em { font-style: italic; color: var(--dt-clay); }
.dt-masthead__tagline {
  font-family: 'Karla', sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.5; color: var(--dt-sage-dk); margin: 0; max-width: 46ch;
}

/* the above-the-fold GPR anchor -- required on every factory homepage */
.dt-masthead__anchor { margin: 1.6rem 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.dt-masthead__anchor a:first-child {
  display: inline-block; background: var(--dt-clay); color: #FCF3E9;
  font-family: 'Karla', sans-serif; font-weight: 700; font-size: .95rem;
  text-decoration: none; padding: .8rem 1.4rem; border-radius: 2px;
  min-height: 48px; line-height: 1.5;
  box-shadow: 0 10px 24px -16px rgba(124,62,39,.9);
  transition: background .16s ease, transform .16s ease;
}
.dt-masthead__anchor a:first-child:hover { background: var(--dt-clay-dk); transform: translateY(-2px); }
.dt-masthead__tel {
  color: var(--dt-clay-dk); font-weight: 700; text-decoration: none;
  display: inline-block; padding: .8rem 0; min-height: 48px; line-height: 1.5;
}
.dt-masthead__tel:hover { text-decoration: underline; }

/* ---------- "Start here" index rail -- grid-breaking editorial strip ---------- */
.dt-rail {
  background: var(--dt-sage-dk);
  border-top: 3px solid var(--dt-brass);
  padding: clamp(1.25rem, 3vw, 1.9rem) clamp(1rem, 4vw, 2.5rem);
}
.dt-rail__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0;
}
/* Contrast (measured 2026-08-07): brass #C08A2E on sage-dk #5C6B54 is 1.88:1 --
   far below the 4.5:1 minimum for this small uppercase text. Linen is 5.56:1.
   The brass accent is kept as a non-text rule, which carries no contrast duty. */
.dt-rail__label {
  grid-column: 1 / -1;
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--dt-linen); margin-bottom: .85rem;
}
.dt-rail__label::after {
  content: ""; display: inline-block; width: 2.25rem; height: 2px;
  background: var(--dt-brass); vertical-align: middle; margin-left: .7rem;
}
.dt-rail a {
  display: block; padding: .85rem 1.1rem;
  color: #F4F1E8; text-decoration: none;
  font-family: 'Newsreader', Georgia, serif; font-size: 1.06rem; line-height: 1.3;
  border-left: 1px solid rgba(255,255,255,.16);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.dt-rail a:first-of-type { border-left: 0; }
.dt-rail a:hover { background: rgba(0,0,0,.16); color: #fff; transform: translateX(3px); }
/* was rgba(244,241,232,.72) = 4.33:1 on sage-dk, below the 4.5:1 minimum;
   solid cream-deep measures 4.64:1 */
.dt-rail a span {
  display: block; font-family: 'Karla', sans-serif; font-size: .78rem;
  color: var(--dt-cream-deep); margin-top: .2rem; letter-spacing: .01em;
}

/* ---------- Canvas: a paper sheet, seated (not overlapping) ---------- */
.dt-canvas {
  background: var(--dt-linen);
  border: 1px solid var(--dt-rule);
  border-top: 0;
  padding: clamp(2rem, 4.5vw, 3.5rem) clamp(1.1rem, 4vw, 3.5rem) clamp(2.25rem, 4vw, 3.25rem);
  box-shadow: 0 24px 60px -44px rgba(36,29,24,.55);
}

/* ---------- GPR call-to-action (theme's own above-the-fold anchor) ---------- */
.dt-cta {
  margin: 2.75rem 0 0;
  background: linear-gradient(135deg, var(--dt-clay) 0%, var(--dt-clay-dk) 100%);
  border-left: 5px solid var(--dt-brass);
  padding: clamp(1.3rem, 3vw, 2rem) clamp(1.1rem, 3vw, 2rem);
  border-radius: 2px;
  box-shadow: 0 16px 38px -26px rgba(124,62,39,.85);
}
.dt-cta p { color: #FCEFE2; margin: 0 0 .95rem; max-width: 60ch; font-size: 1.02rem; }
.dt-cta a.dt-btn {
  display: inline-block; background: var(--dt-brass); color: #241D18;
  font-family: 'Karla', sans-serif; font-weight: 700; font-size: .95rem; text-decoration: none;
  padding: .78rem 1.4rem; border-radius: 2px; min-height: 48px; line-height: 1.5;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.dt-cta a.dt-btn:hover { background: #D9A044; transform: translateY(-2px); box-shadow: 0 12px 22px -12px rgba(0,0,0,.55); }
.dt-cta a.dt-tel {
  color: #F6D9A8; font-weight: 700; text-decoration: none;
  margin-left: 1rem; display: inline-block; padding: .78rem 0; min-height: 48px; line-height: 1.5;
}
.dt-cta a.dt-tel:hover { text-decoration: underline; }

/* ---------- Contact panel ---------- */
.dt-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin: 1.75rem 0; }
.dt-contact__card {
  background: var(--dt-cream); border: 1px solid var(--dt-rule);
  border-top: 3px solid var(--dt-sage);
  padding: 1.1rem 1.2rem; border-radius: 2px;
}
.dt-contact__card h3 {
  margin: 0 0 .4rem; font-size: .76rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--dt-sage-dk); font-family: 'Karla', sans-serif;
}
.dt-contact__card p { margin: 0; font-size: 1.02rem; color: var(--dt-ink-soft); }
.dt-contact__card a { color: var(--dt-clay); font-weight: 600; text-decoration: none; }
.dt-contact__card a:hover { text-decoration: underline; }

/* ---------- Blog cards ---------- */
.dt-card {
  background: var(--dt-cream);
  border: 1px solid var(--dt-rule);
  border-left: 3px solid var(--dt-clay);
  border-radius: 2px;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 4px 18px -14px rgba(36,29,24,.5);
  transition: transform .18s ease, box-shadow .18s ease, border-left-color .18s ease;
}
.dt-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -24px rgba(36,29,24,.5); border-left-color: var(--dt-brass); }
.dt-card .wp-block-post-title { margin: 0 0 .4rem; font-size: clamp(1.2rem,2vw,1.5rem); }
.dt-card .wp-block-post-title a { font-family: 'Newsreader', Georgia, serif; color: var(--dt-ink); text-decoration: none; }
.dt-card .wp-block-post-title a:hover { color: var(--dt-clay); }
.dt-card .wp-block-post-excerpt { color: var(--dt-ink-soft); font-size: .98rem; }

/* ---------- Search field ---------- */
.wp-block-search__input {
  border: 1px solid var(--dt-rule); background: var(--dt-linen);
  padding: .7rem .9rem; border-radius: 2px; font-size: 1rem; color: var(--dt-ink);
}
.wp-block-search__button {
  background: var(--dt-sage-dk); color: #FCF8F1; border: 0;
  padding: .7rem 1.2rem; border-radius: 2px; font-weight: 600; min-height: 48px;
  transition: background .16s ease;
}
.wp-block-search__button:hover { background: var(--dt-clay); }

/* ---------- FAQ markup carried over from the previous build ---------- */
.dg-faq-item {
  background: var(--dt-cream);
  border: 1px solid var(--dt-rule);
  border-left: 3px solid var(--dt-sage);
  padding: 1.05rem 1.2rem; margin-bottom: .8rem; border-radius: 2px;
}
.dg-faq-item strong {
  display: block; font-family: 'Newsreader', Georgia, serif; font-size: 1.06rem;
  color: var(--dt-clay-dk); margin-bottom: .38rem;
}

/* ---------- Footer (gpr-anchor mu-plugin splices the GPR blurb before </footer>) ---------- */
.dt-footer { background: var(--dt-ink); color: #CFC6BB; margin-top: 3.5rem; }
.dt-footer a { color: var(--dt-brass); }
.dt-footer .wp-block-site-title a { font-family: 'Newsreader', Georgia, serif; color: var(--dt-cream); text-decoration: none; }
.dt-footer .wp-block-navigation a { color: #CFC6BB; text-decoration: none; }
.dt-footer .wp-block-navigation a:hover { color: var(--dt-brass); text-decoration: underline; }
.dt-footer .gpr-anchor { color: #CFC6BB; border-top: 1px solid rgba(255,255,255,.14) !important; }
.dt-footer .gpr-anchor a { color: var(--dt-brass); }

/* ---------- Accessibility ---------- */
.dt-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--dt-clay-dk); color: #fff; padding: .7rem 1.1rem; text-decoration: none;
}
.dt-skip:focus { left: .5rem; top: .5rem; }

@media (max-width: 781px) {
  .dt-masthead { padding-top: 2rem; }
  .dt-rail__inner { grid-template-columns: 1fr; }
  .dt-rail a { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .dt-rail a:first-of-type { border-top: 0; }
  .dt-cta a.dt-tel { margin-left: 0; display: block; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
/* ---- Constrained-layout override -------------------------------------------
   WordPress emits `margin-left:auto !important; margin-right:auto !important`
   on every constrained-layout child, so any element narrower than contentSize
   gets centred -- which pushes the text column out of line with the full-width
   headings. Reassert left alignment; !important is required to beat it. */
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > .wp-block-search,
.entry-content > .wp-block-table,
.entry-content > .wp-block-image,
.entry-content > .wp-block-buttons,
.entry-content > .wp-block-quote,
.entry-content > .wp-block-pullquote,
.entry-content > .wp-block-details,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-preformatted {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* ============================================================================
   PHOTOGRAPHY (v1.1.0) -- editorial two-panel masthead
   The masthead was typographic-only, which read as unfinished. A washed-out
   background photo reads as a ghost, so the image gets its own panel at full
   strength and the type keeps its own uninterrupted cream field. The panel
   bleeds past the text column's right edge -- grid-breaking, not a centred hero.
   ========================================================================== */
.dt-masthead { box-shadow: inset 0 -1px 0 0 rgba(192,138,46,.45); }
.dt-masthead__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 1240px;
}
/* the H1's 15ch measure was set for a full-width masthead; in a half-width
   column it wraps to four lines, so let it run wider here */
.dt-masthead__type .dt-masthead__h1 {
  max-width: 100%;
  font-size: clamp(2.3rem, 3.6vw, 3.6rem);
}
.dt-masthead__type .dt-masthead__tagline { max-width: 42ch; }

.dt-masthead__media {
  position: relative;
  min-height: clamp(260px, 27vw, 400px);
}
.dt-masthead__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 2px;
  box-shadow: 0 34px 70px -38px rgba(36,29,24,.85);
}
/* a brass corner rule -- the same mark as the H1's hanging rule, rotated */
.dt-masthead__media::after {
  content: "";
  position: absolute;
  right: -10px; bottom: -10px;
  width: 62%; height: 42%;
  border-right: 3px solid var(--dt-brass);
  border-bottom: 3px solid var(--dt-brass);
  border-radius: 0 0 2px 0;
  pointer-events: none;
}

@media (max-width: 860px) {
  .dt-masthead__inner { grid-template-columns: 1fr; }
  .dt-masthead__media { min-height: 210px; margin-top: 1.75rem; }
  .dt-masthead__media::after { width: 45%; height: 38%; }
  .dt-masthead__type .dt-masthead__h1 { font-size: clamp(2.4rem, 8vw, 3.4rem); }
}

/* ============================================================================
   CORE BLOCK VOCABULARY (v1.1.0)
   The theme previously styled only its own authored components, so editor
   blocks fell back to bare browser defaults -- most visibly the pricing table.
   ========================================================================== */

/* ---------- Table: an editorial ledger, ruled not boxed ---------- */
.wp-block-table {
  margin: 2rem 0 2.35rem;
  overflow-x: auto;            /* required: a 3-col table blows out 320px */
  -webkit-overflow-scrolling: touch;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: .98rem;
  background: var(--dt-linen);
  border: 1px solid var(--dt-rule);
}
.wp-block-table thead th {
  background: var(--dt-sage-dk);
  color: #F4F1E8;
  font-family: 'Karla', sans-serif;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  text-align: left;
  padding: .85rem 1rem;
  border: 0;
}
.wp-block-table tbody td {
  padding: .82rem 1rem;
  border-top: 1px solid var(--dt-rule);
  color: var(--dt-ink-soft);
  vertical-align: top;
}
/* the first column is the row's subject -- give it the serif and the ink */
.wp-block-table tbody td:first-child {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.04rem;
  color: var(--dt-ink);
  font-weight: 500;
}
.wp-block-table tbody tr:nth-child(even) td { background: var(--dt-cream); }
.wp-block-table tbody tr:hover td { background: rgba(192,138,46,.09); }
.wp-block-table figcaption {
  margin-top: .6rem; font-size: .85rem; color: var(--dt-sage-dk); font-style: italic;
}

/* ---------- Image / figure: seated on paper with a soft drop ---------- */
.wp-block-image { margin: 2.1rem 0; }
.wp-block-image img {
  display: block; max-width: 100%; height: auto;
  border-radius: 2px;
  box-shadow: 0 22px 48px -30px rgba(36,29,24,.65);
}
.wp-block-image figcaption {
  margin-top: .65rem;
  font-family: 'Karla', sans-serif; font-size: .86rem; line-height: 1.5;
  color: var(--dt-sage-dk);
  padding-left: .75rem; border-left: 2px solid var(--dt-brass);
}
.wp-block-image.alignfull, .wp-block-image.alignwide { margin-left: 0 !important; }

/* ---------- Buttons ---------- */
.wp-block-buttons { margin: 1.9rem 0; display: flex; flex-wrap: wrap; gap: .75rem; }
.wp-block-button__link {
  background: var(--dt-clay); color: #FCF3E9;
  font-family: 'Karla', sans-serif; font-weight: 700; font-size: .95rem;
  text-decoration: none;
  padding: .8rem 1.4rem; border-radius: 2px;
  min-height: 48px; line-height: 1.5;
  display: inline-flex; align-items: center;
  box-shadow: 0 10px 24px -16px rgba(124,62,39,.9);
  transition: background .16s ease, transform .16s ease;
}
.wp-block-button__link:hover { background: var(--dt-clay-dk); transform: translateY(-2px); color: #FCF3E9; }
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent; color: var(--dt-clay-dk);
  border: 2px solid var(--dt-clay); box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--dt-clay); color: #FCF3E9; }

/* ---------- Quote / pullquote ---------- */
.wp-block-quote {
  border-left: 3px solid var(--dt-sage);
  background: var(--dt-linen);
  margin: 2rem 0; padding: 1.15rem 1.35rem;
  font-family: 'Newsreader', Georgia, serif; font-size: 1.12rem; line-height: 1.55;
  color: var(--dt-ink);
}
.wp-block-quote cite {
  display: block; margin-top: .6rem;
  font-family: 'Karla', sans-serif; font-style: normal;
  font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--dt-sage-dk);
}
.wp-block-pullquote {
  border: 0; border-top: 2px solid var(--dt-brass); border-bottom: 2px solid var(--dt-brass);
  background: transparent; padding: 1.6rem 0; margin: 2.6rem 0; text-align: left;
}
.wp-block-pullquote blockquote { border: 0; background: none; margin: 0; padding: 0; }
.wp-block-pullquote p {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.32;
  color: var(--dt-clay-dk); margin: 0; max-width: 34ch;
}
.wp-block-pullquote cite {
  display: block; margin-top: .7rem; font-family: 'Karla', sans-serif; font-style: normal;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dt-sage-dk);
}

/* ---------- Separator: a brass rule, not a grey line ---------- */
.wp-block-separator {
  border: 0; height: 2px; width: 4.5rem;
  background: linear-gradient(90deg, var(--dt-clay), var(--dt-brass));
  margin: 2.75rem 0; opacity: 1;
}
.wp-block-separator.is-style-wide { width: 100%; height: 1px; background: var(--dt-rule); }

/* ---------- Columns ---------- */
.wp-block-columns { margin: 2.1rem 0; gap: 2rem; }
@media (max-width: 781px) { .wp-block-columns { gap: 1.25rem; } }

/* ---------- Details / accordion ---------- */
.wp-block-details {
  background: var(--dt-cream);
  border: 1px solid var(--dt-rule);
  border-left: 3px solid var(--dt-sage);
  border-radius: 2px;
  padding: 1rem 1.2rem; margin: .8rem 0;
}
.wp-block-details summary {
  cursor: pointer;
  font-family: 'Newsreader', Georgia, serif; font-size: 1.06rem; font-weight: 600;
  color: var(--dt-clay-dk);
  list-style: none; position: relative; padding-right: 1.75rem;
  min-height: 32px; display: flex; align-items: center;
}
.wp-block-details summary::-webkit-details-marker { display: none; }
.wp-block-details summary::after {
  content: "+"; position: absolute; right: 0;
  font-family: 'Karla', sans-serif; font-size: 1.3rem; font-weight: 400;
  color: var(--dt-brass); line-height: 1;
  transition: transform .18s ease;
}
.wp-block-details[open] summary::after { content: "\2212"; }
.wp-block-details[open] summary { margin-bottom: .55rem; }
.wp-block-details > *:not(summary) { color: var(--dt-ink-soft); }

/* ---------- Code / preformatted ---------- */
.wp-block-code, .wp-block-preformatted {
  background: var(--dt-cream-deep); border: 1px solid var(--dt-rule);
  border-radius: 2px; padding: 1rem 1.15rem; margin: 1.6rem 0;
  font-size: .9rem; overflow-x: auto; color: var(--dt-ink);
}

/* ---------- Tap targets (measured 2026-08-07: both were under 44px) ---------- */
/* mobile nav toggle rendered at 24px tall */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  min-width: 48px; min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
}
/* Fluent Forms submit rendered at 42px */
.ff-btn-submit {
  min-height: 48px;
  padding-top: .75rem; padding-bottom: .75rem;
}
