{"id":7,"date":"2024-09-22T06:29:50","date_gmt":"2024-09-22T06:29:50","guid":{"rendered":"http:\/\/lukezaphir.com\/?page_id=7"},"modified":"2026-04-13T01:55:12","modified_gmt":"2026-04-13T01:55:12","slug":"home","status":"publish","type":"page","link":"https:\/\/lukezaphir.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Luke Zaphir \u2014 Philosopher &#038; Educator<\/title>\n  <meta name=\"description\" content=\"Luke Zaphir designs and teaches programs in critical thinking, media literacy, and democratic education at the University of Queensland.\">\n  <link rel=\"stylesheet\" href=\"lz-style.css\">\n  <style>\n    \/* \u2500\u2500 Hero \u2500\u2500 *\/\n    .hero {\n      padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3rem, 6vw, 5rem);\n    }\n    .hero-inner {\n      max-width: var(--max);\n      margin: 0 auto;\n      padding: 0 var(--pad);\n      display: grid;\n      grid-template-columns: 1fr 380px;\n      gap: 4rem;\n      align-items: center;\n    }\n    .hero-kicker {\n      font-size: 0.8rem;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 1rem;\n    }\n    .hero h1 { margin-bottom: 1.25rem; }\n    .hero h1 em {\n      font-style: italic;\n      color: var(--accent);\n    }\n    .hero-lead {\n      font-size: 1.1rem;\n      color: var(--muted);\n      max-width: 520px;\n      margin-bottom: 2rem;\n    }\n    .hero-photo-wrap {\n      position: relative;\n    }\n    .hero-photo-wrap img,\n    .hero-photo-wrap .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/5;\n      object-fit: cover;\n      border-radius: 4px;\n      display: block;\n    }\n    .hero-photo-wrap .img-placeholder {\n      min-height: 0;\n    }\n    @media (max-width: 780px) {\n      .hero-inner {\n        grid-template-columns: 1fr;\n      }\n      .hero-photo-wrap { max-width: 320px; }\n    }\n\n    \/* \u2500\u2500 Credential strip \u2500\u2500 *\/\n    .cred-strip {\n      border-top: 1px solid var(--border);\n      border-bottom: 1px solid var(--border);\n      padding: 1.25rem 0;\n      background: var(--white);\n    }\n    .cred-strip-inner {\n      max-width: var(--max);\n      margin: 0 auto;\n      padding: 0 var(--pad);\n      display: flex;\n      gap: 2.5rem;\n      flex-wrap: wrap;\n    }\n    .cred-item {\n      display: flex;\n      flex-direction: column;\n      gap: 0.15rem;\n    }\n    .cred-value {\n      font-family: var(--serif);\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--text);\n    }\n    .cred-label {\n      font-size: 0.78rem;\n      color: var(--muted);\n      font-weight: 400;\n    }\n\n    \/* \u2500\u2500 Work areas \u2500\u2500 *\/\n    .work-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      overflow: hidden;\n      text-decoration: none;\n      display: block;\n      transition: box-shadow 0.2s, border-color 0.2s;\n    }\n    .work-card:hover {\n      box-shadow: 0 4px 20px rgba(0,0,0,0.07);\n      border-color: var(--accent);\n      text-decoration: none;\n    }\n    .work-card-img {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      object-fit: cover;\n      display: block;\n    }\n    .work-card-img.placeholder {\n      background: var(--accent-light);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-direction: column;\n      gap: 0.4rem;\n      color: var(--accent);\n      font-size: 0.78rem;\n      padding: 1rem;\n    }\n    .work-card-body {\n      padding: 1.25rem 1.4rem 1.5rem;\n    }\n    .work-card-label {\n      font-size: 0.7rem;\n      font-weight: 500;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 0.4rem;\n    }\n    .work-card h3 {\n      font-size: 1.05rem;\n      margin-bottom: 0.5rem;\n      color: var(--text);\n    }\n    .work-card p {\n      font-size: 0.875rem;\n      margin-bottom: 0;\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 Featured writing \u2500\u2500 *\/\n    .writing-feature {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 2.5rem;\n      align-items: center;\n    }\n    .writing-feature-img {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      object-fit: cover;\n      border-radius: 4px;\n    }\n    .writing-feature-img.placeholder {\n      background: var(--accent-light);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n      color: var(--accent);\n      font-size: 0.82rem;\n      min-height: 0;\n      border-radius: 4px;\n    }\n    .writing-meta {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      margin-bottom: 1rem;\n      font-size: 0.8rem;\n      color: var(--muted);\n    }\n    .writing-feature h2 { margin-bottom: 1rem; }\n    .writing-feature p  { margin-bottom: 1.5rem; }\n    @media (max-width: 700px) {\n      .writing-feature { grid-template-columns: 1fr; }\n    }\n\n    \/* \u2500\u2500 CTA block \u2500\u2500 *\/\n    .cta-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.5rem;\n    }\n    .cta-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      padding: 2rem;\n    }\n    .cta-card h3 { margin-bottom: 0.5rem; }\n    .cta-card p  { margin-bottom: 1.25rem; }\n    @media (max-width: 640px) {\n      .cta-grid { grid-template-columns: 1fr; }\n    }\n\n    \/* \u2500\u2500 Section label \u2500\u2500 *\/\n    .section-eyebrow {\n      font-size: 0.75rem;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 0.75rem;\n    }\n    .section-intro {\n      max-width: 560px;\n      font-size: 1rem;\n      color: var(--muted);\n      margin-bottom: 2.5rem;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 Navigation \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<nav class=\"nav\">\n  <div class=\"nav-inner\">\n    <a href=\"index.html\" class=\"nav-logo\">Luke <span>Zaphir<\/span><\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"index.html\" class=\"active\">Home<\/a><\/li>\n      <li><a href=\"luke-about.html\">About<\/a><\/li>\n      <li><a href=\"luke-research.html\">Research<\/a><\/li>\n      <li><a href=\"luke-writing.html\">Writing<\/a><\/li>\n      <li><a href=\"luke-contact.html\">Contact<\/a><\/li>\n    <\/ul>\n    <button class=\"nav-hamburger\" onclick=\"toggleMenu()\" aria-label=\"Open menu\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/button>\n  <\/div>\n  <div class=\"nav-mobile\" id=\"nav-mobile\">\n    <a href=\"index.html\" class=\"active\">Home<\/a>\n    <a href=\"luke-about.html\">About<\/a>\n    <a href=\"luke-research.html\">Research<\/a>\n    <a href=\"luke-writing.html\">Writing<\/a>\n    <a href=\"luke-contact.html\">Contact<\/a>\n  <\/div>\n<\/nav>\n\n<!-- \u2500\u2500 Hero \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<header class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-text\">\n      <p class=\"hero-kicker\">University of Queensland<\/p>\n      <h1>Teaching people <em>how<\/em> to think.<\/h1>\n      <p class=\"hero-lead\">\n        I design and teach programs in critical thinking, media literacy,\n        and democratic education \u2014 building the reasoning skills that matter\n        most in a complex world.\n      <\/p>\n      <div class=\"inline-btns\">\n        <a href=\"luke-research.html\" class=\"btn btn-primary\">Explore my research<\/a>\n        <a href=\"luke-writing.html\"  class=\"btn btn-outline\">Read my writing<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-photo-wrap\">\n      <!--\n      \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n      IMAGE INSTRUCTIONS \u2014 HERO PHOTO\n      \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n      Replace the <div class=\"img-placeholder\"> below with:\n\n        <img decoding=\"async\" src=\"luke-photo.jpg\"\n             alt=\"Luke Zaphir\"\n             class=\"hero-photo-wrap img\">\n\n      Requirements:\n        \u2022 Portrait or near-square crop (4:5 ratio works best)\n        \u2022 Minimum 800px wide\n        \u2022 Professional or relaxed-professional setting\n        \u2022 File placed in the same folder as index.html\n      \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n      -->\n      <div class=\"img-placeholder\">\n        <div class=\"ph-icon\">\ud83d\udcf7<\/div>\n        <div class=\"ph-title\">Profile photo<\/div>\n        <div class=\"ph-hint\">&lt;img src=&#8221;luke-photo.jpg&#8221; alt=&#8221;Luke Zaphir&#8221;&gt;<\/div>\n        <div style=\"font-size:0.75rem;color:var(--muted);margin-top:0.25rem;\">Portrait crop \u00b7 min 800px wide<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- \u2500\u2500 Credential strip \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<div class=\"cred-strip\">\n  <div class=\"cred-strip-inner\">\n    <div class=\"cred-item\">\n      <span class=\"cred-value\">10+<\/span>\n      <span class=\"cred-label\">Years at UQ<\/span>\n    <\/div>\n    <div class=\"cred-item\">\n      <span class=\"cred-value\">PhD<\/span>\n      <span class=\"cred-label\">University of Queensland<\/span>\n    <\/div>\n    <div class=\"cred-item\">\n      <span class=\"cred-value\">2024<\/span>\n      <span class=\"cred-label\">UQ Teaching Commendation<\/span>\n    <\/div>\n    <div class=\"cred-item\">\n      <span class=\"cred-value\">3<\/span>\n      <span class=\"cred-label\">Core research areas<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500 Work areas \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"section\">\n  <div class=\"container\">\n    <p class=\"section-eyebrow\">Areas of work<\/p>\n    <h2>What I do<\/h2>\n    <p class=\"section-intro\">\n      Each area draws on research, teaching, and a commitment to\n      accessible, rigorous reasoning.\n    <\/p>\n\n    <div class=\"grid-4\">\n\n      <!-- Card 1 \u2014 Critical Thinking -->\n      <a href=\"luke-research.html#critical-thinking\" class=\"work-card\">\n        <!--\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        IMAGE: Critical Thinking tile\n        Replace .work-card-img.placeholder with:\n          <img decoding=\"async\" src=\"img-critical-thinking.jpg\"\n               alt=\"Students in a critical thinking class\"\n               class=\"work-card-img\">\n        Recommended: classroom scene, students debating,\n        or abstract argument\/logic visual.\n        Size: 800\u00d7450px (16:9)\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        -->\n        <div class=\"work-card-img placeholder\">\n          <div style=\"font-size:1.4rem\">\ud83e\udde0<\/div>\n          <div>img-critical-thinking.jpg<\/div>\n        <\/div>\n        <div class=\"work-card-body\">\n          <div class=\"work-card-label\">Teaching<\/div>\n          <h3>Critical Thinking<\/h3>\n          <p>Designing programs that teach students to deliberate, argue, and evaluate evidence \u2014 with honesty and rigour.<\/p>\n        <\/div>\n      <\/a>\n\n      <!-- Card 2 \u2014 Media Literacy -->\n      <a href=\"luke-research.html#media-literacy\" class=\"work-card\">\n        <!--\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        IMAGE: Media Literacy tile\n        Replace .work-card-img.placeholder with:\n          <img decoding=\"async\" src=\"img-media-literacy.jpg\"\n               alt=\"Navigating media and information\"\n               class=\"work-card-img\">\n        Recommended: phone\/tablet with news, or abstract\n        information overload visual.\n        Size: 800\u00d7450px (16:9)\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        -->\n        <div class=\"work-card-img placeholder\">\n          <div style=\"font-size:1.4rem\">\ud83d\udcf0<\/div>\n          <div>img-media-literacy.jpg<\/div>\n        <\/div>\n        <div class=\"work-card-body\">\n          <div class=\"work-card-label\">Curriculum<\/div>\n          <h3>Media Literacy<\/h3>\n          <p>Building practical skills for navigating disinformation, evaluating sources, and engaging responsibly online.<\/p>\n        <\/div>\n      <\/a>\n\n      <!-- Card 3 \u2014 Democratic Education -->\n      <a href=\"luke-research.html#democratic-education\" class=\"work-card\">\n        <!--\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        IMAGE: Democratic Education tile\n        Replace .work-card-img.placeholder with:\n          <img decoding=\"async\" src=\"img-democratic-education.jpg\"\n               alt=\"Community discussion or citizens assembly\"\n               class=\"work-card-img\">\n        Recommended: town hall, citizens' assembly,\n        or community deliberation scene.\n        Size: 800\u00d7450px (16:9)\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        -->\n        <div class=\"work-card-img placeholder\">\n          <div style=\"font-size:1.4rem\">\ud83c\udfdb\ufe0f<\/div>\n          <div>img-democratic-education.jpg<\/div>\n        <\/div>\n        <div class=\"work-card-body\">\n          <div class=\"work-card-label\">Research<\/div>\n          <h3>Democratic Education<\/h3>\n          <p>Research on how communities of inquiry develop the reasoning skills required for genuine democratic participation.<\/p>\n        <\/div>\n      <\/a>\n\n      <!-- Card 4 \u2014 Political Philosophy -->\n      <a href=\"luke-research.html#political-philosophy\" class=\"work-card\">\n        <!--\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        IMAGE: Political Philosophy tile\n        Replace .work-card-img.placeholder with:\n          <img decoding=\"async\" src=\"img-political-philosophy.jpg\"\n               alt=\"Political philosophy and justice\"\n               class=\"work-card-img\">\n        Recommended: scales of justice, abstract geometric,\n        or classical library\/books aesthetic.\n        Size: 800\u00d7450px (16:9)\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        -->\n        <div class=\"work-card-img placeholder\">\n          <div style=\"font-size:1.4rem\">\u2696\ufe0f<\/div>\n          <div>img-political-philosophy.jpg<\/div>\n        <\/div>\n        <div class=\"work-card-body\">\n          <div class=\"work-card-label\">Philosophy<\/div>\n          <h3>Political Philosophy<\/h3>\n          <p>Exploring the concepts that underpin political life \u2014 justice, power, legitimacy, and conditions for democratic flourishing.<\/p>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 Featured writing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"section\">\n  <div class=\"container\">\n    <p class=\"section-eyebrow\">Featured writing<\/p>\n    <h2>Arguments worth having<\/h2>\n    <div style=\"margin-top:2rem;\">\n      <div class=\"writing-feature\">\n\n        <!--\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        IMAGE: Featured article hero image\n        Replace .writing-feature-img.placeholder with:\n          <img decoding=\"async\" src=\"img-voting-guide.jpg\"\n               alt=\"Australian voting \u2014 ballot papers\"\n               class=\"writing-feature-img\">\n        Recommended: ballot box, voting booth, Australian\n        electoral imagery (keep it neutral, not partisan).\n        Size: 800\u00d7600px minimum (4:3)\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n        -->\n        <div class=\"writing-feature-img placeholder\">\n          <div style=\"font-size:2rem\">\ud83d\uddf3\ufe0f<\/div>\n          <div style=\"font-size:0.8rem\">img-voting-guide.jpg<\/div>\n          <div style=\"font-size:0.72rem;color:var(--muted)\">4:3 ratio \u00b7 neutral election imagery<\/div>\n        <\/div>\n\n        <div>\n          <div class=\"writing-meta\">\n            <span class=\"tag\">Politics<\/span>\n            <span>8 min read<\/span>\n          <\/div>\n          <h2 style=\"font-size:1.6rem;margin-bottom:0.75rem;\">How to Vote as a Critical Thinker<\/h2>\n          <p>\n            A practical guide to cutting through the noise \u2014 using vote compasses,\n            researching candidates directly, and understanding why in Australia,\n            no vote is ever wasted.\n          <\/p>\n          <a href=\"luke-voting-guide.html\" class=\"btn btn-primary\">Read this piece<\/a>\n        <\/div>\n      <\/div>\n\n      <div style=\"margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);\">\n        <a href=\"luke-writing.html\" class=\"btn btn-ghost\">View all writing \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 CTA \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"cta-grid\">\n      <div class=\"cta-card\">\n        <h3>Explore my research<\/h3>\n        <p>\n          Published work on democratic communities of inquiry, adaptive demarchy,\n          and developing citizens&#8217; capacity for rational, honest reasoning.\n        <\/p>\n        <a href=\"luke-research.html\" class=\"btn btn-outline\">View publications<\/a>\n      <\/div>\n      <div class=\"cta-card\">\n        <h3>Get in touch<\/h3>\n        <p>\n          Available for speaking engagements, academic collaboration, media\n          appearances, and curriculum consulting.\n        <\/p>\n        <a href=\"luke-contact.html\" class=\"btn btn-primary\">Send a message<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 Footer \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<footer>\n  <div class=\"footer-inner\">\n    <span class=\"footer-logo\">Luke Zaphir<\/span>\n    <ul class=\"footer-links\">\n      <li><a href=\"luke-about.html\">About<\/a><\/li>\n      <li><a href=\"luke-research.html\">Research<\/a><\/li>\n      <li><a href=\"luke-writing.html\">Writing<\/a><\/li>\n      <li><a href=\"luke-contact.html\">Contact<\/a><\/li>\n      <li><a href=\"https:\/\/scholar.google.com\/citations?user=j_1VODoAAAAJ\" target=\"_blank\" rel=\"noopener\">Google Scholar<\/a><\/li>\n      <li><a href=\"https:\/\/itali.uq.edu.au\/profile\/10153\/luke-zaphir\" target=\"_blank\" rel=\"noopener\">UQ Profile<\/a><\/li>\n    <\/ul>\n    <p class=\"footer-copy\">\u00a9 2025 Luke Zaphir \u00b7 University of Queensland<\/p>\n  <\/div>\n<\/footer>\n\n<script>\nfunction toggleMenu() {\n  document.getElementById('nav-mobile').classList.toggle('open');\n}\n<\/script>\n<\/body>\n<\/html>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Luke Zaphir \u2014 Philosopher &#038; Educator Luke Zaphir Home About Research Writing Contact Home About Research Writing Contact University of Queensland Teaching people how to think. I design and teach programs in critical thinking, media literacy, and democratic education \u2014 building the reasoning skills that matter most in a complex world. Explore my research Read [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lukezaphir.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":6,"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":63,"href":"https:\/\/lukezaphir.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/63"}],"wp:attachment":[{"href":"https:\/\/lukezaphir.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}