/* =========================================================
   D.I.G.G.E.R. FIELD JOURNAL
   Field Tool 89 — Following the Flow of Thought, Part 2
   Print-first four-page companion edition
   ========================================================= */

@page {
  size: Letter portrait;
  margin: 0;
}

:root {
  --flowx-white: #ffffff;
  --flowx-ink: #22261f;
  --flowx-navy: #18314d;
  --flowx-muted: #5d635b;
  --flowx-olive: #69755f;
  --flowx-olive-dark: #4b5843;
  --flowx-olive-pale: #eef1eb;
  --flowx-bronze: #a57843;
  --flowx-bronze-dark: #7b5935;
  --flowx-bronze-pale: #f5efe7;
  --flowx-blue: #68818c;
  --flowx-blue-pale: #edf3f5;
  --flowx-rule: #b9bdb6;
  --flowx-rule-light: #d9dcd7;
  --flowx-serif: Georgia, "Times New Roman", serif;
  --flowx-sans: Arial, Helvetica, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #d7d7d7;
}

.book {
  margin: 0;
  padding: 0;
}

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

.page.flowx-page,
.page.flowx-page::before,
.page.flowx-page::after,
.flowx-sheet,
.flowx-sheet::before,
.flowx-sheet::after {
  background-color: var(--flowx-white) !important;
  background-image: none !important;
}

.page.flowx-page::before,
.page.flowx-page::after,
.flowx-sheet::before,
.flowx-sheet::after {
  content: none !important;
  display: none !important;
}

/* Physical sheet */
.flowx-page {
  width: 8.5in;
  height: 11in;
  min-height: 11in;
  margin: 0 auto 0.35in;
  overflow: hidden;
  color: var(--flowx-ink);
  background: var(--flowx-white);
  break-after: page;
  page-break-after: always;
}

.flowx-page:last-child {
  break-after: auto;
  page-break-after: auto;
}

.flowx-sheet {
  display: grid;
  grid-template-rows: 0.58in minmax(0, 1fr) 0.38in;
  width: 100%;
  height: 100%;
  padding-top: 0.34in;
  padding-bottom: 0.28in;
}

.flowx-page.page--right .flowx-sheet {
  padding-left: 0.82in;
  padding-right: 0.58in;
}

.flowx-page.page--left .flowx-sheet {
  padding-left: 0.58in;
  padding-right: 0.82in;
}

.flowx-content {
  min-height: 0;
  overflow: hidden;
}

/* Ribbon */
.flowx-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 2.95in;
  height: 0.42in;
  margin-left: 0.22in;
  padding: 0 0.34in 0 0.55in;
  background: var(--flowx-olive);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.flowx-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.25in;
  width: 0;
  height: 0;
  border-top: 0.21in solid transparent;
  border-bottom: 0.21in solid transparent;
  border-left: 0.25in solid var(--flowx-olive);
}

.flowx-ribbon__seal {
  position: absolute;
  left: -0.24in;
  display: grid;
  place-items: center;
  width: 0.54in;
  height: 0.54in;
  border: 3px solid #fff;
  border-radius: 50%;
  outline: 1px solid var(--flowx-olive-dark);
  background: var(--flowx-olive-dark);
  color: #fff;
  font-size: 14pt;
  letter-spacing: 0;
}

/* Hero */
.flowx-hero {
  text-align: center;
}

.flowx-workflow {
  display: inline-grid;
  grid-template-columns: 0.52in auto;
  gap: 0.12in;
  align-items: center;
  margin-bottom: 0.14in;
  text-align: left;
}

.flowx-workflow__letter {
  display: grid;
  place-items: center;
  width: 0.52in;
  height: 0.52in;
  border-radius: 50%;
  background: var(--flowx-blue);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 22pt;
  font-weight: 700;
}

.flowx-eyebrow {
  margin: 0;
  color: var(--flowx-blue);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.flowx-workflow__name {
  margin: 0.025in 0 0;
  font-family: var(--flowx-serif);
  font-size: 12pt;
  font-weight: 700;
  line-height: 1.05;
}

.flowx-continued {
  margin: 0 0 0.07in;
  color: var(--flowx-bronze-dark);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.flowx-hero h1 {
  margin: 0;
  color: var(--flowx-navy);
  font-family: var(--flowx-serif);
  font-size: 28pt;
  font-weight: 400;
  line-height: 1.05;
}

.flowx-hero--continued h1 {
  font-size: 24pt;
}

.flowx-deck {
  max-width: 6.1in;
  margin: 0.10in auto 0;
  color: var(--flowx-olive-dark);
  font-family: var(--flowx-sans);
  font-size: 10.5pt;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.flowx-rule {
  display: flex;
  align-items: center;
  gap: 0.12in;
  width: 3.25in;
  margin: 0.13in auto;
}

.flowx-rule::before,
.flowx-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--flowx-bronze);
}

.flowx-rule span {
  width: 0.09in;
  height: 0.09in;
  border: 1px solid var(--flowx-bronze);
  transform: rotate(45deg);
}

/* Shared section headings */
.flowx-section-head p,
.flowx-section-head h2 {
  margin: 0;
}

.flowx-section-head h2 {
  margin-top: 0.035in;
  font-family: var(--flowx-serif);
  font-size: 15pt;
  line-height: 1.08;
}

.flowx-section-head--row {
  display: flex;
  justify-content: space-between;
  gap: 0.22in;
  align-items: end;
}

.flowx-section-head--row>p {
  max-width: 2.2in;
  color: var(--flowx-muted);
  font-family: var(--flowx-serif);
  font-size: 10pt;
  font-style: italic;
  line-height: 1.2;
  text-align: right;
}

/* Worked examples */
.worked-example,
.flowx-insights,
.flowx-comparison,
.practice-passage,
.practice-prompts,
.practice-workspace,
.flow-mistakes,
.flow-use,
.flow-review {
  margin-top: 0.18in;
  padding: 0.16in 0.18in;
  border: 1px solid var(--flowx-rule);
  background: #fff;
  break-inside: avoid;
}

.worked-example__header {
  display: flex;
  justify-content: space-between;
  gap: 0.20in;
  align-items: end;
  margin-bottom: 0.13in;
}

.worked-example__header p,
.worked-example__header h2 {
  margin: 0;
}

.worked-example__header h2 {
  margin-top: 0.035in;
  font-family: var(--flowx-serif);
  font-size: 16pt;
  line-height: 1.05;
}

.worked-example__header>p {
  max-width: 2.5in;
  color: var(--flowx-muted);
  font-family: var(--flowx-serif);
  font-size: 10pt;
  font-style: italic;
  line-height: 1.2;
  text-align: right;
}

/* Hypotactic outlines */
.hypotactic-outline {
  padding: 0.17in 0.18in;
  border-left: 4px solid var(--flowx-olive);
  background: var(--flowx-olive-pale);
}

.worked-example--second .hypotactic-outline {
  margin-top: 0;
}

.outline-line {
  display: grid;
  grid-template-columns: 0.95in minmax(0, 1fr);
  gap: 0.11in;
  align-items: baseline;
  min-height: 0.25in;
}

.outline-line+.outline-line {
  margin-top: 0.07in;
}

.outline-line--level-2 {
  margin-left: 0.30in;
}

.outline-line--level-3 {
  margin-left: 0.60in;
}

.outline-line__label {
  color: var(--flowx-bronze-dark);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.outline-line__text {
  font-family: var(--flowx-serif);
  font-size: 11pt;
  line-height: 1.25;
}

.outline-line--main .outline-line__text {
  color: var(--flowx-olive-dark);
  font-size: 12pt;
  font-weight: 700;
}

/* Insights */
.flowx-insights {
  background: var(--flowx-blue-pale);
}

.flowx-insights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.12in;
  margin-top: 0.13in;
}

.flowx-insights__grid article {
  padding: 0.13in 0.15in;
  border: 1px solid var(--flowx-rule-light);
  background: #fff;
}

.flowx-insights__grid h3,
.flowx-comparison__grid h3 {
  margin: 0 0 0.04in;
  color: var(--flowx-olive-dark);
  font-family: var(--flowx-serif);
  font-size: 11.5pt;
  line-height: 1.1;
}

.flowx-insights__grid p,
.flowx-comparison__grid p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.28;
}

/* Notes */
.flowx-note {
  display: grid;
  grid-template-columns: 0.38in minmax(0, 1fr);
  gap: 0.11in;
  align-items: start;
  margin-top: 0.17in;
  padding: 0.14in 0.16in;
  border-left: 4px solid var(--flowx-bronze);
  background: var(--flowx-bronze-pale);
}

.flowx-note>span {
  display: grid;
  place-items: center;
  width: 0.34in;
  height: 0.34in;
  border-radius: 50%;
  background: var(--flowx-bronze-dark);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 11pt;
  font-weight: 700;
}

.flowx-note h2 {
  margin: 0 0 0.03in;
  color: var(--flowx-bronze-dark);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.flowx-note p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.3;
}

/* Comparison */
.flowx-comparison {
  background: var(--flowx-bronze-pale);
}

.flowx-comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.14in;
  margin-top: 0.13in;
}

.flowx-comparison__grid>div {
  padding: 0.13in 0.15in;
  border: 1px solid var(--flowx-rule-light);
  background: #fff;
}

/* Practice passage */
.practice-passage blockquote {
  margin: 0.13in 0 0;
  padding: 0.15in 0.18in;
  border-left: 4px solid var(--flowx-olive);
  background: var(--flowx-olive-pale);
  font-family: var(--flowx-serif);
  font-size: 10.5pt;
  line-height: 1.4;
}

.practice-passage>p {
  margin: 0.07in 0 0;
  color: var(--flowx-muted);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
  text-align: right;
}

/* Practice prompts */
.practice-prompts {
  background: var(--flowx-blue-pale);
}

.practice-prompts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.12in;
  margin-top: 0.13in;
}

.practice-prompts__grid article {
  display: grid;
  grid-template-columns: 0.34in minmax(0, 1fr);
  gap: 0.09in;
  align-items: start;
}

.practice-prompts__grid span {
  display: grid;
  place-items: center;
  width: 0.32in;
  height: 0.32in;
  border-radius: 50%;
  background: var(--flowx-blue);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
}

.practice-prompts__grid p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.28;
}

/* Practice board */
.practice-board {
  position: relative;
  height: 3.25in;
  margin-top: 0.14in;
  overflow: hidden;
  border: 1px solid var(--flowx-rule);
  background:
    repeating-linear-gradient(to bottom,
      transparent 0,
      transparent 0.37in,
      var(--flowx-rule-light) 0.37in,
      var(--flowx-rule-light) 0.38in);
}

.practice-board__guide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--flowx-rule-light);
}

.practice-board__guide--1 {
  left: 0.55in;
}

.practice-board__guide--2 {
  left: 1.10in;
}

.practice-board__guide--3 {
  left: 1.65in;
}

.practice-board__line {
  height: 0.38in;
}

/* Mistakes */
.flow-mistakes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.12in;
  margin-top: 0.13in;
}

.flow-mistakes__grid article {
  display: grid;
  grid-template-columns: 0.30in minmax(0, 1fr);
  gap: 0.08in;
  align-items: start;
}

.flow-mistakes__grid span {
  display: grid;
  place-items: center;
  width: 0.28in;
  height: 0.28in;
  border-radius: 50%;
  background: var(--flowx-bronze-dark);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
}

.flow-mistakes__grid p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.28;
}

/* Use steps */
.flow-use {
  background: var(--flowx-blue-pale);
}

.flow-use ol {
  display: grid;
  gap: 0.10in;
  margin: 0.13in 0 0;
  padding: 0;
  list-style: none;
}

.flow-use li {
  display: grid;
  grid-template-columns: 0.30in minmax(0, 1fr);
  gap: 0.09in;
  align-items: start;
}

.flow-use li span {
  display: grid;
  place-items: center;
  width: 0.28in;
  height: 0.28in;
  border-radius: 50%;
  background: var(--flowx-blue);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
}

.flow-use li p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.28;
}

/* Review */
.flow-review ul {
  margin: 0.13in 0 0;
  padding-left: 0.22in;
}

.flow-review li {
  margin: 0 0 0.07in;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.3;
}

.flow-review li:last-child {
  margin-bottom: 0;
}

/* Footer */
.flowx-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.18in;
  align-items: end;
  padding-top: 0.09in;
  border-top: 1px solid var(--flowx-rule);
  color: var(--flowx-muted);
  font-family: var(--flowx-sans);
  font-size: 10pt;
  line-height: 1;
}

@media screen {
  .flowx-page {
    box-shadow: 0 0.12in 0.35in rgba(0, 0, 0, 0.15);
  }
}

@media print {

  html,
  body {
    width: 8.5in;
    margin: 0;
    padding: 0;
    background: #fff !important;
  }

  .book {
    background: #fff !important;
  }

  .flowx-page {
    margin: 0;
    box-shadow: none;
    background: #fff !important;
    break-after: page;
    page-break-after: always;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .flowx-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .worked-example,
  .flowx-insights,
  .flowx-comparison,
  .practice-passage,
  .practice-prompts,
  .practice-workspace,
  .flow-mistakes,
  .flow-use,
  .flow-review,
  .flowx-note {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}


/* =========================================================
   V3 LAYOUT CORRECTIONS
   Wider outline role column and five-page footer-safe flow.
   ========================================================= */

/* Give role labels a clearly separated column. */
.outline-line {
  grid-template-columns: 1.28in minmax(0, 1fr);
  column-gap: 0.22in;
}

.outline-line--level-2 {
  margin-left: 0.34in;
}

.outline-line--level-3 {
  margin-left: 0.68in;
}

.outline-line__label {
  padding-right: 0.04in;
  text-align: right;
  white-space: normal;
}

.outline-line__text {
  min-width: 0;
}

/* The first two pages now have more breathing room above the footer. */
.worked-example {
  padding-bottom: 0.18in;
}

.flowx-insights {
  margin-bottom: 0;
}

/* Full comparison page. */
.flowx-comparison--full {
  padding: 0.18in;
}

.flowx-comparison--full .flowx-comparison__grid {
  gap: 0.18in;
}

.flowx-comparison--full .flowx-comparison__grid article {
  padding: 0.17in 0.18in;
  border: 1px solid var(--flowx-rule);
  background: #fff;
}

.flowx-comparison--full ul {
  margin: 0.11in 0 0;
  padding-left: 0.22in;
}

.flowx-comparison--full li {
  margin: 0 0 0.07in;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.3;
}

.flowx-comparison--full li:last-child {
  margin-bottom: 0;
}

.comparison-lessons {
  margin-top: 0.18in;
  padding: 0.17in 0.18in;
  border: 1px solid var(--flowx-rule);
  background: var(--flowx-blue-pale);
}

.comparison-lessons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.14in;
  margin-top: 0.13in;
}

.comparison-lessons__grid article {
  display: grid;
  grid-template-columns: 0.34in minmax(0, 1fr);
  gap: 0.09in;
  align-items: start;
  padding: 0.13in 0.14in;
  border: 1px solid var(--flowx-rule-light);
  background: #fff;
}

.comparison-lessons__grid article>span {
  display: grid;
  place-items: center;
  width: 0.32in;
  height: 0.32in;
  border-radius: 50%;
  background: var(--flowx-blue);
  color: #fff;
  font-family: var(--flowx-sans);
  font-size: 10pt;
  font-weight: 700;
}

.comparison-lessons__grid h3 {
  margin: 0 0 0.04in;
  color: var(--flowx-olive-dark);
  font-family: var(--flowx-serif);
  font-size: 11.5pt;
  line-height: 1.1;
}

.comparison-lessons__grid p {
  margin: 0;
  font-family: var(--flowx-serif);
  font-size: 10pt;
  line-height: 1.28;
}

@media print {

  .comparison-lessons,
  .flowx-comparison--full {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}