/* ==========================================================================
   Eurasia ECT — Base / Reset / Tipográfia
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-parchment);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* --- Tipográfia --- */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-parchment);
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 300; }
h2 { font-size: clamp(2rem,   4vw, 3rem);   }
h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h4 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; font-family: var(--font-body); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }

p {
  margin-bottom: 1.25em;
  color: rgba(245, 237, 216, 0.82);
}

p:last-child { margin-bottom: 0; }

a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-gold-light);
}

strong, b { font-weight: 600; }
em, i     { font-style: italic; }

ul, ol {
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}

li { margin-bottom: 0.4em; }

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

svg { display: block; }

button {
  cursor: pointer;
  font-family: var(--font-body);
  border: none;
  background: none;
}

input, textarea, select {
  font-family: var(--font-body);
  font-size: 1rem;
}

/* --- Segédosztályok --- */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.text-gold     { color: var(--color-gold); }
.text-parchment{ color: var(--color-parchment); }
.text-center   { text-align: center; }
.text-uppercase{ text-transform: uppercase; letter-spacing: 0.1em; }

/* Kínai karakter dekoráció */
.cn-deco {
  font-family: var(--font-heading);
  font-size: 0.8em;
  color: var(--color-gold-dark);
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.5rem;
}
