/* DeltaWrought — site stylesheet
   Studio identity: ink, paper and one vermilion accent; Archivo (variable, expanded for display) and IBM Plex Mono for labels.
   Native Egypt MMO (data-theme="native-egypt"): walnut night, linen and brass; Cormorant Garamond for display.
   No framework. Layout = CSS grid; every page works without JavaScript. */

/* ------------------------------------------------------------------ fonts (self-hosted, OFL) */
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-var.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  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+2190-2193, U+2197, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-var-ext.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  unicode-range: U+0100-0130, U+0132-0151, U+0154-024F, U+1E00-1EFF; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-var.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap;
  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+2190-2193, U+2197, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-var-ext.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-0130, U+0132-0151, U+0154-024F, U+1E00-1EFF; }
@font-face { font-family: "IBM Plex Mono"; src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap;
  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+2190-2193, U+2197, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; src: url("../fonts/ibm-plex-mono-500-ext.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0100-0130, U+0132-0151, U+0154-024F, U+1E00-1EFF; }

/* ------------------------------------------------------------------ tokens */
:root,
.site-header,
.site-footer,
[data-theme="studio"] {
  --bg: #0c0d0f;
  --bg-2: #121418;
  --bg-3: #1a1d22;
  --text: #f1ece3;
  --text-2: #bdb7ad;
  --text-3: #8f8a82;
  --line: rgba(241, 236, 227, .11);
  --line-2: rgba(241, 236, 227, .22);
  --accent: #e8583a;
  --accent-2: #f57557;
  --on-accent: #0c0d0f;
  --mark: #e2502f;
  --display: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display-stretch: 116%;
  --display-weight: 600;
  --display-track: -.028em;
  --display-case: none;
}

:root {
  --ink: #0c0d0f;
  --paper: #f1ece3;
  --ui: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ok: #6fae80;
  --error: #ff8a70;
  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 2px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --section: clamp(64px, 8.5vw, 120px);
}

[data-theme="native-egypt"] {
  --bg: #100d0b;
  --bg-2: #18130f;
  --bg-3: #221b15;
  --text: #ede3d1;
  --text-2: #c7b9a1;
  --text-3: #9d8f79;
  --line: rgba(237, 227, 209, .12);
  --line-2: rgba(237, 227, 209, .24);
  --accent: #c49a58;
  --accent-2: #dcb676;
  --on-accent: #100d0b;
  --madder: #a3402f;
  --mark: #c49a58;
  --display: var(--serif);
  --display-stretch: 100%;
  --display-weight: 500;
  --display-track: -.012em;
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ui);
  font-size: 1.0625rem;
  font-weight: 400;
  font-stretch: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-numeric: lining-nums;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img, video { height: auto; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
:where(ul[role="list"], ol[role="list"]) { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
main { display: block; outline: none; }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: calc(760px + 2 * var(--gutter)); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 200; padding: 10px 16px; background: var(--accent); color: var(--on-accent); font-weight: 600; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }

/* ------------------------------------------------------------------ type */
.display, .h1, .h2, .h3, .ne-display {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-stretch: var(--display-stretch);
  letter-spacing: var(--display-track);
  text-wrap: balance;
}
.display { font-size: clamp(2.9rem, 7.2vw, 6.7rem); line-height: .94; }
.h1 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); line-height: 1; }
.h2 { font-size: clamp(1.85rem, 3.3vw, 3rem); line-height: 1.04; }
.h3 { font-size: clamp(1.18rem, 1.5vw, 1.4rem); line-height: 1.2; letter-spacing: -.01em; }
[data-theme="native-egypt"] .h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; }
[data-theme="native-egypt"] .h2 { font-size: clamp(2.1rem, 3.8vw, 3.4rem); line-height: 1; }
[data-theme="native-egypt"] .h3 { font-size: clamp(1.45rem, 1.9vw, 1.75rem); font-weight: 600; line-height: 1.12; letter-spacing: 0; }

.eyebrow, .mono, .section-index, .meta-line, .status-pill, .badge, .ne-tag, .capture-note, .tab-count, .footer-heading, .directory-label {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .72rem;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { color: var(--accent); margin-bottom: 18px; }
.mono { color: var(--text-3); }
.mono-value { font-family: var(--mono); font-size: .85rem; letter-spacing: .02em; }
.muted { color: var(--text-2); }
.lede { font-size: clamp(1.12rem, 1.55vw, 1.36rem); line-height: 1.5; color: var(--text-2); max-width: 58ch; text-wrap: pretty; }
.fine-print { font-size: .85rem; line-height: 1.5; color: var(--text-3); }
.fine-print a, .muted a, .lede a { color: var(--text); }

.section-index { display: flex; align-items: center; gap: 12px; color: var(--text-2); margin-bottom: 22px; }
.section-index span { color: var(--accent); padding-right: 12px; border-right: 1px solid var(--line-2); }

.status-pill { display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 6px 11px 5px; border: 1px solid var(--line-2); color: var(--text); }
.status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent); }
.badge { display: inline-block; padding: 4px 8px 3px; border: 1px solid var(--accent); color: var(--accent); vertical-align: middle; font-size: .62em; letter-spacing: .12em; }
.ne-tag { display: inline-block; font-size: max(.72rem, .15em); letter-spacing: .2em; padding: .5em .6em .42em; border: 1px solid currentColor; color: var(--accent-2); background: rgba(16, 13, 11, .6); vertical-align: .9em; margin-left: .2em; line-height: 1; font-weight: 500; }

.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; font-size: .95rem; text-decoration: none; }
.text-link span { transition: transform .35s var(--ease); }
a.text-link:hover span, a:hover > .text-link span, .text-link:hover span { transform: translateX(4px); }
a.text-link:hover { color: var(--accent-2); }

/* ------------------------------------------------------------------ buttons */
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius);
  font-family: var(--ui); font-size: .95rem; font-weight: 600; font-stretch: 108%; letter-spacing: .005em; line-height: 1.1;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .25s, border-color .25s, color .25s, transform .25s var(--ease);
}
.btn-primary { background: var(--accent); color: var(--on-accent); }
.btn-primary:hover { background: var(--accent-2); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--text); }
.btn-arrow { transition: transform .35s var(--ease); }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-small { min-height: 38px; padding: 0 14px; font-size: .85rem; }
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-danger { background: #b23a2b; color: #fff; }
.btn-danger:hover { background: #c94634; }
.btn[aria-disabled="true"], .btn:disabled { opacity: .55; pointer-events: none; }
.btn:active { transform: translateY(1px); }

/* ------------------------------------------------------------------ announcement + header */
.announce { background: var(--accent); color: var(--on-accent); font-size: .88rem; font-weight: 500; }
.announce .wrap { padding-block: 9px; text-align: center; }
.announce a { text-decoration: none; }
.announce a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 60; background: var(--bg); color: var(--text); border-bottom: 1px solid var(--line); }
body:has(.game-bar) .site-header { position: relative; }
.header-row { display: flex; align-items: center; gap: 32px; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); margin-right: auto; }
.brand-mark { display: block; width: 30px; height: 30px; color: var(--mark); flex: none; }
.brand-mark svg { width: 100%; height: 100%; }
.wordmark { font-family: var(--ui); font-stretch: 125%; font-size: 1.02rem; font-weight: 300; letter-spacing: .07em; text-transform: uppercase; line-height: 1; white-space: nowrap; }
.wordmark b { font-weight: 700; }
.primary-nav ul { display: flex; gap: 34px; }
.primary-nav a { position: relative; display: block; padding: 24px 0 23px; line-height: 22px; color: var(--text-2); text-decoration: none; font-size: .95rem; font-weight: 500; transition: color .2s; }
.primary-nav a:hover, .primary-nav a[aria-current] { color: var(--text); }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.primary-nav a:hover::after { transform: scaleX(1); opacity: .5; }
.primary-nav a[aria-current]::after { transform: scaleX(1); opacity: 1; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.account-chip { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: var(--radius); text-decoration: none; font-size: .88rem; font-weight: 500; color: var(--text); transition: border-color .2s; }
.account-chip:hover, .account-chip[aria-current] { border-color: var(--text); }
.avatar { display: grid; place-items: center; width: 24px; height: 24px; margin-left: -6px; border-radius: 50%; background: var(--accent); color: var(--on-accent); font-size: .72rem; font-weight: 700; }
.account-name { max-width: 16ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; margin-right: -10px; padding: 0; border: 0; background: transparent; }
.menu-lines, .menu-lines::before { position: absolute; left: 11px; width: 22px; height: 1.5px; background: var(--text); transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-lines { top: 17px; }
.menu-lines::before { content: ""; left: 0; top: 8px; }
.menu-toggle[aria-expanded="true"] .menu-lines { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(-90deg); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--bg); max-height: calc(100dvh - 70px); overflow-y: auto; }
.mobile-primary { padding-block: 18px 30px; }
.mobile-primary a { display: block; padding: 11px 0; font-family: var(--ui); font-stretch: 112%; font-size: 1.55rem; font-weight: 500; letter-spacing: -.015em; text-decoration: none; color: var(--text); }
.mobile-primary li.sub a { padding: 4px 0 12px 22px; font-family: var(--mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-2); }
.mobile-primary li:last-child { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.mobile-primary li:last-child a { font-size: 1.05rem; color: var(--accent); }

/* ------------------------------------------------------------------ game bar (inside a game's pages) */
.game-bar { position: sticky; top: 0; z-index: 55; background: color-mix(in srgb, var(--bg-2) 94%, transparent); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.game-bar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 55%, transparent) 20%, color-mix(in srgb, var(--accent) 55%, transparent) 80%, transparent); pointer-events: none; }
.game-bar-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; }
.game-id { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); flex: none; }
.game-id-name { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1; letter-spacing: .005em; }
.game-id-tag { font-family: var(--mono); font-size: .62rem; letter-spacing: .2em; padding: 4px 6px 3px; border: 1px solid var(--accent); color: var(--accent); line-height: 1; }
.game-nav ul { position: relative; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.game-nav ul::-webkit-scrollbar { display: none; }
.game-nav a { position: relative; display: block; padding: 19px 12px 18px; font-size: .9rem; font-weight: 500; color: var(--text-2); text-decoration: none; white-space: nowrap; transition: color .2s; }
.game-nav a:hover, .game-nav a[aria-current] { color: var(--text); }
.game-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .35s var(--ease); }
.game-nav a[aria-current]::after { transform: scaleX(1); }

/* ------------------------------------------------------------------ sections */
.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(40px, 6vw, 72px) var(--section); }
.section-flush { padding-bottom: clamp(48px, 7vw, 96px); }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section-head { margin-bottom: clamp(36px, 4.5vw, 64px); max-width: 780px; }
.section-head .h2 + .section-lede, .section-head .h2 + p { margin-top: 18px; }
.section-head-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; }
.section-lede { color: var(--text-2); font-size: 1.1rem; max-width: 56ch; }
.section-lede p + p { margin-top: .8em; }
.section-foot { margin-top: clamp(32px, 4vw, 56px); }

/* ------------------------------------------------------------------ studio home: hero */
.hero-studio { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(40px, 6vw, 84px) 0; }
.hero-studio-art { position: absolute; z-index: -1; top: clamp(-120px, -8vw, -40px); right: clamp(-260px, -14vw, -60px); width: min(92vw, 1180px); aspect-ratio: 1; color: var(--text); opacity: .085; pointer-events: none; }
.hero-studio-art svg, .page-hero-art svg, .error-art svg { width: 100%; height: 100%; }
.mark-line path { vector-effect: non-scaling-stroke; stroke-width: 1px; }
.hero-studio-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.hero-studio-copy .eyebrow { margin-bottom: 26px; }
.hero-studio-copy .display { max-width: 11ch; }
.hero-studio-copy .lede { margin-top: clamp(24px, 3vw, 36px); max-width: 44ch; }
.hero-studio-copy .actions { margin-top: clamp(28px, 3.5vw, 44px); }
.hero-feature { display: block; color: var(--text); text-decoration: none; }
.hero-feature figure { position: relative; }
.hero-feature-media { display: block; overflow: hidden; background: var(--bg-3); }
.hero-feature img { width: 100%; aspect-ratio: 5 / 4.3; object-fit: cover; object-position: 55% 40%; transition: transform 1.2s var(--ease); }
.hero-feature:hover img { transform: scale(1.025); }
.hero-feature figcaption { display: grid; gap: 8px; padding-top: 20px; margin-top: 0; border-top: 0; }
.hero-feature .status-pill { margin-bottom: 6px; }
.hero-feature-name { font-family: var(--serif); font-size: clamp(1.75rem, 2.6vw, 2.35rem); font-weight: 600; line-height: 1; }
.hero-feature-line { color: var(--text-2); font-size: .98rem; max-width: 40ch; }
.hero-studio-foot { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(44px, 5.5vw, 76px); }
.hero-studio-foot .mono { padding: 18px 0 22px; border-top: 1px solid var(--line); }
.hero-studio-foot .mono + .mono { padding-left: 20px; border-left: 1px solid var(--line); }

/* ------------------------------------------------------------------ studio home: feature band (Native Egypt) */
.feature-band { position: relative; isolation: isolate; overflow: hidden; background: var(--bg); color: var(--text); }
.feature-band-media { position: absolute; inset: 0; z-index: -1; }
.feature-band-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; opacity: .8; }
.feature-band-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(16, 13, 11, .97) 0%, rgba(16, 13, 11, .9) 34%, rgba(16, 13, 11, .45) 62%, rgba(16, 13, 11, .15) 100%),
              linear-gradient(0deg, rgba(16, 13, 11, .9) 0%, rgba(16, 13, 11, 0) 38%), linear-gradient(180deg, rgba(16, 13, 11, .6) 0%, rgba(16, 13, 11, 0) 22%); }
.feature-band-inner { padding-block: clamp(80px, 11vw, 156px) clamp(64px, 7vw, 104px); }
.feature-band-inner > * { max-width: 600px; }
.ne-display { font-family: var(--serif); font-weight: 500; font-stretch: 100%; font-size: clamp(3.2rem, 7.4vw, 6.6rem); line-height: .9; letter-spacing: -.015em; }
.ne-display-xl { font-size: clamp(3.6rem, 10.5vw, 9.6rem); line-height: .86; }
.feature-band-line { margin-top: 26px; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.25; font-weight: 500; color: var(--text); text-wrap: balance; }
.feature-band-summary { margin-top: 18px; color: var(--text-2); max-width: 54ch; }
.feature-band .facts { margin-top: 34px; }
.feature-band .actions { margin-top: 36px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: clamp(48px, 6vw, 80px); max-width: 720px !important; }
.feature-strip img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); }

.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; border-top: 1px solid var(--line-2); }
.facts > div { padding: 13px 0 12px; border-bottom: 1px solid var(--line); }
.facts dt { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); margin-bottom: 3px; }
.facts dd { font-size: .95rem; color: var(--text); }
.facts-compact { grid-template-columns: minmax(0, 1fr); border-top: 0; }
.facts-compact > div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: baseline; padding: 9px 0; }
.facts-compact dt { margin: 0; }
.facts-inline { display: flex; flex-wrap: wrap; gap: 12px 40px; border: 0; }
.facts-inline > div { padding: 0; border: 0; }

/* ------------------------------------------------------------------ games list + cards */
.game-list { display: grid; gap: 20px; }
.game-card { background: var(--bg-2); color: var(--text); border: 1px solid var(--line); transition: border-color .4s; }
.game-card:hover { border-color: var(--line-2); }
.game-card-link { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); color: inherit; text-decoration: none; }
.game-card-media { position: relative; overflow: hidden; min-height: 100%; background: var(--bg-3); }
.game-card-media img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; transition: transform 1.2s var(--ease); }
.game-card-link:hover .game-card-media img { transform: scale(1.03); }
.game-card-body { display: flex; flex-direction: column; gap: 16px; padding: clamp(28px, 3.4vw, 52px); }
.game-card-title { font-family: var(--display); font-weight: var(--display-weight); font-stretch: var(--display-stretch); font-size: clamp(2.2rem, 3.6vw, 3.3rem); line-height: .95; letter-spacing: var(--display-track); margin-top: 8px; }
.game-card-line { font-family: var(--display); font-size: clamp(1.15rem, 1.5vw, 1.35rem); line-height: 1.3; color: var(--text-2); }
.game-card .facts { margin-top: 6px; }
.game-card .text-link { margin-top: auto; padding-top: 12px; }
.game-slot { display: flex; align-items: center; gap: 24px; padding: 26px 30px; border: 1px dashed var(--line-2); color: var(--text-3); }
.game-slot p:last-child { color: var(--text-2); font-size: .98rem; }
.game-slot .mono { color: var(--accent); flex: none; }

/* ------------------------------------------------------------------ news */
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(20px, 2.4vw, 36px); }
.news-card-link { display: block; color: inherit; text-decoration: none; }
.news-card-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-3); }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.news-card-link:hover .news-card-media img { transform: scale(1.035); }
.news-card-body { padding-top: 20px; }
.meta-line { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0; color: var(--text-3); font-size: .66rem; }
.meta-line > * + *::before { content: ""; display: inline-block; width: 14px; height: 1px; margin: 0 10px; vertical-align: middle; background: var(--line-2); }
.meta-line a { color: var(--text-2); text-decoration: none; }
.meta-line a:hover { color: var(--text); }
.meta-line > span:first-child { color: var(--accent); }
.news-card-title { margin-top: 12px; font-size: 1.28rem; font-weight: 600; font-stretch: 104%; line-height: 1.22; letter-spacing: -.01em; text-wrap: balance; transition: color .2s; }
[data-theme="native-egypt"] .news-card-title { font-family: var(--serif); font-size: 1.55rem; font-stretch: 100%; line-height: 1.1; letter-spacing: 0; }
.news-card-link:hover .news-card-title { color: var(--accent-2); }
.news-card-excerpt { margin-top: 10px; color: var(--text-2); font-size: .96rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.media-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--mark, var(--accent)); background: var(--bg-3); }
.media-fallback svg { width: 22%; height: auto; opacity: .7; }

.news-lead { margin-bottom: clamp(48px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 80px); border-bottom: 1px solid var(--line); }
.news-lead-link { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; color: inherit; text-decoration: none; }
.news-lead-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-3); }
.news-lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.news-lead-link:hover .news-lead-media img { transform: scale(1.03); }
.news-lead-body .h2 { margin-top: 16px; }
.news-lead-body .lede { margin-top: 18px; font-size: 1.12rem; }
.news-lead-body .text-link { margin-top: 26px; }

.tabs { margin-bottom: clamp(32px, 4vw, 52px); border-bottom: 1px solid var(--line); }
.tabs ul { display: flex; gap: 0 30px; overflow-x: auto; scrollbar-width: none; }
.tabs ul::-webkit-scrollbar { display: none; }
.tabs a { position: relative; display: inline-flex; align-items: baseline; gap: 8px; padding: 14px 0 15px; color: var(--text-2); text-decoration: none; font-weight: 500; font-size: .95rem; white-space: nowrap; transition: color .2s; }
.tabs a:hover, .tabs a[aria-current] { color: var(--text); }
.tabs a[aria-current]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); }
.tab-count { font-size: .62rem; color: var(--text-3); letter-spacing: .08em; }
.pager { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(48px, 6vw, 72px); padding-top: 28px; border-top: 1px solid var(--line); }
.pager-num { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.empty { padding: clamp(40px, 6vw, 72px) 24px; border: 1px dashed var(--line-2); text-align: center; color: var(--text-2); }

/* ------------------------------------------------------------------ principles + CTA */
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); counter-reset: p; }
.principles li { padding-top: 26px; border-top: 1px solid var(--line-2); }
.principle-num { display: block; margin-bottom: 26px; font-family: var(--ui); font-stretch: 125%; font-weight: 200; font-size: clamp(3rem, 5vw, 4.4rem); line-height: .8; letter-spacing: -.03em; color: var(--accent); }
.principles .h3 { margin-bottom: 12px; }
.principles p { color: var(--text-2); }

.cta-band { background: var(--paper); color: var(--ink); --text: #0c0d0f; --text-2: #3d3a35; --text-3: #6c665d; --line: rgba(12, 13, 15, .12); --line-2: rgba(12, 13, 15, .28); --accent: #b3361b; --accent-2: #922b14; --on-accent: #fff; }
.cta-band .btn-primary { background: var(--ink); color: var(--paper); }
.cta-band .btn-primary:hover { background: #2a2c31; }
.cta-band-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: end; padding-block: clamp(64px, 9vw, 128px); }
.cta-band .h2 { font-size: clamp(2.2rem, 4.6vw, 4.2rem); line-height: .98; }
.cta-band-side p { color: var(--text-2); font-size: 1.1rem; max-width: 44ch; }
.cta-band-side p a { color: var(--ink); }
.cta-band-side .actions { margin-top: 26px; }

/* ------------------------------------------------------------------ page heroes */
.page-hero { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(64px, 10vw, 136px) clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--line); }
.page-hero .h1 { max-width: 16ch; }
.page-hero .lede { margin-top: clamp(20px, 2.5vw, 30px); }
.page-hero-art { position: absolute; z-index: -1; right: clamp(-200px, -10vw, -40px); top: 50%; width: min(64vw, 760px); aspect-ratio: 1; transform: translateY(-46%); color: var(--text); opacity: .08; pointer-events: none; }
.page-hero-game { background: var(--bg-2); }
.page-hero-game::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23c49a58' stroke-opacity='.13' stroke-width='.8'%3E%3Crect x='18' y='18' width='20' height='20'/%3E%3Crect x='18' y='18' width='20' height='20' transform='rotate(45 28 28)'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 100%); mask-image: linear-gradient(100deg, transparent 30%, #000 100%); }

/* ------------------------------------------------------------------ game overview */
.game-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: min(86vh, 920px); background: var(--bg); }
.game-hero-media { position: absolute; inset: 0; z-index: -1; }
.game-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.game-hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(16, 13, 11, 1) 0%, rgba(16, 13, 11, .82) 24%, rgba(16, 13, 11, .15) 62%, rgba(16, 13, 11, .35) 100%),
              linear-gradient(90deg, rgba(16, 13, 11, .75) 0%, rgba(16, 13, 11, 0) 60%); }
.game-hero-inner { padding-top: clamp(140px, 22vh, 260px); padding-bottom: clamp(36px, 5vw, 60px); }
.game-hero-inner .status-pill { margin-bottom: 26px; background: rgba(16, 13, 11, .4); }
.game-hero-line { margin-top: clamp(22px, 2.6vw, 32px); max-width: 30ch; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.2; color: var(--text); }
.game-hero-inner .actions { margin-top: clamp(28px, 3.4vw, 42px); }
.game-hero-foot { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px 26px; }
.game-hero-foot::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line-2); }
.game-hero-foot .facts dt { margin-bottom: 4px; }
.game-hero-foot .facts dd { font-size: .92rem; }
.capture-note { color: var(--text-3); font-size: .62rem; white-space: nowrap; }

.intro-grid { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 2.6fr); gap: clamp(28px, 6vw, 112px); align-items: start; }
.intro-side { position: sticky; top: 96px; }
.game-intro .prose-lg > p:first-child::first-letter { float: left; margin: .06em .1em 0 0; font-family: var(--serif); font-size: 4.3em; line-height: .78; font-weight: 500; color: var(--accent); }

.ornament { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--accent); }
.ornament span { flex: 1; height: 1px; background: currentColor; opacity: .45; }
.ornament svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.1; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.card { position: relative; padding: clamp(28px, 3vw, 40px) clamp(20px, 2.6vw, 40px) clamp(32px, 3.4vw, 48px) 0; }
.card + .card { padding-left: clamp(20px, 2.6vw, 40px); border-left: 1px solid var(--line); }
.card-num { display: block; margin-bottom: clamp(20px, 3vw, 44px); font-family: var(--serif); font-size: clamp(2.4rem, 3.4vw, 3.2rem); font-weight: 500; line-height: .8; color: var(--accent); }
.card .h3 { margin-bottom: 12px; }
.card p { color: var(--text-2); max-width: 36ch; }
.card-has-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 22px; }
.cards-section + .cards-section, .chapter + .cards-section { padding-top: 0; }

.chapter-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 104px); align-items: center; }
.chapter-image-left .chapter-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.chapter-image-left .chapter-copy { order: 2; }
.chapter-copy .h2 { margin-bottom: clamp(20px, 2.4vw, 30px); }
.chapter-copy .prose { color: var(--text-2); }
.chapter-media img { width: 100%; }
.chapter-media figcaption, .article-cover figcaption { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-family: var(--mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.chapter-media figcaption::before, .article-cover figcaption::before { content: ""; width: 22px; height: 1px; background: var(--accent); flex: none; }
.chapter-full-image .chapter-grid { grid-template-columns: minmax(0, 1fr); }
.chapter-route-map .chapter-media { padding: clamp(14px, 2.2vw, 30px); background: var(--bg-2); border: 1px solid var(--line); }

.route-map { width: 100%; height: auto; }
.rm-sea { fill: color-mix(in srgb, var(--accent) 10%, transparent); }
.rm-coast { fill: none; stroke: var(--accent); stroke-opacity: .6; stroke-width: 1.3; }
.rm-river { fill: none; stroke: var(--text-3); stroke-opacity: .75; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.rm-road { fill: none; stroke: var(--accent-2); stroke-width: 2.6; stroke-dasharray: 9 7; stroke-linecap: round; stroke-linejoin: round; animation: rm-travel 2.4s linear infinite; }
.rm-city rect { fill: var(--bg); stroke: var(--text); stroke-width: 1.8; }
.rm-city text { fill: var(--text); font-family: var(--mono); font-size: 16px; letter-spacing: .16em; text-transform: uppercase; }
.rm-label { fill: var(--text-3); font-family: var(--serif); font-size: 21px; font-weight: 500; letter-spacing: .06em; }
@keyframes rm-travel { to { stroke-dashoffset: -32; } }

.mosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, clamp(160px, 17vw, 270px)); gap: 8px; }
.mosaic li:first-child { grid-row: span 2; }
.mosaic a { display: block; position: relative; height: 100%; overflow: hidden; background: var(--bg-3); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), opacity .4s; }
.mosaic a:hover img { transform: scale(1.04); }

.download-band { background: var(--bg-2); border-top: 1px solid var(--line); }
.download-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: clamp(48px, 7vw, 88px); }
.download-band .h2 { margin-bottom: 10px; }
.download-band p:not(.eyebrow) { color: var(--text-2); max-width: 52ch; }

/* ------------------------------------------------------------------ media gallery + video */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: 28px; margin-bottom: clamp(40px, 5vw, 64px); }
.video iframe, .video video { width: 100%; aspect-ratio: 16 / 9; border: 0; background: #000; }
.video-facade { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; overflow: hidden; background: var(--bg-3); }
.video-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), opacity .3s; }
.video-facade:hover img { transform: scale(1.03); opacity: .85; }
.play { position: absolute; left: 50%; top: 50%; width: 78px; height: 78px; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .85); border-radius: 50%; background: rgba(12, 13, 15, .35); transition: background-color .3s, transform .3s var(--ease); }
.play::after { content: ""; position: absolute; left: 54%; top: 50%; transform: translate(-50%, -50%); border-left: 17px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.video-facade:hover .play { background: var(--accent); border-color: var(--accent); transform: translate(-50%, -50%) scale(1.06); }
.video figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; margin-top: 14px; }
.video-kind { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.video-title { font-weight: 600; }
.video-caption { flex-basis: 100%; color: var(--text-2); font-size: .95rem; }
.video-empty { display: flex; align-items: center; gap: 26px; margin-bottom: clamp(36px, 5vw, 56px); padding: 26px 30px; border: 1px solid var(--line); background: var(--bg-2); }
.video-empty .eyebrow { margin-bottom: 6px; }
.video-empty p:not(.eyebrow) { color: var(--text-2); }
.play-muted { position: relative; left: auto; top: auto; flex: none; width: 58px; height: 58px; transform: none; border-color: var(--line-2); background: transparent; }
.play-muted::after { border-left-color: var(--text-3); border-left-width: 13px; border-top-width: 8px; border-bottom-width: 8px; }

.gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: clamp(150px, 15.5vw, 250px); grid-auto-flow: dense; gap: 8px; }
.gallery-item { grid-column: span 2; }
.gallery-item:nth-child(10n + 1) { grid-column: 1 / span 4; grid-row: span 2; }
.gallery-item:nth-child(10n + 4), .gallery-item:nth-child(10n + 5), .gallery-item:nth-child(10n + 9), .gallery-item:nth-child(10n + 10) { grid-column: span 3; }
.gallery-item:nth-child(10n + 6) { grid-column: 3 / span 4; grid-row: span 2; }
.gallery-link { position: relative; display: block; height: 100%; overflow: hidden; background: var(--bg-3); color: #fff; }
.gallery-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gallery-link:hover img, .gallery-link:focus-visible img { transform: scale(1.035); }
.gallery-cap { position: absolute; inset: auto 0 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 40px 16px 14px;
  background: linear-gradient(0deg, rgba(10, 8, 7, .85), rgba(10, 8, 7, 0)); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s var(--ease); }
.gallery-link:hover .gallery-cap, .gallery-link:focus-visible .gallery-cap { opacity: 1; transform: none; }
.gallery-title { font-weight: 600; font-size: .95rem; line-height: 1.25; color: #f3ecdf; }
.gallery-kind { font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: #d9bd8b; white-space: nowrap; }
@media (hover: none) { .gallery-cap { opacity: 1; transform: none; } }

.press-strip { display: grid; grid-template-columns: auto 1fr; gap: 8px 32px; align-items: baseline; margin-top: clamp(48px, 6vw, 80px); padding-top: 26px; border-top: 1px solid var(--line); color: var(--text-2); }
.press-strip .eyebrow { margin: 0; }
.press-strip a { color: var(--text); }

/* lightbox (built by site.js) */
html.has-dialog { overflow: hidden; }
.lightbox { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(8, 7, 6, .97); color: #f1ece3; }
.lightbox::backdrop { background: rgba(0, 0, 0, .7); }
.lightbox-figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; height: 100%; margin: 0; padding: clamp(56px, 7vh, 80px) clamp(16px, 7vw, 96px) 18px; }
.lightbox-figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-cap { display: grid; grid-template-columns: 1fr auto; gap: 4px 24px; padding-top: 16px; max-width: 1100px; width: 100%; margin: 0 auto; }
.lightbox-title { font-weight: 600; }
.lightbox-caption { grid-column: 1; color: #bdb3a2; font-size: .95rem; }
.lightbox-credit { grid-column: 1; font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: #8d8474; }
.lightbox-count { grid-column: 2; grid-row: 1; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; color: #8d8474; }
.lightbox-btn { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(241, 236, 227, .25); border-radius: 50%; background: rgba(12, 13, 15, .5); color: #f1ece3; transition: border-color .2s, background-color .2s; }
.lightbox-btn:hover { border-color: #f1ece3; }
.lightbox-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.lightbox-close { top: 14px; right: 14px; }
.lightbox-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 14px; top: 50%; transform: translateY(-50%); }

/* ------------------------------------------------------------------ download */
.download-layout { display: grid; gap: clamp(40px, 5vw, 64px); }
.download-layout > * { max-width: 1080px; }
.release-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); border: 1px solid var(--line-2); background: var(--bg-2); }
.release-main { display: grid; gap: 20px; align-content: start; padding: clamp(26px, 3.4vw, 44px); }
.release-version { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(2.6rem, 5vw, 4rem); line-height: .9; letter-spacing: var(--display-track); }
.release-version .badge { font-size: .72rem; margin-left: 10px; vertical-align: .6em; }
.release-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; border-top: 1px solid var(--line); }
.release-meta > div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.release-meta dt { font-family: var(--mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.release-meta dd { font-size: .95rem; overflow-wrap: anywhere; }
.checksum { display: grid; gap: 14px; align-content: start; padding: clamp(26px, 3.4vw, 44px); border-left: 1px solid var(--line); }
.checksum-value { display: block; padding: 14px; background: var(--bg); border: 1px solid var(--line); font-family: var(--mono); font-size: .8rem; line-height: 1.6; letter-spacing: .04em; overflow-wrap: anywhere; user-select: all; }
.checksum .btn { justify-self: start; }
.checksum code:not(.checksum-value) { font-family: var(--mono); font-size: .8rem; color: var(--text-2); }
.release-notes { max-width: 760px; }
.release-notes .h3 { margin-bottom: 16px; }
.release-empty { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line-2); background: var(--bg-2); }
.release-empty .h2 { margin-top: 22px; }
.release-empty .lede { margin-top: 14px; font-size: 1.1rem; }
.release-empty .actions { margin-top: 30px; }
.release-plan { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(40px, 5vw, 60px); padding-top: 26px; border-top: 1px solid var(--line); }
.release-plan li { display: grid; gap: 8px; align-content: start; }
.release-plan .mono { color: var(--accent); }
.release-plan strong { font-weight: 600; }
.release-plan span:last-child { color: var(--text-2); font-size: .95rem; }
.requirements .h3, .older-releases .h3 { margin-bottom: 20px; }
.req-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 40px; }
.req-tier { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.req-col dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.req-col dt { color: var(--text-3); font-size: .9rem; }
.req-col dd { font-size: .95rem; }
.older-releases li { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }

/* ------------------------------------------------------------------ support / FAQ */
.support-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq-group + .faq-group { margin-top: clamp(36px, 4vw, 52px); }
.faq-heading { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); padding-bottom: 14px; border-bottom: 1px solid var(--line-2); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 1.1rem; font-weight: 500; line-height: 1.35; transition: color .2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-2); }
.faq-icon { position: relative; width: 14px; height: 14px; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 0; top: 6.5px; width: 14px; height: 1.5px; background: currentColor; transition: transform .3s var(--ease); }
.faq-icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: rotate(0deg); }
.faq-item .prose { padding: 0 0 24px; color: var(--text-2); max-width: 64ch; }
.support-side { position: sticky; top: 90px; }
.support-card { padding: clamp(24px, 2.6vw, 34px); border: 1px solid var(--line-2); background: var(--bg-2); }
.support-card .eyebrow { margin-bottom: 8px; }
.support-mail { font-size: 1.12rem; font-weight: 600; overflow-wrap: anywhere; }
.support-mail a { text-decoration: none; }
.support-mail a:hover { color: var(--accent-2); text-decoration: underline; }
.support-card .fine-print { margin-top: 6px; }
.support-card-heading { margin: 26px 0 8px; padding-top: 22px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.link-list a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--text); font-size: .98rem; }
.link-list a::after { content: "\2192"; color: var(--accent); transition: transform .3s var(--ease); }
.link-list a:hover::after { transform: translateX(4px); }
.link-list li:last-child a { border-bottom: 0; }

/* ------------------------------------------------------------------ contact directory + press */
.directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.directory li { padding: 24px 24px 28px 0; border-bottom: 1px solid var(--line); }
.directory li:not(:nth-child(3n + 1)) { padding-left: 24px; border-left: 1px solid var(--line); }
.directory-label { color: var(--text-3); margin-bottom: 10px; }
.directory-mail { display: inline-block; font-size: clamp(1.05rem, 1.4vw, 1.22rem); font-weight: 600; font-stretch: 104%; text-decoration: none; overflow-wrap: anywhere; transition: color .2s; }
.directory-mail:hover { color: var(--accent-2); text-decoration: underline; }
.directory-note { margin-top: 8px; color: var(--text-2); font-size: .93rem; }
.directory-compact li { padding-bottom: 24px; }

.press-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.press-main { display: grid; gap: clamp(40px, 5vw, 64px); }
.press-heading { font-family: var(--display); font-weight: var(--display-weight); font-stretch: var(--display-stretch); font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: var(--display-track); margin-bottom: 18px; }
.press-summary { margin-top: 18px; color: var(--text-2); max-width: 62ch; }
.press-block .text-link { margin-top: 18px; }
.press-side { position: sticky; top: 90px; }
.press-side-gap { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.brand-previews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.brand-preview { display: grid; place-items: center; min-height: 150px; padding: 32px; border: 1px solid var(--line); }
.brand-preview img { width: min(100%, 300px); height: auto; }
.brand-preview-dark { background: #0c0d0f; }
.brand-preview-light { background: #f1ece3; }
.asset-list { border-top: 1px solid var(--line-2); }
.asset-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.asset-name { font-weight: 600; }
.asset-note { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); }
.asset-dl { color: var(--accent); font-weight: 600; font-size: .9rem; }
.asset-list a:hover .asset-dl { color: var(--accent-2); text-decoration: underline; }
.press-block .fine-print { margin-top: 14px; }

/* ------------------------------------------------------------------ key-value lists */
.kv > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line); }
.kv dt { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); padding-top: .3em; }
.kv dd { text-align: right; font-size: .95rem; }
.kv-wide > div { display: grid; grid-template-columns: 150px 1fr; }
.kv-wide dd { text-align: left; }
.kv-wide > div:last-child { border-bottom: 1px solid var(--line); }
.kv-stack > div { display: block; padding: 18px 0; }
.kv-stack dt { margin-bottom: 6px; }
.kv-stack dd { text-align: left; color: var(--text-2); }

/* ------------------------------------------------------------------ forms */
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); gap: clamp(32px, 6vw, 104px); align-items: start; }
.form-intro .h2 { margin-bottom: 18px; }
.form-intro p + p { margin-top: 12px; }
.form { display: grid; gap: 22px; }
.field { display: grid; gap: 8px; align-content: start; }
.field label { font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--text-2); }
.optional { text-transform: none; letter-spacing: .02em; color: var(--text-3); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
input[type="text"], input[type="email"], input[type="password"], input[type="search"], select, textarea {
  width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line-2); border-radius: var(--radius);
  background: var(--bg); color: var(--text); font-size: 1rem; line-height: 1.4; transition: border-color .2s, box-shadow .2s;
}
textarea { min-height: 190px; resize: vertical; line-height: 1.55; }
select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; }
select option { background: #16181c; color: #f1ece3; }
input:hover, select:hover, textarea:hover { border-color: color-mix(in srgb, var(--text) 40%, transparent); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 26%, transparent); }
input:disabled { opacity: .6; cursor: not-allowed; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { -webkit-text-fill-color: var(--text); box-shadow: 0 0 0 1000px var(--bg) inset; caret-color: var(--text); transition: background-color 9999s; }
[aria-invalid="true"] { border-color: var(--error) !important; }
.field-error { color: var(--error); font-size: .86rem; line-height: 1.4; }
.check { display: flex; align-items: flex-start; gap: 12px; color: var(--text-2); font-size: .95rem; line-height: 1.5; cursor: pointer; }
.check input { flex: none; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--accent); cursor: pointer; }
.check a { color: var(--text); }
.check .field-error { flex-basis: 100%; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px 28px; flex-wrap: wrap; }
.form-foot .fine-print { max-width: 40ch; }
.notice { padding: 15px 18px; border: 1px solid var(--line-2); border-left: 3px solid var(--accent); background: var(--bg-2); color: var(--text); font-size: .98rem; }
.notice-ok { border-left-color: var(--ok); }
.notice-error { border-left-color: var(--error); }
.section-tight > .wrap > .notice { margin-bottom: 32px; max-width: 780px; }

/* ------------------------------------------------------------------ account */
.account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.panel { display: grid; gap: 18px; align-content: start; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line-2); background: var(--bg-2); }
.panel .form { gap: 18px; }
.panel .btn { justify-self: start; }
.panel-quiet { background: transparent; }
.status-line { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-3); }
.danger-zone { border-top: 1px solid var(--line); padding-top: 16px; }
.danger-zone summary { cursor: pointer; color: var(--error); font-size: .95rem; width: fit-content; }
.danger-zone .form { margin-top: 18px; }

.auth { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); grid-template-areas: "tabs note" "panels note"; gap: 0 clamp(32px, 7vw, 120px); align-items: start; max-width: 1100px; }
.auth-tabs { grid-area: tabs; display: flex; gap: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.auth-tab { position: relative; padding: 14px 0 15px; color: var(--text-2); text-decoration: none; font-size: 1.05rem; font-weight: 500; }
.auth-tab:hover { color: var(--text); }
.auth-tab[aria-selected="true"] { color: var(--text); }
.auth-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); }
.auth-panels { grid-area: panels; }
.auth-panel .form { gap: 20px; }
.auth-note { grid-area: note; padding: 28px 0 0 clamp(24px, 3vw, 44px); border-left: 1px solid var(--line); }
.auth-note .h3 { margin-bottom: 20px; }
.tick-list li { position: relative; padding-left: 28px; color: var(--text-2); }
.tick-list li + li { margin-top: 14px; }
.tick-list li::before { content: ""; position: absolute; left: 2px; top: .55em; width: 7px; height: 7px; border: 1px solid var(--accent); transform: rotate(45deg); }

/* ------------------------------------------------------------------ prose (CMS rich text) */
.prose { font-size: 1.0625rem; line-height: 1.68; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { margin-top: 1.9em; font-family: var(--display); font-weight: var(--display-weight); font-stretch: var(--display-stretch); font-size: clamp(1.45rem, 2.2vw, 1.9rem); line-height: 1.15; letter-spacing: var(--display-track); }
.prose h3 { margin-top: 1.6em; font-size: 1.2rem; font-weight: 600; line-height: 1.3; }
.prose h2 + *, .prose h3 + * { margin-top: .6em; }
.prose a { color: var(--text); text-decoration-color: var(--accent); text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--accent-2); }
.prose strong { font-weight: 600; color: var(--text); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose ul { list-style: none; padding-left: 1.5em; }
.prose ul > li { position: relative; }
.prose ul > li::before { content: ""; position: absolute; left: -1.2em; top: .68em; width: 6px; height: 6px; border: 1px solid var(--accent); transform: rotate(45deg); }
.prose li + li { margin-top: .45em; }
.prose ol > li::marker { color: var(--accent); font-family: var(--mono); font-size: .85em; }
.prose blockquote { padding-left: 1.2em; border-left: 2px solid var(--accent); font-family: var(--display); font-size: 1.3em; line-height: 1.35; color: var(--text); }
.prose img { width: 100%; height: auto; }
.prose figure figcaption { margin-top: 10px; font-size: .85rem; color: var(--text-3); }
.prose hr { border: 0; height: 1px; background: var(--line-2); margin-block: 2em; }
.prose code { font-family: var(--mono); font-size: .88em; }
.prose em { font-style: italic; }
[data-theme="native-egypt"] .prose em { font-style: normal; color: var(--text); }
.prose-lg { font-size: clamp(1.14rem, 1.5vw, 1.34rem); line-height: 1.6; color: var(--text); }
.prose p { text-wrap: pretty; }
.prose-article { font-size: clamp(1.08rem, 1.3vw, 1.2rem); line-height: 1.72; }
.prose-article > p:first-child { font-size: 1.12em; color: var(--text); }

/* ------------------------------------------------------------------ article */
.article-head { padding-block: clamp(56px, 9vw, 120px) clamp(32px, 4vw, 52px); }
.article-title { margin-block: 20px 0; }
.article-head .lede { margin-top: 24px; }
.article-cover { max-width: 1440px; margin: 0 auto clamp(40px, 5vw, 72px); padding-inline: var(--gutter); }
.article-cover img { width: 100%; max-height: 78vh; object-fit: cover; }
.article-cover figcaption { padding-inline: 0; }
.article-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(48px, 6vw, 72px); padding-block: 26px clamp(64px, 8vw, 104px); border-top: 1px solid var(--line); }

/* ------------------------------------------------------------------ error + about */
.error-page { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; min-height: 72vh; padding-block: clamp(80px, 12vw, 160px); }
.error-art { position: absolute; z-index: -1; right: clamp(-220px, -12vw, -40px); top: 50%; width: min(80vw, 900px); aspect-ratio: 1; transform: translateY(-50%); color: var(--text); opacity: .08; }
.error-page .display { margin-top: 18px; max-width: 13ch; font-size: clamp(2.6rem, 6.4vw, 5.8rem); }
.error-page .lede { margin-top: 24px; }
.error-page .actions { margin-top: 36px; }
.page-hero-about { padding-bottom: clamp(56px, 8vw, 104px); }
.page-hero-about .h1 { max-width: 14ch; font-size: clamp(2.6rem, 6.2vw, 5.4rem); }
.game-list-single .game-card { max-width: none; }

/* ------------------------------------------------------------------ footer */
.site-footer { background: var(--bg); color: var(--text); border-top: 1px solid var(--line); padding-block: clamp(56px, 8vw, 96px) 34px; }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-bottom: clamp(36px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: var(--text); }
.footer-brand .brand-mark { width: 40px; height: 40px; }
.footer-brand .wordmark { font-size: 1.35rem; }
.footer-tagline { font-family: var(--ui); font-stretch: 116%; font-weight: 300; font-size: clamp(1.4rem, 2.6vw, 2.2rem); letter-spacing: -.02em; line-height: 1.1; color: var(--text-2); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 36px 28px; padding-block: clamp(36px, 5vw, 56px); }
.footer-heading { color: var(--text-3); margin-bottom: 16px; }
.footer-col li + li { margin-top: 9px; }
.footer-col a { color: var(--text-2); text-decoration: none; font-size: .95rem; transition: color .2s; }
.footer-col a:hover { color: var(--text); text-decoration: underline; }
.footer-mails li { display: grid; gap: 1px; }
.footer-mails li + li { margin-top: 12px; }
.footer-mails span { font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.footer-mails a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 32px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--text-3); font-size: .85rem; }
.footer-bottom a { color: var(--text-2); }

/* ------------------------------------------------------------------ reveal on scroll (only when site.js runs; never hides content without JS) */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1100px) {
  .news-card .meta-line > time { flex-basis: 100%; margin-top: 4px; }
  .news-card .meta-line > time::before { content: none; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid > :nth-child(3):last-child { display: none; }
  .game-card-link { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
  .directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory li:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .directory li:nth-child(2n) { padding-left: 24px; border-left: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .header-row { height: 62px; gap: 14px; }
  .hero-studio-grid { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .hero-feature img { aspect-ratio: 16 / 11; }
  .hero-studio-foot { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-card-link { grid-template-columns: minmax(0, 1fr); }
  .game-card-media img { min-height: 0; aspect-ratio: 16 / 10; }
  .intro-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .intro-side { position: static; }
  .intro-side .ornament { max-width: 220px; }
  .chapter-grid { grid-template-columns: minmax(0, 1fr); }
  .chapter-image-left .chapter-copy { order: 0; }
  .cards { grid-template-columns: minmax(0, 1fr); border-top: 0; }
  .card, .card + .card { padding: 26px 0 30px; border-left: 0; border-top: 1px solid var(--line-2); }
  .card-num { margin-bottom: 16px; }
  .principles { grid-template-columns: minmax(0, 1fr); }
  .cta-band-inner { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .download-band-inner { flex-direction: column; align-items: flex-start; }
  .game-hero-foot { flex-direction: column; align-items: flex-start; }
  .support-layout, .press-layout, .form-layout { grid-template-columns: minmax(0, 1fr); }
  .support-side, .press-side { position: static; }
  .auth { grid-template-columns: minmax(0, 1fr); grid-template-areas: "tabs" "panels" "note"; }
  .auth-note { margin-top: 44px; padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .account-grid { grid-template-columns: minmax(0, 1fr); }
  .release-card { grid-template-columns: minmax(0, 1fr); }
  .checksum { border-left: 0; border-top: 1px solid var(--line); }
  .news-lead-link { grid-template-columns: minmax(0, 1fr); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: clamp(140px, 30vw, 260px); }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(5n + 1) { grid-column: 1 / -1; grid-row: span 1; }
  .mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: clamp(120px, 30vw, 240px); }
  .mosaic li:first-child { grid-column: 1 / -1; grid-row: span 1; }
  .mosaic li:first-child a { aspect-ratio: auto; }
  .game-bar-row { flex-direction: column; align-items: stretch; gap: 0; min-height: 0; }
  .game-id { padding-top: 12px; }
  .game-id-name { font-size: 1.3rem; }
  .game-nav { margin-inline: calc(var(--gutter) * -1); }
  .game-nav ul { padding-inline: calc(var(--gutter) - 12px); }
  .game-nav a { padding: 12px 12px 13px; font-size: .88rem; }
  .rm-city text { font-size: 24px; }
  .rm-label { font-size: 28px; }
}

@media (max-width: 700px) {
  body { font-size: 1rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-col:has(.footer-mails) { grid-column: 1 / -1; order: 5; }
  .brand-previews { grid-template-columns: minmax(0, 1fr); }
  .news-grid { grid-template-columns: minmax(0, 1fr); }
  .news-grid > :nth-child(3):last-child { display: block; }
  .facts { grid-template-columns: minmax(0, 1fr); }
  .feature-strip { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .feature-band-media img { object-position: 70% 50%; opacity: .55; }
  .feature-band-media::after { background: linear-gradient(0deg, rgba(16, 13, 11, .97) 0%, rgba(16, 13, 11, .8) 55%, rgba(16, 13, 11, .55) 100%); }
  .hero-studio-foot { grid-template-columns: minmax(0, 1fr); }
  .hero-studio-foot .mono + .mono { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-studio-foot .mono { padding: 12px 0; }
  .field-row { grid-template-columns: minmax(0, 1fr); }
  .section-head-split { flex-direction: column; align-items: flex-start; }
  .directory { grid-template-columns: minmax(0, 1fr); }
  .directory li:nth-child(n) { padding-left: 0; border-left: 0; }
  .release-plan { grid-template-columns: minmax(0, 1fr); }
  .req-grid { grid-template-columns: minmax(0, 1fr); }
  .req-col dl > div { grid-template-columns: 120px 1fr; }
  .kv-wide > div { grid-template-columns: 110px 1fr; }
  .video-empty { flex-direction: column; align-items: flex-start; }
  .press-strip { grid-template-columns: minmax(0, 1fr); }
  .asset-list a { grid-template-columns: 1fr auto; }
  .asset-note { grid-column: 1; grid-row: 2; }
  .asset-dl { grid-row: 1 / span 2; grid-column: 2; align-self: center; }
  .game-slot { flex-direction: column; align-items: flex-start; gap: 8px; }
  .account-name { max-width: 9ch; }
  .game-hero { min-height: min(92vh, 760px); }
  .game-hero-media img { object-position: 36% 64%; }
  .release-empty { padding: 28px 20px; }
  .release-main, .checksum { padding: 24px 20px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 14px; transform: none; }
  .lightbox-figure { padding-bottom: 80px; }
  .article-foot { flex-direction: column-reverse; align-items: flex-start; }
}

@media (max-width: 600px) {
  .account-chip:not(:has(.avatar)) { display: none; }
  .account-chip { padding: 0 6px; border-color: transparent; }
  .account-chip .account-name { display: none; }
  .avatar { margin: 0; }
  .btn { white-space: normal; text-align: center; min-height: 52px; padding-block: 12px; }
}

@media (max-width: 420px) {
  .wordmark { font-size: .88rem; letter-spacing: .045em; }
  .brand { gap: 10px; }
  .brand-mark { width: 26px; height: 26px; }
  .btn { padding-inline: 18px; }
  .actions .btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .game-bar, .site-footer, .announce, .actions, .menu-toggle, .hero-studio-art, .page-hero-art { display: none !important; }
  body { background: #fff; color: #000; }
}
