.flownews-exact {
--green: #1B5E37;
  --green-dark: #0F3B22;
  --pink: #F9C8D0;
  --cream: #F5F0E8;
  --cream2: #EDE8DE;
  --ink: #111010;
  --mid: #5A5248;
  --light: #C8C0B4;
}

.flownews-exact * {
margin:0; padding:0; box-sizing:border-box;
}

.flownews-exact {
background: var(--cream);
  font-family: 'EB Garamond', serif;
  color: var(--ink);
  overflow-x: hidden;
}

.flownews-exact /* ── MASTHEAD ── */
.masthead {
background: var(--green-dark);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.flownews-exact .masthead-topbar {
max-width: 1200px;
  margin: 0 auto;
  padding: 16px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(249,200,208,0.1);
}

.flownews-exact .masthead-topbar-left {
font-family: 'Epilogue', sans-serif;
  font-size: 8px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.38);
}

.flownews-exact .masthead-topbar-right {
display: flex; gap: 24px;
}

.flownews-exact .masthead-topbar-right span {
font-family: 'Epilogue', sans-serif;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.28);
}

.flownews-exact .masthead-hero {
max-width: 1200px;
  margin: 0 auto;
  padding: 48px 60px 0;
  position: relative;
  min-height: 340px;
}

.flownews-exact .masthead-ghost {
position: absolute;
  top: -30px; left: 40px;
  font-family: 'Playfair Display', serif;
  font-size: 380px;
  font-weight: 900;
  color: rgba(249,200,208,0.025);
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
}

.flownews-exact .masthead-by {
font-family: 'Epilogue', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.38);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.flownews-exact .masthead-by::before {
content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: rgba(249,200,208,0.25);
}

.flownews-exact .masthead-main-title {
font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
}

.flownews-exact .masthead-main-title .word-follow {
font-size: 128px;
  display: block;
  color: var(--pink);
}

.flownews-exact .masthead-main-title .word-news {
font-size: 128px;
  display: block;
  font-style: italic;
  color: rgba(249,200,208,0.22);
  margin-top: -14px;
}

.flownews-exact .masthead-main-title .word-by {
font-size: 20px;
  display: block;
  font-style: italic;
  font-weight: 400;
  color: rgba(249,200,208,0.3);
  letter-spacing: 0.08em;
  margin: 14px 0 6px 4px;
}

.flownews-exact .masthead-main-title .word-brand {
font-size: 128px;
  display: block;
  color: var(--pink);
  margin-top: -14px;
}

.flownews-exact .masthead-main-title .word-brand em {
font-style: normal;
  color: rgba(249,200,208,0.38);
}

.flownews-exact .masthead-meta-col {
position: absolute;
  right: 60px;
  top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  z-index: 2;
  max-width: 200px;
}

.flownews-exact .masthead-pill {
background: rgba(249,200,208,0.08);
  border: 1px solid rgba(249,200,208,0.18);
  padding: 6px 14px;
  font-family: 'Epilogue', sans-serif;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.55);
  text-align: right;
}

.flownews-exact .masthead-edition {
font-family: 'EB Garamond', serif;
  font-size: 11px;
  font-style: italic;
  color: rgba(249,200,208,0.3);
  text-align: right;
  line-height: 1.7;
}

.flownews-exact .masthead-tagline-big {
font-family: 'EB Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: rgba(249,200,208,0.42);
  text-align: right;
  line-height: 1.65;
}

.flownews-exact .masthead-subtitle-band {
max-width: 1200px;
  margin: 0 auto;
  padding: 22px 60px 20px;
  display: flex;
  align-items: baseline;
  gap: 18px;
  border-top: 1px solid rgba(249,200,208,0.12);
  margin-top: 12px;
}

.flownews-exact .masthead-editorial-label {
font-family: 'EB Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(249,200,208,0.5);
  white-space: nowrap;
}

.flownews-exact .masthead-editorial-dash {
flex: 1; height: 1px;
  background: rgba(249,200,208,0.1);
  align-self: center;
}

.flownews-exact .masthead-editorial-right {
font-family: 'Epilogue', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.28);
  white-space: nowrap;
}

.flownews-exact .masthead-rule {
border: none;
  border-top: 2px solid rgba(249,200,208,0.12);
  margin: 0;
}

.flownews-exact .masthead-topics {
max-width: 1200px;
  margin: 0 auto;
  padding: 13px 60px;
  display: flex;
  gap: 26px;
  align-items: center;
}

.flownews-exact .topic-item {
font-family: 'Epilogue', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.38);
  white-space: nowrap;
}

.flownews-exact .topic-dot {
color: rgba(249,200,208,0.18);
}

.flownews-exact /* ── COVER ARTICLE ── */
.cover {
max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
  border: 1px solid var(--cream2);
}

.flownews-exact .cover-art {
background: var(--green);
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}

.flownews-exact .cover-art-bg {
position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(249,200,208,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(249,200,208,0.06) 0%, transparent 40%),
    linear-gradient(160deg, #1B5E37 0%, #0F3B22 100%);
}

.flownews-exact .cover-art-num {
position: absolute;
  top: 32px;
  right: 36px;
  font-family: 'Playfair Display', serif;
  font-size: 200px;
  font-weight: 900;
  color: rgba(249,200,208,0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.flownews-exact .cover-art-tag {
position: absolute;
  top: 32px;
  left: 36px;
  font-family: 'Epilogue', sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--pink);
  background: rgba(249,200,208,0.12);
  border: 1px solid rgba(249,200,208,0.25);
  padding: 5px 12px;
  border-radius: 2px;
}

.flownews-exact .cover-art-zea {
position: relative;
  z-index: 1;
}

.flownews-exact .cover-art-big {
font-family: 'Playfair Display', serif;
  font-size: 86px;
  font-weight: 900;
  color: var(--pink);
  line-height: 0.9;
  letter-spacing: -0.03em;
  display: block;
}

.flownews-exact .cover-art-small {
font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(249,200,208,0.65);
  display: block;
  margin-top: 8px;
}

.flownews-exact .cover-text {
padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--cream);
}

.flownews-exact .cover-kicker {
font-family: 'Epilogue', sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flownews-exact .cover-kicker::before {
content:''; flex:none; width:28px; height:1px; background:var(--green);
}

.flownews-exact .cover-headline {
font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.flownews-exact .cover-headline em {
font-style: italic; color: var(--green);
}

.flownews-exact .cover-body {
font-size: 15px;
  line-height: 1.85;
  color: var(--mid);
  margin-bottom: 24px;
  columns: 1;
}

.flownews-exact .cover-body + .cover-body {
margin-top: 12px;
}

.flownews-exact .pull-quote {
border-left: 3px solid var(--green);
  padding: 14px 20px;
  margin: 20px 0;
  background: rgba(27,94,55,0.04);
}

.flownews-exact .pull-quote p {
font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--green);
  line-height: 1.5;
}

.flownews-exact .cover-byline {
font-family: 'Epilogue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light);
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--cream2);
}

.flownews-exact /* ── SECTION DIVIDER ── */
.section-rule {
max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flownews-exact .section-rule hr {
flex:1; border:none; border-top:1px solid var(--cream2);
}

.flownews-exact .section-rule span {
font-family: 'Epilogue', sans-serif;
  font-size: 8px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--light);
  flex-shrink: 0;
}

.flownews-exact /* ── GRID ARTICLES ── */
.grid-section {
max-width: 1200px;
  margin: 0 auto;
  padding: 40px 60px;
}

.flownews-exact .grid-2col {
display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--cream2); border: 1px solid var(--cream2); margin-bottom: 1px;
}

.flownews-exact .grid-3col {
display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--cream2); border: 1px solid var(--cream2);
}

.flownews-exact .article-cell {
background: var(--cream); padding: 40px 36px; position: relative; overflow: hidden;
}

.flownews-exact .article-cell:hover {
background: #F0EBE1;
}

.flownews-exact .art-number {
font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 900;
  color: rgba(27,94,55,0.07);
  position: absolute;
  top: 20px;
  right: 24px;
  line-height: 1;
  pointer-events: none;
}

.flownews-exact .art-kicker {
font-family: 'Epilogue', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flownews-exact .art-kicker::before {
content:''; flex:none; width:20px; height:1px; background:var(--green);
}

.flownews-exact .art-headline {
font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.flownews-exact .art-headline em {
font-style: italic; color: var(--green);
}

.flownews-exact .art-body {
font-size: 14px;
  line-height: 1.82;
  color: var(--mid);
}

.flownews-exact .art-pullquote {
font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  color: var(--green);
  line-height: 1.55;
  border-left: 2px solid var(--green);
  padding: 10px 16px;
  margin: 18px 0;
  background: rgba(27,94,55,0.04);
}

.flownews-exact .art-points {
margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flownews-exact .art-point {
display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--mid);
  line-height: 1.5;
}

.flownews-exact .art-point-bullet {
width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 8px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.flownews-exact .art-byline {
margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--cream2);
  font-family: 'Epilogue', sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--light);
}

.flownews-exact /* DARK article */
.article-cell.dark {
background: var(--green);
}

.flownews-exact .article-cell.dark .art-kicker {
color: var(--pink);
}

.flownews-exact .article-cell.dark .art-kicker::before {
background: var(--pink);
}

.flownews-exact .article-cell.dark .art-headline {
color: var(--pink);
}

.flownews-exact .article-cell.dark .art-headline em {
color: rgba(249,200,208,0.7);
}

.flownews-exact .article-cell.dark .art-body {
color: rgba(249,200,208,0.65);
}

.flownews-exact .article-cell.dark .art-number {
color: rgba(249,200,208,0.05);
}

.flownews-exact .article-cell.dark .art-pullquote {
color: var(--pink); border-color: var(--pink); background: rgba(249,200,208,0.08);
}

.flownews-exact .article-cell.dark .art-byline {
color: rgba(249,200,208,0.3); border-color: rgba(249,200,208,0.15);
}

.flownews-exact .article-cell.dark .art-point {
color: rgba(249,200,208,0.6);
}

.flownews-exact .article-cell.dark .art-point-bullet {
background: var(--pink); color: var(--green);
}

.flownews-exact .article-cell.dark:hover {
background: #1f6b3f;
}

.flownews-exact /* ── FEATURE WIDE ── */
.feature-wide {
max-width: 1200px;
  margin: 1px auto 0;
  padding: 0 60px;
}

.flownews-exact .feature-wide-inner {
background: var(--green-dark);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  border: 1px solid rgba(249,200,208,0.1);
  min-height: 400px;
}

.flownews-exact .feature-wide-text {
padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flownews-exact .feature-wide-art {
background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 48px;
}

.flownews-exact .feature-art-bg {
position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 60% 40%, rgba(249,200,208,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(249,200,208,0.06) 0%, transparent 40%);
}

.flownews-exact .feature-art-content {
position: relative; z-index: 1; text-align: center;
}

.flownews-exact .feature-art-word {
display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: var(--pink);
  letter-spacing: -0.04em;
  line-height: 0.88;
}

.flownews-exact .feature-art-word:nth-child(1) {
font-size: 80px;
}

.flownews-exact .feature-art-word:nth-child(2) {
font-size: 52px; font-style: italic; font-weight: 400; color: rgba(249,200,208,0.5);
}

.flownews-exact .feature-art-word:nth-child(3) {
font-size: 80px;
}

.flownews-exact .feature-stats {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.flownews-exact .fstat {
border-left: 2px solid var(--pink);
  padding-left: 14px;
}

.flownews-exact .fstat-num {
font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
}

.flownews-exact .fstat-label {
font-family: 'Epilogue', sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(249,200,208,0.45);
  margin-top: 4px;
}

.flownews-exact /* ── NUKU FEATURE ── */
.nuku-section {
max-width: 1200px;
  margin: 1px auto 0;
  padding: 0 60px;
}

.flownews-exact .nuku-inner {
background: var(--cream);
  border: 1px solid var(--cream2);
  padding: 56px 60px;
}

.flownews-exact .nuku-header {
display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--cream2);
}

.flownews-exact .nuku-title {
font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--ink);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.flownews-exact .nuku-title em {
font-style: italic; color: var(--green);
}

.flownews-exact .nuku-aside {
max-width: 280px;
  padding-top: 8px;
}

.flownews-exact .nuku-aside-label {
font-family: 'Epilogue', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flownews-exact .nuku-aside-label::before {
content:''; width:16px; height:1px; background:var(--green); flex-shrink:0;
}

.flownews-exact .nuku-aside p {
font-size: 14px;
  font-style: italic;
  line-height: 1.7;
  color: var(--mid);
}

.flownews-exact .nuku-phases {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.flownews-exact .nuku-phase {
background: var(--cream2);
  padding: 24px 22px;
  border-left: 3px solid var(--green);
  position: relative;
  overflow: hidden;
}

.flownews-exact .nuku-phase-num {
font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 900;
  color: rgba(27,94,55,0.08);
  position: absolute;
  bottom: -8px;
  right: 12px;
  line-height: 1;
}

.flownews-exact .nuku-phase-name {
font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: var(--green);
  margin-bottom: 8px;
}

.flownews-exact .nuku-phase-desc {
font-size: 13px;
  line-height: 1.7;
  color: var(--mid);
}

.flownews-exact /* ── FOOTER ── */
.editorial-footer {
background: var(--green-dark);
  margin-top: 80px;
  padding: 48px 60px;
}

.flownews-exact .footer-inner {
max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.flownews-exact .footer-brand {
font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--pink);
  letter-spacing: -0.02em;
}

.flownews-exact .footer-sub {
font-family: 'EB Garamond', serif;
  font-size: 12px;
  font-style: italic;
  color: rgba(249,200,208,0.45);
  margin-top: 4px;
}

.flownews-exact .footer-center {
text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: rgba(249,200,208,0.4);
  line-height: 1.7;
}

.flownews-exact .footer-right {
text-align: right;
  font-family: 'Epilogue', sans-serif;
  font-size: 10px;
  color: rgba(249,200,208,0.35);
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/* Integration + responsive behavior for the multipage ZEA site */
.flownews-main {
  padding-top: 98px;
  background: #F5F0E8;
}
.flownews-exact {
  width: min(100%, 1200px);
  margin: 0 auto;
  background: var(--cream);
  overflow-x: hidden;
}
.flownews-exact .masthead,
.flownews-exact .cover-story,
.flownews-exact .article-spread,
.flownews-exact .feature-split,
.flownews-exact .burnout-section,
.flownews-exact .nuku-section {
  width: 100%;
}
.flownews-exact img,
.flownews-exact svg {
  max-width: 100%;
}

@media (max-width: 980px) {
  .flownews-main { padding-top: 78px; }
  .flownews-exact .masthead-topbar,
  .flownews-exact .masthead-hero,
  .flownews-exact .cover-inner,
  .flownews-exact .article-inner,
  .flownews-exact .feature-inner,
  .flownews-exact .burnout-inner,
  .flownews-exact .nuku-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .flownews-exact .masthead-topbar,
  .flownews-exact .masthead-topbar-right,
  .flownews-exact .masthead-subtitle-band,
  .flownews-exact .masthead-topics {
    flex-wrap: wrap;
    gap: 12px;
  }
  .flownews-exact .masthead-hero {
    min-height: auto;
    padding-top: 34px !important;
    padding-bottom: 42px !important;
  }
  .flownews-exact .masthead-ghost {
    font-size: 220px !important;
    left: 0 !important;
  }
  .flownews-exact .masthead-main-title .word-follow,
  .flownews-exact .masthead-main-title .word-news,
  .flownews-exact .masthead-main-title .word-brand {
    font-size: clamp(58px, 17vw, 112px) !important;
  }
  .flownews-exact .masthead-meta-col {
    position: static !important;
    margin-top: 28px;
    width: 100% !important;
  }
  .flownews-exact .cover-inner,
  .flownews-exact .article-grid,
  .flownews-exact .feature-inner,
  .flownews-exact .burnout-grid,
  .flownews-exact .nuku-header,
  .flownews-exact .nuku-phases {
    grid-template-columns: 1fr !important;
  }
  .flownews-exact .cover-left,
  .flownews-exact .feature-visual {
    min-height: 420px !important;
  }
  .flownews-exact .cover-title-large,
  .flownews-exact .feature-visual-title,
  .flownews-exact .nuku-title {
    font-size: clamp(46px, 14vw, 84px) !important;
  }
}

@media (max-width: 640px) {
  .flownews-exact .masthead-topbar {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .flownews-exact .masthead-topbar-right {
    display: none !important;
  }
  .flownews-exact .masthead-main-title .word-follow,
  .flownews-exact .masthead-main-title .word-news,
  .flownews-exact .masthead-main-title .word-brand {
    font-size: clamp(45px, 18vw, 76px) !important;
  }
  .flownews-exact .masthead-by,
  .flownews-exact .topic-item,
  .flownews-exact .topic-dot {
    letter-spacing: .18em !important;
  }
  .flownews-exact .cover-left,
  .flownews-exact .feature-visual {
    min-height: 340px !important;
  }
  .flownews-exact .article-card,
  .flownews-exact .nuku-phase,
  .flownews-exact .nuku-aside {
    padding: 24px !important;
  }
}
