/* ---------- Fuentes ---------- */

/* Archivo (variable: pesos 500–700) */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/archivo-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/archivo-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/archivo-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Space Mono 400 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/space-mono-400-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/space-mono-400-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/space-mono-400-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Space Mono 700 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/space-mono-700-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/space-mono-700-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/space-mono-700-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Base ---------- */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #FFFFFF;
  overflow: hidden;
}

a { color: #1A1A1A; }
a:hover { color: #F2792A; }

/* ---------- Fondo animado ---------- */

.bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFBEA 100%);
}

.bg__blob {
  position: absolute;
  border-radius: 50%;
}

.bg__blob--yellow {
  width: 62vmax;
  height: 62vmax;
  left: -18vmax;
  top: -24vmax;
  filter: blur(60px);
  background: radial-gradient(circle at 35% 35%, rgba(252, 235, 62, 0.50), rgba(252, 235, 62, 0) 65%);
}

.bg__blob--orange {
  width: 56vmax;
  height: 56vmax;
  right: -20vmax;
  top: 22%;
  filter: blur(70px);
  background: radial-gradient(circle at 60% 40%, rgba(242, 121, 42, 0.28), rgba(242, 121, 42, 0) 65%);
}

.bg__blob--cream {
  width: 66vmax;
  height: 66vmax;
  left: 14%;
  bottom: -30vmax;
  filter: blur(65px);
  background: radial-gradient(circle at 50% 30%, rgba(255, 243, 166, 0.65), rgba(255, 243, 166, 0) 65%);
}

/* ---------- Página ---------- */

.page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100dvh; /* evita el desborde por la barra de direcciones en móviles */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  font-family: 'Archivo', Helvetica, Arial, sans-serif;
  padding: 40px;
  box-sizing: border-box;
}

.logo-box {
  width: min(680px, 88vw);
  aspect-ratio: 638.92 / 274.51;
}

tecnoplate-logo {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------- Tagline ---------- */

.tagline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tagline__text {
  margin: 0;
  font-family: 'Space Mono', monospace;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6B6B6B;
}

/* Mirilla decorativa: círculo con cuatro marcas */
.reticle {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid #1A1A1A;
}

.reticle i {
  position: absolute;
  background: #1A1A1A;
}

.reticle i:nth-child(1) { left: 50%; top: -6px;    width: 1px; height: 6px; transform: translateX(-50%); }
.reticle i:nth-child(2) { left: 50%; bottom: -6px; width: 1px; height: 6px; transform: translateX(-50%); }
.reticle i:nth-child(3) { top: 50%;  left: -6px;   width: 6px; height: 1px; transform: translateY(-50%); }
.reticle i:nth-child(4) { top: 50%;  right: -6px;  width: 6px; height: 1px; transform: translateY(-50%); }
