@font-face{font-family:'Inter Tight';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/inter-tight-600-greek.woff2') format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/inter-tight-600-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/inter-tight-600-greek.woff2') format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/inter-tight-600-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/source-sans-3-400-greek.woff2') format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/source-sans-3-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/source-sans-3-400-greek.woff2') format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/source-sans-3-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


:root{
  --ink:#111614;
  --hush:#5c6763;
  --paper:#f4f6f5;
  --signal:#047857;
  --edge:#e2e7e4;
  --apt-wide:1120px;
  --apt-rhythm:clamp(3.25rem,7vw,6rem);
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}

body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:'Source Sans 3',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:1.0625rem;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  overflow-wrap:break-word;
}

h1,h2,h3{
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;
  font-weight:600;
  letter-spacing:-0.03em;
  line-height:1.06;
  margin:0;
}
h1{font-size:clamp(2.35rem,6.4vw,4.35rem);font-weight:700}
h2{font-size:clamp(1.7rem,3.5vw,2.55rem)}
h3{font-size:1.24rem;letter-spacing:-0.02em;line-height:1.2}
p{margin:0}
a{color:var(--signal);text-underline-offset:3px}
a:hover{color:var(--ink)}
img{max-width:100%}
ul{margin:0;padding-left:1.1rem}
li{margin-block:.35rem}

:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:4px}

.apt-shell{max-width:var(--apt-wide);margin-inline:auto;padding-inline:clamp(1.15rem,4vw,2.25rem)}
.apt-sprite{display:none}
.apt-away{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.apt-skip{position:absolute;left:-9999px;top:0;z-index:60;background:var(--ink);color:#fff;padding:.7rem 1.2rem;border-radius:999px}
.apt-skip:focus{left:1rem;top:.7rem;color:#fff}

/* actions */
.apt-act{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:48px;padding:.7rem 1.6rem;border-radius:999px;
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;
  font-weight:600;font-size:1rem;letter-spacing:-0.01em;text-decoration:none;
  cursor:pointer;background:none;border:0;
  transition:background-color .18s ease,color .18s ease,transform .18s ease,border-color .18s ease;
}
.apt-act--fill{background:var(--signal);color:#fff}
.apt-act--fill:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}
.apt-act--line{border:1px solid var(--signal);color:var(--signal);background:#fff}
.apt-act--line:hover{background:var(--signal);color:#fff;transform:translateY(-1px)}
.apt-act--fill:active,.apt-act--line:active{transform:translateY(1px)}
.apt-act--slim{min-height:48px;padding:.55rem 1.25rem;font-size:.96rem}

.apt-tag{
  display:inline-block;padding:.28rem .75rem;border-radius:999px;
  background:var(--paper);color:var(--hush);
  font-size:.82rem;line-height:1.5;letter-spacing:.01em;white-space:nowrap;
}

/* topbar */
.apt-topbar{position:sticky;top:0;z-index:30;background:#fff;transition:box-shadow .2s ease}
.apt-topbar--lift{box-shadow:0 1px 2px rgba(0,0,0,.06)}
.apt-topbar__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:70px}
.apt-topbar__logo{
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:700;
  font-size:1.32rem;letter-spacing:-0.035em;color:var(--ink);text-decoration:none;
  padding-block:.6rem;
}
.apt-topbar__logo b{font-weight:700;color:var(--signal)}
.apt-topbar__logo:hover b{color:var(--ink)}
.apt-topbar__nav ul{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}
.apt-topbar__link{
  display:inline-flex;align-items:center;min-height:48px;padding:.5rem .85rem;border-radius:999px;
  color:var(--hush);text-decoration:none;font-size:.98rem;
  transition:color .18s ease,background-color .18s ease;
}
.apt-topbar__link:hover{color:var(--ink);background:var(--paper)}
.apt-topbar__burger{
  display:none;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:999px;background:var(--paper);color:var(--ink);border:0;cursor:pointer;
}
.apt-topbar__burger:hover{background:var(--signal);color:#fff}

/* stage */
.apt-stage{padding-block:clamp(3rem,7vw,5.5rem) clamp(2.5rem,5vw,4rem);text-align:center}
.apt-stage__kicker{
  display:inline-block;margin-bottom:1.35rem;color:var(--signal);
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:600;
  font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;
}
.apt-stage__lead{margin:1.5rem auto 0;max-width:38em;color:var(--hush);font-size:1.12rem}
.apt-stage__acts{margin-top:2.1rem;display:flex;justify-content:center}
.apt-stage__strip{margin-top:clamp(2.75rem,6vw,4rem)}
.apt-stage__caption{color:var(--hush);font-size:.86rem;letter-spacing:.1em;text-transform:uppercase}
.apt-stage__pins{
  display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,3vw,2.1rem);
  list-style:none;margin:1.4rem 0 0;padding:0;
}
.apt-stage__pin{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:6.5rem}
.apt-stage__pin img{width:64px;height:64px;border-radius:16px;display:block}
.apt-stage__pin span{color:var(--hush);font-size:.8rem;line-height:1.3}

/* sections */
.apt-band{padding-block:var(--apt-rhythm)}
.apt-band--tight{padding-block:clamp(2.5rem,5vw,4rem)}
.apt-band__head{max-width:34em}
.apt-band__head p{margin-top:1rem;color:var(--hush)}

/* tiles */
.apt-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:clamp(2rem,4vw,3rem);list-style:none;padding:0}
.apt-tile{
  display:flex;flex-direction:column;gap:1rem;height:100%;
  padding:1.5rem;border:1px solid var(--edge);border-radius:20px;background:#fff;
  transition:border-color .18s ease,transform .18s ease;
}
.apt-tile:hover{border-color:var(--signal);transform:translateY(-2px)}
.apt-tile__head{display:flex;align-items:center;gap:.9rem}
.apt-tile__head img{width:60px;height:60px;border-radius:15px;display:block;flex:none}
.apt-tile__name{margin:0}
.apt-tile__dev{display:block;margin-top:.25rem;color:var(--hush);font-size:.9rem}
.apt-tile__shot{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:14px;display:block}
.apt-tile__meta{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}
.apt-tile__text{color:var(--hush);font-size:1rem}
.apt-tile__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}

/* score */
.apt-score{display:inline-flex;align-items:center;gap:.5rem}
.apt-score__bar{position:relative;display:inline-block;line-height:0}
.apt-score__row{display:flex;gap:2px;color:var(--edge)}
.apt-score__row svg{width:16px;height:16px;fill:currentColor}
.apt-score__fill{position:absolute;inset:0 auto 0 0;overflow:hidden;width:var(--apt-fill)}
.apt-score__fill .apt-score__row{color:var(--signal)}
.apt-score--r94{--apt-fill:94%}
.apt-score--r90{--apt-fill:90%}
.apt-score--r88{--apt-fill:88%}
.apt-score--r84{--apt-fill:84%}
.apt-score__num{font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:600;font-size:.98rem}

/* matrix */
.apt-matrix__wrap{margin-top:clamp(1.75rem,4vw,2.5rem);overflow-x:auto}
.apt-matrix__wrap:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
.apt-matrix{width:100%;min-width:44rem;border-collapse:collapse;text-align:left}
.apt-matrix caption{
  text-align:left;color:var(--hush);font-size:.95rem;padding-bottom:1rem;
}
.apt-matrix th,.apt-matrix td{padding:.9rem 1rem;vertical-align:top;font-size:.97rem}
.apt-matrix thead th{
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:600;
  font-size:.86rem;letter-spacing:.06em;text-transform:uppercase;color:var(--hush);
  border-bottom:1px solid var(--ink);white-space:nowrap;
}
.apt-matrix tbody th{font-weight:600;width:15rem}
.apt-matrix tbody tr:nth-child(odd) th,.apt-matrix tbody tr:nth-child(odd) td{background:var(--paper)}
.apt-matrix tbody th:first-child{border-radius:12px 0 0 12px}
.apt-matrix tbody td:last-child{border-radius:0 12px 12px 0}
.apt-matrix__ok{width:15px;height:15px;fill:var(--signal);vertical-align:-2px;margin-right:.35rem}
.apt-matrix__note{margin-top:1.4rem;max-width:44em;color:var(--hush);font-size:.97rem}

/* qa */
.apt-qa{margin-top:clamp(1.5rem,3vw,2.25rem);width:100%}
.apt-qa__item + .apt-qa__item{margin-top:.5rem}
.apt-qa__q{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;
  min-height:56px;padding:.9rem 1.1rem;border-radius:16px;background:var(--paper);border:0;
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:600;font-size:1.06rem;
  letter-spacing:-0.02em;color:var(--ink);text-align:left;cursor:pointer;
  transition:background-color .18s ease,color .18s ease;
}
.apt-qa__q:hover{background:var(--signal);color:#fff}
.apt-qa__q svg{width:15px;height:15px;fill:currentColor;flex:none;transition:transform .2s ease}
.apt-qa__q[aria-expanded="true"] svg{transform:rotate(45deg)}
.apt-qa__a{padding:1rem 1.1rem .35rem;color:var(--hush);max-width:44em}

/* note */
.apt-note{position:fixed;inset:auto 0 0 0;z-index:40;padding:0 0 .9rem}
.apt-note[hidden]{display:none}
.apt-note__box{
  display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;
  padding:1.15rem 1.35rem;border-radius:20px;background:#fff;
  box-shadow:0 6px 30px rgba(17,22,20,.14);
}
.apt-note__text{color:var(--hush);font-size:.95rem;max-width:52em}
.apt-note__acts{display:flex;gap:.6rem;flex-wrap:wrap}

/* up */
.apt-up{
  position:fixed;right:1.1rem;bottom:1.1rem;z-index:35;
  display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:999px;background:var(--ink);color:#fff;
  opacity:0;visibility:hidden;transition:opacity .2s ease,background-color .18s ease,transform .18s ease;
}
.apt-up svg{width:17px;height:17px;fill:currentColor}
.apt-up--on{opacity:1;visibility:visible}
.apt-up:hover{background:var(--signal);color:#fff;transform:translateY(-1px)}

/* foot */
.apt-foot{padding-block:clamp(2.75rem,6vw,4.5rem) 2rem;background:#fff}
.apt-foot__contact{
  padding:clamp(1.75rem,4vw,2.75rem);border-radius:22px;background:var(--paper);
  display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;
}
.apt-foot__contact p{max-width:40em;color:var(--hush)}
.apt-foot__grid{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;
  margin-top:clamp(2.25rem,5vw,3.25rem);
}
.apt-foot__brand{max-width:20em}
.apt-foot__brand p{margin-top:.6rem;color:var(--hush);font-size:.95rem}
.apt-foot nav ul{list-style:none;margin:0;padding:0}
.apt-foot nav li{margin:0}
.apt-foot__ttl{
  font-family:'Inter Tight','Source Sans 3',system-ui,sans-serif;font-weight:600;
  font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;color:var(--hush);
  margin-bottom:.35rem;
}
.apt-foot__link{
  display:inline-flex;align-items:center;min-height:44px;padding-block:.35rem;
  color:var(--ink);text-decoration:none;font-size:.98rem;
}
.apt-foot__link:hover{color:var(--signal);text-decoration:underline}
.apt-foot__copy{margin-top:2.5rem;color:var(--hush);font-size:.9rem}

/* prose pages */
.apt-copy{max-width:42em;padding-block:clamp(2.25rem,5vw,3.5rem) 0}
.apt-copy__stamp{margin-top:1.1rem;color:var(--hush);font-size:.92rem}
.apt-copy h2{margin-top:2.6rem;font-size:clamp(1.35rem,2.6vw,1.75rem)}
.apt-copy h2 + p,.apt-copy h2 + ul{margin-top:.9rem}
.apt-copy p + p,.apt-copy p + ul,.apt-copy ul + p{margin-top:.9rem}
.apt-copy__back{margin-top:2.75rem}

.apt-lost{padding-block:clamp(4rem,10vw,7rem);text-align:center}
.apt-lost p{margin:1.35rem auto 0;max-width:34em;color:var(--hush)}
.apt-lost__acts{margin-top:2rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}

@media (max-width:1000px){
  .apt-tiles{grid-template-columns:repeat(2,1fr)}
  .apt-matrix tbody th{width:12rem}
}
@media (max-width:880px){
  .apt-topbar__burger{display:inline-flex}
  .apt-topbar__nav{
    position:absolute;left:0;right:0;top:100%;background:#fff;
    box-shadow:0 8px 26px rgba(17,22,20,.10);
    padding:.5rem clamp(1.15rem,4vw,2.25rem) 1.1rem;
  }
  .apt-topbar__nav[hidden]{display:none}
  .apt-topbar__nav ul{flex-direction:column;align-items:stretch;gap:0}
  .apt-topbar__link{width:100%;justify-content:flex-start;border-radius:14px}
  .apt-topbar__row{position:relative}
}
@media (max-width:680px){
  .apt-tiles{grid-template-columns:1fr}
  .apt-stage__pin{width:5.25rem}
  .apt-stage__pin img{width:56px;height:56px}
  .apt-note__box{padding:1rem}
  .apt-note__acts{width:100%}
  .apt-note__acts .apt-act{flex:1}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}
}
