.lifeontheshore-intake-page,
.lifeontheshore-intake-thank-you {
  max-width: 54rem;
  margin: 0 auto;
  padding: 1.35rem;
  border: 1px solid rgba(194, 182, 161, 0.9);
  border-radius: 18px;
  background: rgba(248, 246, 241, 0.94);
  box-shadow: 0 14px 36px rgba(27, 37, 33, 0.08);
}

.lifeontheshore-intake-page__intro,
.lifeontheshore-intake-thank-you__message,
.lifeontheshore-intake-response__request {
  margin: 0 0 1.25rem;
  padding: 1rem 1.05rem;
  border-left: 4px solid var(--lots-accent, #8a5a44);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.82);
  color: rgba(26, 35, 42, 0.84);
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  line-height: 1.55;
}

.lifeontheshore-intake-page__intro p,
.lifeontheshore-intake-thank-you__message p,
.lifeontheshore-intake-response__request p {
  margin: 0 0 0.75rem;
}

.lifeontheshore-intake-page__intro p:last-child,
.lifeontheshore-intake-thank-you__message p:last-child,
.lifeontheshore-intake-response__request p:last-child {
  margin-bottom: 0;
}

.lifeontheshore-intake-response__request h2 {
  margin: 0 0 0.5rem;
  color: var(--lots-ink, #1a232a);
  font-size: 1.15rem;
}

.lifeontheshore-intake-form .form-item {
  margin-bottom: 1rem;
}

.lifeontheshore-intake-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: var(--lots-ink, #1a232a);
}

.lifeontheshore-intake-form .form-required::after {
  margin-inline-start: 0.2em;
}

.lifeontheshore-intake-form .form-text,
.lifeontheshore-intake-form .form-url,
.lifeontheshore-intake-form .form-date,
.lifeontheshore-intake-form .form-textarea,
.lifeontheshore-intake-form select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c7bbab;
  border-radius: 10px;
  background: #fffdfa;
  padding: 0.7rem 0.85rem;
  color: var(--lots-ink, #1a232a);
  box-shadow: inset 0 1px 2px rgba(28, 35, 33, 0.03);
}

.lifeontheshore-intake-form .form-managed-file {
  padding: 0.85rem;
  border: 1px dashed rgba(138, 90, 68, 0.35);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.72);
}

.lifeontheshore-intake-form .description,
.lifeontheshore-intake-form .form-item__description {
  margin-top: 0.35rem;
  color: #5c695f;
  font-size: 0.94rem;
  line-height: 1.45;
}

.lifeontheshore-intake-form .form-actions,
.lifeontheshore-intake-thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 190, 171, 0.9);
}

.lifeontheshore-intake-form .button,
.lifeontheshore-intake-thank-you__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  border: 1px solid #2f4a42;
  background: #2f4a42;
  color: #fff;
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(26, 35, 42, 0.12);
}

.lifeontheshore-intake-form .button:hover,
.lifeontheshore-intake-form .button:focus,
.lifeontheshore-intake-thank-you__actions a:hover,
.lifeontheshore-intake-thank-you__actions a:focus {
  color: #fff;
  filter: brightness(0.95);
}

.lifeontheshore-intake-thank-you h1 {
  margin-top: 0;
}

.lifeontheshore-intake-thank-you__next-steps {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.lifeontheshore-intake-thank-you__next-steps h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.lifeontheshore-intake-thank-you__next-steps ul {
  margin: 0;
  padding-left: 1.25rem;
}

.lifeontheshore-intake-thank-you__next-steps li + li {
  margin-top: 0.35rem;
}

@media (min-width: 900px) {
  .lifeontheshore-intake-page,
  .lifeontheshore-intake-thank-you {
    padding: 1.65rem;
  }
}

.lifeontheshore-intake-invite {
  padding: 0.25rem 0 0;
}

.lifeontheshore-intake-invite__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--lots-accent, #8a5a44);
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifeontheshore-intake-invite h2 {
  margin: 0 0 0.75rem;
  color: var(--lots-ink, #1a232a);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.12;
}

.lifeontheshore-intake-invite p {
  max-width: 44rem;
  color: rgba(26, 35, 42, 0.84);
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  line-height: 1.55;
}

.lifeontheshore-intake-invite .item-list {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.82);
}

.lifeontheshore-intake-invite .item-list ul {
  margin: 0;
  padding-left: 1.25rem;
}

.lifeontheshore-intake-invite .item-list li + li {
  margin-top: 0.35rem;
}

.lifeontheshore-intake-invite__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 190, 171, 0.9);
}

.lifeontheshore-intake-invite__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.15rem;
  border: 1px solid #bcae98;
  border-radius: 999px;
  background: #fffdfa;
  color: var(--lots-ink, #1a232a);
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.lifeontheshore-intake-invite__button--primary {
  border-color: #2f4a42;
  background: #2f4a42;
  color: #fff;
  box-shadow: 0 8px 18px rgba(26, 35, 42, 0.12);
}

.lifeontheshore-intake-invite__button:hover,
.lifeontheshore-intake-invite__button:focus {
  filter: brightness(0.96);
}

.lifeontheshore-intake-invite__button--primary:hover,
.lifeontheshore-intake-invite__button--primary:focus {
  color: #fff;
}

.lifeontheshore-intake-invite__account-note {
  margin: 0;
  color: #5c695f;
  font-family: var(--lots-font-ui, system-ui, sans-serif);
  font-size: 0.95rem;
  line-height: 1.4;
}
