.page{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px 22px 14px;
  background: #f3f3f1;
  color: #111;
}

/* ---------- Top Header ---------- */

.topline{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brandname{
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #111;
  text-transform: uppercase;
}

.about-link{
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  opacity: 0.6;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.about-link:hover{
  opacity: 1;
}

/* ---------- Intro ---------- */

.intro{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro-line{
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.62;
}

.intro-title{
  margin: 0;
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.intro-sub{
  margin: 18px auto 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.82;
}

/* ---------- Intro Bridge + Signature ---------- */

.intro-bridge{
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Signature container */
.signature-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* FINAL LOGO CONTROL */
.signature-logo img{
  height: 92px;
  width: auto;
  display: block;
  max-width: none;
  opacity: 1 !important;
  filter: none !important;
}

/* ---------- Router Label ---------- */

.router-label{
  width: 100%;
  max-width: 1180px;
  margin: 26px auto 14px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ---------- Brand Row ---------- */

.router{
  width: 100%;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.router-top{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 24px;
  padding: 22px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.38);
  backdrop-filter: blur(4px);
}

.brand{
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.brand:hover{
  opacity: 1;
  transform: translateY(-2px);
}

.brand img,
.brand svg{
  height: 50px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ---------- Hero ---------- */

.hero{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 8px;
  overflow: visible;
}

.hero-mark-stage{
  width: min(42vw, 420px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  opacity: 0.96;
}

.hero-spin{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---------- Footer ---------- */

.bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: auto;
}

.site-footer{
  width: 100%;
  max-width: 1180px;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.footer-links{
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a{
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
}

.footer-links a:hover{
  opacity: 1;
  text-decoration: underline;
}

.social-links{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-links a{
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.social-links a:hover{
  opacity: 1;
  transform: translateY(-2px);
}

.social-links img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
}

.youtube-icon{
  width: 24px !important;
  height: 24px !important;
  transform: scale(1.2);
  transform-origin: center;
}

.fineprint{
  margin-top: 10px;
  font-size: 11px;
  opacity: 0.6;
}

.powered{
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-top: 18px;
  padding-bottom: 10px;
}

.powered .copyright{
  margin-top: 6px;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

/* ---------- About Page ---------- */

.about-page{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 20px;
}

.about{
  max-width: 760px;
  width: 100%;
}

.about-title{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.about p{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #111;
}

.back-home{
  display: inline-block;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  opacity: 0.6;
}

.back-home:hover{
  opacity: 1;
}

/* ---------- Legal Pages ---------- */

.legal-page{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 20px;
}

.legal{
  max-width: 760px;
  width: 100%;
}

.legal-title{
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.legal p{
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #111;
}

.overview-link{
  margin: 28px 0;
  text-align: center;
}

.overview-link a{
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  opacity: 0.65;
}

.overview-link a:hover{
  opacity: 1;
  text-decoration: underline;
}

.email-link{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.email-link:hover{
  opacity: 0.7;
}

/* ---------- Motion Accessibility ---------- */

@media (prefers-reduced-motion: reduce){
  .hero-spin{
    animation: none;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 768px){
  .page{
    min-height: auto;
    padding: 12px 14px 14px;
  }

  .topline{
    margin: 0 auto 22px;
  }

  .brandname,
  .about-link{
    font-size: 11px;
  }

  .intro{
    margin-bottom: 16px;
    align-items: center;
    text-align: center;
  }

  .intro-line{
    font-size: 10px;
    margin-bottom: 10px;
  }

  .intro-title{
    max-width: 100%;
    font-size: clamp(28px, 9vw, 46px);
    line-height: 0.98;
  }

  .intro-sub{
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .intro-bridge{
    font-size: 10px;
    margin-top: 14px;
    justify-content: center;
    gap: 10px;
  }

  .signature-logo img{
    height: 64px;
  }

  .router-label{
    margin: 18px auto 12px;
    font-size: 10px;
    text-align: center;
  }

  .router-top{
    gap: 14px;
    padding: 18px 14px;
    margin-bottom: 18px;
  }

  .brand img,
  .brand svg{
    height: 34px;
  }

  .hero{
    padding: 2px 0 6px;
  }

  .hero-mark-stage{
    width: min(72vw, 240px);
  }

  .site-footer{
    padding-top: 8px;
  }

  .footer-links,
  .social-links{
    gap: 10px;
  }

  .footer-links a{
    font-size: 10px;
  }

  .fineprint{
    font-size: 10px;
    margin-top: 6px;
  }
}