{"id":15,"date":"2026-09-18T12:02:29","date_gmt":"2026-09-18T12:02:29","guid":{"rendered":"https:\/\/edreve.co.uk\/?page_id=15"},"modified":"2026-09-22T09:15:19","modified_gmt":"2026-09-22T09:15:19","slug":"home","status":"publish","type":"page","link":"https:\/\/edreve.co.uk\/","title":{"rendered":"Home"},"content":{"rendered":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>EdReve Advisory \u2014 Education Revenue & Commercial Growth<\/title>\r\n<meta name=\"description\" content=\"Marina Kilaniotis \u2014 We support organisations to identify and grow revenue opportunities, whether through their assets, partnerships or international development.\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n*, *::before, *::after {\r\n    box-sizing: border-box;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n:root {\r\n    --cream: #FDFAF6;\r\n    --champagne: #C4A882;\r\n    --raspberry: #9F4460;\r\n    --raspberry-deep: #87364F;\r\n    --raspberry-light: #f5eaed;\r\n    --ink: #1C1412;\r\n    --mid: #6B5B52;\r\n    --rule: #E8DDD4;\r\n}\r\n\r\nhtml {\r\n    font-size: 16px;\r\n    scroll-behavior: smooth;\r\n}\r\n\r\nbody {\r\n    background: var(--cream);\r\n    color: var(--ink);\r\n    font-family: 'Inter', sans-serif;\r\n    font-weight: 300;\r\n    line-height: 1.6;\r\n    -webkit-font-smoothing: antialiased;\r\n}\r\n\r\n\/* NAVIGATION *\/\r\nnav {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    z-index: 100;\r\n    background: var(--cream);\r\n    border-bottom: 1px solid var(--rule);\r\n    padding: 0 6vw;\r\n    height: 76px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n}\r\n\r\n.nav-logo {\r\n    display: flex;\r\n    align-items: baseline;\r\n    text-decoration: none;\r\n}\r\n\r\n.nav-logo-ed {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 2.2rem;\r\n    font-weight: 400;\r\n    color: var(--champagne);\r\n    letter-spacing: -0.02em;\r\n}\r\n\r\n.nav-logo-reve {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 2.2rem;\r\n    font-weight: 600;\r\n    color: var(--raspberry);\r\n    letter-spacing: -0.02em;\r\n}\r\n\r\n.nav-logo-tag {\r\n    font-size: 0.72rem;\r\n    color: var(--mid);\r\n    margin-left: 10px;\r\n    letter-spacing: 0.08em;\r\n    align-self: flex-end;\r\n    padding-bottom: 6px;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.nav-links {\r\n    display: flex;\r\n    gap: 2.5rem;\r\n    list-style: none;\r\n}\r\n\r\n.nav-links a {\r\n    font-size: 0.82rem;\r\n    color: var(--mid);\r\n    text-decoration: none;\r\n    letter-spacing: 0.05em;\r\n    transition: color 0.2s;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.nav-links a:hover {\r\n    color: var(--raspberry);\r\n}\r\n\r\n\/* HERO *\/\r\n.hero {\r\n    padding-top: 76px;\r\n    min-height: 100vh;\r\n    display: grid;\r\n    grid-template-columns: 55% 45%;\r\n}\r\n\r\n.hero-text {\r\n    padding: 9vw 6vw 8vw 7vw;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n}\r\n\r\n.hero-eyebrow {\r\n    font-size: 0.75rem;\r\n    color: var(--champagne);\r\n    letter-spacing: 0.14em;\r\n    margin-bottom: 2.5rem;\r\n    display: block;\r\n    text-transform: uppercase;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.hero-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(3rem, 5.5vw, 5rem);\r\n    font-weight: 300;\r\n    line-height: 1.08;\r\n    color: var(--ink);\r\n    margin-bottom: 2.5rem;\r\n    letter-spacing: -0.03em;\r\n}\r\n\r\n.hero-headline em {\r\n    font-style: italic;\r\n    color: var(--raspberry);\r\n}\r\n\r\n.hero-body {\r\n    font-size: 1.05rem;\r\n    color: var(--mid);\r\n    line-height: 1.8;\r\n    max-width: 500px;\r\n    margin-bottom: 2.5rem;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.cta-group {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: flex-start;\r\n    gap: 8px;\r\n}\r\n\r\n.hero-cta {\r\n    display: inline-block;\r\n    padding: 16px 38px;\r\n    background: var(--raspberry);\r\n    color: white;\r\n    font-size: 0.82rem;\r\n    letter-spacing: 0.08em;\r\n    text-decoration: none;\r\n    transition: background 0.2s;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.hero-cta:hover {\r\n    background: var(--raspberry-deep);\r\n}\r\n\r\n.cta-subtext {\r\n    font-size: 0.75rem;\r\n    color: var(--mid);\r\n    letter-spacing: 0.03em;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n\/* HERO PANEL *\/\r\n.hero-panel {\r\n    position: relative;\r\n    overflow: hidden;\r\n    min-height: calc(100vh - 76px);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background: #F4EFEA;\r\n}\r\n\r\n.hero-panel svg {\r\n    position: absolute;\r\n    width: 72%;\r\n    height: 72%;\r\n    top: 14%;\r\n    left: 14%;\r\n}\r\n\r\n\/* MISSION *\/\r\n.mission-band {\r\n    background: var(--champagne);\r\n    padding: 7rem 7vw;\r\n}\r\n\r\n.mission-inner {\r\n    max-width: 820px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n}\r\n\r\n.mission-quote {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(1.7rem, 3vw, 2.6rem);\r\n    font-weight: 300;\r\n    font-style: italic;\r\n    color: var(--raspberry-deep);\r\n    line-height: 1.5;\r\n    margin-bottom: 1.5rem;\r\n}\r\n\r\n\/* SECTIONS *\/\r\n.section-wrap {\r\n    padding: 8rem 7vw;\r\n    max-width: 1240px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.section-rule {\r\n    width: 44px;\r\n    height: 2px;\r\n    background: var(--raspberry);\r\n    margin-bottom: 3rem;\r\n}\r\n\r\n.section-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.2rem, 3.8vw, 3.2rem);\r\n    font-weight: 300;\r\n    line-height: 1.15;\r\n    color: var(--ink);\r\n    margin-bottom: 1.75rem;\r\n    letter-spacing: -0.02em;\r\n    max-width: 600px;\r\n}\r\n\r\n.section-body {\r\n    font-size: 1rem;\r\n    color: var(--mid);\r\n    line-height: 1.85;\r\n    max-width: 800px;\r\n    margin-bottom: 1.5rem;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n\/* SERVICES *\/\r\n.services-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    border-left: 1px solid var(--rule);\r\n    border-top: 1px solid var(--rule);\r\n    margin-top: 3rem;\r\n}\r\n\r\n.service-item {\r\n    padding: 3rem;\r\n    border-right: 1px solid var(--rule);\r\n    border-bottom: 1px solid var(--rule);\r\n}\r\n\r\n.service-number {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 2.5rem;\r\n    font-weight: 300;\r\n    color: var(--rule);\r\n    line-height: 1;\r\n    margin-bottom: 1rem;\r\n}\r\n\r\n.service-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 1.4rem;\r\n    font-weight: 400;\r\n    color: var(--ink);\r\n    margin-bottom: 1rem;\r\n    line-height: 1.3;\r\n}\r\n\r\n.service-body {\r\n    font-size: 0.9rem;\r\n    color: var(--mid);\r\n    line-height: 1.75;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n\/* WHO WE WORK WITH *\/\r\n.clients-section {\r\n    background: var(--raspberry-deep);\r\n    padding: 8rem 7vw;\r\n}\r\n\r\n.clients-inner {\r\n    max-width: 1240px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.clients-section .section-headline {\r\n    color: var(--cream);\r\n    max-width: 500px;\r\n}\r\n\r\n.clients-section .section-body {\r\n    color: #F0DDE3;\r\n    max-width: 600px;\r\n}\r\n\r\n.clients-section .section-rule {\r\n    background: var(--champagne);\r\n}\r\n\r\n.clients-list {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    margin-top: 4rem;\r\n    border-top: 1px solid rgba(253, 250, 246, 0.2);\r\n}\r\n\r\n.client-item {\r\n    padding: 2.5rem 2.5rem 2.5rem 0;\r\n    border-right: 1px solid rgba(253, 250, 246, 0.2);\r\n}\r\n\r\n.client-item:not(:first-child) {\r\n    padding-left: 2.5rem;\r\n}\r\n\r\n.client-item:last-child {\r\n    border-right: none;\r\n}\r\n\r\n.client-name {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 1.25rem;\r\n    font-weight: 400;\r\n    color: var(--champagne);\r\n    margin-bottom: 0.75rem;\r\n    line-height: 1.3;\r\n}\r\n\r\n.client-desc {\r\n    font-size: 0.85rem;\r\n    color: #E8CDD5;\r\n    line-height: 1.6;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n\/* PHOTO + ABOUT *\/\r\n.photo-band {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    min-height: 600px;\r\n}\r\n\r\n.photo-side {\r\n    overflow: hidden;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 600px;\r\n    background: var(--raspberry-deep);\r\n    padding: 3rem;\r\n}\r\n\r\n.photo-img {\r\n    width: 70%;\r\n    max-width: 480px;\r\n    max-height: 78%;\r\n    height: auto;\r\n    object-fit: contain;\r\n    object-position: center;\r\n    display: block;\r\n    margin: auto;\r\n}\r\n\r\n.about-text-side {\r\n    padding: 6rem 7vw;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n}\r\n\r\n.about-name {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2rem, 3vw, 2.6rem);\r\n    font-weight: 300;\r\n    color: var(--ink);\r\n    margin-bottom: 0.5rem;\r\n    letter-spacing: -0.02em;\r\n}\r\n\r\n.about-title {\r\n    font-size: 0.8rem;\r\n    color: var(--champagne);\r\n    letter-spacing: 0.1em;\r\n    text-transform: uppercase;\r\n    font-family: 'Inter', sans-serif;\r\n    margin-bottom: 2rem;\r\n}\r\n\r\n.about-pull {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 1.5rem;\r\n    font-weight: 300;\r\n    font-style: italic;\r\n    line-height: 1.5;\r\n    color: var(--ink);\r\n    border-left: 2px solid var(--raspberry);\r\n    padding-left: 1.75rem;\r\n    margin-bottom: 2rem;\r\n}\r\n\r\n.about-second-pull {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 1.2rem;\r\n    font-weight: 300;\r\n    font-style: italic;\r\n    line-height: 1.6;\r\n    color: var(--mid);\r\n    padding-left: 0;\r\n    margin-top: 1.5rem;\r\n}\r\n\r\n\/* BACKGROUND *\/\r\n.background-section {\r\n    background: var(--raspberry-light);\r\n    padding: 8rem 7vw;\r\n}\r\n\r\n.background-inner {\r\n    max-width: 1240px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.background-section .section-headline {\r\n    max-width: 500px;\r\n}\r\n\r\n\/* CONTACT *\/\r\n.contact-section {\r\n    text-align: center;\r\n    padding: 9rem 7vw;\r\n}\r\n\r\n.contact-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.4rem, 4.5vw, 3.6rem);\r\n    font-weight: 300;\r\n    color: var(--ink);\r\n    margin-bottom: 1.75rem;\r\n    letter-spacing: -0.02em;\r\n}\r\n\r\n.contact-body {\r\n    font-size: 1rem;\r\n    color: var(--mid);\r\n    line-height: 1.8;\r\n    max-width: 520px;\r\n    margin: 0 auto 3rem;\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n.contact-email {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 1.6rem;\r\n    color: var(--raspberry);\r\n    text-decoration: none;\r\n    border-bottom: 1px solid var(--champagne);\r\n    padding-bottom: 5px;\r\n}\r\n\r\n.contact-email:hover {\r\n    color: var(--raspberry-deep);\r\n}\r\n\r\n\/* FOOTER *\/\r\nfooter {\r\n    padding: 2.5rem 7vw;\r\n    border-top: 1px solid var(--rule);\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 1rem;\r\n}\r\n\r\n.footer-copy {\r\n    font-size: 0.75rem;\r\n    color: var(--mid);\r\n    font-family: 'Inter', sans-serif;\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n@media (max-width: 900px) {\r\n    .hero {\r\n        grid-template-columns: 1fr;\r\n    }\r\n\r\n    .hero-panel {\r\n        display: none;\r\n    }\r\n\r\n    .hero-text {\r\n        padding: 5rem 6vw 4rem;\r\n    }\r\n\r\n    .photo-band {\r\n        grid-template-columns: 1fr;\r\n    }\r\n\r\n    .photo-side {\r\n        min-height: 420px;\r\n        padding: 2rem;\r\n    }\r\n\r\n    .photo-img {\r\n        width: 62%;\r\n        max-height: 360px;\r\n    }\r\n\r\n    .services-grid {\r\n        grid-template-columns: 1fr;\r\n    }\r\n\r\n    .clients-list {\r\n        grid-template-columns: 1fr;\r\n    }\r\n\r\n    .client-item {\r\n        border-right: none;\r\n        border-bottom: 1px solid rgba(253, 250, 246, 0.2);\r\n        padding-left: 0 !important;\r\n    }\r\n\r\n    .nav-links {\r\n        display: none;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<nav>\r\n    <a href=\"#\" class=\"nav-logo\">\r\n        <span class=\"nav-logo-ed\">Ed<\/span>\r\n        <span class=\"nav-logo-reve\">Reve<\/span>\r\n        <span class=\"nav-logo-tag\">Advisory<\/span>\r\n    <\/a>\r\n\r\n    <ul class=\"nav-links\">\r\n        <li><a href=\"#who-we-work\">What we do<\/a><\/li>\r\n        <li><a href=\"#about\">About<\/a><\/li>\r\n        <li><a href=\"#contact\">Contact<\/a><\/li>\r\n    <\/ul>\r\n<\/nav>\r\n\r\n<div class=\"hero\">\r\n    <div class=\"hero-text\">\r\n\r\n        <span class=\"hero-eyebrow\">EdReve Advisory<\/span>\r\n\r\n        <h1 class=\"hero-headline\">\r\n            Unlocking new revenue streams<br>\r\n            <em>without losing sight of what matters.<\/em>\r\n        <\/h1>\r\n\r\n        <p class=\"hero-body\">\r\n            We support organisations to identify and grow revenue opportunities, whether through their assets, partnerships or international development.\r\n        <\/p>\r\n\r\n        <div class=\"cta-group\">\r\n            <a href=\"#contact\" class=\"hero-cta\">Book an introductory call<\/a>\r\n            <span class=\"cta-subtext\">No commitment \u00b7 Just a conversation<\/span>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"hero-panel\">\r\n        <svg\r\n            viewBox=\"0 0 600 900\"\r\n            preserveAspectRatio=\"xMidYMid meet\"\r\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n        >\r\n            <rect width=\"600\" height=\"900\" fill=\"#F4EFEA\"\/>\r\n\r\n            <path\r\n                d=\"M80 900 L80 450 C80 330, 125 270, 180 270 C235 270, 280 330, 280 450 L280 900\"\r\n                fill=\"none\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"2.5\"\r\n            \/>\r\n\r\n            <line\r\n                x1=\"80\"\r\n                y1=\"450\"\r\n                x2=\"280\"\r\n                y2=\"450\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"1.5\"\r\n            \/>\r\n\r\n            <line\r\n                x1=\"180\"\r\n                y1=\"270\"\r\n                x2=\"180\"\r\n                y2=\"450\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"1.2\"\r\n            \/>\r\n\r\n            <path\r\n                d=\"M173 450 L187 450 L185 485 L175 485 Z\"\r\n                fill=\"#9F4460\"\r\n            \/>\r\n\r\n            <path\r\n                d=\"M200 900 L200 390 C200 270, 245 205, 300 205 C355 205, 400 270, 400 390 L400 900\"\r\n                fill=\"none\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"3\"\r\n            \/>\r\n\r\n            <line\r\n                x1=\"300\"\r\n                y1=\"205\"\r\n                x2=\"300\"\r\n                y2=\"390\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"1.2\"\r\n            \/>\r\n\r\n            <path\r\n                d=\"M293 390 L307 390 L305 425 L295 425 Z\"\r\n                fill=\"#9F4460\"\r\n            \/>\r\n\r\n            <path\r\n                d=\"M320 900 L320 450 C320 330, 365 270, 420 270 C475 270, 520 330, 520 450 L520 900\"\r\n                fill=\"none\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"2.5\"\r\n            \/>\r\n\r\n            <line\r\n                x1=\"420\"\r\n                y1=\"270\"\r\n                x2=\"420\"\r\n                y2=\"450\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"1.2\"\r\n            \/>\r\n\r\n            <path\r\n                d=\"M413 450 L427 450 L425 485 L415 485 Z\"\r\n                fill=\"#9F4460\"\r\n            \/>\r\n\r\n            <line\r\n                x1=\"80\"\r\n                y1=\"900\"\r\n                x2=\"520\"\r\n                y2=\"900\"\r\n                stroke=\"#9F4460\"\r\n                stroke-width=\"4\"\r\n            \/>\r\n        <\/svg>\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"mission-band\">\r\n    <div class=\"mission-inner\">\r\n        <p class=\"mission-quote\">\r\n            \"Commercial growth in education is about long term financial resilience. Unlocking your potential and building sustainable income streams create opportunity for future citizens.\"\r\n        <\/p>\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"clients-section\" id=\"who-we-work\">\r\n    <div class=\"clients-inner\">\r\n\r\n        <div class=\"section-rule\"><\/div>\r\n\r\n        <h2 class=\"section-headline\">Who we work with<\/h2>\r\n\r\n        <p class=\"section-body\">\r\n            From a single school taking its first steps into commercial activity, to large education groups and the organisations working alongside them.\r\n        <\/p>\r\n\r\n        <div class=\"clients-list\">\r\n\r\n            <div class=\"client-item\">\r\n                <div class=\"client-name\">Independent &amp; state schools<\/div>\r\n                <div class=\"client-desc\">\r\n                    Senior, prep, all-through and academy schools, building non-fee income, commercial operations and strategic partnerships at every scale\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"client-item\">\r\n                <div class=\"client-name\">MATs &amp; education groups<\/div>\r\n                <div class=\"client-desc\">\r\n                    Revenue strategy and commercial growth across multi-school structures, academy trusts and larger education organisations\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"client-item\">\r\n                <div class=\"client-name\">International organisations<\/div>\r\n                <div class=\"client-desc\">\r\n                    Education groups entering or expanding in the UK market, and UK schools developing international programmes and revenue abroad\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"section-wrap\" id=\"how-we-work\">\r\n\r\n    <div class=\"section-rule\"><\/div>\r\n\r\n    <h2 class=\"section-headline\">How we work with you<\/h2>\r\n\r\n    <p class=\"section-body\">\r\n        Whether you are a school just starting to think about commercial income, or an established education group looking to expand, the focus is always on building something real and lasting.\r\n    <\/p>\r\n\r\n    <div class=\"services-grid\">\r\n\r\n        <div class=\"service-item\">\r\n            <div class=\"service-number\">01<\/div>\r\n            <h3 class=\"service-title\">Revenue growth &amp; non-fee income<\/h3>\r\n            <p class=\"service-body\">\r\n                Helping schools identify and grow new income streams: sports facilities, events, summer schools, lettings, retail and more. Practical, grounded strategy that works within the rhythm of a school, not against it.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"service-item\">\r\n            <div class=\"service-number\">02<\/div>\r\n            <h3 class=\"service-title\">Commercial partnerships &amp; business development<\/h3>\r\n            <p class=\"service-body\">\r\n                Building the right partnerships with corporates and sector bodies that create genuine, long-term value. Not transactional relationships, but ones that serve the school's mission as well as its balance sheet.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"service-item\">\r\n            <div class=\"service-number\">03<\/div>\r\n            <h3 class=\"service-title\">International expansion<\/h3>\r\n            <p class=\"service-body\">\r\n                Supporting schools and education organisations entering new markets, from strategy through to operational delivery. Hands-on experience across Thailand, China, Cyprus and France, building international programmes and commercial operations from the ground up.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"service-item\">\r\n            <div class=\"service-number\">04<\/div>\r\n            <h3 class=\"service-title\">Bridging education &amp; investment<\/h3>\r\n            <p class=\"service-body\">\r\n                Bringing education organisations and investment groups together, finding the right partners, structuring the right conversations, and translating the language of both worlds so that the right projects move forward.\r\n            <\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\r\n\r\n<div id=\"about\">\r\n\r\n    <div class=\"photo-band\">\r\n\r\n        <div class=\"photo-side\">\r\n            <img decoding=\"async\"\r\n                src=\"https:\/\/edreve.co.uk\/wp-content\/uploads\/2026\/09\/Website.jpg\"\r\n                class=\"photo-img\"\r\n                alt=\"Marina Kilaniotis\"\r\n            >\r\n        <\/div>\r\n\r\n        <div class=\"about-text-side\">\r\n\r\n            <h2 class=\"about-name\">Marina Kilaniotis<\/h2>\r\n\r\n            <p class=\"about-title\">Director, EdReve Advisory<\/p>\r\n\r\n            <div class=\"about-pull\">\r\n                \"Every pound of commercial income is a pound that goes back into a child's education.\"\r\n            <\/div>\r\n\r\n            <div class=\"about-second-pull\">\r\n                I understand schools from the inside out and the care behind every commercial decision.\r\n                I bridge education and business to create commercial growth that respects both.\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"background-section\">\r\n\r\n    <div class=\"background-inner\">\r\n\r\n        <div class=\"section-rule\"><\/div>\r\n\r\n        <h2 class=\"section-headline\">20 years, one mission.<\/h2>\r\n\r\n        <p class=\"section-body\">\r\n            Marina Kilaniotis brings nearly two decades of wide-ranging experience across the education sector, starting as an educator in the classroom before moving on to direct global operations for international educational travel companies, and ultimately pioneering commercial revenue growth for some of the UK's most distinguished schools.\r\n        <\/p>\r\n\r\n        <p class=\"section-body\">\r\n            Since 2018, Marina has led the commercial function at one of London's most prestigious independent schools, establishing the department from the ground up and growing non-fee income through lettings, filming, sports partnerships and holiday programmes. Her global experience extends to managing international ventures, including branch campuses and academic programmes through cross-border partnerships.\r\n        <\/p>\r\n\r\n        <p class=\"section-body\">\r\n            She was also a committee member of the Schools' Enterprise Association, an organisation that provides dedicated support and shared learning for commercial leaders across the education sector.\r\n        <\/p>\r\n\r\n        <p class=\"section-body\">\r\n            That breadth of experience, from classroom to boardroom, from London to Asia, defines every EdReve engagement. Marina brings a rare combination of educational fluency and commercial expertise to every client engagement.\r\n        <\/p>\r\n\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"contact-section\" id=\"contact\">\r\n\r\n    <h2 class=\"contact-headline\">Let's talk about what's possible<\/h2>\r\n\r\n    <p class=\"contact-body\">\r\n        Whether you are a school taking its first steps into commercial activity, an international organisation entering the UK market, or an education group looking for the right strategic partner, we would love to have a conversation.\r\n    <\/p>\r\n\r\n    <a href=\"mailto:contact@edreve.co.uk\" class=\"contact-email\">\r\n        contact@edreve.co.uk\r\n    <\/a>\r\n\r\n<\/div>\r\n\r\n<footer>\r\n\r\n    <div style=\"display:flex;align-items:baseline\">\r\n\r\n        <span style=\"font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:400;color:var(--champagne)\">\r\n            Ed\r\n        <\/span>\r\n\r\n        <span style=\"font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;color:var(--raspberry)\">\r\n            Reve\r\n        <\/span>\r\n\r\n        <span style=\"font-size:0.72rem;color:var(--mid);margin-left:10px;letter-spacing:0.06em;font-family:'Inter',sans-serif\">\r\n            Advisory\r\n        <\/span>\r\n\r\n    <\/div>\r\n\r\n    <span class=\"footer-copy\">\r\n        \u00a9 2026 EdReve Advisory \u00b7 Marina Kilaniotis \u00b7 London \u00b7 contact@edreve.co.uk\r\n    <\/span>\r\n\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"ed-reve-clean","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/edreve.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":5,"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/edreve.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/edreve.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}