/* ===========================================================================
   Harv — article pages (blogposts + diensten). Editorial prose, no bento.
   Pairs with harv-boek.css (header) + harv-sections.css (footer).
   =========================================================================== */
.art-wrap { width: min(100% - 48px, 1080px); margin-inline: auto; }

.art-hero { padding-block: clamp(34px, 5vw, 70px) clamp(18px, 3vw, 34px); }
/* phone/tablet: clear the floating navbar that overlays the page top */
@media (max-width: 991px) {
  .art-hero { padding-block-start: 112px; }
}

/* reading progress: a thin green bar pinned to the top of the viewport */
.art-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 95;
  background: #77fb38; transform: scaleX(0); transform-origin: left center;
  pointer-events: none;
}
/* reading time chip next to the category */
.art-time { display: inline-block; font-size: .76rem; font-weight: 600; color: #5b6166; margin: 0 0 20px 12px; }
.art-hero .art-cat { display: inline-block; font-size: .76rem; font-weight: 700; color: #101314; background: #77fb38; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; }
.art-hero h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.04; margin: 0; max-width: 18ch; color: #101314; text-wrap: balance; }
.art-hero h1 .dot { display: inline-block; vertical-align: baseline; width: .17em; height: .17em; margin-left: .05em; border-radius: 50%; background: #77fb38; }
.art-hero .art-lead { font-size: clamp(1.1rem, 1.6vw, 1.32rem); color: #3a4043; max-width: 60ch; margin: 22px 0 0; line-height: 1.5; }

.art { max-width: 720px; margin: 0 auto; padding: clamp(14px, 2vw, 26px) 24px clamp(46px, 7vw, 84px); font-size: 1.09rem; line-height: 1.7; color: #25292b; }
/* the opening paragraph gets more presence than the body that follows */
.art > p:first-of-type { font-size: 1.18rem; line-height: 1.65; color: #1a1e20; }
.art h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 54px 0 16px; color: #101314; text-wrap: balance; }
.art h3 { font-size: 1.3rem; font-weight: 800; letter-spacing: -.015em; margin: 34px 0 10px; color: #101314; }
.art p { margin: 0 0 20px; }
.art strong { font-weight: 700; color: #101314; }
/* green-marker highlight for the one phrase per section that must land */
.art mark, .art-lead mark { background: linear-gradient(transparent 58%, #77fb38 0); color: inherit; padding: 0 .08em; border-radius: 3px; }
.art a { color: #101314; text-decoration: underline; text-decoration-color: #77fb38; text-decoration-thickness: 2px; text-underline-offset: 3px; font-weight: 600; }
.art a:hover { background: rgba(119, 251, 56, .2); }
/* inline tekstlinks: nooit browser-blauw maar de Harv-stijl, met linkicoontje erachter */
.art p a, .art li a, .art blockquote a,
.h-pipeline .pl-txt a, .art-case p a, .art-grid .gi p a, .art-split .half p a {
  color: #101314; font-weight: 650; text-decoration: underline;
  text-decoration-color: #77fb38; text-decoration-thickness: 2.5px; text-underline-offset: 3px;
}
.art p a::after, .art li a::after, .art blockquote a::after,
.h-pipeline .pl-txt a::after, .art-case p a::after, .art-grid .gi p a::after, .art-split .half p a::after {
  content: ""; display: inline-block; width: .7em; height: .7em; margin-left: .26em;
  vertical-align: -.03em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='7' fill='%2377fb38'/%3E%3Cpath d='M9.2 14.8L14.8 9.2M10.4 9.2h4.4v4.4' stroke='%23101314' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.h-pipeline .pl-txt a:hover, .art-case p a:hover, .art-grid .gi p a:hover { background: rgba(119, 251, 56, .2); }
.art ul, .art ol { margin: 0 0 22px; padding-left: 22px; }
.art li { margin-bottom: 9px; }
/* pull quote: oversized, with a green quote mark instead of a stripe */
.art blockquote {
  margin: 44px 0; padding: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem); font-weight: 800; line-height: 1.3;
  letter-spacing: -.02em; color: #101314; text-wrap: balance; position: relative;
}
.art blockquote::before {
  content: "\201C"; display: block; font-size: 3.2rem; line-height: .6;
  color: #77fb38; margin-bottom: 10px; font-weight: 800;
}
/* callout: a green line along the left, no dark panel */
.art .callout { margin: 38px 0; padding: 6px 0 6px 24px; border-left: 4px solid #77fb38; }
.art .callout p { margin: 0; font-size: 1.14rem; line-height: 1.55; color: #101314; font-weight: 500; }
.art .callout strong { color: #101314; background: linear-gradient(transparent 58%, #77fb38 0); padding: 0 .06em; border-radius: 3px; }
.art figure { margin: 38px 0; }
.art figure img { width: 100%; border-radius: 16px; display: block; }
.art figcaption { font-size: .85rem; color: #6b716d; margin-top: 10px; }
/* photo that breaks out of the text column for editorial rhythm */
.art .art-photo { margin: 44px 0; }
.art .art-photo img { border-radius: 20px; box-shadow: 0 30px 70px -50px rgba(16, 19, 20, .55); aspect-ratio: 16 / 9; object-fit: cover; }
.art .art-photo figcaption { text-align: center; }


/* --- main content vs verdieping: a clear editorial break -------------------
   Everything above the divider is the page; everything below is the longread. */
.art-divider {
  width: min(100% - 48px, 1080px); margin: clamp(44px, 6vw, 80px) auto 6px; padding: 0;
  display: flex; align-items: center; gap: 18px;
}
.art-divider::before, .art-divider::after { content: ""; flex: 1 1 auto; height: 1px; background: rgba(16, 19, 20, .16); }
.art-divider span { font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #101314; white-space: nowrap; }
.art-divider-sub { text-align: center; color: #5b6166; font-size: .96rem; margin: 0 auto; max-width: 60ch; padding: 0 24px; }
.art-divider-sub a { color: #101314; font-weight: 600; text-decoration: underline; text-decoration-color: #77fb38; text-decoration-thickness: 2px; text-underline-offset: 3px; }
/* the longread under the divider reads a step quieter than the main content */
.art.sub { font-size: 1.04rem; color: #33393c; }
.art.sub h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }

/* --- use case: one concrete, recognisable story ----------------------------- */
.art-case {
  width: min(100% - 48px, 1080px); margin: clamp(28px, 4vw, 52px) auto 0;
  background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-left: 4px solid #77fb38;
  border-radius: 20px; padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 30px 70px -52px rgba(16, 19, 20, .5);
}
.art-case .case-k { display: inline-block; font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 800; letter-spacing: -.01em; color: #101314; background: linear-gradient(transparent 52%, #77fb38 0); padding: 0 .12em; border-radius: 3px; margin: 0 0 14px; }
.art-case h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 0 0 14px; color: #101314; text-wrap: balance; }
.art-case p { color: #3a4043; font-size: 1.05rem; line-height: 1.65; margin: 0 0 14px; max-width: 70ch; }
.art-case p strong { color: #101314; }
.art-case .case-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; counter-reset: cf; }
.art-case .case-flow span { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid rgba(16, 19, 20, .1); box-shadow: 0 14px 30px -24px rgba(16, 19, 20, .5); padding: 8px 16px 8px 8px; border-radius: 100px; font-size: .88rem; font-weight: 650; color: #101314; }
.art-case .case-flow span:not(.fa) { counter-increment: cf; }
.art-case .case-flow span:not(.fa)::before { content: counter(cf); flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; background: #77fb38; color: #101314; font-size: .72rem; font-weight: 800; display: grid; place-items: center; }
.art-case .case-flow span:last-child:not(.fa) { background: #77fb38; border-color: transparent; }
.art-case .case-flow span:last-child:not(.fa)::before { background: #101314; color: #77fb38; }
.art-case .case-flow .fa { background: none; border: 0; box-shadow: none; padding: 0; color: rgba(16, 19, 20, .45); font-weight: 800; }
.art-case .case-flow .fa::before { content: none; }
/* phones: the 5-step flow stacks into a clean vertical 1->2->3->4->5 with
   down-arrows, so the variable-width pills never wrap and orphan a chip */
@media (max-width: 600px) {
  .art-case .case-flow { flex-direction: column; align-items: stretch; gap: 0; }
  .art-case .case-flow span:not(.fa) { width: 100%; justify-content: flex-start; }
  .art-case .case-flow .fa { align-self: center; padding: 8px 0; transform: rotate(90deg); }
}

/* --- the pipeline: a literal pipe with green flow, use case beside it -------
   The hero moment of the automation pages: text explains the use case on the
   left, the pipe on the right shows the same journey stage by stage. -------- */
.h-pipeline {
  width: min(100% - 48px, 1080px); margin: clamp(26px, 3.5vw, 48px) auto 0; padding: 0;
  display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 4.5vw, 60px);
  align-items: start;
}
.h-pipeline .pl-txt h2 { font-size: clamp(1.5rem, 2.8vw, 2.15rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 0 0 14px; color: #101314; text-wrap: balance; }
.h-pipeline .pl-txt p { color: #3a4043; font-size: 1.05rem; line-height: 1.65; margin: 0 0 14px; }
.h-pipeline .pl-txt p strong { color: #101314; }
.h-pipeline .case-k { display: inline-block; font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 800; letter-spacing: -.01em; color: #101314; background: linear-gradient(transparent 52%, #77fb38 0); padding: 0 .12em; border-radius: 3px; margin: 0 0 14px; }
/* the pipe itself: a rounded duct with green fluid running through it */
.pl-rail { list-style: none; margin: 6px 0 0; padding: 0 0 0 50px; position: relative; }
.pl-rail::before {
  content: ""; position: absolute; left: 12px; top: 14px; bottom: 14px; width: 16px;
  border-radius: 10px; background: #e9ebe7;
  box-shadow: inset 0 0 0 1px rgba(16, 19, 20, .12), inset 3px 0 5px rgba(16, 19, 20, .07);
}
.pl-rail::after {
  content: ""; position: absolute; left: 16px; top: 18px; bottom: 18px; width: 8px;
  border-radius: 6px;
  background: repeating-linear-gradient(180deg, #77fb38 0 30px, #b9fd8f 30px 44px);
  background-size: 100% 74px;
  animation: pl-flow 1.4s linear infinite;
}
@keyframes pl-flow { to { background-position: 0 74px; } }
@media (prefers-reduced-motion: reduce) { .pl-rail::after { animation: none; background: #77fb38; } }
.pl-rail li { position: relative; margin: 0 0 18px; padding: 15px 18px; background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-radius: 14px; box-shadow: 0 16px 40px -36px rgba(16, 19, 20, .5); display: flex; align-items: center; gap: 14px; }
.pl-rail li .pl-ic { width: 30px; height: 30px; flex: 0 0 auto; object-fit: contain; }
.pl-rail li > div { min-width: 0; }
.pl-rail li:last-child { margin-bottom: 0; background: #77fb38; border-color: #77fb38; }
.pl-rail li::before {
  content: ""; position: absolute; left: -45px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px; border-radius: 50%; background: #fff;
  border: 4px solid #77fb38; box-shadow: 0 0 0 4px #f4f4f3; z-index: 1;
}
.pl-rail li:last-child::before { background: #101314; }
.pl-rail li b { display: block; font-weight: 800; font-size: 1.02rem; letter-spacing: -.01em; color: #101314; }
.pl-rail li span { display: block; color: #5b6166; font-size: .88rem; margin-top: 2px; }
.pl-rail li:last-child span { color: #06180a; }
@media (max-width: 820px) {
  .h-pipeline { grid-template-columns: 1fr; }
  .h-pipeline .pl-rail { order: 2; margin-top: 14px; }
}

/* --- two-up blocks (bigger, focused panels instead of a long list) ---------- */
.art-grid { width: min(100% - 48px, 1080px); margin: clamp(22px, 3vw, 38px) auto 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.art-grid .gi {
  background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-radius: 18px;
  padding: clamp(22px, 2.8vw, 32px); box-shadow: 0 20px 50px -42px rgba(16, 19, 20, .5);
}
.art-grid .gi.wide { grid-column: 1 / -1; border-left: 4px solid #77fb38; }
.art-grid .gi .gi-logo { width: 36px; height: 36px; display: block; margin-bottom: 14px; object-fit: contain; }
.art-grid .gi h3 { margin: 0 0 8px; font-size: 1.2rem; font-weight: 800; letter-spacing: -.015em; color: #101314; }
.art-grid .gi p { margin: 0; color: #4a5053; font-size: .97rem; line-height: 1.6; }
.art-grid .gi p a { color: #101314; font-weight: 600; text-decoration: underline; text-decoration-color: #77fb38; text-decoration-thickness: 2px; text-underline-offset: 3px; }
@media (max-width: 700px) { .art-grid { grid-template-columns: 1fr; } }

/* --- photo + text side by side (keeps story pages compact) ----------------- */
/* big editorial rows: a CENTRED wide breakout out of the prose column,
   image left or right (.flip), always with a title beside the image */
.art .art-media { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(24px, 3.5vw, 54px); align-items: center;
  width: min(100vw - 48px, 1080px); position: relative; left: 50%; transform: translateX(-50%); margin: 50px 0; }
.art .art-media.flip { margin: 50px 0; }
.art .art-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 20px; box-shadow: 0 30px 70px -48px rgba(16, 19, 20, .55); display: block; }
.art .art-media h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 2.8vw, 2.15rem); }
.art .art-media h3 { margin: 0 0 10px; }
/* colour variant: a soft green wash behind the whole row */
.art .art-media.tint { background: rgba(119, 251, 56, .12); border-radius: 26px; padding: clamp(18px, 2.5vw, 34px); }
/* crop variant: chop the bottom third off the photo (wide stage crop) */
.art .art-media img.crop-b3 { aspect-ratio: 16 / 9; object-position: center 18%; }

.art .art-media p { margin: 0 0 14px; }
.art .art-media p:last-child { margin-bottom: 0; }
.art .art-media.flip { grid-template-columns: 1fr 1.15fr; }
.art .art-media.flip img { order: 2; }
@media (max-width: 900px) { .art .art-media, .art .art-media.flip { grid-template-columns: 1fr; margin: 30px 0; width: 100%; left: 0; transform: none; } .art .art-media.flip img { order: 0; } }

/* --- "In het kort": the article in three lines, before the longread -------- */
.art .art-kort { margin: 4px 0 34px; padding: 4px 0 4px 24px; border-left: 4px solid #77fb38; }
.art .art-kort .k-title { display: inline-block; font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #101314; background: #77fb38; padding: 3px 10px; border-radius: 100px; margin: 0 0 10px; }
.art .art-kort ul { margin: 0; padding-left: 18px; }
.art .art-kort li { margin-bottom: 6px; color: #25292b; font-size: 1.02rem; line-height: 1.55; }
.art .art-kort li:last-child { margin-bottom: 0; }

/* --- pipeline flow strip: a real sequence, so arrows are earned ------------ */
.art-flow { width: min(100% - 48px, 1080px); margin: clamp(26px, 4vw, 44px) auto 0; padding: 0; }
.art-flow ol { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; gap: 0; }
.art-flow li { flex: 1 1 0; display: flex; align-items: center; min-width: 0; }
.art-flow .stage {
  flex: 1 1 auto; background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-radius: 16px;
  padding: 16px 14px; text-align: center; box-shadow: 0 16px 40px -34px rgba(16, 19, 20, .4);
}
.art-flow .stage b { display: block; font-size: .98rem; font-weight: 800; letter-spacing: -.01em; color: #101314; }
.art-flow .stage span { display: block; font-size: .78rem; color: #5b6166; margin-top: 3px; }
.art-flow li:last-child .stage { background: #77fb38; border-color: #77fb38; }
.art-flow li:last-child .stage b { color: #101314; }
.art-flow li:last-child .stage span { color: #06180a; }
.art-flow .fa { flex: 0 0 auto; width: 30px; display: grid; place-items: center; color: #101314; }
.art-flow .fa svg { width: 20px; height: 20px; }
@media (max-width: 760px) {
  .art-flow ol { flex-direction: column; }
  .art-flow li { flex-direction: column; }
  .art-flow .stage { width: 100%; }
  .art-flow .fa { width: auto; padding: 8px 0; transform: rotate(90deg); }
}

/* --- split visual: two systems side by side (lead scraper / demo generator) - */
.art-split { width: min(100% - 48px, 1080px); margin: clamp(26px, 4vw, 46px) auto 0; padding: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 14px; }
.art-split .half {
  border-radius: 18px; padding: clamp(22px, 3vw, 34px); min-width: 0;
  background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-left: 4px solid #77fb38;
  box-shadow: 0 24px 60px -46px rgba(16, 19, 20, .45);
}
.art-split .half h3 { margin: 0 0 6px; font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 800; letter-spacing: -.02em; color: #101314; }
.art-split .half .tag { display: inline-block; font-size: .74rem; font-weight: 700; padding: 5px 12px; border-radius: 100px; margin-bottom: 14px; background: #77fb38; color: #101314; }
.art-split .half p { margin: 0 0 12px; font-size: .96rem; line-height: 1.6; color: #4a5053; }
.art-split .half ul { margin: 0; padding: 0; list-style: none; }
.art-split .half li { position: relative; padding-left: 22px; margin-bottom: 8px; font-size: .92rem; line-height: 1.5; color: #33393c; }
.art-split .half li::before { content: ""; position: absolute; left: 0; top: .42em; width: 11px; height: 11px; border-radius: 50%; background: #77fb38; border: 1px solid rgba(16, 19, 20, .35); }
.art-split.noplus { grid-template-columns: 1fr 1fr; }
.half-go {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 6px;
  color: #101314; font-weight: 700; font-size: .95rem; text-decoration: underline;
  text-decoration-color: #77fb38; text-decoration-thickness: 2px; text-underline-offset: 3px;
}
.half-go svg { width: .85em; height: .85em; flex: 0 0 auto; }
/* the formula under the split: "scraper + demo-generator =" turns DOWNWARD
   with a small curved arrow into the use case */
.case-jump { text-align: center; margin: 26px auto 0; padding: 0 24px; }
.case-jump .cj-formula { display: table; margin-inline: auto; position: relative; font-weight: 800; font-size: clamp(1.05rem, 1.8vw, 1.3rem); letter-spacing: -.015em; color: #101314; margin-bottom: 16px; }
.case-jump .cj-formula .cj-plus { color: #101314; padding: 0 .25em; }
.case-jump .cj-formula .cj-is { background: #77fb38; border-radius: 6px; padding: 0 .3em; }
.case-jump .cj-arrow { position: absolute; left: calc(100% + 5px); top: .75em; width: 40px; height: 48px; color: #77fb38; transform: rotate(8deg); }
.case-jump .half-go { display: inline-flex; }
.case-jump .half-go { font-size: 1.02rem; }
.art-split .joint { display: grid; place-items: center; }
.art-split .joint span {
  width: 52px; height: 52px; border-radius: 50%; background: #77fb38; color: #101314;
  display: grid; place-items: center; font-size: 1.7rem; font-weight: 800; line-height: 1;
  box-shadow: 0 14px 34px -18px rgba(28, 115, 9, .8);
}
.art-split + .art-split-foot { text-align: center; color: #3a4043; font-size: 1.02rem; max-width: 64ch; margin: 18px auto 0; padding: 0 24px; }
.art-split + .art-split-foot strong { color: #101314; }
@media (max-width: 820px) {
  .art-split, .art-split.noplus { grid-template-columns: 1fr; }
  .art-split .joint { padding: 2px 0; }
}

/* --- handoff card: continue to a related page ------------------------------- */
.art-next { width: min(100% - 48px, 1080px); margin: clamp(30px, 4vw, 50px) auto clamp(34px, 5vw, 64px); padding: 0; }
.art-next a { max-width: 780px; }
.art-next.nx-center a { margin-inline: auto; }
.art-next.nx-center { margin-top: clamp(10px, 1.6vw, 20px); }
.art-next a {
  display: flex; align-items: center; gap: 20px; text-decoration: none;
  background: #fff; color: #101314; border: 1px solid rgba(16, 19, 20, .12);
  border-left: 4px solid #77fb38; border-radius: 18px; padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 22px 50px -42px rgba(16, 19, 20, .5);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s, border-color .3s;
}
.art-next a:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -42px rgba(16, 19, 20, .55); border-color: rgba(119, 251, 56, .7); border-left-color: #77fb38; }
.art-next .nx-txt { flex: 1 1 auto; min-width: 0; }
.art-next .nx-txt .nx-port { display: flex; align-items: center; gap: 11px; margin-bottom: 6px; }
.art-next .nx-port svg { flex: 0 0 auto; border-radius: 9px; }
.art-next .nx-txt .nx-port b, .art-next .nx-txt .nx-port b span { display: inline; margin-top: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: -.02em; }
.art-next .nx-txt b { display: block; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: -.02em; color: #101314; }
.art-next .nx-txt span { display: block; font-size: .95rem; color: #5b6166; margin-top: 4px; }
.art-next .nx-ar { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: #77fb38; color: #101314; display: grid; place-items: center; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.art-next .nx-ar svg { width: 20px; height: 20px; }
.art-next a:hover .nx-ar { transform: translate(3px, -3px); }

/* --- showcase gallery: webdesign example shots ------------------------------ */
.art-gallery { max-width: 1080px; margin: clamp(28px, 4vw, 48px) auto 0; padding: 0 24px; display: grid; grid-template-columns: 1.45fr 1fr; gap: 16px; }
.art-gallery figure { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 70px -50px rgba(16, 19, 20, .55); }
.art-gallery figure:first-child { grid-row: span 2; }
.art-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-gallery + .art-gallery-foot { text-align: center; font-size: .88rem; color: #6b716d; margin: 14px auto 0; padding: 0 24px; }
@media (max-width: 700px) {
  .art-gallery { grid-template-columns: 1fr; }
  .art-gallery figure:first-child { grid-row: auto; }
}

/* --- compact related-service links (no cards-grid, an editorial list) ------- */
.art-links { max-width: 720px; margin: clamp(24px, 3vw, 40px) auto 0; padding: 0; }
.art-links a {
  display: flex; align-items: baseline; gap: 14px; padding: 18px 4px; text-decoration: none;
  border-bottom: 1px solid rgba(16, 19, 20, .12); color: #101314;
  transition: padding-left .35s cubic-bezier(.16, 1, .3, 1), background-color .3s;
}
.art-links a:first-child { border-top: 1px solid rgba(16, 19, 20, .12); }
.art-links a:hover { padding-left: 14px; background: rgba(119, 251, 56, .08); }
.art-links b { font-size: 1.08rem; font-weight: 800; letter-spacing: -.015em; white-space: nowrap; }
.art-links span { color: #5b6166; font-size: .92rem; flex: 1 1 auto; min-width: 0; }
.art-links .la { color: #101314; font-weight: 800; }
@media (max-width: 560px) {
  .art-links a { flex-wrap: wrap; gap: 4px 14px; }
  .art-links span { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .art-next a, .art-next .nx-ar, .art-links a, .art-flow .fa { transition: none; }
}

/* --- scroll-in reveals (engaged by harv-article.js via html.art-anim) ------
   Default = fully visible; only with JS do beats hide-then-reveal. */
html.art-anim .art h2, html.art-anim .art h3, html.art-anim .art blockquote,
html.art-anim .art .callout, html.art-anim .art figure, html.art-anim .art ul,
html.art-anim .art ol, html.art-anim .art-gallery figure,
html.art-anim .art-split .half, html.art-anim .art-next a, html.art-anim .bl-list .bl-row {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}
html.art-anim .art h2.in, html.art-anim .art h3.in, html.art-anim .art blockquote.in,
html.art-anim .art .callout.in, html.art-anim .art figure.in, html.art-anim .art ul.in,
html.art-anim .art ol.in, html.art-anim .art-gallery figure.in,
html.art-anim .art-split .half.in, html.art-anim .art-next a.in, html.art-anim .bl-list .bl-row.in {
  opacity: 1; transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.art-anim .art h2, html.art-anim .art h3, html.art-anim .art blockquote,
  html.art-anim .art .callout, html.art-anim .art figure, html.art-anim .art ul,
  html.art-anim .art ol, html.art-anim .art-gallery figure,
  html.art-anim .art-split .half, html.art-anim .art-next a, html.art-anim .bl-list .bl-row {
    opacity: 1; transform: none; transition: none;
  }
}

/* FAQ */
.art-faq { padding-bottom: clamp(20px, 3vw, 40px); }
.art-faq .art-wrap { max-width: 760px; }
.art-faq h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.025em; text-align: center; margin: 0 0 28px; color: #101314; }
.art-qa { display: grid; gap: 10px; }
.art-qa details { background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-radius: 14px; padding: 0 20px; }
.art-qa summary { cursor: pointer; font-weight: 700; font-size: 1.04rem; padding: 17px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #101314; }
.art-qa summary::-webkit-details-marker { display: none; }
.art-qa summary::after { content: "+"; font-weight: 400; font-size: 1.5rem; line-height: 1; color: #101314; }
.art-qa details[open] summary::after { content: "\2212"; }
.art-qa details p { margin: 0 0 18px; color: #5b6166; line-height: 1.6; }

/* CTA */
.art-cta { padding-block: clamp(44px, 6vw, 84px); text-align: center; }
.art-cta h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; margin: 0 0 14px; color: #101314; }
.art-cta p { color: #5b6166; font-size: 1.08rem; margin: 0 auto 28px; max-width: 48ch; }
.art-cta a { display: inline-flex; align-items: center; gap: 10px; background: #77fb38; color: #101314; font-weight: 700; text-decoration: none; padding: 18px 30px; border-radius: 16px; transition: background-color .2s; }
.art-cta a:hover { background: #d2ff72; }
