/* Winged Games — EasyWeb 2.0 theme
   Dark-premium midnight/gold identity. Swiss High German copy (ss, never ß). */

:root {
  --midnight: #0b1020;
  --midnight-2: #121935;
  --ink: #e9ecf5;
  --ink-soft: #b3bad0;
  --ink-faint: #7b839c;
  --gold: #c9a227;
  --gold-soft: #d8b950;
  --gold-light: #e6cf7a;
  --line: rgba(201, 162, 39, .28);
  --radius: 14px;
  --wrap: 1180px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--midnight);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-light); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: #1a1400; padding: 10px 16px; z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; }
h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.01em; }
h2 { font-size: clamp(27px, 3.4vw, 40px); }
h3 { font-size: 21px; }

.accent { color: var(--gold-light); }
.lead { font-size: 19px; color: var(--ink-soft); max-width: 62ch; }

/* ---------- header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 16, 32, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; gap: 24px; padding: 14px 0; }

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--gold-light); text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 40px; height: 27px; flex: none; }
.brand__text { font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: .02em; color: var(--ink); }

.nav { margin-left: auto; display: flex; gap: 28px; }
.nav a { color: var(--ink-soft); font-size: 15px; letter-spacing: .01em; }
.nav a:hover { color: var(--gold-light); text-decoration: none; }

.nav-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* ---------- sections ---------- */

.section { padding: 76px 0; }
.section--tight { padding: 52px 0; }
.section--alt { background: var(--midnight-2); }
.section__head { max-width: 66ch; margin-bottom: 40px; }

.hero {
  padding: 84px 0 76px;
  background:
    radial-gradient(900px 480px at 78% 12%, rgba(201, 162, 39, .16), transparent 62%),
    radial-gradient(700px 420px at 8% 88%, rgba(80, 110, 220, .13), transparent 60%);
}
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: 13px; color: var(--gold-light);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 22px;
}
.hero__pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero__card { justify-self: center; max-width: 330px; }
.hero__card img { border-radius: 10px; box-shadow: 0 26px 60px rgba(0, 0, 0, .6); border: 1px solid var(--line); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  font-size: 15px; font-weight: 500; cursor: pointer; transition: .18s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--gold); color: #1a1400; }
.btn--primary:hover { background: var(--gold-light); }
.btn--ghost { border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.btn--sm { padding: 9px 17px; font-size: 14px; }

/* ---------- shop grid ---------- */

.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.filters button {
  background: none; border: 1px solid var(--line); color: var(--ink-soft);
  border-radius: 999px; padding: 8px 17px; font-size: 14px; cursor: pointer;
  font-family: inherit; transition: .16s ease;
}
.filters button:hover { color: var(--gold-light); }
.filters button[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: #1a1400; }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 26px; }

.set-card {
  background: var(--midnight-2); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
  transition: .18s ease; cursor: pointer; text-align: left; font: inherit; color: inherit; padding: 0;
}
.set-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.set-card__img { aspect-ratio: 63.5 / 88.9; overflow: hidden; background: #0a0d1a; }
.set-card__img img { width: 100%; height: 100%; object-fit: cover; }
.set-card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.set-card__name { font-family: var(--serif); font-size: 21px; }
.set-card__meta { font-size: 14px; color: var(--ink-faint); }
.set-card__buy { margin-top: auto; padding-top: 13px; display: flex; align-items: baseline; gap: 8px; }
.set-card__price { font-family: var(--serif); font-size: 27px; color: var(--gold-light); font-weight: 600; }
.set-card__single { font-size: 13px; color: var(--ink-faint); }

.tag {
  display: inline-block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; color: var(--gold-light);
}
.tag--premium { border-color: var(--gold); background: rgba(201, 162, 39, .12); }

/* ---------- modal ---------- */

dialog.set-modal {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 0;
  background: var(--midnight-2); color: var(--ink);
  width: min(1000px, calc(100vw - 40px)); max-height: 88vh;
}
dialog.set-modal::backdrop { background: rgba(4, 6, 14, .78); }
.set-modal__head {
  display: flex; align-items: flex-start; gap: 18px; padding: 24px 26px;
  border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--midnight-2);
}
.set-modal__close { margin-left: auto; background: none; border: 0; color: var(--ink-soft); font-size: 30px; line-height: 1; cursor: pointer; }
.set-modal__body { padding: 24px 26px 30px; overflow-y: auto; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 16px; }
.card-grid figure { margin: 0; }
.card-grid img { border-radius: 7px; border: 1px solid rgba(255, 255, 255, .08); }
.card-grid figcaption { font-size: 12.5px; color: var(--ink-faint); margin-top: 7px; text-align: center; }

/* ---------- prose / legal ---------- */

.prose { max-width: 74ch; }
.prose h2 { margin-top: 1.7em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin: .35em 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose th { color: var(--gold-light); font-weight: 600; }

.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 30px; }
.panel { background: var(--midnight-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }

.steps { counter-reset: s; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.steps > div { position: relative; padding-top: 46px; }
.steps > div::before {
  counter-increment: s; content: counter(s);
  position: absolute; top: 0; left: 0;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold-light);
  display: grid; place-items: center; font-family: var(--serif); font-size: 17px;
}

/* ---------- footer ---------- */

.site-footer { border-top: 1px solid var(--line); background: #070b17; margin-top: 20px; }
.site-footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding: 54px 0 40px;
}
.site-footer__col h3 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-light); font-family: var(--sans); font-weight: 600; }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; }
.site-footer__col li { margin: 9px 0; color: var(--ink-faint); font-size: 15px; }
.site-footer__col a { color: var(--ink-soft); }
.site-footer__col--brand p { color: var(--ink-faint); font-size: 15px; max-width: 34ch; margin-top: 14px; }
.brand--footer { margin-bottom: 6px; }
.site-footer__bar { border-top: 1px solid var(--line); padding: 18px 0; }
.site-footer__bar-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer__bar p { margin: 0; font-size: 14px; color: var(--ink-faint); }

/* ---------- game pages (/de/spiel, /de/spielregeln, /de/welt) ----------
   The rules and the world are long-form text, and the first version of those
   pages was nothing but that: one 74ch column, every section identical, and
   not a single image on pages about a game whose art IS the product. These
   components exist to break that wall, and they deliberately reuse the panel,
   line, gold and radius tokens above rather than introduce a second look. */

/* The one rule that decides how WINGED feels. It was a bold phrase inside a
   paragraph, which is exactly where a reader's eye does not go. */
.keyrule {
  margin: 30px 0; padding: 26px 30px;
  background: linear-gradient(180deg, rgba(201, 162, 39, .10), rgba(201, 162, 39, .03));
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: var(--radius);
}
.keyrule p { margin: 0; font-family: var(--serif); font-size: 23px; line-height: 1.45; color: var(--ink); }
.keyrule p + p { margin-top: 12px; font-family: var(--sans); font-size: 15px; color: var(--ink-soft); }

/* A worked example is a different KIND of text from a rule, so it earns its
   own container — a reader who wants it back can find it. */
.example { margin: 26px 0; padding: 24px 26px; background: var(--midnight-2); border: 1px solid var(--line); border-radius: var(--radius); }
.example h4 { margin: 0 0 12px; font-family: var(--serif); font-size: 20px; color: var(--gold-light); font-weight: 400; }
.example p { margin: .6em 0; }
.example p:last-child { margin-bottom: 0; }

/* Full-width art band. Sky and Ground are the whole premise of the game and
   were being explained in words alone. */
.band { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 230px; display: grid; }
.band img { grid-area: 1 / 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.band__label { grid-area: 1 / 1; align-self: end; padding: 22px 26px; background: linear-gradient(180deg, rgba(11, 16, 32, 0), rgba(11, 16, 32, .92)); }
.band__label h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 26px; color: var(--gold-light); font-weight: 400; }
.band__label p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }
.bands { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 10px 0 4px; }

/* Guardian portraits — three faces the pages only described in prose. */
.guardians { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.guardian { text-align: center; }
.guardian img { width: 132px; height: 132px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(0, 0, 0, .55); }
.guardian h3 { margin: 16px 0 6px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.guardian p { margin: 10px 0 0; font-size: 14.5px; color: var(--ink-soft); }

/* The card wall. These are real WINGED cards rendered by the same generator
   that makes the print files, so what a visitor sees is what gets printed —
   frame, art, type line, collector number and the Wings/Roots gems. It is the
   most persuasive thing this site can show about the game, and for a long time
   it showed none of it. */
.cardwall { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 22px; }
.cardwall figure { margin: 0; }
.cardwall img {
  width: 100%; height: auto; display: block; border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cardwall a:hover img, .cardwall figure:hover img { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0, 0, 0, .7); }
.cardwall figcaption { margin-top: 10px; font-size: 13px; color: var(--ink-faint); text-align: center; }

/* A "not yet for sale" block. It has to read as a promise, not as a product —
   there is no price, no date and no payment rail, and the site must not
   pretend otherwise. */
.soon { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 40px; align-items: center; }
.soon__art { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.soon__art img { width: 100%; height: auto; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .10); box-shadow: 0 16px 40px rgba(0, 0, 0, .55); }
.soon__art img:nth-child(1) { transform: rotate(-4deg); }
.soon__art img:nth-child(3) { transform: rotate(4deg); }
@media (max-width: 860px) { .soon { grid-template-columns: 1fr; gap: 28px; } }

/* Compact fact strip for the setup numbers, which read as a wall in prose. */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 28px 0; }
.facts div { background: var(--midnight); padding: 20px 18px; }
.facts b { display: block; font-family: var(--serif); font-size: 30px; color: var(--gold-light); line-height: 1; font-weight: 400; }
.facts span { display: block; margin-top: 7px; font-size: 13.5px; color: var(--ink-faint); }

/* ---------- responsive ---------- */

@media (max-width: 720px) {
  .bands { grid-template-columns: 1fr; }
  .keyrule p { font-size: 20px; }
  .keyrule { padding: 22px 22px; }
}

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card { order: -1; max-width: 250px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 32px); }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--midnight-2);
    border-bottom: 1px solid var(--line); padding: 8px 0;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 24px; }
  .nav-toggle { display: block; }
  .site-header__inner { position: relative; }
  .section { padding: 54px 0; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
}
/* ew-site-design */
:root {
  --ew-color-primary: #c9a227;
  --ew-color-secondary: #7b839c;
  --ew-color-accent: #e6cf7a;
  --ew-nav-bg: #0b1020;
  --ew-nav-text: #e9ecf5;
  --ew-link-color: #0d6efd;
  --ew-link-hover: #0a58ca;
  --ew-heading-color: #212529;
  --ew-footer-bg: #212529;
  --ew-footer-text: #ffffff;
  --ew-footer-link: #ffffff;
}
.text-ew-primary{color:var(--ew-color-primary)!important}.bg-ew-primary{background-color:var(--ew-color-primary)!important}.border-ew-primary{border-color:var(--ew-color-primary)!important}.text-ew-secondary{color:var(--ew-color-secondary)!important}.bg-ew-secondary{background-color:var(--ew-color-secondary)!important}.border-ew-secondary{border-color:var(--ew-color-secondary)!important}.text-ew-accent{color:var(--ew-color-accent)!important}.bg-ew-accent{background-color:var(--ew-color-accent)!important}.border-ew-accent{border-color:var(--ew-color-accent)!important}hr{border-top:solid 0.25px #c9a227;opacity:.25;}#ewSiteFooter{background-color:var(--ew-footer-bg);color:var(--ew-footer-text);}#ewSiteFooter a,#ewSiteFooter .nav-link{color:var(--ew-footer-link);}#ewSiteFooter .ew-footer-bottom{border-top:1px solid color-mix(in srgb, var(--ew-footer-text) 18%, transparent);}#ewSiteFooter .ew-footer-nav{gap:.25rem 1rem;flex-wrap:wrap;}
#ewMainNav { background-color: var(--ew-nav-bg) !important; }
#ewMainNav .navbar-brand,#ewMainNav .nav-link { color: var(--ew-nav-text) !important; }
#ewMainNav .navbar-toggler { border-color: color-mix(in srgb, var(--ew-nav-text) 35%, transparent); }
/* /ew-site-design */
/* ew-page-styles:shop */
/* /ew-page-styles:shop */
/* ew-page-styles:welt */
/* /ew-page-styles:welt */
/* ew-page-styles:personalisierte-karte */
/* /ew-page-styles:personalisierte-karte */
/* ew-page-styles:kontakt */
/* /ew-page-styles:kontakt */
/* ew-page-styles:spiel */
/* /ew-page-styles:spiel */
/* ew-page-styles:ueber-uns */
/* /ew-page-styles:ueber-uns */
/* ew-page-styles:home */
/* /ew-page-styles:home */
/* ew-page-styles:agb */
/* /ew-page-styles:agb */
/* ew-page-styles:impressum */
/* /ew-page-styles:impressum */
/* ew-page-styles:datenschutz */
/* /ew-page-styles:datenschutz */
/* ew-page-styles:spielregeln */
/* /ew-page-styles:spielregeln */