{
  "$schema": "/schemas/registry-item.json",
  "name": "editorial-advisor",
  "type": "registry:page",
  "title": "Editorial Advisor",
  "description": "A warm editorial portfolio for independent advisors, consultants, and public-facing leaders.",
  "categories": [
    "portfolio",
    "consulting",
    "editorial"
  ],
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "site/app/themes/editorial-advisor/preview/page.tsx",
      "type": "registry:page",
      "target": "app/editorial-advisor/page.tsx",
      "content": "import { createSeoMetadata } from \"@/app/seo\";\nimport type { Metadata } from \"next\";\nimport ThemeIcon from \"./ThemeIcon\";\nimport \"./editorial-advisor.css\";\n\nexport const metadata: Metadata = createSeoMetadata({ path: \"/themes/editorial-advisor/preview\", ...{\n  title: \"Maya Aruna — Editorial Advisor\",\n  description: \"An original editorial portfolio template for independent advisors and consultants.\",\n} });\n\nconst events = [\n  { date: \"18 SEP 2026\", title: \"Building Trust in Public Systems\", place: \"Nusantara Forum · Jakarta\", type: \"KEYNOTE\" },\n  { date: \"07 OCT 2026\", title: \"Designing Decisions That Last\", place: \"Strategy Week · Singapore\", type: \"PANEL\" },\n  { date: \"22 NOV 2026\", title: \"Human Scale, Global Impact\", place: \"Impact Assembly · Bandung\", type: \"WORKSHOP\" },\n];\n\nconst education = [\n  { years: \"2016–2018\", degree: \"MSc, Strategic Management\", school: \"Rotterdam School of Management\", number: \"01\" },\n  { years: \"2010–2014\", degree: \"BSc, Industrial Engineering\", school: \"Institut Teknologi Bandung\", number: \"02\" },\n  { years: \"2024\", degree: \"Systems Leadership Fellow\", school: \"The Aspen Institute\", number: \"03\" },\n];\n\nexport default function EditorialAdvisorPreview() {\n  return (\n    <main className=\"editorial-theme co-overflow-hidden\">\n      <section className=\"ea-hero co-relative co-overflow-hidden\" id=\"home\">\n        <header className=\"ea-nav co-relative co-flex co-items-center co-justify-between\">\n          <a className=\"ea-mark co-inline-flex co-items-center co-justify-center co-rounded-full\" href=\"#home\" aria-label=\"Maya Aruna home\">MA</a>\n          <nav className=\"co-flex co-items-center\" aria-label=\"Portfolio navigation\">\n            <a href=\"#about\">About</a><a href=\"#work\">Work</a><a href=\"#notes\">Notes</a><a href=\"#contact\">Contact</a>\n          </nav>\n          <a className=\"ea-menu co-inline-flex co-items-center\" href=\"#contact\">Let&apos;s talk <ThemeIcon name=\"arrow-to-top-right\" size={15} /></a>\n        </header>\n\n        <div className=\"ea-hero-grid co-relative co-grid\">\n          <div className=\"ea-hero-copy co-relative co-self-center\">\n            <p className=\"ea-kicker co-uppercase\">Independent strategy advisor</p>\n            <h1>Maya<br /><em>Aruna</em></h1>\n            <p className=\"ea-intro\">I help ambitious teams turn complex public challenges into clear, useful products and enduring systems.</p>\n          </div>\n          <div className=\"ea-portrait-wrap co-relative co-self-end\">\n            <span className=\"ea-portrait-ring co-absolute co-rounded-full\" aria-hidden=\"true\" />\n            <img className=\"co-absolute co-block co-h-full co-w-full co-object-cover\" src=\"/themes/editorial-advisor/hero-advisor.png\" alt=\"Maya Aruna, independent strategy advisor\" />\n          </div>\n          <aside className=\"ea-experience co-relative co-self-center\">\n            <strong>12<sup>+</sup></strong><span>years shaping<br />useful change</span>\n            <ul><li>Product strategy</li><li>Public innovation</li><li>Organizational design</li><li>Leadership advisory</li></ul>\n          </aside>\n        </div>\n      </section>\n\n      <section className=\"ea-quote-band co-grid co-items-center\" aria-label=\"Guiding principle\">\n        <div className=\"ea-play co-flex co-items-center\"><span className=\"co-flex co-items-center co-justify-center co-rounded-full\"><ThemeIcon name=\"play-circle\" size={24} /></span><small>How the<br />work begins</small></div>\n        <blockquote>“Progress becomes possible when clarity is shared.”</blockquote>\n        <div className=\"ea-laurel co-flex co-items-center co-justify-end co-text-center\"><ThemeIcon name=\"medal-star\" size={28} /><small>Independent<br />Advisor of 2026</small><ThemeIcon name=\"medal-star\" size={28} /></div>\n      </section>\n\n      <section className=\"ea-section ea-events\" id=\"work\">\n        <div className=\"ea-section-heading co-grid co-items-end\">\n          <p>Upcoming conversations</p>\n          <h2>Ideas are better<br />when they <em>travel.</em></h2>\n        </div>\n        <div className=\"ea-event-list\">\n          {events.map((event) => (\n            <article className=\"ea-event co-grid co-items-center\" key={event.title}>\n              <time>{event.date}</time><div><h3>{event.title}</h3><p>{event.place}</p></div><span>{event.type}</span><a href=\"#contact\" aria-label={`Ask about ${event.title}`}>Details <ThemeIcon name=\"arrow-to-top-right\" size={13} /></a>\n            </article>\n          ))}\n        </div>\n      </section>\n\n      <section className=\"ea-section ea-insights\" id=\"notes\">\n        <div className=\"ea-section-heading ea-insights-heading co-grid co-items-end\">\n          <h2>Field notes<br />and <em>insights.</em></h2>\n          <p>Short observations on leadership, systems, and building things people can actually use.</p>\n        </div>\n        <div className=\"ea-insight-grid co-grid\">\n          <a className=\"ea-featured-story co-relative co-block\" href=\"#contact\">\n            <img className=\"co-block co-w-full co-object-cover\" src=\"/themes/editorial-advisor/insight-tower.png\" alt=\"A modern tower seen from below\" />\n            <span>FIELD NOTE · 08</span><h3>Useful systems make the right action feel natural.</h3>\n          </a>\n          <div className=\"ea-story-list\">\n            <a href=\"#contact\"><span>LEADERSHIP</span><h3>What teams need before they need another roadmap</h3><small>6 min read <ThemeIcon name=\"arrow-to-top-right\" size={12} /></small></a>\n            <a href=\"#contact\"><span>PUBLIC VALUE</span><h3>Design for the person at the edge of the system</h3><small>8 min read <ThemeIcon name=\"arrow-to-top-right\" size={12} /></small></a>\n            <a className=\"ea-all-notes co-flex co-items-center co-justify-between\" href=\"#contact\">Explore all notes <ThemeIcon name=\"arrow-right\" size={16} /></a>\n          </div>\n        </div>\n      </section>\n\n      <section className=\"ea-testimonial co-relative co-overflow-hidden\" aria-label=\"Client testimonial\">\n        <img className=\"co-h-full co-w-full co-object-cover\" src=\"/themes/editorial-advisor/testimonial-meeting.png\" alt=\"Two professionals in a thoughtful conversation\" />\n        <blockquote><span>Client story · 04</span><p>“Maya helped us see the real decision hiding beneath months of noise.”</p><cite>Rafi Noor · Civic product director</cite></blockquote>\n      </section>\n\n      <section className=\"ea-section ea-about\" id=\"about\">\n        <p className=\"ea-kicker\">A practice built on usefulness</p>\n        <h2>I&apos;m Maya Aruna, a strategy advisor helping teams build products and institutions that remain <em>useful to people.</em></h2>\n        <div className=\"ea-about-meta co-flex co-items-center co-justify-between\">\n          <div className=\"co-flex co-items-center\"><span className=\"ea-signature\">Maya Aruna</span><p>Independent advisor<br />Jakarta · working globally</p></div>\n          <div className=\"ea-socials co-flex\"><a className=\"co-flex co-items-center co-justify-center co-rounded-full\" href=\"#contact\" aria-label=\"Email Maya\"><ThemeIcon name=\"letter\" size={17} /></a><a className=\"co-flex co-items-center co-justify-center co-rounded-full\" href=\"#contact\" aria-label=\"Visit Maya's website\"><ThemeIcon name=\"global\" size={17} /></a><a className=\"co-flex co-items-center co-justify-center co-rounded-full\" href=\"#contact\" aria-label=\"Share Maya's profile\"><ThemeIcon name=\"share-circle\" size={17} /></a></div>\n        </div>\n      </section>\n\n      <section className=\"ea-trust\" aria-label=\"Selected collaborators\">\n        <span className=\"co-block co-uppercase\">Selected collaborators</span><div className=\"co-flex co-flex-wrap co-justify-around\"><b>Common Ground</b><b>Northstar</b><b>Public Lab</b><b>Goodworks</b><b>Atlas</b></div>\n      </section>\n\n      <section className=\"ea-section ea-background\">\n        <div className=\"ea-section-heading co-grid co-items-end\">\n          <p>Practice and perspective</p><h2>Background<br />and <em>abilities.</em></h2>\n        </div>\n        <div className=\"ea-background-grid co-grid\">\n          <div className=\"ea-education\">\n            <h3>Learning</h3>\n            {education.map((item) => <article className=\"co-grid co-items-center\" key={item.number}><time>{item.years}</time><div><h4>{item.degree}</h4><p>{item.school}</p></div><span>{item.number}</span></article>)}\n          </div>\n          <div className=\"ea-skills\">\n            <h3>Core capabilities</h3>\n            <article className=\"co-grid co-items-center\"><strong>92%</strong><span>Product strategy</span><small>Systems + delivery</small></article>\n            <article className=\"co-grid co-items-center\"><strong>88%</strong><span>Executive facilitation</span><small>Alignment + decisions</small></article>\n            <article className=\"co-grid co-items-center\"><strong>84%</strong><span>Public innovation</span><small>Research + service design</small></article>\n          </div>\n        </div>\n        <div className=\"ea-stats co-grid co-text-center\"><div><strong className=\"co-block\">28</strong><span className=\"co-uppercase\">Organizations advised</span></div><div><strong className=\"co-block\">17</strong><span className=\"co-uppercase\">Countries reached</span></div><div><strong className=\"co-block\">63k</strong><span className=\"co-uppercase\">People served</span></div></div>\n      </section>\n\n      <footer className=\"ea-footer co-grid\" id=\"contact\">\n        <div><span className=\"ea-mark ea-mark-light co-inline-flex co-items-center co-justify-center co-rounded-full\">MA</span><p>Have a hard problem worth solving?</p><h2>Let&apos;s build something<br /><em>useful together.</em></h2></div>\n        <div className=\"ea-contact\"><span>Start a conversation</span><a href=\"mailto:hello@mayaaruna.studio\">hello@mayaaruna.studio <ThemeIcon name=\"arrow-to-top-right\" size={17} tone=\"light\" /></a><p>Jakarta, Indonesia<br />Available worldwide</p></div>\n        <div className=\"ea-footer-bottom co-flex co-items-center co-justify-between\"><span>© 2026 Coordiation</span><a className=\"co-inline-flex co-items-center\" href=\"#home\">Back to top <ThemeIcon name=\"arrow-up\" size={14} tone=\"light\" /></a></div>\n      </footer>\n    </main>\n  );\n}\n"
    },
    {
      "path": "site/app/themes/editorial-advisor/preview/editorial-advisor.css",
      "type": "registry:style",
      "target": "app/editorial-advisor/editorial-advisor.css",
      "content": ".editorial-theme{--ea-ink:#171512;--ea-paper:#f7f4ee;--ea-cream:#f3d8ae;--ea-accent:#a87b4e;--ea-line:rgba(23,21,18,.18);color:var(--ea-ink);background:var(--ea-paper);font-family:Arial,Helvetica,sans-serif;line-height:1.45}.editorial-theme *{box-sizing:border-box}.editorial-theme a{color:inherit;text-decoration:none}.editorial-theme h1,.editorial-theme h2,.editorial-theme h3,.editorial-theme p,.editorial-theme blockquote{margin:0}.editorial-theme h1,.editorial-theme h2,.editorial-theme .ea-featured-story h3,.editorial-theme .ea-testimonial p{font-family:Georgia,\"Times New Roman\",serif;font-weight:400;line-height:.94}.editorial-theme em{color:var(--ea-accent);font-style:normal}.editorial-theme .ea-icon{display:inline-block;flex:0 0 auto;filter:none;object-fit:contain;vertical-align:middle}.editorial-theme .ea-icon-light{filter:invert(1)}.editorial-theme .ea-menu,.editorial-theme .ea-event>a,.editorial-theme .ea-story-list small,.editorial-theme .ea-contact>a,.editorial-theme .ea-footer-bottom>a{align-items:center;display:inline-flex;gap:6px}\n.ea-hero{min-height:760px;background:var(--ea-cream);padding:28px max(6vw,28px) 0;position:relative;overflow:hidden}.ea-nav{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.editorial-theme .ea-mark{align-items:center;background:var(--ea-ink);border-radius:50%;color:white;display:inline-flex;font-family:Georgia,serif;font-size:12px;height:34px;justify-content:center;letter-spacing:-.04em;width:34px}.ea-nav nav{display:flex;gap:30px;text-transform:uppercase;font-size:10px;letter-spacing:.13em}.ea-nav nav a,.ea-menu{border-bottom:1px solid transparent;padding:7px 0}.ea-nav nav a:hover,.ea-menu:hover{border-color:currentColor}.ea-menu{font-size:11px;font-weight:700}.ea-hero-grid{display:grid;grid-template-columns:minmax(200px,1fr) minmax(340px,520px) minmax(180px,.8fr);max-width:1440px;margin:30px auto 0;min-height:695px;position:relative}.ea-hero-copy{align-self:center;position:relative;z-index:2}.ea-kicker{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.ea-hero h1{font-size:clamp(78px,9vw,142px);letter-spacing:-.075em;margin:30px 0 32px}.ea-hero h1 em{display:inline-block;margin-left:clamp(15px,4vw,70px)}.ea-intro{font-family:Georgia,serif;font-size:17px;line-height:1.5;max-width:320px}.ea-portrait-wrap{align-self:end;height:660px;position:relative}.ea-portrait-wrap img{bottom:0;height:100%;left:50%;object-fit:cover;object-position:center top;position:absolute;transform:translateX(-50%);width:100%;z-index:1}.ea-portrait-ring{border:1px solid rgba(23,21,18,.35);border-radius:50%;height:390px;left:50%;position:absolute;top:112px;transform:translateX(-50%);width:390px}.ea-experience{align-self:center;justify-self:end;position:relative;z-index:2;width:180px}.ea-experience>strong{font-family:Georgia,serif;font-size:62px;font-weight:400;line-height:1}.ea-experience sup{font:700 16px Arial}.ea-experience>span{display:block;font-size:10px;letter-spacing:.13em;margin:2px 0 55px;text-transform:uppercase}.ea-experience ul{border-top:1px solid var(--ea-ink);list-style:none;margin:0;padding:18px 0 0}.ea-experience li{font-size:11px;font-weight:700;margin:8px 0;text-transform:uppercase}\n.ea-quote-band{align-items:center;background:#fff;border-bottom:1px solid var(--ea-line);display:grid;grid-template-columns:1fr 2fr 1fr;min-height:220px;padding:45px max(7vw,30px)}.ea-play{align-items:center;display:flex;gap:15px}.ea-play>span{align-items:center;border:1px solid var(--ea-ink);border-radius:50%;display:flex;height:54px;justify-content:center;width:54px}.ea-play small,.ea-laurel small{font-size:9px;letter-spacing:.12em;text-transform:uppercase}.ea-quote-band blockquote{font-family:Georgia,serif;font-size:clamp(22px,2.4vw,38px);font-style:italic;text-align:center}.ea-laurel{align-items:center;display:flex;gap:12px;justify-content:flex-end;text-align:center}.ea-laurel>span{font-size:25px;color:var(--ea-accent)}\n.ea-section{margin:auto;max-width:1440px;padding:110px max(7vw,30px)}.ea-section-heading{align-items:end;display:grid;grid-template-columns:1fr 2fr;margin-bottom:65px}.ea-section-heading>p{font-size:11px;letter-spacing:.11em;max-width:230px;text-transform:uppercase}.ea-section-heading h2{font-size:clamp(48px,6vw,88px);letter-spacing:-.055em}.ea-event{align-items:center;border-top:1px solid var(--ea-line);display:grid;gap:28px;grid-template-columns:135px 1fr 120px 70px;padding:28px 0}.ea-event:last-child{border-bottom:1px solid var(--ea-line)}.ea-event time,.ea-event>span,.ea-event>a{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ea-event h3{font-family:Georgia,serif;font-size:27px;font-weight:400}.ea-event p{color:#6c6860;font-size:11px;margin-top:7px}.ea-event>a{text-align:right}\n.ea-insights{background:#fff;max-width:none}.ea-insights>*{max-width:1240px;margin-left:auto;margin-right:auto}.ea-insights-heading{grid-template-columns:1.35fr .65fr}.ea-insights-heading>p{align-self:center;font-size:13px;letter-spacing:0;line-height:1.6;text-transform:none}.ea-insight-grid{display:grid;gap:50px;grid-template-columns:1.35fr .65fr}.ea-featured-story{display:block;position:relative}.ea-featured-story img{aspect-ratio:4/3;display:block;filter:saturate(.65);height:auto;object-fit:cover;width:100%}.ea-featured-story>span{background:var(--ea-cream);display:inline-block;font-size:9px;font-weight:700;letter-spacing:.1em;margin-top:24px;padding:8px 10px}.ea-featured-story h3{font-size:clamp(31px,4vw,58px);margin-top:18px;max-width:720px}.ea-story-list>a{border-top:1px solid var(--ea-line);display:block;padding:29px 0}.ea-story-list>a:last-child{border-bottom:1px solid var(--ea-line)}.ea-story-list span,.ea-story-list small{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ea-story-list h3{font-family:Georgia,serif;font-size:25px;font-weight:400;line-height:1.15;margin:15px 0 28px}.ea-story-list .ea-all-notes{align-items:center;background:var(--ea-ink);border:0;color:white;display:flex;justify-content:space-between;margin-top:28px;padding:19px 22px}\n.ea-testimonial{height:min(70vw,760px);overflow:hidden;position:relative}.ea-testimonial>img{filter:saturate(.55);height:100%;object-fit:cover;width:100%}.ea-testimonial blockquote{background:var(--ea-cream);bottom:12%;max-width:480px;padding:44px;position:absolute;right:8%}.ea-testimonial blockquote>span,.ea-testimonial cite{font-size:9px;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ea-testimonial p{font-size:clamp(29px,3.5vw,52px);margin:22px 0 30px}\n.ea-about{text-align:left}.ea-about>.ea-kicker{margin-bottom:35px}.ea-about h2{font-size:clamp(49px,6.7vw,100px);max-width:1220px}.ea-about-meta{align-items:center;border-bottom:1px solid var(--ea-line);display:flex;justify-content:space-between;margin-top:60px;padding-bottom:55px}.ea-about-meta>div:first-child{align-items:center;display:flex;gap:32px}.ea-signature{font-family:\"Brush Script MT\",cursive;font-size:31px}.ea-about-meta p{font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ea-socials{display:flex;gap:10px}.ea-socials a{align-items:center;border:1px solid var(--ea-ink);border-radius:50%;display:flex;font-size:10px;font-weight:700;height:38px;justify-content:center;width:38px}.ea-trust{background:#fff;border-bottom:1px solid var(--ea-line);border-top:1px solid var(--ea-line);padding:36px max(7vw,30px);text-align:center}.ea-trust>span{display:block;font-size:8px;letter-spacing:.14em;margin-bottom:28px;text-transform:uppercase}.ea-trust>div{display:flex;justify-content:space-around;opacity:.4}.ea-trust b{font-family:Georgia,serif;font-size:17px}\n.ea-background .ea-section-heading{grid-template-columns:1fr 1fr}.ea-background-grid{display:grid;gap:70px;grid-template-columns:1.2fr .8fr}.ea-background-grid>div>h3{border-bottom:1px solid var(--ea-ink);font-size:11px;letter-spacing:.1em;padding-bottom:14px;text-transform:uppercase}.ea-education article{align-items:center;border-bottom:1px solid var(--ea-line);display:grid;gap:25px;grid-template-columns:110px 1fr 40px;padding:22px 0}.ea-education time,.ea-education p{font-size:10px}.ea-education h4{font-family:Georgia,serif;font-size:18px;font-weight:400;margin:0 0 5px}.ea-education article>span{color:var(--ea-line);font-family:Georgia,serif;font-size:34px}.ea-skills article{align-items:center;background:#fff;display:grid;grid-template-columns:110px 1fr auto;margin-top:14px;padding:26px}.ea-skills article:nth-child(2){background:var(--ea-cream)}.ea-skills strong{font-family:Georgia,serif;font-size:38px;font-weight:400}.ea-skills span{font-size:12px;font-weight:700}.ea-skills small{font-size:9px}.ea-stats{border-top:1px solid var(--ea-line);display:grid;grid-template-columns:repeat(3,1fr);margin-top:90px;padding-top:50px;text-align:center}.ea-stats strong{display:block;font-family:Georgia,serif;font-size:65px;font-weight:400}.ea-stats span{font-size:9px;letter-spacing:.12em;text-transform:uppercase}\n.ea-footer{align-items:stretch;background:var(--ea-ink);border-top:0;color:white;column-gap:clamp(60px,8vw,140px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);padding:90px max(7vw,30px) 30px;row-gap:64px}.editorial-theme .ea-mark-light{background:white;color:var(--ea-ink)}.ea-footer>div:first-child>p{font-size:11px;letter-spacing:.1em;margin:35px 0 12px;text-transform:uppercase}.ea-footer h2{font-size:clamp(45px,6vw,83px)}.ea-footer h2 em{color:var(--ea-cream)}.ea-contact{align-self:center;border-top:1px solid rgba(255,255,255,.3);padding-top:25px}.ea-contact>span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.editorial-theme .ea-contact>a{border-bottom:1px solid white;display:flex;font-family:Georgia,serif;font-size:clamp(18px,1.7vw,24px);justify-content:space-between;margin-top:16px;padding-bottom:12px;width:100%}.ea-contact p{color:#aaa!important;font-size:11px!important;letter-spacing:.08em!important;line-height:1.8!important;margin:28px 0 0!important;text-transform:uppercase}.ea-footer-bottom{border-top:1px solid rgba(255,255,255,.15);display:flex;grid-column:1/-1;justify-content:space-between;padding-top:25px}.ea-footer-bottom span,.ea-footer-bottom a{font-size:9px;letter-spacing:.08em;text-transform:uppercase}\n@media(max-width:900px){.ea-hero{min-height:980px}.ea-nav nav{display:none}.ea-hero-grid{grid-template-columns:1fr 1fr;min-height:900px}.ea-hero-copy{align-self:start;padding-top:80px}.ea-portrait-wrap{grid-column:1/-1;grid-row:2;height:580px;margin:auto;width:min(520px,90vw)}.ea-experience{align-self:start;padding-top:100px}.ea-quote-band{grid-template-columns:1fr}.ea-play,.ea-laurel{display:none}.ea-section-heading,.ea-insights-heading{gap:25px;grid-template-columns:1fr}.ea-insight-grid,.ea-background-grid{grid-template-columns:1fr}.ea-testimonial blockquote{bottom:5%;right:5%}.ea-footer{grid-template-columns:1fr}.ea-contact{margin-top:30px}}\n@media(max-width:620px){.ea-hero{min-height:900px;padding-left:20px;padding-right:20px}.ea-hero-grid{display:block}.ea-hero-copy{padding-top:60px}.ea-hero h1{font-size:76px;margin:20px 0}.ea-intro{max-width:270px}.ea-portrait-wrap{height:470px;margin-top:15px;width:100%}.ea-experience{bottom:35px;padding:0;position:absolute;right:0;width:140px}.ea-experience>strong{font-size:42px}.ea-experience>span{margin-bottom:16px}.ea-experience ul{background:rgba(243,216,174,.84);padding:10px}.ea-quote-band{min-height:180px;padding:30px 20px}.ea-section{padding:75px 20px}.ea-section-heading{margin-bottom:40px}.ea-section-heading h2{font-size:49px}.ea-event{gap:12px;grid-template-columns:80px 1fr}.ea-event>span,.ea-event>a{display:none}.ea-event h3{font-size:20px}.ea-insights{padding-left:20px;padding-right:20px}.ea-testimonial{height:650px}.ea-testimonial blockquote{left:20px;max-width:none;padding:28px;right:20px}.ea-about h2{font-size:45px}.ea-about-meta,.ea-about-meta>div:first-child{align-items:flex-start;flex-direction:column}.ea-socials{margin-top:25px}.ea-trust>div{flex-wrap:wrap;gap:25px}.ea-background .ea-section-heading{grid-template-columns:1fr}.ea-education article{grid-template-columns:70px 1fr}.ea-education article>span{display:none}.ea-skills article{grid-template-columns:85px 1fr}.ea-skills small{display:none}.ea-stats{gap:30px;grid-template-columns:1fr}.ea-footer{padding:70px 20px 25px}.ea-footer h2{font-size:46px}.ea-footer-bottom{align-items:flex-start;flex-direction:column;gap:20px}}\n"
    },
    {
      "path": "site/app/themes/editorial-advisor/preview/ThemeIcon.tsx",
      "type": "registry:component",
      "target": "app/editorial-advisor/ThemeIcon.tsx",
      "content": "const icons = {\n  \"arrow-right\": \"/icons/solar-linear/arrow-right.svg\",\n  \"arrow-to-top-right\": \"/icons/solar-linear/arrow-to-top-right.svg\",\n  \"arrow-up\": \"/icons/solar-linear/arrow-up.svg\",\n  \"global\": \"/icons/solar-linear/global.svg\",\n  \"letter\": \"/icons/solar-linear/letter.svg\",\n  \"medal-star\": \"/icons/solar-linear/medal-star.svg\",\n  \"play-circle\": \"/icons/solar-linear/play-circle.svg\",\n  \"share-circle\": \"/icons/solar-linear/share-circle.svg\",\n} as const;\n\nexport type ThemeIconName = keyof typeof icons;\n\nexport default function ThemeIcon({ name, size = 18, tone = \"dark\" }: { name: ThemeIconName; size?: number; tone?: \"dark\" | \"light\" }) {\n  return <img className={`ea-icon${tone === \"light\" ? \" ea-icon-light\" : \"\"}`} src={icons[name]} width={size} height={size} alt=\"\" aria-hidden=\"true\" />;\n}\n"
    },
    {
      "path": "site/public/icons/solar-linear/arrow-right.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/arrow-right.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-arrow-right-linear\"><path d=\"M4 12H20M14 18L20 12L14 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/arrow-to-top-right.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/arrow-to-top-right.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-arrow-to-top-right-linear\"><path d=\"M17 9.5L12 4.5L7 9.5M12 4.5C12 4.5 12 12.8333 12 14.5C12 16.1667 13 19.5 17 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/arrow-up.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/arrow-up.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-arrow-up-linear\"><path d=\"M12 20L12 4M6 10L12 4L18 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/global.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/global.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-global-linear\"><path d=\"M22 12C22 13.3132 21.7413 14.6136 21.2388 15.8268C20.7362 17.0401 19.9997 18.1425 19.0711 19.0711C18.1425 19.9997 17.0401 20.7362 15.8268 21.2388C14.6136 21.7413 13.3132 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C4.00035 18.1425 3.26375 17.0401 2.7612 15.8268C2.25866 14.6136 2 13.3132 2 12C2 10.6868 2.25866 9.38642 2.76121 8.17316C3.26375 6.95991 4.00035 5.85752 4.92893 4.92893C5.85752 4.00035 6.95991 3.26375 8.17317 2.7612C9.38642 2.25866 10.6868 2 12 2C13.3132 2 14.6136 2.25866 15.8268 2.76121C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12L22 12Z\" stroke=\"currentColor\"/>\n<path d=\"M16 12C16 13.3132 15.8965 14.6136 15.6955 15.8268C15.4945 17.0401 15.1999 18.1425 14.8284 19.0711C14.457 19.9997 14.016 20.7362 13.5307 21.2388C13.0454 21.7413 12.5253 22 12 22C11.4747 22 10.9546 21.7413 10.4693 21.2388C9.98396 20.7362 9.54301 19.9997 9.17157 19.0711C8.80014 18.1425 8.5055 17.0401 8.30448 15.8268C8.10346 14.6136 8 13.3132 8 12C8 10.6868 8.10346 9.38642 8.30448 8.17316C8.5055 6.95991 8.80014 5.85752 9.17157 4.92893C9.54301 4.00035 9.98396 3.26375 10.4693 2.7612C10.9546 2.25866 11.4747 2 12 2C12.5253 2 13.0454 2.25866 13.5307 2.76121C14.016 3.26375 14.457 4.00035 14.8284 4.92893C15.1999 5.85752 15.4945 6.95991 15.6955 8.17317C15.8965 9.38642 16 10.6868 16 12L16 12Z\" stroke=\"currentColor\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke-linecap=\"round\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/letter.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/letter.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-letter-linear\"><path d=\"M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H14C17.7712 4 19.6569 4 20.8284 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.8284 18.8284C19.6569 20 17.7712 20 14 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z\" stroke=\"currentColor\"/>\n<path d=\"M6 8L8.1589 9.79908C9.99553 11.3296 10.9139 12.0949 12 12.0949C13.0861 12.0949 14.0045 11.3296 15.8411 9.79908L18 8\" stroke=\"currentColor\" stroke-linecap=\"round\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/medal-star.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/medal-star.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-medal-star-linear\"><path d=\"M17 8V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V8\" stroke=\"currentColor\"/>\n<path d=\"M10.5636 5.78311C11.4588 5.29495 12.5407 5.29495 13.436 5.78311L18.2302 8.39728C19.1942 8.92292 19.794 9.93319 19.794 11.0312V15.9688C19.794 17.0668 19.1942 18.0771 18.2302 18.6027L13.436 21.2169C12.5407 21.705 11.4588 21.705 10.5636 21.2169L5.76937 18.6027C4.80539 18.0771 4.20557 17.0668 4.20557 15.9688V11.0312C4.20557 9.93318 4.80539 8.92292 5.76937 8.39728L10.5636 5.78311Z\" stroke=\"currentColor\"/>\n<path d=\"M11.1459 11.5228C11.5259 10.8411 11.7159 10.5002 12 10.5002C12.2841 10.5002 12.4741 10.8411 12.8541 11.5228L12.9524 11.6991C13.0603 11.8928 13.1143 11.9897 13.1985 12.0536C13.2827 12.1175 13.3875 12.1412 13.5972 12.1887L13.7881 12.2319C14.526 12.3988 14.895 12.4823 14.9828 12.7646C15.0706 13.0468 14.819 13.341 14.316 13.9292L14.1858 14.0814C14.0429 14.2486 13.9714 14.3322 13.9392 14.4356C13.9071 14.539 13.9179 14.6505 13.9395 14.8735L13.9592 15.0766C14.0352 15.8614 14.0733 16.2539 13.8435 16.4283C13.6136 16.6028 13.2682 16.4437 12.5773 16.1256L12.3986 16.0433C12.2022 15.9529 12.1041 15.9077 12 15.9077C11.8959 15.9077 11.7978 15.9529 11.6014 16.0433L11.4227 16.1256C10.7318 16.4437 10.3864 16.6028 10.1565 16.4283C9.92674 16.2539 9.96476 15.8614 10.0408 15.0766L10.0605 14.8735C10.0821 14.6505 10.0929 14.539 10.0608 14.4356C10.0286 14.3322 9.95713 14.2486 9.81418 14.0814L9.68403 13.9292C9.18097 13.341 8.92945 13.0468 9.01723 12.7646C9.10501 12.4823 9.47396 12.3988 10.2119 12.2319L10.4028 12.1887C10.6125 12.1412 10.7173 12.1175 10.8015 12.0536C10.8857 11.9897 10.9397 11.8928 11.0476 11.6991L11.1459 11.5228Z\" stroke=\"currentColor\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/play-circle.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/play-circle.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-play-circle-linear\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\"/>\n<path d=\"M15.4137 10.941C16.1954 11.4026 16.1954 12.5974 15.4137 13.059L10.6935 15.8458C9.93371 16.2944 9 15.7105 9 14.7868L9 9.21316C9 8.28947 9.93371 7.70561 10.6935 8.15419L15.4137 10.941Z\" stroke=\"currentColor\"/></svg>"
    },
    {
      "path": "site/public/icons/solar-linear/share-circle.svg",
      "type": "registry:file",
      "target": "public/icons/solar-linear/share-circle.svg",
      "content": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" class=\"solar solar-share-circle-linear\"><path d=\"M12 9C10.3431 9 9 7.65685 9 6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6C15 7.65685 13.6569 9 12 9Z\" stroke=\"currentColor\"/>\n<path d=\"M5.5 21C3.84315 21 2.5 19.6569 2.5 18C2.5 16.3431 3.84315 15 5.5 15C7.15685 15 8.5 16.3431 8.5 18C8.5 19.6569 7.15685 21 5.5 21Z\" stroke=\"currentColor\"/>\n<path d=\"M18.5 21C16.8431 21 15.5 19.6569 15.5 18C15.5 16.3431 16.8431 15 18.5 15C20.1569 15 21.5 16.3431 21.5 18C21.5 19.6569 20.1569 21 18.5 21Z\" stroke=\"currentColor\"/>\n<path d=\"M20 13C20 10.6106 18.9525 8.46589 17.2916 7M4 13C4 10.6106 5.04752 8.46589 6.70838 7M10 20.748C10.6392 20.9125 11.3094 21 12 21C12.6906 21 13.3608 20.9125 14 20.748\" stroke=\"currentColor\" stroke-linecap=\"round\"/></svg>"
    }
  ],
  "docs": "/docs/themes#editorial-advisor",
  "meta": {
    "status": "stable",
    "copyright": "Coordiation",
    "framework": "Next.js App Router",
    "style": "editorial",
    "palette": "warm cream",
    "namespace": "editorial-theme",
    "classPrefix": "ea-",
    "preview": "/themes/editorial-advisor/preview",
    "cover": "/themes/editorial-advisor/hero-advisor.png",
    "sections": [
      "hero",
      "principle",
      "events",
      "insights",
      "testimonial",
      "about",
      "trust",
      "background",
      "statistics",
      "contact"
    ],
    "assets": [
      "/themes/editorial-advisor/hero-advisor.png",
      "/themes/editorial-advisor/insight-tower.png",
      "/themes/editorial-advisor/testimonial-meeting.png"
    ],
    "frameworkName": "Coordiation CSS",
    "sourceOwnership": "open-code"
  }
}
