/* ============================================
   FRONT DOOR – DARK BLUE (TUNED FOR OLDER EYES)
   ============================================ */

body.frontdoor {
  background: #001639;
  color: #e9eef5;
  font-size: 21px;           /* up from 20 */
  line-height: 1.7;          /* more air */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------
   HEADER (NOTICE STYLE)
   ---------------------------- */

body.frontdoor .site-header {
  position: static;
  background: transparent;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(233,238,245,0.18);
}

body.frontdoor .site-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

/* ----------------------------
   LAYOUT
   ---------------------------- */

body.frontdoor main,
body.frontdoor .container {
  max-width: 46rem;
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

/* ----------------------------
   TYPOGRAPHY
   ---------------------------- */

body.frontdoor h1 {
  font-size: clamp(2.3rem, 5vw, 3.3rem);
  line-height: 1.1;
  margin-top: 3.5rem;
  margin-bottom: 1.75rem;
  color: #ffffff;
}

body.frontdoor p {
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
  color: #dde4ee;
}

body.frontdoor .lead {
  font-size: 1.35rem;
  font-weight: 500;
  color: #ffffff;
}

/* ----------------------------
   LINKS
   ---------------------------- */

body.frontdoor a {
  color: #ffffff;
  text-underline-offset: 4px;
}

body.frontdoor a:hover {
  opacity: 0.9;
}

/* ----------------------------
   CTA (QUIET)
   ---------------------------- */

body.frontdoor .btn-primary {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff; /* slightly thicker for visibility */
  font-size: 1.15rem;
  padding: 0.85rem 1.2rem;
  border-radius: 0;
  transform: none;
  font-family: var(--font-serif);
}

body.frontdoor .btn-primary:hover {
  background: #ffffff;
  color: #0b1320;
}

/* ----------------------------
   CONTACT FORM
   ---------------------------- */

body.frontdoor form {
  margin-top: 2.5rem;
}

body.frontdoor .form-group {
  margin-bottom: 1.5rem;
}

body.frontdoor label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  color: #cfd7e3;
}

/* Utility fields */
body.frontdoor input[type="text"],
body.frontdoor input[type="email"] {
  width: 100%;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.75rem;
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,0.4);
}

/* Message field: letter-like */
body.frontdoor textarea {
  width: 100%;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  line-height: 1.7;
  padding: 0.85rem;
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,0.4);
  resize: vertical;
}

/* Focus clarity */
body.frontdoor input:focus,
body.frontdoor textarea:focus {
  outline: none;
  border-color: #ffffff;
}

/* Placeholder */
body.frontdoor textarea::placeholder {
  color: rgba(233,238,245,0.55);
  font-style: italic;
}

/* ---------------------------------
   FRONT DOOR CONTACT LINK (NOTICE)
   --------------------------------- */

body.frontdoor .contact-link {
  margin-top: 2.5rem;
  font-size: 1.1rem;
}

body.frontdoor .contact-link a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.frontdoor .contact-link a:hover {
  opacity: 0.85;
}
/* ---------------------------------
   CONTACT PAGE FOOTNOTE
   --------------------------------- */

body.frontdoor .contact-note {
  margin-top: 0.75rem;      /* was too large */
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.65;
}

body.frontdoor .contact-note a {
  color: #e9eef5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------------------------------
   FRONT DOOR COLOPHON (IMPRINTED)
   --------------------------------- */

body.frontdoor .site-footer {
  background: transparent;
  border-top: none;
  padding: 2.75rem 0 1.5rem;
}

body.frontdoor .frontdoor-colophon {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  opacity: 0.42;
  text-align: left;
  letter-spacing: 0;
  transform: translateX(-0.35rem); /* subtle imprint */
}


/* ----------------------------
   MOBILE
   ---------------------------- */

@media (max-width: 768px) {
  body.frontdoor {
    font-size: 19px;
  }

  body.frontdoor h1 {
    margin-top: 2.5rem;
  }
}
