/* Lundholm Consulting — holding page
   Bold, black & white, single view */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

/* ---------- Single full-height screen ---------- */
.screen {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 56px clamp(28px, 6vw, 96px);
}

/* ---------- Logo ---------- */
.logo img {
  display: block;
  width: clamp(220px, 36vw, 260px);
  height: auto;
}

/* ---------- Centre content ---------- */
.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

h1 {
  font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
  line-height: 1;
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin-bottom: 32px;
}

.lede {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 44px;
}

.email {
  align-self: flex-start;
  font-family: inherit;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #ffffff;
  background: #000000;
  border: none;
  text-decoration: none;
  padding: 16px 28px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.email:hover {
  opacity: 0.78;
}

/* ---------- Selected clients ---------- */
.clients {
  margin-top: 56px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e2e2e2;
}

.clients-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 20px;
}

.clients-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 44px;
}

/* Muted, monochrome treatment for a premium feel.
   The inline SVGs use fill/stroke "currentColor", so the colour
   below cascades into them. */
.client-logo {
  display: inline-flex;
  align-items: center;
  color: #000000;
  filter: grayscale(1);
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.client-logo:hover {
  opacity: 0.72;
}

.client-logo svg {
  height: 24px;
  width: auto;
}

/* ---------- Footer ---------- */
.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #000000;
  padding-top: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- Contact modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}

.modal-overlay[hidden] {
  display: none;
}

.modal {
  position: relative;
  background: #ffffff;
  border: 3px solid #000000;
  max-width: 460px;
  width: 100%;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 44px clamp(26px, 5vw, 48px);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  padding: 4px;
}

.modal-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.modal h2 {
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.modal-text {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 28px;
}

/* ---------- Contact form ---------- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  font-family: inherit;
  font-size: 0.95rem;
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000;
  padding: 10px 12px;
  width: 100%;
}

.field textarea {
  resize: vertical;
  min-height: 90px;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid #000000;
  outline-offset: 1px;
}

/* Honeypot — hidden from real users, catches spam bots */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-submit {
  margin-top: 6px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #000000;
  border: none;
  padding: 15px 24px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.form-submit:hover {
  opacity: 0.78;
}

.form-submit:disabled {
  opacity: 0.5;
  cursor: progress;
}

.form-note {
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 600;
  border-left: 3px solid #000000;
  padding-left: 12px;
}

.form-note.is-error {
  border-left-style: dashed;
}

/* ---------- Responsive ---------- */
@media (max-width: 560px) {
  .screen {
    padding: 36px 24px;
  }

  .content {
    padding: 36px 0;
  }

  h1 {
    line-height: 1.06;
  }

  .clients {
    margin-top: 40px;
  }

  .clients-row {
    gap: 18px 30px;
  }

  .client-logo svg {
    height: 20px;
  }

  .foot {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
