
:root{
  --bg:#0B1410; --surface:#13221B; --surface-2:#16281F; --line:#24372D;
  --text:#F2EADB; --text-dim:#A8B5A6;
  --accent:#E0A64B; --accent-bright:#EBC17A; --accent-2:#D08A4E; --btn-text:#14110A;
  --shadow:rgba(0,0,0,.45);
  color-scheme: dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Outfit,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.pf{font-family:'Fraunces',Georgia,serif}
.eyebrow{font-size:.72rem;letter-spacing:.18em;font-weight:600;color:var(--accent);text-transform:uppercase}

/* header */
header{position:sticky;top:0;z-index:20;background:rgba(11,20,16,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.hrow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{font-family:'Fraunces',Georgia,serif;font-weight:900;font-size:1.16rem;letter-spacing:.01em;text-decoration:none;white-space:nowrap}
/* 3/9/2026 — στα 390px το όνομα έσπαγε σε τρεις γραμμές δίπλα στα δύο κουμπιά· το «Free games»
   κρύβεται στα πολύ στενά (το hero έχει ήδη «Start with a free pack») και το όνομα μικραίνει. */
@media (max-width:520px){.brand{font-size:1rem}.hnav .hlink{display:none}}
.brand span{color:var(--accent)}
.btn{display:inline-block;background:var(--accent);color:var(--btn-text);font-weight:600;font-size:.86rem;letter-spacing:.02em;padding:10px 18px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .18s,transform .18s}
.btn:hover{background:var(--accent-bright);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--line)}
.btn-ghost:hover{background:var(--surface-2);border-color:var(--accent)}

/* hero */
.hero{padding:76px 0 42px;position:relative;overflow:hidden}
.hero::after{content:'';position:absolute;inset:auto 0 -40% 0;height:70%;background:radial-gradient(60% 100% at 50% 0,rgba(224,166,75,.13),transparent 70%);pointer-events:none}
.hero h1{font-family:'Fraunces',Georgia,serif;font-weight:900;font-size:clamp(2.3rem,6vw,4.05rem);line-height:1.04;margin:.5rem 0 1rem;text-wrap:balance;max-width:16ch}
.hero p{font-size:clamp(1rem,1.6vw,1.15rem);color:var(--text-dim);max-width:60ch;margin:0 0 1.9rem}
.stats{display:flex;flex-wrap:wrap;gap:10px 26px;align-items:center;font-size:.86rem;color:var(--text-dim);margin-top:1.6rem}
.stars{color:var(--accent-bright);letter-spacing:.08em}
.dot{width:4px;height:4px;border-radius:50%;background:var(--line)}

/* section furniture */
section{padding:64px 0}
.shead{margin-bottom:34px;max-width:62ch}
.shead h2{font-family:'Fraunces',Georgia,serif;font-weight:900;font-size:clamp(1.7rem,3.6vw,2.5rem);line-height:1.12;margin:.35rem 0 .55rem;text-wrap:balance}
.shead p{color:var(--text-dim);margin:0}

/* ⭐ FEATURED SHOWCASE — the block the old page had no equivalent of.
   Two big cards first (the flagships), then four at half weight. A €16.99 product and a €2.59
   product used to occupy the same 180px thumbnail; this is the fix. */
/* ── the free pack ─────────────────────────────────────────────────────────
   Sits directly under the hero on purpose. Pinterest traffic arrives having been
   promised a free thing; anything it has to be scrolled past is a reason to leave. */
.hnav{display:flex;align-items:center;gap:18px}
.hlink{color:var(--text);text-decoration:none;font-size:.86rem;font-weight:600;white-space:nowrap}
.hlink:hover{color:var(--accent-bright)}
.free{background:linear-gradient(180deg,#16281F 0%,#0F1C15 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:54px 0}
.fr-head{max-width:62ch;margin-bottom:38px}
.fr-head h2{font-family:'Fraunces',Georgia,serif;font-weight:900;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.1;margin:.35rem 0 .7rem;text-wrap:balance}
.fr-head p{color:var(--text-dim);margin:0}
.fr-packs{display:grid;grid-template-columns:1fr 1fr;gap:34px}
.fr-card{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:14px;padding:26px 26px 28px;display:flex;flex-direction:column}
.fr-season{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--accent)}
.fr-card h3{font-family:'Fraunces',Georgia,serif;font-weight:800;font-size:1.5rem;margin:.3rem 0 .55rem}
.fr-card p{color:var(--text-dim);margin:0 0 1rem;font-size:.94rem}
.fr-body{display:flex;flex-direction:column;flex:1}
.fr-list{list-style:none;padding:0;margin:0 0 1.4rem;display:flex;flex-direction:column;gap:8px}
.fr-list li{color:var(--text-dim);font-size:.9rem;padding-left:19px;position:relative}
.fr-list li::before{content:'';position:absolute;left:0;top:.5em;width:7px;height:7px;border-radius:50%;background:var(--accent)}
.fr-btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.fr-note{margin-top:13px;font-size:.78rem;color:var(--text-dim);opacity:.8}
/* the three pages fanned out — shows what is inside without a lightbox */
.fr-shots{position:relative;height:250px;margin-bottom:22px}
.fr-shots img{position:absolute;border-radius:7px;box-shadow:0 14px 34px var(--shadow);border:1px solid var(--line)}
/* The third page is the most persuasive of the set — a bingo grid or a list of real questions
   reads as "a finished game" where a cover alone does not. Earlier positions buried it behind
   the trivia sheet; these push it clear at the right-hand edge.
   (This CSS comment ships inside index.html, so the banned-word rule applies here too.) */
.fr-a{width:37%;left:2%;top:6%;z-index:3;transform:rotate(-4deg)}
.fr-b{width:35%;left:33%;top:-2%;z-index:2;transform:rotate(2.5deg)}
.fr-c{width:33%;right:1%;top:8%;z-index:1;transform:rotate(-6deg)}
@media(max-width:860px){
  .fr-packs{grid-template-columns:1fr;gap:26px}
  .fr-shots{height:210px}
  .hlink{display:none}
}
.feat{background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.fcard{position:relative;display:flex;flex-direction:column;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s}
.fcard:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 18px 42px var(--shadow)}
.fcard .shot{aspect-ratio:1/1;background:#070E0B;overflow:hidden}
.fcard .shot img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.fcard:hover .shot img{transform:scale(1.03)}
.fbody{padding:22px 24px 26px;display:flex;flex-direction:column;gap:8px;flex:1}
.fcard h3{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:1.42rem;line-height:1.2;margin:0;text-wrap:balance}
.fcard p{margin:0;color:var(--text-dim);font-size:.95rem}
.fmore{margin-top:auto;padding-top:14px;font-size:.83rem;font-weight:600;color:var(--accent);letter-spacing:.02em}
.fcard.big{grid-column:span 2;flex-direction:row}
/* Cap the wide card at 4:3 rather than letting a square product shot set a 520px height. The
   listing images are centred artwork on a solid ground, so cover-cropping the top and bottom
   loses nothing and the composition tightens. */
.fcard.big .shot{flex:0 0 44%;aspect-ratio:4/3}
/* ⚠️ The body must NOT stretch on the wide cards. The card's height is set by the square product
   image, and a two-line paragraph pinned to the top with the link pushed to the bottom left a
   200px void down the middle of the two most important cards on the page. Centring the column
   and dropping the auto-margin closes it without shortening the image. */
.fcard.big .fbody{padding:34px 38px;justify-content:center;flex:1}
.fcard.big .fmore{margin-top:0;padding-top:18px}
.fcard.big h3{font-size:clamp(1.5rem,2.6vw,2.05rem)}
.fcard.big p{font-size:1.02rem;max-width:46ch}

/* categories */
.cgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.ccard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .18s,border-color .18s}
.ccard:hover{transform:translateY(-3px);border-color:var(--accent)}
/* ⛔ ΗΤΑΝ 4/3 ΚΑΙ ΕΚΟΒΕ ΤΑ ΓΡΑΜΜΑΤΑ ΣΤΗ ΜΕΣΗ (29/8/2026).
   Οι πρώτες εικόνες των listing είναι ΤΕΤΡΑΓΩΝΕΣ και έχουν τυπωμένο μέσα τους τίτλο πάνω
   και «χάπι» κάτω. Με 4/3 και `object-fit:cover` φαινόταν η ζώνη 12,5%–87,5%, δηλαδή
   ακριβώς ΠΑΝΩ στα γράμματα: μισός τίτλος στην κορυφή, μισό χάπι στη βάση.
   Τετράγωνο = η εικόνα φαίνεται όπως σχεδιάστηκε. Το `.fcard` και το `.pcard` ήταν ήδη 1/1. */
.ccard .shot{aspect-ratio:1/1;background:#070E0B;overflow:hidden}
.ccard .shot img{width:100%;height:100%;object-fit:cover}
.cbody{padding:18px 20px 20px;display:flex;flex-direction:column;gap:7px;flex:1}
.ccard h3{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:1.16rem;margin:0;line-height:1.25}
.ccard p{margin:0;color:var(--text-dim);font-size:.88rem}
.cfoot{margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.count{color:var(--text-dim)}
.go{color:var(--accent);font-weight:600}

/* popular strip */
.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:16px}
.pcard{text-decoration:none;display:block}
.pcard .shot{aspect-ratio:1/1;border-radius:11px;overflow:hidden;border:1px solid var(--line);background:#070E0B;transition:border-color .18s,transform .18s}
.pcard:hover .shot{border-color:var(--accent);transform:translateY(-2px)}
.pcard .shot img{width:100%;height:100%;object-fit:cover}
.pcard span{display:block;margin-top:9px;font-size:.82rem;color:var(--text-dim);line-height:1.4}

/* cta + footer */
.cta{text-align:center;background:var(--surface);border-top:1px solid var(--line)}
.cta h2{margin-bottom:.4rem}
.cta p{margin:0 auto 1.7rem;color:var(--text-dim);max-width:52ch}
footer{border-top:1px solid var(--line);padding:34px 0 46px;color:var(--text-dim);font-size:.85rem}
.frow{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center}

@media (max-width:880px){
  .fgrid{grid-template-columns:1fr}
  .fcard.big{grid-column:span 1;flex-direction:column}
  .fcard.big .shot{flex:none;aspect-ratio:1/1}
  .fcard.big .fbody{padding:24px 26px 28px}
  section{padding:52px 0}
  .hero{padding:54px 0 34px}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
:focus-visible{outline:2px solid var(--accent-bright);outline-offset:3px;border-radius:6px}
/* ── ΟΙ ΕΠΤΑ ΟΙΚΟΓΕΝΕΙΕΣ (20/8/2026) ─────────────────────────────────────────
   Πτυσσόμενες ομάδες με <details>/<summary> — καμία γραμμή JavaScript.
   Δουλεύει χωρίς JS, είναι προσβάσιμο με πληκτρολόγιο, και το περιεχόμενο υπάρχει
   στο HTML ώστε το Google να το διαβάζει και οι σύνδεσμοι να μετράνε. */
.fam{display:flex;flex-direction:column;gap:14px}
.famcard{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;
         transition:border-color .18s}
.famcard[open]{border-color:var(--accent)}
.famcard summary{display:flex;align-items:center;gap:16px;padding:20px 22px;cursor:pointer;
                 list-style:none;user-select:none}
.famcard summary::-webkit-details-marker{display:none}
.famcard summary:hover{background:var(--surface-2)}
.famcard summary:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}
.famicon{font-size:30px;line-height:1;flex:none}
.famtext{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.famtext b{font-size:19px;font-weight:700;color:var(--text)}
.famtext i{font-style:normal;font-size:14.5px;color:var(--text-dim)}
.famcount{flex:none;font-size:13px;font-weight:700;color:var(--btn-text);background:var(--accent);
          border-radius:999px;padding:4px 11px}
.famchev{flex:none;font-size:15px;color:var(--text-dim);transition:transform .2s}
.famcard[open] .famchev{transform:rotate(180deg)}
.famcard .cgrid{padding:0 22px 22px}
/* Οι κάρτες μέσα σε οικογένεια είναι υπο-στοιχεία — λίγο μικρότερες από τις παλιές. */
.famcard .cgrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
@media (max-width:640px){
  .famcard summary{padding:16px 16px;gap:12px}
  .famtext b{font-size:17px}
  .famtext i{display:none}
  .famcard .cgrid{padding:0 16px 16px}
}

/* ── FEATURED: 3 ΚΑΡΤΕΣ, ΜΙΑ ΣΕΙΡΑ (20/8/2026) ───────────────────────────────
   Μετρημένο: με 2 στήλες και `aspect-ratio:1/1`, οι τρεις κάρτες έπιαναν **1.852px**
   — όσο και οι επτά οικογένειες μαζί — επειδή η τρίτη έμενε μόνη σε δεύτερη σειρά και
   κάθε εικόνα ήταν τετράγωνη σε πλάτος 640px. Τρεις στήλες + 4:3 τις βάζουν σε μία σειρά. */
.fgrid{grid-template-columns:repeat(3,1fr);gap:18px}
.fcard .shot{aspect-ratio:4/3}
.fcard h3{font-size:1.18rem}
.fcard p{font-size:.9rem}
@media (max-width:900px){ .fgrid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:600px){ .fgrid{grid-template-columns:1fr} }

/* ── ΛΟΓΟΤΥΠΟ ΣΤΟ HEADER (20/8/2026) ─────────────────────────────────────── */
.brand{display:inline-flex;align-items:center;gap:10px}
.blogo{width:34px;height:34px;border-radius:8px;display:block;flex:none}
@media (max-width:520px){ .blogo{width:28px;height:28px} }

/* ── ΑΝΑΖΗΤΗΣΗ (20/8/2026) ───────────────────────────────────────────────────
   218 προϊόντα χωρίς κανέναν τρόπο να τα ψάξεις. Φιλτράρει ΤΟΠΙΚΑ, χωρίς αίτημα. */
.srch{margin:0 0 26px;position:relative}
.srch input{width:100%;padding:15px 18px 15px 46px;font:inherit;font-size:16px;color:var(--text);
            background:var(--surface);border:1px solid var(--line);border-radius:12px}
.srch input::placeholder{color:var(--text-dim)}
.srch input:focus{outline:none;border-color:var(--accent)}
.srch::before{content:"🔍";position:absolute;left:16px;top:50%;transform:translateY(-50%);
              font-size:16px;opacity:.6;pointer-events:none}
.sres{margin-top:10px;display:none;background:var(--surface);border:1px solid var(--line);
      border-radius:12px;overflow:hidden;max-height:420px;overflow-y:auto}
.sres.on{display:block}
.sres a{display:flex;align-items:center;gap:12px;padding:11px 16px;text-decoration:none;
        color:var(--text);border-bottom:1px solid var(--line);font-size:15px}
.sres a:last-child{border-bottom:none}
.sres a:hover,.sres a:focus{background:var(--surface-2);outline:none}
.sres .shelf{margin-left:auto;font-size:12px;color:var(--text-dim);flex:none}
.sres .none{padding:16px;color:var(--text-dim);font-size:15px}

/* ── ΚΙΝΗΤΟ: ΤΟ ΥΨΟΣ ΕΙΝΑΙ Ο ΕΧΘΡΟΣ (μετρημένο 20/8/2026) ────────────────────
   Στα 390px η αρχική ήταν 9.771px = 11,6 οθόνες. Με τις οικογένειες κλειστές έπεσε σε 7.590,
   αλλά η μέτρηση ΑΝΑ ΕΝΟΤΗΤΑ έδειξε πού πάει ο χώρος:
     feat 1.909px · free 1.729px · «Also worth a look» 1.718px · lines μόλις 947px
   Δηλαδή το μενού — αυτό που ΘΕΛΕΙ ο επισκέπτης — είναι το μικρότερο, και 1.718px πάνε σε
   τέσσερα τυχαία προϊόντα. Τα δωρεάν ΔΕΝ αγγίζονται (εντολή Νίκου). */
@media (max-width:640px){
  /* Τα featured σε δύο στήλες αντί για μία στοίβα. */
  .fgrid{grid-template-columns:repeat(2,1fr);gap:12px}
  .fcard h3{font-size:1rem}
  .fcard p{display:none}          /* το κείμενο ζει ήδη στη σελίδα του προϊόντος */
  .fcard .eyebrow{font-size:10px}
  /* «Also worth a look»: τέσσερα τυχαία προϊόντα, καμία πλοήγηση. Δεν αξίζει 1.718px σε
     οθόνη κινητού — κρύβεται εκεί, μένει σε desktop. */
  #also{display:none}
}
