/* =========================================================
   SYMBIONT WORLD — Editorial Policy Landing v1.0
   Shortcode: [sym_landing_editorial_policy]
   Isolated namespace: .sym-editorial-policy-v1
   ========================================================= */

.sym-editorial-policy-v1 {
  --ep-green: #00d9a7;
  --ep-green-bright: #00f0b5;
  --ep-cyan: #00dbe8;
  --ep-lime: #b7ff3c;
  --ep-purple: #a76cff;
  --ep-pink: #f35fc7;
  --ep-ink: #101719;
  --ep-dark: #111719;
  --ep-dark-2: #182125;
  --ep-radius: 26px;
  --ep-radius-sm: 18px;

  position: relative;
  width: min(80vw, 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 0 120px;
  color: var(--sym-text, #111719);
  font-family: var(--sym-font-body, "Ruda", system-ui, sans-serif);
}

.sym-editorial-policy-v1,
.sym-editorial-policy-v1 * {
  box-sizing: border-box;
}

.sym-editorial-policy-v1 h1,
.sym-editorial-policy-v1 h2,
.sym-editorial-policy-v1 h3,
.sym-editorial-policy-v1 h4,
.sym-editorial-policy-v1 p,
.sym-editorial-policy-v1 ol,
.sym-editorial-policy-v1 ul,
.sym-editorial-policy-v1 blockquote {
  margin-top: 0;
}

.sym-editorial-policy-v1 a {
  color: inherit;
}

/* Page shell: only the page containing this landing. */
body.sym-page-editorial-policy .wp-block-post-title,
body.sym-page-editorial-policy h1.wp-block-post-title,
body.sym-page-editorial-policy .entry-title {
  display: none !important;
}

body.sym-page-editorial-policy main,
body.sym-page-editorial-policy .wp-site-blocks main,
body.sym-page-editorial-policy .entry-content,
body.sym-page-editorial-policy .wp-block-post-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.sym-page-editorial-policy .sym-editorial-policy-v1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Shared panels and headings */
.sym-ep-panel,
.sym-ep-hero,
.sym-ep-final {
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: var(--ep-radius);
  box-shadow: var(--sym-shadow, 0 18px 60px rgba(20, 40, 45, .10));
}

.sym-ep-panel {
  padding: clamp(28px, 3.8vw, 48px);
  background:
    radial-gradient(circle at 0 0, rgba(0, 217, 167, .09), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(167, 108, 255, .08), transparent 32%),
    var(--sym-surface, #fff);
}

html[data-theme="dark"] .sym-ep-panel {
  background:
    radial-gradient(circle at 0 0, rgba(0, 217, 167, .08), transparent 30%),
    radial-gradient(circle at 100% 0, rgba(167, 108, 255, .09), transparent 34%),
    var(--sym-surface, #20262b);
}

.sym-ep-panel--dark,
.sym-ep-panel--anti,
.sym-ep-panel--workflow,
.sym-ep-final {
  color: #fff;
  background:
    radial-gradient(circle at 8% 0, rgba(0, 240, 181, .18), transparent 30%),
    radial-gradient(circle at 96% 8%, rgba(167, 108, 255, .21), transparent 34%),
    linear-gradient(145deg, var(--ep-dark), var(--ep-dark-2));
  border-color: rgba(255, 255, 255, .10);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .26),
    0 0 64px rgba(0, 217, 167, .08);
}

.sym-ep-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  grid-template-areas:
    "label label"
    "title text";
  gap: 8px 42px;
  align-items: end;
  margin-bottom: 28px;
}

.sym-ep-section-head > span,
.sym-ep-kicker,
.sym-ep-card-label,
.sym-ep-subhead > span,
.sym-ep-subhead > div > span,
.sym-ep-practice-card > span,
.sym-ep-contact-card > span,
.sym-ep-corrections > div > span,
.sym-ep-final__copy > span {
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  text-transform: uppercase;
  color: var(--ep-green);
}

.sym-ep-section-head > span {
  grid-area: label;
}

.sym-ep-section-head h2 {
  grid-area: title;
  margin: 0;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: .98;
  font-weight: 650;
  color: var(--sym-text, #111719);
}

.sym-ep-section-head > p {
  grid-area: text;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--sym-muted, #627074);
}

.sym-ep-section-head--dark h2 {
  color: #fff;
}

.sym-ep-section-head--dark > p,
.sym-ep-panel--dark > p,
.sym-ep-final p {
  color: rgba(255, 255, 255, .70);
}

/* Hero */
.sym-ep-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  gap: 40px;
  align-items: center;
  min-height: 500px;
  overflow: hidden;
  padding: clamp(32px, 4.5vw, 60px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 45%, rgba(255, 255, 255, .45) 100%),
    radial-gradient(circle at 88% 15%, rgba(0, 240, 181, .28), transparent 28%),
    radial-gradient(circle at 78% 80%, rgba(167, 108, 255, .19), transparent 34%),
    var(--sym-surface, #fff);
}

html[data-theme="dark"] .sym-ep-hero {
  background:
    linear-gradient(90deg, rgba(18, 24, 27, .97) 0%, rgba(18, 24, 27, .91) 45%, rgba(18, 24, 27, .58) 100%),
    radial-gradient(circle at 88% 15%, rgba(0, 240, 181, .22), transparent 29%),
    radial-gradient(circle at 78% 80%, rgba(167, 108, 255, .18), transparent 34%),
    var(--sym-surface, #20262b);
}

.sym-ep-hero::before,
.sym-ep-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sym-ep-hero::before {
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(0, 217, 167, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 217, 167, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to right, transparent 0, transparent 48%, #000 74%, #000 100%);
}

.sym-ep-hero::after {
  width: 210px;
  height: 210px;
  right: 8%;
  top: 12%;
  border: 1px solid rgba(0, 217, 167, .18);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(0, 217, 167, .12);
}

.sym-ep-hero__copy,
.sym-ep-control {
  position: relative;
  z-index: 1;
}

.sym-ep-kicker {
  display: inline-flex;
  margin-bottom: 24px;
}

.sym-ep-hero h1 {
  max-width: 840px;
  margin: 0;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: .91;
  font-weight: 650;
  color: var(--sym-text, #111719);
}

.sym-ep-descriptor {
  max-width: 720px;
  margin: 30px 0 0;
  padding-left: 15px;
  border-left: 3px solid var(--ep-green);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 700;
  color: var(--sym-text, #111719);
}

.sym-ep-lead {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 700;
  color: var(--sym-text, #111719);
}

.sym-ep-copy {
  max-width: 780px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.62;
  color: var(--sym-muted, #627074);
}

.sym-ep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.sym-ep-btn {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 999px;
  background: var(--sym-surface, #fff);
  color: var(--sym-text, #111719) !important;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

html[data-theme="dark"] .sym-ep-btn {
  background: rgba(255, 255, 255, .055);
}

.sym-ep-btn--primary {
  background: var(--ep-green) !important;
  border-color: var(--ep-green) !important;
  color: #06110f !important;
  box-shadow: 0 12px 34px rgba(0, 217, 167, .20);
}

.sym-ep-btn--lime {
  background: var(--ep-lime) !important;
  border-color: var(--ep-lime) !important;
  color: #06110f !important;
}

.sym-ep-btn--ghost {
  background: rgba(255, 255, 255, .055) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
}

.sym-ep-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 217, 167, .44);
  box-shadow: 0 16px 42px rgba(0, 217, 167, .14);
}

.sym-ep-control {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 240, 181, .12), rgba(167, 108, 255, .13)),
    #111719;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .30),
    0 0 52px rgba(0, 217, 167, .12);
}

.sym-ep-control__topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
}

.sym-ep-control__topline i {
  position: relative;
  padding-left: 13px;
  font-style: normal;
  color: var(--ep-green-bright);
}

.sym-ep-control__topline i::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--ep-green-bright);
  box-shadow: 0 0 12px rgba(0, 240, 181, .75);
}

.sym-ep-control__core {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(0, 240, 181, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}

.sym-ep-control__core span,
.sym-ep-control__core small {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .55);
}

.sym-ep-control__core span {
  margin-bottom: 8px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  color: var(--ep-green-bright);
}

.sym-ep-control__core strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 17px;
  line-height: 1.12;
}

.sym-ep-control__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sym-ep-control__grid div {
  min-height: 65px;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
}

.sym-ep-control__grid b {
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  color: var(--ep-pink);
}

.sym-ep-control__grid span {
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
}

/* Position / material jobs */
.sym-ep-statement > p {
  max-width: 900px;
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.65;
}

.sym-ep-job-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.sym-ep-job-card {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
}

.sym-ep-job-card > span,
.sym-ep-principle-card > span,
.sym-ep-audience-card > span,
.sym-ep-anti-item > span,
.sym-ep-workflow-step > span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  font-weight: 650;
  color: var(--ep-pink);
}

.sym-ep-job-card h3 {
  margin: 0 0 8px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}

.sym-ep-job-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .63);
}

/* Bento / audiences / rubric matrix */
.sym-ep-bento {
  display: grid;
  gap: 14px;
}

.sym-ep-bento--intro {
  grid-template-columns: 1.3fr .7fr 1fr;
}

.sym-ep-bento-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 20px;
  background: rgba(255, 255, 255, .45);
}

html[data-theme="dark"] .sym-ep-bento-card,
html[data-theme="dark"] .sym-ep-audience-card,
html[data-theme="dark"] .sym-ep-rubric-card,
html[data-theme="dark"] .sym-ep-principle-card,
html[data-theme="dark"] .sym-ep-practice-card,
html[data-theme="dark"] .sym-ep-contact-card {
  background: rgba(255, 255, 255, .035);
}

.sym-ep-bento-card--accent {
  color: #fff;
  border-color: rgba(0, 217, 167, .18);
  background:
    radial-gradient(circle at 100% 0, rgba(167, 108, 255, .20), transparent 38%),
    linear-gradient(145deg, #101719, #172226);
}

.sym-ep-bento-card h3 {
  margin: 16px 0 10px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 24px;
  line-height: 1.05;
}

.sym-ep-bento-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--sym-muted, #627074);
}

.sym-ep-bento-card--accent p {
  color: rgba(255, 255, 255, .66);
}

.sym-ep-bento-card:not(.sym-ep-bento-card--accent) > strong {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
}

.sym-ep-core-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.sym-ep-core-links span {
  padding: 7px 9px;
  border: 1px solid rgba(0, 240, 181, .18);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, .78);
}

.sym-ep-subsection {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
}

.sym-ep-subhead {
  max-width: 900px;
  margin-bottom: 18px;
}

.sym-ep-subhead--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.sym-ep-subhead h3 {
  margin: 8px 0 0;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1;
}

.sym-ep-subhead p,
.sym-ep-subsection__intro {
  margin: 12px 0 0;
  max-width: 900px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--sym-muted, #627074);
}

.sym-ep-subhead--row > a {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(0, 217, 167, .24);
  border-radius: 999px;
  color: var(--sym-text, #111719);
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  text-decoration: none !important;
}

.sym-ep-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sym-ep-audience-card,
.sym-ep-rubric-card,
.sym-ep-principle-card,
.sym-ep-practice-card,
.sym-ep-contact-card {
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 18px;
  background: rgba(255, 255, 255, .50);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sym-ep-audience-card:hover,
.sym-ep-rubric-card:hover,
.sym-ep-principle-card:hover,
.sym-ep-practice-card:hover,
.sym-ep-contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 167, .38);
  box-shadow: 0 22px 52px rgba(20, 40, 45, .10);
}

.sym-ep-audience-card {
  min-height: 175px;
  padding: 18px;
}

.sym-ep-audience-card > span {
  margin-bottom: 12px;
}

.sym-ep-audience-card h4,
.sym-ep-rubric-card h4 {
  margin: 0 0 8px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.1;
}

.sym-ep-audience-card p,
.sym-ep-rubric-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.53;
  color: var(--sym-muted, #627074);
}

.sym-ep-rubric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sym-ep-rubric-card {
  min-height: 175px;
  padding: 17px;
}

.sym-ep-rubric-card > span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  font-weight: 650;
  color: var(--ep-green);
}

/* Selection filter */
.sym-ep-filter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.sym-ep-filter-questions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.sym-ep-filter-questions li {
  min-height: 80px;
  padding: 14px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 15px;
  background: rgba(255, 255, 255, .40);
}

html[data-theme="dark"] .sym-ep-filter-questions li {
  background: rgba(255, 255, 255, .03);
}

.sym-ep-filter-questions span {
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  color: var(--ep-pink);
}

.sym-ep-filter-questions p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--sym-text, #111719);
}

.sym-ep-filter-machine {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(167, 108, 255, .19), transparent 30%),
    #111719;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.sym-ep-filter-machine__title {
  margin-bottom: 18px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  color: var(--ep-green-bright);
}

.sym-ep-filter-stage {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.sym-ep-filter-stage span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--ep-pink);
}

.sym-ep-filter-stage b {
  display: block;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.35;
}

.sym-ep-filter-stage--result {
  border-color: rgba(0, 240, 181, .30);
  background: rgba(0, 240, 181, .06);
}

.sym-ep-filter-machine > i {
  display: block;
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background: linear-gradient(var(--ep-green), rgba(0, 217, 167, .08));
}

/* Principles */
.sym-ep-principles-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.sym-ep-principle-card {
  min-height: 260px;
  padding: 18px;
}

.sym-ep-principle-card > span {
  margin-bottom: 24px;
}

.sym-ep-principle-card h3 {
  margin: 0 0 10px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.08;
}

.sym-ep-principle-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.52;
  color: var(--sym-muted, #627074);
}

/* Anti-noise */
.sym-ep-anti-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sym-ep-anti-item {
  min-height: 120px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(243, 95, 199, .07), rgba(255, 255, 255, .03));
}

.sym-ep-anti-item > span {
  margin-bottom: 10px;
}

.sym-ep-anti-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.48;
  color: rgba(255, 255, 255, .72);
}

/* Source hierarchy */
.sym-ep-source-stack {
  display: grid;
  gap: 10px;
}

.sym-ep-source-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 125px;
  overflow: hidden;
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 18px;
  background: rgba(255, 255, 255, .42);
}

html[data-theme="dark"] .sym-ep-source-card {
  background: rgba(255, 255, 255, .03);
}

.sym-ep-source-card__grade {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 42px;
  font-weight: 650;
  color: #081513;
  background: rgba(0, 217, 167, .84);
}

.sym-ep-source-card--b .sym-ep-source-card__grade { background: rgba(0, 219, 232, .78); }
.sym-ep-source-card--c .sym-ep-source-card__grade { background: rgba(167, 108, 255, .74); color: #fff; }
.sym-ep-source-card--d .sym-ep-source-card__grade { background: rgba(243, 95, 199, .70); color: #fff; }

.sym-ep-source-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  grid-template-areas:
    "label label"
    "source use";
  gap: 6px 28px;
  align-items: center;
  padding: 18px 20px;
}

.sym-ep-source-card__body > span {
  grid-area: label;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  font-weight: 650;
  color: var(--ep-green);
}

.sym-ep-source-card__body h3 {
  grid-area: source;
  margin: 0;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.3;
}

.sym-ep-source-card__body p {
  grid-area: use;
  margin: 0;
  font-size: 13px;
  line-height: 1.48;
  color: var(--sym-muted, #627074);
}

.sym-ep-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.sym-ep-check {
  min-height: 86px;
  padding: 14px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 9px;
  border: 1px solid rgba(0, 217, 167, .18);
  border-radius: 14px;
  background: rgba(0, 217, 167, .045);
}

.sym-ep-check > span {
  color: var(--ep-green);
  font-weight: 800;
}

.sym-ep-check p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--sym-text, #111719);
}

/* Practice cards */
.sym-ep-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sym-ep-practice-card {
  min-height: 280px;
  padding: 22px;
}

.sym-ep-practice-card--ai,
.sym-ep-practice-card--commercial {
  color: #fff;
  border-color: rgba(255, 255, 255, .10);
  background:
    radial-gradient(circle at 90% 0, rgba(167, 108, 255, .20), transparent 33%),
    linear-gradient(145deg, #101719, #172226);
}

.sym-ep-practice-card--commercial {
  grid-column: 1 / -1;
  min-height: 210px;
}

.sym-ep-practice-card h3 {
  margin: 14px 0 12px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 22px;
  line-height: 1.08;
}

.sym-ep-practice-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: var(--sym-muted, #627074);
}

.sym-ep-practice-card--ai p,
.sym-ep-practice-card--commercial p {
  color: rgba(255, 255, 255, .68);
}

/* Workflow */
.sym-ep-workflow-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sym-ep-workflow-step {
  position: relative;
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.sym-ep-workflow-step::after {
  content: "→";
  position: absolute;
  right: -9px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: rgba(0, 240, 181, .52);
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 17px;
}

.sym-ep-workflow-step:nth-child(4n)::after,
.sym-ep-workflow-step:last-child::after {
  display: none;
}

.sym-ep-workflow-step > span {
  margin-bottom: 20px;
}

.sym-ep-workflow-step h3 {
  margin: 0 0 9px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
}

.sym-ep-workflow-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .63);
}

/* Contacts */
.sym-ep-corrections {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 12px;
  padding: 22px;
  border: 1px solid rgba(0, 217, 167, .20);
  border-radius: 18px;
  background: rgba(0, 217, 167, .05);
}

.sym-ep-corrections h3 {
  margin: 8px 0 8px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 22px;
}

.sym-ep-corrections p {
  max-width: 850px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--sym-muted, #627074);
}

.sym-ep-corrections > a,
.sym-ep-contact-card > a {
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 13px;
  font-weight: 650;
  color: var(--sym-text, #111719) !important;
  text-decoration: none !important;
}

.sym-ep-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sym-ep-contact-card {
  min-height: 220px;
  padding: 20px;
}

.sym-ep-contact-card h3 {
  margin: 16px 0 9px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: 19px;
  line-height: 1.1;
}

.sym-ep-contact-card p {
  min-height: 52px;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.52;
  color: var(--sym-muted, #627074);
}

/* FAQ */
.sym-ep-faq-list {
  display: grid;
  gap: 9px;
}

.sym-ep-faq-item {
  border: 1px solid var(--sym-border, rgba(17, 23, 25, .12));
  border-radius: 15px;
  background: rgba(255, 255, 255, .42);
}

html[data-theme="dark"] .sym-ep-faq-item {
  background: rgba(255, 255, 255, .03);
}

.sym-ep-faq-item summary {
  position: relative;
  min-height: 58px;
  padding: 17px 52px 17px 17px;
  cursor: pointer;
  list-style: none;
  font-family: var(--sym-font-body, "Ruda", system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.sym-ep-faq-item summary::-webkit-details-marker {
  display: none;
}

.sym-ep-faq-item summary::after {
  content: "+";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 217, 167, .24);
  border-radius: 50%;
  color: var(--ep-green);
  font-size: 18px;
}

.sym-ep-faq-item[open] summary::after {
  content: "−";
}

.sym-ep-faq-item > div {
  padding: 0 17px 18px;
}

.sym-ep-faq-item p {
  max-width: 980px;
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: var(--sym-muted, #627074);
}

/* Final block */
.sym-ep-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: center;
  padding: clamp(30px, 4vw, 50px);
}

.sym-ep-final h2 {
  margin: 12px 0 16px;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: .98;
  color: #fff;
}

.sym-ep-final p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.62;
}

.sym-ep-final blockquote {
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(0, 240, 181, .20);
  border-left: 3px solid var(--ep-green-bright);
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 240, 181, .045);
}

.sym-ep-final__actions {
  display: grid;
  gap: 9px;
}

.sym-ep-final__actions .sym-ep-btn {
  width: 100%;
  min-height: 48px;
}

/* Responsive */
@media (max-width: 1180px) {
  .sym-editorial-policy-v1 {
    width: min(92vw, 1040px);
  }

  .sym-ep-hero,
  .sym-ep-final {
    grid-template-columns: 1fr;
  }

  .sym-ep-control {
    max-width: 560px;
  }

  .sym-ep-job-grid,
  .sym-ep-principles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sym-ep-bento--intro {
    grid-template-columns: 1fr 1fr;
  }

  .sym-ep-bento-card--wide {
    grid-column: 1 / -1;
  }

  .sym-ep-rubric-grid,
  .sym-ep-workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sym-ep-workflow-step:nth-child(4n)::after {
    display: block;
  }

  .sym-ep-workflow-step:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .sym-ep-section-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "title"
      "text";
    gap: 8px;
    align-items: start;
  }

  .sym-ep-section-head > p {
    max-width: 760px;
    margin-top: 6px;
  }

  .sym-ep-audience-grid,
  .sym-ep-anti-grid,
  .sym-ep-check-grid,
  .sym-ep-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sym-ep-rubric-grid,
  .sym-ep-principles-grid,
  .sym-ep-job-grid,
  .sym-ep-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sym-ep-filter-layout {
    grid-template-columns: 1fr;
  }

  .sym-ep-filter-machine {
    position: relative;
    top: auto;
    max-width: 520px;
  }

  .sym-ep-source-card__body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "source"
      "use";
  }

  .sym-ep-workflow-step:nth-child(3n)::after {
    display: block;
  }

  .sym-ep-workflow-step:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .sym-editorial-policy-v1 {
    width: min(92vw, 480px);
    padding: 10px 0 74px;
  }

  body.sym-page-editorial-policy .sym-editorial-policy-v1 {
    left: auto;
    transform: none;
  }

  .sym-ep-panel,
  .sym-ep-hero,
  .sym-ep-final {
    border-radius: 22px;
  }

  .sym-ep-panel,
  .sym-ep-hero,
  .sym-ep-final {
    padding: 24px 18px;
  }

  .sym-ep-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sym-ep-hero h1 {
    font-size: 40px;
  }

  .sym-ep-lead {
    font-size: 16px;
  }

  .sym-ep-actions {
    display: grid;
  }

  .sym-ep-btn {
    width: 100%;
  }

  .sym-ep-control {
    padding: 18px;
  }

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

  .sym-ep-section-head h2 {
    font-size: 30px;
  }

  .sym-ep-job-grid,
  .sym-ep-bento--intro,
  .sym-ep-audience-grid,
  .sym-ep-rubric-grid,
  .sym-ep-filter-questions,
  .sym-ep-principles-grid,
  .sym-ep-anti-grid,
  .sym-ep-check-grid,
  .sym-ep-practice-grid,
  .sym-ep-workflow-grid,
  .sym-ep-contact-grid {
    grid-template-columns: 1fr;
  }

  .sym-ep-bento-card--wide,
  .sym-ep-practice-card--commercial {
    grid-column: auto;
  }

  .sym-ep-subhead--row {
    display: grid;
    align-items: start;
  }

  .sym-ep-subhead--row > a {
    justify-self: start;
  }

  .sym-ep-source-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .sym-ep-source-card__grade {
    font-size: 28px;
  }

  .sym-ep-source-card__body {
    padding: 15px;
  }

  .sym-ep-corrections {
    grid-template-columns: 1fr;
  }

  .sym-ep-workflow-step::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sym-editorial-policy-v1 *,
  .sym-editorial-policy-v1 *::before,
  .sym-editorial-policy-v1 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
