/*
Theme Name: diapr.ai Blog
Theme URI: https://diapr.ai/
Author: diapr.ai
Author URI: https://diapr.ai/
Description: A warm, accessible WordPress journal theme built for diapr.ai. Designed for practical baby-care stories, product guides, and calm reading at any hour.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpress-blog-theme
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* ==========================================================================
   Brand foundations
   80% warm neutrals · 15% coral/orange energy · 5% sky-blue accent.
   ========================================================================== */

:root {
  --coral: #ff6b57;
  --coral-ink: #c43a28;
  --orange: #ff9a4d;
  --amber: #ffb15e;
  --amber-ink: #b4651a;
  --sky-400: #69d6ff;
  --sky-500: #3dbaf5;
  --sky-ink: #176a98;

  --bg: #fff8f4;
  --surface: #fff;
  --surface-soft: #fff1e8;
  --surface-warm: #ffe7d6;
  --surface-sky: #eaf8ff;
  --border-soft: #f6d8c8;
  --border-strong: #e9c2aa;
  --control-border: #ae806b;

  --text-strong: #3a261e;
  --text-body: #6b4b3e;
  --text-muted: #7d5d50;
  --text-on-brand: #fff;

  --gradient-warm: linear-gradient(135deg, #ff6b57 0%, #ff9a4d 100%);
  --gradient-warm-soft: linear-gradient(135deg, #ffb15e 0%, #ff6b57 100%);
  --gradient-sky: linear-gradient(135deg, #69d6ff 0%, #3dbaf5 100%);
  --gradient-button: linear-gradient(135deg, #c43a28 0%, #ae6017 100%);
  --gradient-text: linear-gradient(135deg, #ee5a44 0%, #d9772a 100%);

  --shadow-sm: 0 2px 8px rgba(58, 38, 30, 0.06);
  --shadow-md: 0 14px 34px -12px rgba(255, 107, 87, 0.22), 0 6px 14px -8px rgba(58, 38, 30, 0.12);
  --shadow-lg: 0 40px 80px -30px rgba(255, 107, 87, 0.34), 0 18px 40px -22px rgba(58, 38, 30, 0.18);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 36px;
  --radius-pill: 999px;

  --font-display: "Baloo 2", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, -apple-system, sans-serif;
  --max-wide: 1160px;
  --max-content: 760px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reset and base --------------------------------------------------------- */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text-body);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

p {
  margin: 0;
}

a {
  color: var(--sky-ink);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--coral-ink);
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

button,
input,
textarea,
select {
  font-size: 1rem;
}

button {
  cursor: pointer;
}

::selection {
  color: var(--text-strong);
  background: rgba(255, 177, 94, 0.48);
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--sky-ink);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  color: var(--text-strong);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  font-weight: 800;
  text-decoration: none;
}

.site-wrap {
  width: min(calc(100% - 40px), var(--max-wide));
  margin-inline: auto;
}

.site-wrap--content {
  max-width: var(--max-content);
}

.site-wrap--wide {
  max-width: 1040px;
}

.site-main {
  min-height: 58vh;
}

/* Ambient backdrop ------------------------------------------------------- */

.ambient-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.ambient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(76px);
  opacity: 0.42;
}

.ambient-blob--orange {
  top: -210px;
  right: -140px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 154, 77, 0.56), transparent 70%);
}

.ambient-blob--sky {
  top: 42%;
  left: -190px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(105, 214, 255, 0.38), transparent 70%);
}

.ambient-blob--coral {
  right: 4%;
  bottom: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 107, 87, 0.3), transparent 70%);
}

.ambient-grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(58, 38, 30, 0.035) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.58;
}

/* Header and navigation ------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background 250ms var(--ease), box-shadow 250ms var(--ease), backdrop-filter 250ms var(--ease);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled,
.site-header:focus-within {
  background: rgba(255, 248, 244, 0.88);
  border-bottom: 1px solid rgba(233, 194, 170, 0.6);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px) saturate(1.25);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-branding {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.custom-logo-link {
  display: block;
  line-height: 0;
}

.custom-logo {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.site-edition {
  padding-left: 12px;
  color: var(--text-muted);
  border-left: 1px solid var(--border-strong);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.site-edition:hover {
  color: var(--coral-ink);
}

.primary-navigation {
  min-width: 0;
  margin-left: auto;
}

.primary-menu,
.primary-menu ul,
.footer-menu,
.footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

.primary-menu > li {
  position: relative;
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 7px 0;
  color: var(--text-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gradient-warm);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--ease);
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
  color: var(--coral-ink);
}

.primary-menu > li > a:hover::after,
.primary-menu > .current-menu-item > a::after,
.primary-menu > .current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 20;
  min-width: 220px;
  padding: 10px;
  visibility: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 180ms;
}

.primary-menu .sub-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  white-space: normal;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible {
  background: var(--surface-soft);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 10px;
  margin-left: auto;
  color: var(--text-strong);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
}

.nav-toggle > span:not(.screen-reader-text) {
  width: 24px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 200ms var(--ease), opacity 150ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(7.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Buttons and forms ------------------------------------------------------ */

.button,
.wp-element-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 24px;
  color: var(--text-on-brand);
  background: var(--gradient-button);
  border: 0;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 22px -8px rgba(196, 58, 40, 0.52);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), filter 200ms var(--ease);
}

.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  color: var(--text-on-brand);
  box-shadow: 0 16px 30px -9px rgba(196, 58, 40, 0.6);
  filter: saturate(1.06);
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding: 10px 19px;
  font-size: 15px;
}

.button--secondary {
  color: var(--coral-ink);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
}

.button--secondary:hover {
  color: var(--coral-ink);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}

.button--light {
  color: var(--coral-ink);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.button--light:hover {
  color: var(--coral-ink);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  width: 100%;
  color: var(--text-strong);
  background: var(--surface);
  border: 1px solid var(--control-border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--sky-ink);
  box-shadow: 0 0 0 3px rgba(23, 106, 152, 0.16);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-form .search-field {
  min-height: 54px;
  padding-right: 58px;
  background: var(--surface);
  border-color: var(--control-border);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}

.search-form .search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}

.search-form .search-submit svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

/* Reusable labels and headings ------------------------------------------ */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 7px 15px;
  margin-bottom: 20px;
  color: var(--coral-ink);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  background: var(--gradient-warm);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 107, 87, 0.16);
}

.kicker {
  margin-bottom: 9px;
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kicker--light {
  color: #ffd8c4;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 44px);
}

/* Journal landing ------------------------------------------------------- */

.journal-hero {
  position: relative;
  padding: 56px 0 34px;
}

.journal-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: end;
}

.journal-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 6.2vw, 72px);
}

.journal-hero__lede {
  max-width: 700px;
  margin-top: 20px;
  color: var(--text-body);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.6;
}

.journal-hero__search {
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.journal-hero__search > p {
  margin: 0 0 10px 4px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.featured-wrap {
  margin-top: 50px;
}

.featured-article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  min-height: 460px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.featured-article__media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: var(--surface-warm);
  text-decoration: none;
}

.featured-article__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.featured-article:hover .featured-article__media > img {
  transform: scale(1.025);
}

.featured-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 460px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffe7d6 0%, #fff1e8 52%, #eaf8ff 100%);
}

.featured-placeholder::before,
.featured-placeholder::after {
  position: absolute;
  width: 210px;
  height: 210px;
  content: "";
  border: 30px solid rgba(255, 107, 87, 0.2);
  border-radius: 50%;
}

.featured-placeholder::before {
  top: -78px;
  left: -65px;
}

.featured-placeholder::after {
  right: -58px;
  bottom: -88px;
  border-color: rgba(105, 214, 255, 0.3);
}

.featured-placeholder__orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 2px dashed rgba(180, 101, 26, 0.3);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.featured-placeholder img {
  position: relative;
  z-index: 1;
  width: min(76%, 360px);
  filter: drop-shadow(0 24px 28px rgba(58, 38, 30, 0.16));
}

.featured-article__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 60px);
}

.featured-article__content h2 {
  margin-top: 14px;
  font-size: clamp(31px, 3.5vw, 46px);
}

.featured-article__content h2 a,
.article-card__title a,
.article-summary h2 a {
  color: inherit;
  text-decoration: none;
}

.featured-article__content h2 a:hover,
.article-card__title a:hover,
.article-summary h2 a:hover {
  color: var(--coral-ink);
}

.featured-article__excerpt {
  margin-top: 18px;
  color: var(--text-body);
  font-size: 17px;
}

.featured-article__excerpt p,
.article-card__excerpt p,
.article-summary p {
  margin: 0;
}

.post-category {
  display: inline-flex;
  width: fit-content;
  color: var(--sky-ink);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.post-category:hover {
  color: var(--coral-ink);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 13.5px;
  font-weight: 600;
}

.post-meta a {
  color: inherit;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms var(--ease);
}

.text-link:hover span {
  transform: translateX(4px);
}

.topic-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 34px;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.topic-nav__label {
  flex: 0 0 auto;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 800;
}

.topic-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.topic-nav a,
.tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  color: var(--text-body);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--ease);
}

.topic-nav a:hover,
.tag-list a:hover {
  color: var(--coral-ink);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.articles-section,
.related-section {
  padding-top: 70px;
  padding-bottom: 86px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: border-color 220ms ease, box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.article-card:hover,
.article-card:focus-within {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.article-card__media {
  display: block;
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
  background: var(--surface-warm);
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.article-card:hover .article-card__media img {
  transform: scale(1.035);
}

.article-placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, var(--surface-warm), var(--surface-soft) 58%, var(--surface-sky));
}

.article-placeholder__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124px;
  height: 124px;
  border: 18px solid rgba(255, 107, 87, 0.48);
  border-right-color: rgba(255, 154, 77, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(28deg);
}

.article-placeholder__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.article-placeholder__swoop {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 112px;
  height: 112px;
  border: 18px solid rgba(105, 214, 255, 0.4);
  border-radius: 50%;
}

.article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.article-card__title {
  margin-top: 11px;
  font-size: clamp(21px, 2.2vw, 25px);
}

.article-card__excerpt {
  margin-top: 13px;
  color: var(--text-body);
  font-size: 15.5px;
}

.article-card .post-meta {
  margin-top: auto;
  padding-top: 20px;
}

.article-summary {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}

.article-summary h2 {
  margin: 10px 0 12px;
  font-size: 28px;
}

/* Pagination ------------------------------------------------------------- */

.navigation.pagination,
.comments-pagination {
  margin-top: 46px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 13px;
  color: var(--text-body);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  font-weight: 800;
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--text-on-brand);
  background: var(--coral-ink);
  border-color: var(--coral-ink);
}

/* Archives and search --------------------------------------------------- */

.archive-main {
  padding-top: 54px;
}

.archive-hero {
  max-width: 880px;
  padding-top: 36px;
  text-align: center;
}

.archive-hero .eyebrow {
  margin-inline: auto;
}

.archive-hero h1 {
  font-size: clamp(42px, 6vw, 66px);
}

.archive-hero > p:not(.eyebrow),
.archive-description {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--text-body);
  font-size: 18px;
}

.archive-description p {
  margin: 0;
}

.archive-search {
  max-width: 580px;
  margin: 26px auto 0;
}

/* Single articles and pages --------------------------------------------- */

.singular-main {
  padding-top: 70px;
}

.reading-progress {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gradient-warm);
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
}

.article-header {
  text-align: center;
}

.article-header .post-category,
.article-header .eyebrow {
  margin-inline: auto;
}

.article-header h1 {
  margin-top: 16px;
  font-size: clamp(42px, 6.3vw, 68px);
}

.page-article .article-header h1 {
  margin-top: 0;
}

.article-deck {
  margin-top: 22px;
  color: var(--text-body);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.55;
}

.article-header .post-meta {
  justify-content: center;
  margin-top: 24px;
}

.article-featured {
  margin-top: 44px;
}

.article-featured > img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.article-featured figcaption,
.wp-element-caption,
.wp-caption-text,
.gallery-caption {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.5;
  text-align: center;
}

.entry-content {
  padding-top: 52px;
  padding-bottom: 36px;
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.76;
}

.entry-content > * {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.65em;
  margin-bottom: 0.6em;
  scroll-margin-top: 104px;
}

.entry-content h2 {
  font-size: clamp(30px, 4vw, 40px);
}

.entry-content h3 {
  font-size: clamp(24px, 3vw, 30px);
}

.entry-content h4 {
  font-size: 21px;
}

.entry-content a:not(.wp-element-button) {
  color: var(--sky-ink);
  font-weight: 700;
}

.entry-content strong {
  color: var(--text-strong);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.35em;
}

.entry-content li + li {
  margin-top: 0.48em;
}

.entry-content blockquote,
.wp-block-quote {
  padding: 4px 0 4px 24px;
  margin-left: 0;
  border-left: 4px solid var(--orange);
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 27px);
  font-weight: 600;
  line-height: 1.45;
}

.entry-content blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.wp-block-pullquote {
  padding: 30px;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}

.wp-block-pullquote blockquote {
  padding: 0;
  border: 0;
}

.entry-content pre,
.entry-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.entry-content code {
  padding: 0.15em 0.34em;
  color: var(--text-strong);
  background: var(--surface-soft);
  border-radius: 6px;
  font-size: 0.86em;
}

.entry-content pre {
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  color: var(--text-strong);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.55;
}

.entry-content pre code {
  padding: 0;
  background: transparent;
}

.entry-content table,
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.entry-content > table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  border: 1px solid var(--border-soft);
  text-align: left;
  vertical-align: top;
}

.entry-content th {
  color: var(--text-strong);
  background: var(--surface-soft);
  font-family: var(--font-display);
}

.wp-block-table {
  overflow-x: auto;
}

.entry-content hr,
.wp-block-separator {
  height: 1px;
  margin-block: 46px;
  background: var(--border-strong);
  border: 0;
}

.entry-content figure img,
.entry-content .wp-block-cover,
.entry-content .wp-block-media-text,
.entry-content .wp-block-group.has-background {
  border-radius: var(--radius-lg);
}

.entry-content .wp-block-group.has-background {
  padding: clamp(24px, 4vw, 40px);
}

.entry-content .wp-block-buttons {
  gap: 12px;
}

.entry-content > .alignwide,
.entry-content > .wp-block-cover.alignwide,
.entry-content > .wp-block-group.alignwide {
  width: min(calc(100vw - 40px), var(--max-wide));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .wp-block-image.alignleft,
.entry-content .alignleft {
  float: left;
  max-width: 48%;
  margin-right: 24px;
}

.entry-content .wp-block-image.alignright,
.entry-content .alignright {
  float: right;
  max-width: 48%;
  margin-left: 24px;
}

.entry-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--text-strong);
  font-weight: 800;
}

.page-links a,
.page-links > span:not(.screen-reader-text) {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  color: var(--text-body);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  text-decoration: none;
}

/* Editor-friendly callout classes and bundled patterns. */
.diapr-note {
  position: relative;
  padding: clamp(24px, 4vw, 34px);
  overflow: hidden;
  background: var(--surface-sky);
  border: 1px solid rgba(61, 186, 245, 0.28);
  border-radius: var(--radius-lg);
}

.diapr-note::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: var(--gradient-sky);
}

.diapr-note > *:last-child,
.diapr-inline-cta > *:last-child {
  margin-bottom: 0;
}

.diapr-inline-cta {
  padding: clamp(26px, 4vw, 40px);
  background: linear-gradient(135deg, var(--surface-warm), var(--surface-soft));
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.article-footer {
  padding-bottom: 54px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.author-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.author-card__avatar {
  border: 3px solid var(--surface-warm);
  border-radius: 50%;
}

.author-card__label {
  color: var(--coral-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.author-card h2 {
  margin-top: 2px;
  font-size: 24px;
}

.author-card h2 + p {
  margin-top: 8px;
  font-size: 15.5px;
}

.post-navigation-wrap {
  padding-top: 26px;
  border-top: 1px solid var(--border-soft);
}

.post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.post-navigation a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  color: var(--text-strong);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--ease);
}

.post-navigation a:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.post-navigation a span {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-navigation a strong {
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.3;
}

.related-section {
  margin-top: 62px;
  padding-top: 64px;
  border-top: 1px solid var(--border-soft);
}

/* Comments --------------------------------------------------------------- */

.comments-area {
  padding-top: 68px;
  padding-bottom: 80px;
  border-top: 1px solid var(--border-soft);
}

.comments-title,
.comment-reply-title {
  margin-bottom: 26px;
  font-size: clamp(28px, 4vw, 36px);
}

.comment-list,
.comment-list .children {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-list .children {
  padding-left: 26px;
}

.comment-body {
  padding: 24px;
  margin-bottom: 16px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
}

.comment-meta {
  margin-bottom: 14px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 800;
}

.comment-author .avatar {
  border-radius: 50%;
}

.comment-metadata {
  margin: 5px 0 0 66px;
  font-size: 13px;
}

.comment-metadata a,
.reply a {
  color: var(--text-muted);
}

.comment-content > * + * {
  margin-top: 1em;
}

.reply {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 800;
}

.comment-respond {
  padding: 30px;
  margin-top: 34px;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}

.comment-notes,
.logged-in-as,
.comment-form-cookies-consent,
.comments-closed {
  color: var(--text-muted);
  font-size: 14px;
}

.comment-form > p + p {
  margin-top: 18px;
}

.comment-form label:not(.screen-reader-text) {
  display: block;
  margin-bottom: 6px;
  color: var(--text-strong);
  font-weight: 800;
}

.comment-form-cookies-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.comment-form-cookies-consent label {
  margin: 0 !important;
  color: var(--text-muted) !important;
  font-weight: 600 !important;
}

/* Empty and 404 states -------------------------------------------------- */

.empty-state {
  max-width: 700px;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.empty-state img {
  width: 110px;
  margin: 0 auto 12px;
}

.empty-state h2 {
  font-size: 32px;
}

.empty-state p {
  margin: 12px auto 22px;
}

.empty-state .search-form {
  max-width: 520px;
  margin: 22px auto 0;
}

.error-main {
  display: grid;
  align-items: center;
  padding: 70px 0 100px;
}

.error-card {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 34px;
  padding: clamp(34px, 6vw, 70px);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.error-code {
  margin-bottom: -10px;
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.error-card h1 {
  font-size: clamp(42px, 6vw, 64px);
}

.error-card__copy > p:not(.eyebrow, .error-code) {
  max-width: 560px;
  margin-top: 18px;
  font-size: 18px;
}

.error-card__actions {
  margin: 28px 0 20px;
}

.error-card__copy .search-form {
  max-width: 520px;
}

.error-card__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.error-card__art::before {
  position: absolute;
  width: 330px;
  height: 330px;
  content: "";
  background: linear-gradient(145deg, var(--surface-warm), var(--surface-sky));
  border-radius: 50%;
}

.error-card__art img {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  filter: drop-shadow(0 22px 24px rgba(58, 38, 30, 0.18));
}

.error-orbit {
  position: absolute;
  z-index: 1;
  width: 370px;
  height: 250px;
  border: 2px dashed rgba(196, 58, 40, 0.3);
  border-radius: 50%;
  transform: rotate(-18deg);
}

/* Product CTA ------------------------------------------------------------ */

.app-cta {
  padding: 28px 0 88px;
}

.app-cta__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  min-height: 360px;
  padding: 50px 58px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(150deg, #2a1b14 0%, #5a2f22 60%, #8a4029 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.app-cta__glow {
  position: absolute;
  top: -280px;
  left: 26%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(255, 154, 77, 0.54), transparent 62%);
  pointer-events: none;
}

.app-cta__copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.app-cta h2 {
  color: var(--text-on-brand);
  font-size: clamp(34px, 4.5vw, 50px);
}

.app-cta__copy > p:not(.kicker) {
  max-width: 630px;
  margin-top: 16px;
  font-size: 18px;
}

.app-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
}

.app-cta__actions span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13.5px;
  font-weight: 700;
}

.app-cta__mascot {
  position: relative;
  z-index: 1;
  width: 250px;
  align-self: end;
  margin-bottom: -68px;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.28));
}

.app-cta :where(a, button, input, textarea, select):focus-visible {
  outline-color: var(--sky-400);
  box-shadow: 0 0 0 2px #2a1b14, 0 0 0 5px var(--sky-400);
}

/* Footer ---------------------------------------------------------------- */

.site-footer {
  padding: 56px 0 28px;
  background: var(--surface);
  border-top: 1px solid var(--border-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 38px;
}

.footer-brand img {
  width: auto;
  height: 36px;
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 310px;
  color: var(--text-muted);
  font-size: 14.5px;
}

.footer-brand .footer-fine {
  margin-top: 7px;
  font-size: 13px;
}

.footer-column h2 {
  margin-bottom: 13px;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-column a {
  display: inline-block;
  padding: 4px 0;
  color: var(--text-muted);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--coral-ink);
}

.footer-column li + li {
  margin-top: 3px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  margin-top: 40px;
  color: var(--text-muted);
  border-top: 1px solid var(--border-soft);
  font-size: 13.5px;
}

.footer-legal {
  display: flex;
  gap: 9px;
}

.footer-legal a {
  color: var(--text-muted);
}

/* WordPress-generated classes ------------------------------------------ */

.sticky.article-card {
  border-color: var(--orange);
}

.bypostauthor > .comment-body {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-sm);
}

.wp-caption {
  max-width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  margin: 0;
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1040px) {
  .header-inner {
    gap: 16px;
  }

  .primary-menu {
    gap: 16px;
  }

  .site-edition {
    display: none;
  }

  .featured-article {
    grid-template-columns: 1fr 0.9fr;
  }

  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .site-edition {
    display: block;
  }

  .js .nav-toggle {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .primary-navigation {
    order: 5;
    width: 100%;
    margin: 0;
  }

  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
  }

  .primary-menu a {
    padding: 10px 12px;
    border-radius: 10px;
    white-space: normal;
  }

  .primary-menu > li > a::after {
    display: none;
  }

  .primary-menu a:hover,
  .primary-menu a:focus-visible,
  .primary-menu .current-menu-item > a {
    background: var(--surface-soft);
  }

  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0 18px;
    visibility: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .js .primary-navigation {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
  }

  .js .primary-navigation.is-open {
    display: block;
  }

  .journal-hero__intro {
    grid-template-columns: 1fr;
  }

  .journal-hero__search {
    max-width: 600px;
  }

  .featured-article {
    grid-template-columns: 1fr;
  }

  .featured-article__media,
  .featured-placeholder {
    min-height: 390px;
  }

  .featured-article__media {
    aspect-ratio: 16 / 10;
  }

  .featured-article__content {
    padding: 36px;
  }

  .app-cta__card {
    grid-template-columns: 1fr 190px;
    padding: 44px 40px;
  }

  .app-cta__mascot {
    width: 210px;
    margin-left: -22px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .error-card {
    grid-template-columns: 1fr;
  }

  .error-card__art {
    min-height: 300px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site-header {
    top: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .site-wrap {
    width: min(calc(100% - 30px), var(--max-wide));
  }

  .custom-logo {
    height: 33px;
  }

  .site-edition {
    padding-left: 9px;
    font-size: 13px;
  }

  .journal-hero {
    padding-top: 38px;
  }

  .journal-hero h1,
  .article-header h1,
  .archive-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .featured-wrap {
    margin-top: 34px;
  }

  .featured-article,
  .article-featured > img,
  .app-cta__card,
  .error-card {
    border-radius: var(--radius-lg);
  }

  .featured-article__media,
  .featured-placeholder {
    min-height: 280px;
  }

  .featured-article__content {
    padding: 28px 24px;
  }

  .topic-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .articles-section,
  .related-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-card__media {
    aspect-ratio: 16 / 9;
  }

  .singular-main {
    padding-top: 48px;
  }

  .article-featured {
    margin-top: 34px;
  }

  .entry-content {
    padding-top: 38px;
    font-size: 17px;
  }

  .entry-content > .alignwide,
  .entry-content > .wp-block-cover.alignwide,
  .entry-content > .wp-block-group.alignwide {
    width: calc(100vw - 30px);
  }

  .entry-content .wp-block-image.alignleft,
  .entry-content .alignleft,
  .entry-content .wp-block-image.alignright,
  .entry-content .alignright {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .author-card {
    grid-template-columns: 1fr;
  }

  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }

  .comment-list .children {
    padding-left: 12px;
  }

  .comment-body,
  .comment-respond,
  .empty-state {
    padding: 22px;
  }

  .app-cta {
    padding-bottom: 64px;
  }

  .app-cta__card {
    grid-template-columns: 1fr;
    padding: 36px 26px 0;
  }

  .app-cta__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-cta__mascot {
    width: 190px;
    margin: 10px auto -45px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .error-card {
    padding: 30px 24px;
  }

  .error-card__art {
    min-height: 250px;
  }

  .error-card__art::before {
    width: 260px;
    height: 260px;
  }

  .error-orbit {
    width: 290px;
    height: 210px;
  }

  .error-card__art img {
    width: 230px;
  }

  .gallery-columns-3,
  .gallery-columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .site-wrap {
    width: min(calc(100% - 24px), var(--max-wide));
  }

  .site-edition {
    display: none;
  }

  .featured-article__media,
  .featured-placeholder {
    min-height: 240px;
  }

  .topic-nav__links {
    gap: 7px;
  }

  .topic-nav a {
    padding: 7px 11px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .ambient-background,
  .site-header,
  .reading-progress,
  .app-cta,
  .site-footer,
  .post-navigation-wrap,
  .related-section,
  .comments-area {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  .singular-main,
  .entry-content {
    padding-top: 0;
  }

  .article-header,
  .entry-content,
  .article-footer {
    width: 100%;
    max-width: none;
  }

  .entry-content a {
    color: #000;
  }

  .entry-content a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-weight: 400;
  }
}
