@charset "UTF-8";
/* =========================================================
   Display Order — landing + "coming soon" pages
   Depends on: css/global.css (load it first for tokens/reset/header/nav/.btn/.card)
   Compile: sass shows/scss/landing.scss shows/css/landing.css
   ========================================================= */
html {
  scroll-behavior: smooth;
}

/* ---------------------------------------------------------
   Landing background photo
   Image: shows/media/images/hero-bg.jpg (compressed from the original hero-bg.png)
   Layers (top -> bottom): overlay for text contrast, photo,
   brand gradient (shows on its own if the photo is missing).
   --------------------------------------------------------- */
body.landing, body.photo-bg {
  background: linear-gradient(180deg, rgba(10, 22, 66, 0.48) 0%, rgba(8, 17, 55, 0.64) 45%, rgba(4, 9, 30, 0.88) 85%, #030714 100%), url("../media/images/hero-bg.jpg") center center/cover no-repeat, linear-gradient(160deg, var(--royal-deep) 0%, #060D2C 60%, #030714 100%);
  background-attachment: fixed;
}

@media (max-width: 900px) {
  body.landing, body.photo-bg {
    background-attachment: scroll;
  }
}

@media (max-width: 900px) {
  body.landing {
    background: linear-gradient(160deg, var(--royal-deep) 0%, #060D2C 60%, #030714 100%);
  }
}

@media (max-width: 900px) {
  body.photo-bg {
    background: linear-gradient(180deg, rgba(10, 22, 66, 0.48) 0%, rgba(8, 17, 55, 0.64) 45%, rgba(4, 9, 30, 0.88) 85%, #030714 100%), url("../media/images/hero-bg.jpg") 62% center/cover no-repeat, linear-gradient(160deg, var(--royal-deep) 0%, #060D2C 60%, #030714 100%);
  }
}

body.photo-bg .soon-card {
  background: linear-gradient(160deg, rgba(10, 22, 66, 0.78), rgba(6, 13, 44, 0.68));
  backdrop-filter: blur(8px);
}

body.landing .hero-title, body.landing .hero-lead {
  text-shadow: 0 2px 18px rgba(3, 7, 20, 0.55);
}

body.landing .login-card {
  background: linear-gradient(160deg, rgba(10, 22, 66, 0.72), rgba(6, 13, 44, 0.62));
  backdrop-filter: blur(8px);
}

body.landing .about-card {
  background: linear-gradient(160deg, rgba(10, 22, 66, 0.72), rgba(6, 13, 44, 0.62));
  backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  body.landing header {
    margin-bottom: 0;
  }
  body.landing .hero {
    padding-top: 0;
    gap: 28px;
  }
  body.landing .hero-copy {
    margin: 0 -32px;
    padding: 36px 32px 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(10, 22, 66, 0.7) 0%, rgba(10, 22, 66, 0.45) 50%, rgba(10, 22, 66, 0.8) 85%, #0A1642 100%), url("../media/images/hero-bg.jpg") 62% 60%/cover no-repeat;
  }
}

body.landing .mobile-cta {
  display: none;
}

body.landing .mobile-cta .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  body.landing .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    min-height: calc(100vh - 75px);
    min-height: calc(100svh - 75px);
    padding-bottom: 20px;
  }
  body.landing .hero-copy {
    flex: 1;
    margin: 0 -16px;
    padding: 28px 16px 24px;
  }
  body.landing .hero-eyebrow {
    margin-bottom: 12px;
  }
  body.landing .hero-title {
    margin-bottom: 12px;
  }
  body.landing .hero-actions {
    display: none;
  }
  body.landing .mobile-cta {
    display: block;
  }
}

/* Mobile: compact login card and About section */
@media (max-width: 640px) {
  .login-card {
    padding: 16px;
  }
  .login-card h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .login-card .login-sub {
    display: none;
  }
  .login-card .login-divider {
    margin: 14px 0 10px;
    font-size: 10px;
  }
  .login-card .login-help {
    margin-top: 12px;
    font-size: 11.5px;
  }
  .role-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .login-card .role-link {
    justify-content: center;
    text-align: center;
    padding: 11px 8px;
  }
  .login-card .role-link .role-icon, .login-card .role-link .role-desc, .login-card .role-link .role-arrow {
    display: none;
  }
  .login-card .role-link .role-text {
    min-width: 0;
  }
  .login-card .role-link .role-name {
    font-size: 13px;
    line-height: 1.25;
  }
  .about {
    padding-top: 12px;
  }
}

/* ---------------------------------------------------------
   Header / menu (extends global header + nav)
   --------------------------------------------------------- */
.logo-group {
  text-decoration: none;
}

nav {
  align-items: center;
}

nav a {
  padding: 6px 2px;
  transition: color 0.15s ease;
}

nav a:hover {
  color: var(--text-white);
}

nav .nav-login {
  margin-left: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(217, 190, 124, 0.55);
  color: var(--gold-light);
  font-weight: 600;
}

nav .nav-login:hover {
  background: rgba(217, 190, 124, 0.1);
  color: var(--gold-light);
}

@media (max-width: 640px) {
  nav {
    align-items: stretch;
  }
  nav .nav-login {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 13px 18px;
  }
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */
.hero {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  padding: 40px 0 24px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-top: 16px;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.hero-title .accent {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 30px;
  }
}

.hero-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 560px;
}

.hero-lead strong {
  color: var(--text-white);
  font-weight: 600;
}

.hero-lead .digitally {
  color: var(--gold-light);
  font-weight: 700;
}

@media (max-width: 640px) {
  .hero-lead {
    font-size: 16px;
  }
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-actions .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    width: 100%;
  }
}

/* ---------------------------------------------------------
   Login area (card in the hero)
   --------------------------------------------------------- */
.login-card {
  padding: 28px;
}

.login-card h2 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}

.login-card .login-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.login-card .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  .login-card {
    padding: 20px;
  }
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 22px 0 14px;
}

.login-divider::before, .login-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.role-links {
  display: grid;
  gap: 10px;
}

.role-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.role-link:hover {
  border-color: rgba(217, 190, 124, 0.6);
  background: rgba(217, 190, 124, 0.06);
}

.role-link .role-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 190, 124, 0.14);
  color: var(--gold-light);
}

.role-link .role-icon svg {
  width: 20px;
  height: 20px;
}

.role-link .role-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.role-link .role-name {
  font-size: 14.5px;
  font-weight: 700;
}

.role-link .role-desc {
  font-size: 12px;
  color: var(--text-muted);
}

.role-link .role-arrow {
  color: var(--text-muted);
  font-size: 18px;
}

.login-help {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 18px;
  text-align: center;
}

.login-help a {
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 600;
}

/* ---------------------------------------------------------
   About Display Order
   --------------------------------------------------------- */
.about {
  padding-top: 24px;
  scroll-margin-top: 100px;
}

.about .section-heading {
  margin-bottom: 14px;
}

.about-card {
  max-width: 820px;
  border-left: 3px solid var(--gold);
}

.about-card p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-muted);
}

.about-card strong {
  color: var(--gold-light);
  font-weight: 600;
}

@media (max-width: 640px) {
  .about-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ---------------------------------------------------------
   Coming soon page (comingsoon.html)
   --------------------------------------------------------- */
.soon {
  min-height: calc(100vh - 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.soon-card {
  width: 100%;
  max-width: 560px;
  text-align: center;
  padding: 44px 36px;
}

.soon-card .soon-badge {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(217, 190, 124, 0.14);
  color: var(--gold-light);
  border: 1px solid rgba(217, 190, 124, 0.4);
}

.soon-card h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.soon-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 26px;
}

.soon-card .soon-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.soon-card .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  .soon-card {
    padding: 32px 20px;
  }
  .soon-card h1 {
    font-size: 24px;
  }
  .soon-card .soon-actions {
    flex-direction: column;
  }
  .soon-card .soon-actions .btn {
    width: 100%;
  }
}
