/* =================================================================
   EuroThrills Core — single article
   Reading progress, hero, lead image, prose, TOC, sidebar CTA,
   pull-quote, figure, checklist, callout, stat-strip, author bio
   (from blog.css 313–456). Verbatim from the design; depends on
   eurothrills-base-shared for tokens/buttons.
   ================================================================= */
.art-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; background: transparent; pointer-events: none; }
.art-progress .bar { height: 100%; width: 0; background: var(--et-accent); transition: width .08s linear; }

.art-hero { background: var(--et-bg); padding: 56px 0 40px; }
.art-hero-inner { margin: 0 auto; padding: 0 32px; text-align: center; }
.art-hero-cats { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.art-title { font-size: clamp(34px, 4.8vw, 60px); line-height: 1.0; letter-spacing: -0.035em; font-weight: 800; margin: 0 0 22px; color: var(--et-ink); text-wrap: balance; }
.art-title em { font-family: var(--display); font-style: italic; font-weight: 400; letter-spacing: -0.02em; color: var(--et-accent); }
.art-deck { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.5; color: var(--et-ink-3); margin: 0 auto; max-width: 60ch; text-wrap: pretty; }
.art-hero-meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.art-author { display: inline-flex; align-items: center; gap: 11px; }
.art-author .bl-avatar { width: 44px; height: 44px; font-size: 14px; }
.art-author .who { text-align: left; line-height: 1.25; }
.art-author .who .name { font-size: 14.5px; font-weight: 700; color: var(--et-ink); }
.art-author .who .role { font-size: 12.5px; color: var(--et-mute); }
.art-hero-meta .sep { width: 1px; height: 32px; background: var(--et-line-2); }
.art-hero-facts { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; color: var(--et-ink-3); flex-wrap: wrap; justify-content: center; }
.art-hero-facts span { display: inline-flex; align-items: center; gap: 6px; }
.art-hero-facts svg { width: 14px; height: 14px; color: var(--et-mute); }
.art-share { display: inline-flex; align-items: center; gap: 8px; }
.art-share a { width: 36px; height: 36px; border-radius: 9999px; border: 1px solid var(--et-line-2); display: grid; place-items: center; color: var(--et-ink-3); background: #fff; transition: all .15s ease; }
.art-share a:hover { border-color: var(--et-brand); color: var(--et-brand); }
.art-share svg { width: 15px; height: 15px; }

/* Lead image */
.art-lead-wrap { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.art-lead { border-radius: 18px; overflow: hidden; position: relative; aspect-ratio: 16 / 7; background-size: cover; background-position: center; background-color: var(--et-cream-2); border: 1px solid var(--et-line); }
.art-lead .badge { position: absolute; bottom: 14px; right: 14px; background: rgba(0,0,0,0.5); backdrop-filter: blur(6px); color: #fff; font-size: 11.5px; padding: 5px 11px; border-radius: 9999px; display: inline-flex; align-items: center; gap: 6px; }
.art-lead .badge svg { width: 12px; height: 12px; }

/* Body layout */
.art-main { background: var(--et-bg); padding: 56px 0 88px; }
.art-layout { max-width: 1440px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; }
/* Prose comes after the sidebar in the DOM; pin columns so prose stays wide-left, tools narrow-right */
.art-layout > .art-prose { grid-column: 1; grid-row: 1; }
.art-layout > .art-side { grid-column: 2; grid-row: 1; }

/* Sidebar */
.art-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.art-toc { background: #fff; border: 1px solid var(--et-line); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow-section-card, 0 1px 1px rgb(0 0 0 / 0.02)); }
.art-toc h4 { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--et-mute); margin: 0 0 14px; }
.art-toc ol { list-style: none; counter-reset: toc; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.art-toc li { counter-increment: toc; }
.art-toc a { display: flex; align-items: baseline; gap: 10px; padding: 7px 8px; margin: 0 -8px; border-radius: 8px; font-size: 13.5px; color: var(--et-ink-3); line-height: 1.35; transition: background .12s ease, color .12s ease; border-left: 2px solid transparent; }
.art-toc a::before { content: counter(toc, decimal-leading-zero); font-variant-numeric: tabular-nums; font-size: 11px; font-weight: 700; color: var(--et-mute-2); flex-shrink: 0; }
.art-toc a:hover { background: var(--et-cream); color: var(--et-ink); }
.art-toc a.active { color: var(--et-brand); font-weight: 600; }
.art-toc a.active::before { color: var(--et-brand); }

/* Sidebar book CTA */
.art-book { background: var(--et-deep-2); color: #fff; border-radius: 14px; padding: 22px; position: relative; overflow: hidden; }
.art-book::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle at center, rgba(30,64,168,0.55), transparent 64%); pointer-events: none; }
.art-book-eyebrow { position: relative; z-index: 1; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--et-accent); margin-bottom: 10px; display: inline-flex; align-items: center; gap: 8px; }
.art-book-eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--et-accent); }
.art-book h4 { position: relative; z-index: 1; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 8px; }
.art-book h4 em { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--et-accent); }
.art-book p { position: relative; z-index: 1; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.72); margin: 0 0 16px; }
.art-book .btn { position: relative; z-index: 1; }
.art-book .btn-primary { background: #fff; color: var(--et-deep-2); }
.art-book .btn-primary:hover { background: rgba(255,255,255,0.88); }
.art-book-note { position: relative; z-index: 1; font-size: 11px; color: rgba(255,255,255,0.55); display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; }
.art-book-note svg { width: 12px; height: 12px; color: var(--et-accent); }

/* Prose */
.art-prose { min-width: 0; font-size: 17.5px; line-height: 1.72; color: var(--et-ink-2); }
.art-prose > p { margin: 0 0 26px; }
.art-prose > p:first-of-type::first-letter {
  float: left; font-family: var(--display); font-style: normal; font-weight: 400;
  font-size: 76px; line-height: 0.78; padding: 6px 12px 0 0; color: var(--et-brand);
}
.art-prose h2 { font-size: clamp(26px, 2.4vw, 32px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; color: var(--et-ink); margin: 52px 0 18px; scroll-margin-top: 96px; }
.art-prose h2 em { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--et-accent); letter-spacing: -0.01em; }
.art-prose h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.015em; color: var(--et-ink); margin: 36px 0 12px; }
.art-prose a.inline { color: var(--et-brand); font-weight: 600; border-bottom: 1px solid rgba(30,64,168,0.3); transition: border-color .15s ease; }
.art-prose a.inline:hover { border-color: var(--et-brand); }
.art-prose strong { color: var(--et-ink); font-weight: 700; }
.art-prose ul, .art-prose ol { margin: 0 0 26px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.art-prose ul li { position: relative; padding-left: 30px; }
.art-prose ul li p, .art-prose ol li p { margin: 0; }
.art-prose ul li::before { content: ""; position: absolute; left: 6px; top: 11px; width: 7px; height: 7px; border-radius: 2px; background: var(--et-brand); transform: rotate(45deg); }
.art-prose ol { counter-reset: pl; }
.art-prose ol > li { position: relative; padding-left: 38px; counter-increment: pl; }
.art-prose ol > li::before { content: counter(pl); position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 7px; background: var(--et-cream-2); color: var(--et-brand); font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.art-prose ol ol > li { position: relative; padding-left: 30px; counter-increment: none; }
.art-prose ol ol > li::before { content: ""; position: absolute; left: 6px; top: 11px; width: 7px; height: 7px; border-radius: 2px; background: var(--et-brand); transform: rotate(45deg); }

/* Pull quote */
.art-pull { margin: 44px 0; padding: 0 0 0 28px; border-left: 3px solid var(--et-accent); background: none; }
.art-pull p { font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.28; color: var(--et-ink); margin: 0 0 12px; letter-spacing: -0.01em; }
.art-pull cite { font-style: normal; font-size: 13px; font-weight: 600; color: var(--et-mute); letter-spacing: 0.02em; display: block; }

/* Native blockquote */
.art-prose blockquote,
.art-prose .wp-block-quote { margin: 36px 0; padding: 20px 24px 20px 28px; border-left: 3px solid var(--et-accent); background: #fff; border-radius: 0 10px 10px 0; box-shadow: 0 2px 12px rgba(15, 29, 23, 0.07); }
.art-prose blockquote p,
.art-prose .wp-block-quote p { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; font-size: clamp(15px, 1.4vw, 17px); line-height: 1.65; color: var(--et-ink-2); margin: 0 0 10px; letter-spacing: 0; }
.art-prose blockquote cite,
.art-prose .wp-block-quote cite,
.art-prose blockquote footer,
.art-prose .wp-block-quote .wp-block-quote__citation { font-family: inherit; font-style: normal; font-size: 12.5px; font-weight: 600; color: var(--et-mute); letter-spacing: 0.02em; display: block; }

/* Figure */
.art-fig { margin: 40px 0; }
.art-fig .img { border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 2; background-size: cover; background-position: center; background-color: var(--et-cream-2); border: 1px solid var(--et-line); }
.art-fig .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Direct img child — PHP caption filter wraps without .img div */
.art-fig > img { display: block; width: 100% !important; height: auto !important; max-width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px; border: 1px solid var(--et-line); background-color: var(--et-cream-2); }

/* All inline images inside prose content */
.art-prose img,
.art-prose figure img,
.art-prose .wp-block-image img { object-fit: cover; max-width: 100%; height: auto; display: block; }

/* Captions */
.art-fig figcaption,
.art-prose figcaption,
.art-prose .wp-block-image figcaption,
.art-prose .wp-caption-text { font-size: 14px; color: var(--et-mute); margin-top: 10px; line-height: 1.45; display: block; font-style: italic; text-align: center; letter-spacing: 0.01em; }
.art-fig figcaption svg { width: 13px; height: 13px; margin-top: 2px; flex-shrink: 0; color: var(--et-mute-2); }

/* Gear checklist callout */
.art-checklist { background: #fff; border: 1px solid var(--et-line); border-radius: 16px; padding: 26px 28px; margin: 40px 0; box-shadow: 0 1px 1px rgb(0 0 0 / 0.02); }
.art-checklist-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.art-checklist-head .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--et-cream-2); color: var(--et-brand); display: grid; place-items: center; }
.art-checklist-head .ic svg { width: 18px; height: 18px; }
.art-checklist-head .tt { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--et-ink); }
.art-checklist-head .st { font-size: 12px; color: var(--et-mute); margin-top: 1px; }
.art-checklist ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.art-checklist li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 14.5px; line-height: 1.4; color: var(--et-ink-2); padding-left: 0; }
.art-checklist li::before { display: none; }
.art-checklist li .chk { width: 20px; height: 20px; border-radius: 6px; background: var(--et-ok-bg); color: var(--et-ok); display: grid; place-items: center; margin-top: 1px; }
.art-checklist li .chk svg { width: 13px; height: 13px; }
.art-checklist li strong { font-weight: 700; color: var(--et-ink); display: block; }
.art-checklist li span.note { font-size: 12.5px; color: var(--et-mute); }

/* Safety callout */
.art-callout { display: grid; grid-template-columns: 44px 1fr; gap: 16px; background: var(--et-hot-bg); border: 1px solid rgba(225,37,27,0.18); border-radius: 14px; padding: 22px 24px; margin: 40px 0; }
.art-callout .ic { width: 44px; height: 44px; border-radius: 11px; background: var(--et-accent); color: #fff; display: grid; place-items: center; }
.art-callout .ic svg { width: 22px; height: 22px; }
.art-callout h4 { font-size: 15px; font-weight: 800; color: var(--et-brand-deep); margin: 0 0 6px; letter-spacing: -0.01em; }
body:not(.mode-bold) .art-callout h4 { color: #8A1410; }
.art-callout p { font-size: 14px; line-height: 1.55; color: var(--et-ink-2); margin: 0; }

/* Inline stat strip */
.art-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--et-deep-2); color: #fff; border-radius: 16px; overflow: hidden; margin: 40px 0; }
.art-stat { padding: 24px 26px; }
.art-stat + .art-stat { border-left: 1px solid rgba(255,255,255,0.12); }
.art-stat .num { font-family: var(--display); font-style: italic; font-size: 44px; line-height: 1; letter-spacing: -0.02em; }
.art-stat .num em { color: var(--et-accent); font-style: italic; }
.art-stat .lab { font-size: 12.5px; color: rgba(255,255,255,0.66); margin-top: 8px; line-height: 1.4; }

/* Author bio */
.art-bio { max-width: 1440px; margin: 0 auto; padding: 0; }
.art-bio-inner { max-width: 70ch; display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; padding: 28px 0; border-top: 1px solid var(--et-line-2); border-bottom: 1px solid var(--et-line-2); }
.art-bio .bl-avatar { width: 64px; height: 64px; font-size: 20px; }
.art-bio .name { font-size: 17px; font-weight: 800; color: var(--et-ink); letter-spacing: -0.01em; }
.art-bio .role { font-size: 13px; color: var(--et-brand); font-weight: 600; margin-top: 2px; }
.art-bio p { font-size: 14.5px; line-height: 1.6; color: var(--et-ink-3); margin: 12px 0 0; }
.art-bio .links { display: flex; gap: 14px; margin-top: 14px; font-size: 13px; }
.art-bio .links a { color: var(--et-ink-2); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.art-bio .links a:hover { color: var(--et-brand); }
.art-bio .links svg { width: 13px; height: 13px; }

/* Related rail */
.art-related-bg { background: var(--et-paper); border-top: 1px solid var(--et-line); }
.art-related { max-width: 1440px; margin: 0 auto; padding: 64px 32px; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .art-layout { grid-template-columns: 1fr; gap: 40px; }
  .art-layout > .art-prose, .art-layout > .art-side { grid-column: auto; grid-row: auto; }
  .art-side { position: static; flex-direction: row; flex-wrap: wrap; }
  .art-toc { flex: 1; min-width: 240px; }
  .art-book { flex: 1; min-width: 240px; }
  .art-lead { aspect-ratio: 16 / 9; }
}
@media (max-width: 720px) {
  .art-hero { padding: 36px 0 28px; }
  .art-hero-meta .sep { display: none; }
  .art-prose { font-size: 16.5px; }
  .art-checklist ul { grid-template-columns: 1fr; }
  .art-stats { grid-template-columns: 1fr; }
  .art-stat + .art-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .art-bio-inner { grid-template-columns: 1fr; }
}

/* ===== Sidebar Promo (.art-spromo) ===== */
.art-spromo {
  background: #fff;
  border: 1px solid var(--et-line, rgba(0,0,0,0.08));
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.art-spromo-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.art-spromo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.art-spromo-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.art-spromo-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
}
.art-spromo-stars .star { color: #d1d5db; }
.art-spromo-stars .star.full,
.art-spromo-stars .star.half { color: #f59e0b; }
.art-spromo-rating-num { display: none; }
.art-spromo-count {
  font-size: 12px;
  color: var(--et-muted, #64748b);
}
.art-spromo-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--et-ink, #0f172a);
  margin: 0;
}
.art-spromo-sub {
  font-size: 12px;
  color: var(--et-muted, #64748b);
  margin: 0;
  line-height: 1.4;
}
.art-spromo-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 2px;
}
.art-spromo-price-label {
  font-size: 12px;
  color: var(--et-muted, #64748b);
}
.art-spromo-price-amount {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--et-ink, #0f172a);
}
.art-spromo-price-note {
  font-size: 12px;
  color: var(--et-muted, #64748b);
}
.art-spromo .btn-block {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.art-spromo .btn-block svg {
  width: 15px;
  height: 15px;
}

/* ===== Article Related Head ===== */
.art-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.art-related-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--et-muted, #64748b);
}
.art-related-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--et-brand, #1a56db);
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.art-related-more:hover { opacity: 0.75; }
.art-related-more svg { width: 13px; height: 13px; }
.art-related-num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--et-brand, #1a56db);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
}

/* ===== Prose tables ===== */
.art-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--et-line, rgba(0,0,0,0.08));
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.art-prose thead {
  background: var(--et-deep-2, #1e2d40);
  color: #fff;
}
.art-prose thead th {
  padding: 13px 18px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255,255,255,0.9);
  border-bottom: none;
  white-space: nowrap;
}
.art-prose thead th:first-child { border-radius: 0; }
.art-prose tbody tr {
  border-bottom: 1px solid var(--et-line, rgba(0,0,0,0.07));
  transition: background 0.1s ease;
}
.art-prose tbody tr:last-child { border-bottom: none; }
.art-prose tbody tr:nth-child(even) { background: var(--et-cream, #f8f9fb); }
.art-prose tbody tr:hover { background: rgba(26,86,219,0.04); }
.art-prose tbody td {
  padding: 13px 18px;
  color: var(--et-ink-2, #374151);
  vertical-align: top;
}
.art-prose tbody td:first-child {
  font-weight: 600;
  color: var(--et-ink, #0f172a);
}
.art-prose tfoot td {
  padding: 11px 18px;
  font-size: 13px;
  color: var(--et-muted, #64748b);
  background: var(--et-cream, #f8f9fb);
  border-top: 1px solid var(--et-line, rgba(0,0,0,0.08));
}

/* Scrollable wrapper for narrow viewports */
.art-prose table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .art-prose table {
    display: table;
    overflow-x: unset;
  }
}

/* ===== FAQ Accordion ===== */
.art-faq { margin: 48px 0; }
.faq-title { font-size: clamp(22px, 2vw, 28px); font-weight: 800; letter-spacing: -0.02em; color: var(--et-ink); margin: 0 0 24px; }
.faq-list { display: flex; flex-direction: column; border: 1px solid var(--et-line); border-radius: 14px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--et-line); }
.faq-item:last-child { border-bottom: none; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 18px 22px; background: #fff; border: none; cursor: pointer; text-align: left; font-size: 15px; font-weight: 600; color: var(--et-ink); line-height: 1.4; transition: background .15s ease, color .15s ease; }
.faq-q:hover { background: var(--et-bg); color: var(--et-brand); }
.faq-q[aria-expanded="true"] { background: var(--et-bg); color: var(--et-brand); }
.faq-chevron { width: 18px; height: 18px; flex-shrink: 0; color: var(--et-mute); transition: transform .25s ease; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); color: var(--et-brand); }
.faq-a { padding: 0 22px 18px; background: var(--et-bg); font-size: 14.5px; line-height: 1.7; color: var(--et-ink-2); }
.faq-a p { margin: 0 0 12px; }
.faq-a p:last-child { margin: 0; }

/* ===== Generated CTA links → button styles ===== */
.generated-cta-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 24px; border-radius: 9999px; font-size: 15px; font-weight: 600; transition: background .18s ease, transform .18s ease; white-space: nowrap; text-decoration: none !important; margin: 4px 8px 4px 0; cursor: pointer; }
.generated-cta-link--primary { background: var(--et-accent, #E1251B); color: #fff !important; box-shadow: 0 10px 28px -10px rgba(225,37,27,0.45); }
.generated-cta-link--primary:hover { background: var(--et-brand-deep, #B91C16); transform: translateY(-2px); color: #fff !important; }
.generated-cta-link--secondary { border: 1px solid var(--et-line-2); color: var(--et-ink-2) !important; background: #fff; }
.generated-cta-link--secondary:hover { border-color: var(--et-ink-3); background: var(--et-cream); }
