/* =========================================================
   LANDING PAGE — VIWAWA DEKANIA FESTIVAL 2026
   ========================================================= */

.landingBody {
  min-height: 100vh;
  margin: 0;
  background: var(--landing-background);
  color: var(--text);
  overflow-x: hidden;
}

/* =========================================================
   LANDING HEADER
   ========================================================= */

.landingHeader {
  width: 100%;
  min-height: 168px;
  background: var(--white);
  border-bottom: 3px solid var(--gold);
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  padding: 10px 42px;
  gap: 20px;
}

.landingHeaderLogo {
  width: 130px;
  height: 130px;
  object-fit: contain;
  justify-self: center;
}

.landingOrg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  color: var(--navy);
}

.landingOrg strong {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.15;
}

.landingOrg span {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.landingOrg small,
.landingOrg a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
}

.landingOrg a {
  color: var(--navy);
  text-decoration: underline;
}

/* =========================================================
   LANDING MAIN LAYOUT
   ========================================================= */

.landingMain {
  width: 100%;
  min-height: calc(100vh - 168px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(420px, 0.78fr);
  gap: 0;
}

/* =========================================================
   LEFT HERO
   ========================================================= */

.landingHero {
  background: var(--landing-navy);
  color: var(--white);
  padding: 68px 7.5% 62px;
  min-height: calc(100vh - 168px);
}

.landingEyebrow {
  color: var(--landing-gold);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
}

.landingHero h1 {
  margin: 0;
  color: var(--white);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.landingTagline {
  margin: 20px 0 34px;
  color: var(--white);
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
}

/* =========================================================
   REGISTRATION NOTICE
   ========================================================= */

.landingNotice {
  background: #f5f7fa;
  color: var(--navy);
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.landingNotice h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.landingNotice p {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

/* =========================================================
   DEKANIA MOTTOS
   ========================================================= */

.landingMottos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0 0 30px;
}

.landingMottos span {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

/* =========================================================
   PARISH DIRECTORY
   ========================================================= */

.landingParishes {
  background: var(--white);
  color: var(--text);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.landingParishes h2 {
  margin: 0 0 16px;
  color: var(--landing-navy);
  font-size: 21px;
  font-weight: 900;
}

.landingParishGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.landingParish {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f1f4f9;
  border-radius: 9px;
  padding: 8px 10px;
}

.landingParish b {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--landing-navy);
  color: var(--white);
  font-size: 12px;
}

.landingParish span {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

/* =========================================================
   LOGIN CARD
   ========================================================= */

.landingLoginCard {
  align-self: center;
  width: min(520px, calc(100% - 70px));
  margin: 42px auto;
  padding: 42px 40px 32px;
  background: var(--white);
  border: 1px solid #e1e6ee;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(23, 56, 102, 0.14);
}

.landingLoginIcon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #edf4fd;
  display: grid;
  place-items: center;
}

.landingLoginIcon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #173f73;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landingLoginCard h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.landingLoginIntro {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.landingLoginForm {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0;
}

.landingLoginField {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

.landingLoginField label {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}

.landingLoginField input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--landing-input-border);
  border-radius: 9px;
  background: var(--white);
  padding: 0 14px;
  color: var(--text);
  font-size: 14px;
  outline: none;
}

.landingLoginField input::placeholder {
  color: #9aa6b8;
}

.landingLoginField input:focus {
  border-color: var(--landing-navy);
  box-shadow: 0 0 0 3px rgba(23, 63, 115, 0.1);
}

.landingLoginButton {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 9px;
  background: var(--landing-navy);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  margin-top: 3px;
}

.landingLoginButton:hover {
  opacity: 0.94;
}

.landingLoginButton:disabled {
  opacity: 0.65;
  cursor: wait;
}

.landingHelp {
  margin-top: 25px;
  padding: 14px 15px;
  border-radius: 9px;
  background: var(--landing-help-background);
  color: var(--landing-help-text);
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
  line-height: 1.35;
}

.landingHelp a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
}

.landingAccountLink {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}

.landingAccountLink a {
  color: var(--navy);
  font-weight: 900;
}

/* =========================================================
   LANDING RESPONSIVENESS
   ========================================================= */

@media (max-width: 1100px) {
  .landingHeader {
    grid-template-columns: 110px 1fr 110px;
    padding: 10px 20px;
  }

  .landingHeaderLogo {
    width: 100px;
    height: 100px;
  }

  .landingOrg strong {
    font-size: 17px;
  }

  .landingOrg span {
    font-size: 14px;
  }

  .landingMain {
    grid-template-columns: 1fr;
  }

  .landingHero {
    min-height: auto;
  }

  .landingLoginCard {
    margin: 35px auto 50px;
  }
}

@media (max-width: 700px) {
  .landingHeader {
    min-height: 125px;
    grid-template-columns: 70px 1fr 70px;
    gap: 8px;
    padding: 8px 10px;
  }

  .landingHeaderLogo {
    width: 65px;
    height: 65px;
  }

  .landingOrg strong {
    font-size: 12px;
  }

  .landingOrg span {
    font-size: 10px;
  }

  .landingOrg small,
  .landingOrg a {
    font-size: 8px;
  }

  .landingHero {
    padding: 38px 22px;
  }

  .landingHero h1 {
    font-size: 37px;
  }

  .landingTagline {
    font-size: 17px;
  }

  .landingNotice {
    padding: 18px;
  }

  .landingNotice h2 {
    font-size: 17px;
  }

  .landingNotice p {
    font-size: 13px;
  }

  .landingMottos {
    gap: 14px;
  }

  .landingMottos span {
    font-size: 12px;
  }

  .landingParishGrid {
    grid-template-columns: 1fr;
  }

  .landingLoginCard {
    width: calc(100% - 28px);
    padding: 30px 22px 25px;
  }

  .landingLoginCard h2 {
    font-size: 24px;
  }
}
