:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f6f3ed;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--muted: #5d6675;--navy: #0f2742;--navy-soft: #183a5c;--gold: #c99842;--paper: #fffdf9;--sand: #eee7dc;--line: rgba(23, 32, 51, .14);--shadow: 0 18px 55px rgba(15, 39, 66, .09);--header-height: 92px;--footer-height: 250px}:root[data-theme=dark]{color:#eef2f7;background:#071322;--ink: #f5f7fa;--muted: #b5c0cf;--paper: #10233a;--sand: #0b1b2d;--line: rgba(255, 255, 255, .13);--shadow: 0 18px 55px rgba(0, 0, 0, .25)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 10% 0%,rgba(201,152,66,.1),transparent 26rem),var(--sand)}body,button,a{-webkit-font-smoothing:antialiased}button,a{font:inherit}a{color:inherit}p{margin:0;color:var(--muted);line-height:1.72}h1,h2,h3,h4{margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-weight:600;line-height:1.1}h1{max-width:12ch;font-size:clamp(3rem,6.2vw,5.6rem);letter-spacing:-.05em}h2{font-size:clamp(2rem,3.8vw,3.4rem);letter-spacing:-.035em}h3{font-size:clamp(1.35rem,2vw,1.9rem)}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;top:12px;left:12px;z-index:1300;padding:10px 14px;border-radius:8px;color:#fff;background:var(--gold);transform:translateY(-160%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto 0;z-index:1200;height:var(--header-height);border-bottom:1px solid rgba(255,255,255,.08);color:#fff;background:var(--navy);box-shadow:0 8px 28px #05112033}.header-inner{display:flex;height:100%;align-items:center;gap:34px}.brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:14px;margin-right:auto;color:#fff;text-decoration:none}.brand-mark,.footer-mark{display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:#fff;background:#ffffff0d;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:.08em}.brand-mark{width:54px;height:54px;font-size:1rem}.brand-copy{display:grid;gap:3px}.brand-copy strong{font-family:Georgia,Times New Roman,serif;font-size:1.18rem;font-weight:600}.brand-copy small{color:#c3cedc;font-size:.8rem}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.4vw,38px)}.main-nav a{position:relative;padding:34px 0 31px;color:#d4dce7;font-size:.79rem;font-weight:750;letter-spacing:.11em;text-decoration:none}.main-nav a:after{position:absolute;right:0;bottom:17px;left:0;height:2px;background:var(--gold);content:"";transform:scaleX(0);transition:transform .16s ease}.main-nav a:hover,.main-nav a:focus-visible{color:#fff}.main-nav a:hover:after,.main-nav a:focus-visible:after{transform:scaleX(1)}.header-actions{display:flex;flex:0 0 auto;align-items:center;gap:12px}.theme-button,.language-button{border:1px solid rgba(255,255,255,.2);color:#fff;background:#ffffff0d;cursor:pointer}.theme-button{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;font-size:1.12rem}.language-button{display:flex;min-width:108px;height:46px;align-items:center;justify-content:center;gap:9px;padding:0 14px;border-radius:999px}.language-button strong{font-size:.86rem;letter-spacing:.08em}.language-button span{color:#d1d9e4;font-size:.82rem}.theme-button:hover,.theme-button:focus-visible,.language-button:hover,.language-button:focus-visible{border-color:var(--gold);background:#ffffff1a}.page-main{display:grid;gap:24px;padding-top:calc(var(--header-height) + 30px);padding-bottom:calc(var(--footer-height) + 34px)}.content-card{scroll-margin-top:calc(var(--header-height) + 20px);padding:clamp(30px,4.6vw,58px);border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:var(--shadow)}.hero-card{position:relative;overflow:hidden;min-height:470px}.hero-card:after{position:absolute;right:-190px;bottom:-330px;width:650px;height:650px;border:1px solid rgba(201,152,66,.24);border-radius:50%;content:""}.hero-card>*{position:relative;z-index:1}.eyebrow,.project-eyebrow{color:var(--gold);font-size:.74rem;font-weight:800;letter-spacing:.14em;line-height:1.5;text-transform:uppercase}.eyebrow{margin-bottom:18px}.hero-lead{max-width:760px;margin-top:28px;font-size:clamp(1.04rem,1.7vw,1.24rem)}.hero-note{max-width:720px;margin-top:14px;font-size:.94rem}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:11px 18px;border:1px solid transparent;border-radius:999px;font-weight:750;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--navy);box-shadow:0 12px 30px #0f274229}.button-secondary{border-color:#0f274238;color:var(--navy);background:#fffdf9b3}:root[data-theme=dark] .button-secondary{border-color:#fff3;color:#fff;background:#ffffff0d}.section-heading{max-width:820px;margin-bottom:34px}.section-heading h2+p{margin-top:18px;font-size:1.02rem}.projects-grid,.facts-grid,.process-grid,.links-grid{display:grid;gap:18px}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.project-card,.fact-card,.process-card,.link-card{min-width:0;height:100%;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--paper) 94%,var(--sand))}.project-card{display:flex;flex-direction:column;overflow:hidden}.project-number{display:flex;min-height:52px;align-items:center;padding:0 22px;color:var(--gold);background:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1rem}.project-content{display:flex;flex:1;flex-direction:column;padding:26px}.project-eyebrow{margin-bottom:10px}.project-content h3{color:var(--ink)}.project-summary{margin-top:13px}details{margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{padding:15px 0;color:var(--ink);cursor:pointer;font-weight:800}summary::marker{color:var(--gold)}.project-details{display:grid;gap:16px;padding:5px 0 22px}.project-details h4{margin-bottom:6px;color:var(--ink);font-family:inherit;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.project-meta{display:grid;gap:18px;margin-top:auto;padding-top:22px}.project-meta>div>span{display:block;margin-bottom:9px;color:var(--ink);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.tag-list li{padding:6px 9px;border-radius:999px;color:#334155;background:#edf0f3;font-size:.74rem;font-weight:650}.about-copy{display:grid;max-width:850px;gap:16px;font-size:1.02rem}.facts-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.fact-card{padding:24px;border-top:3px solid var(--gold)}.fact-card strong,.fact-card span{display:block}.fact-card strong{margin-bottom:8px;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.8rem}.fact-card span{color:var(--muted);font-size:.84rem;line-height:1.45}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process-card{padding:25px}.process-card>span{display:block;margin-bottom:34px;color:var(--gold);font-family:Georgia,Times New Roman,serif}.process-card h3{margin-bottom:11px}.notice-card{border-color:#c9984259;background:#fffaf0}:root[data-theme=dark] .notice-card{background:#182a40}.notice-card h2{margin-bottom:12px;font-size:1.55rem}.links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.link-card{position:relative;display:grid;gap:8px;padding:26px 58px 26px 26px;text-decoration:none}.link-card:after{position:absolute;top:26px;right:26px;color:var(--gold);content:"↗";font-size:1.2rem}.link-card strong{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.38rem}.link-card span{color:var(--muted);line-height:1.55}.link-card:hover,.link-card:focus-visible{border-color:#c998428c}.site-footer{position:fixed;inset:auto 0 0 0;z-index:1100;height:var(--footer-height);color:#fff;background:var(--navy);box-shadow:0 -10px 34px #05112033}.footer-top{display:grid;grid-template-columns:minmax(300px,1.2fr) minmax(240px,.8fr) auto;align-items:center;gap:58px;min-height:184px;padding:28px 0 24px}.footer-brand{display:flex;align-items:center;gap:18px}.footer-mark{flex:0 0 auto;width:68px;height:68px;font-size:1.1rem}.footer-brand strong{display:block;margin-bottom:7px;font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.footer-brand p{max-width:390px;color:#c1cbd8;font-size:.88rem;line-height:1.55}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:14px 28px}.footer-links a{color:#e1e7ef;font-size:.83rem;font-weight:700;letter-spacing:.07em;text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{color:var(--gold)}.footer-actions{display:flex;gap:12px}.footer-actions a{display:grid;width:45px;height:45px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff;font-size:.8rem;font-weight:800;text-decoration:none}.footer-actions a:hover,.footer-actions a:focus-visible{border-color:var(--gold);color:var(--gold)}.footer-bottom{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(201,152,66,.62);color:#c1cbd8;font-size:.8rem}:focus-visible{outline:3px solid rgba(201,152,66,.65);outline-offset:3px}@media (max-width: 1050px){:root{--footer-height: 220px}.main-nav{display:none}.projects-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-top{grid-template-columns:minmax(280px,1fr) auto;gap:36px;min-height:154px}.footer-links{display:none}}@media (max-width: 700px){:root{--header-height: 76px;--footer-height: 174px}.container{width:min(100% - 26px,1180px)}.header-inner{gap:12px}.brand-mark{width:44px;height:44px;font-size:.82rem}.brand-copy strong{font-size:1rem}.brand-copy small,.language-button span{display:none}.theme-button{width:38px;height:38px}.language-button{min-width:52px;height:40px;padding:0 11px}.page-main{gap:16px;padding-top:calc(var(--header-height) + 16px);padding-bottom:calc(var(--footer-height) + 18px)}.content-card{padding:26px 21px;border-radius:18px}.hero-card{min-height:auto}h1{font-size:clamp(2.7rem,13vw,4rem)}h2{font-size:clamp(1.85rem,9vw,2.8rem)}.projects-grid,.facts-grid,.process-grid,.links-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr auto;gap:18px;min-height:112px;padding:17px 0 12px}.footer-mark{width:52px;height:52px;font-size:.88rem}.footer-brand p{display:none}.footer-brand strong{margin:0;font-size:1rem}.footer-actions{gap:8px}.footer-actions a{width:36px;height:36px;font-size:.7rem}.footer-bottom{min-height:62px;align-items:flex-start;flex-direction:column;justify-content:center;gap:3px;font-size:.7rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.footer-notice-button{position:relative;display:inline-block;width:auto;height:auto;margin:0;padding:0 7px;border:0;border-radius:0;color:#3f4b35;background:transparent;font-family:Georgia,Times New Roman,serif;font-size:.65rem;font-weight:400;letter-spacing:0;line-height:1.15;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;cursor:pointer}.footer-notice-button:before{color:#b78d50;content:"|";margin-right:7px;font-size:.59rem;text-decoration:none}.footer-notice-button:hover,.footer-notice-button:focus-visible{color:#856328}.notice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:24px;background:#0914238f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.notice-dialog{width:min(560px,100%);padding:30px;border:1px solid rgba(201,152,66,.42);border-radius:20px;background:#fffdf9;box-shadow:0 28px 80px #0713224d}.notice-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.notice-dialog h2{color:#172033;font-size:1.65rem}.notice-dialog p{color:#5d6675;font-size:.98rem;line-height:1.7}.notice-close{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border:1px solid rgba(15,39,66,.2);border-radius:50%;color:#0f2742;background:transparent;font-size:1.25rem;line-height:1;cursor:pointer}.notice-close:hover,.notice-close:focus-visible{border-color:#c99842;color:#856328}:root[data-theme=dark] .notice-dialog{border-color:#c998427a;background:#10233a}:root[data-theme=dark] .notice-dialog h2,:root[data-theme=dark] .notice-close{color:#f5f7fa}:root[data-theme=dark] .notice-dialog p{color:#b5c0cf}:root[data-theme=dark] .notice-close{border-color:#ffffff38}@media (max-width: 700px){.footer-notice-button{padding:0 5px;font-size:.57rem}.footer-notice-button:before{margin-right:5px;font-size:.53rem}.notice-overlay{padding:16px}.notice-dialog{padding:24px 21px;border-radius:17px}.notice-dialog h2{font-size:1.4rem}.notice-dialog p{font-size:.92rem}}:root{--footer-height: 58px}.hero-card h1{max-width:15ch;font-size:clamp(2.4rem,4.5vw,4.2rem);letter-spacing:-.04em}.site-footer{position:fixed;inset:auto 0 0 0;z-index:1100;display:flex;height:var(--footer-height);flex-direction:column;overflow:hidden;border-top:1px solid #c9a260;color:#4a4338;background:#f7efdf;box-shadow:none;font-family:Georgia,Times New Roman,serif}.site-footer:after{content:none}.footer-bottom{order:1;display:flex;min-height:23px;align-items:center;justify-content:center;border:0;color:#4a4338;font-family:Georgia,Times New Roman,serif;font-size:.68rem;text-align:center}.footer-bottom span:last-child{display:none}.footer-top{order:2;display:flex;min-height:35px;align-items:flex-start;justify-content:center;gap:0;padding:1px 0 12px}.footer-brand{display:none}.footer-links,.footer-actions{display:flex;align-items:center;justify-content:center;gap:0}.footer-links a,.footer-actions a:first-child{position:relative;display:inline-block;width:auto;height:auto;padding:0 7px;border:0;border-radius:0;color:#3f4b35;font-family:Georgia,Times New Roman,serif;font-size:.65rem;font-weight:400;letter-spacing:0;line-height:1.15;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.footer-links a+a:before,.footer-actions:before{color:#b78d50;content:"|";font-size:.59rem;text-decoration:none}.footer-actions a:first-child{font-size:0}.footer-actions a:first-child:after{content:"Markellos Ecosystem";font-size:.65rem}.footer-actions a:not(:first-child){display:none}.footer-links a:hover,.footer-links a:focus-visible,.footer-actions a:first-child:hover,.footer-actions a:first-child:focus-visible{color:#856328}.build-version{position:fixed;right:12px;bottom:2px;z-index:1150;color:#8d867a;font-family:Georgia,Times New Roman,serif;font-size:.58rem;letter-spacing:.01em;pointer-events:none}@media (max-width: 700px){:root{--footer-height: 76px}.hero-card h1{max-width:13ch;font-size:clamp(2.2rem,10vw,3.2rem)}.footer-bottom{min-height:27px;padding:0 8px;font-size:.61rem}.footer-top{min-height:49px;flex-wrap:wrap;align-content:flex-start;padding:1px 6px 16px}.footer-links{flex-wrap:wrap;row-gap:3px}.footer-links a,.footer-actions a:first-child,.footer-actions a:first-child:after{padding:0 5px;font-size:.57rem}.build-version{right:6px;bottom:1px;font-size:.52rem}}.content-card .section-heading,.content-card .hero-lead,.content-card .hero-note,.content-card .about-copy{width:100%;max-width:none!important}.content-card .section-heading>p,.content-card .about-copy>p,.project-card p,.process-card p,.fact-card span{width:100%;max-width:none!important}.hero-card .hero-lead,.hero-card .hero-note{width:100%;max-width:100%!important;text-align:justify;text-align-last:left;text-justify:inter-word}@media (max-width: 700px){.hero-card .hero-lead,.hero-card .hero-note{text-align:left}}
