.pn-suite-intake-shell,
.pn-suite-report-dialog {
  --pn-intake-ink: var(--pn-navy, #072b3b);
  --pn-intake-muted: var(--pn-muted, #526873);
  --pn-intake-border: var(--pn-border, #cbdadd);
  --pn-intake-canvas: var(--pn-mist, #eef5f5);
  --pn-intake-action: var(--pn-action, #147a7d);
  --pn-intake-action-hover: var(--pn-action-hover, #0a5b64);
  --pn-intake-gold: var(--pn-gold, #d2ad56);
  color: var(--pn-intake-ink);
}

.pn-suite-intake-shell {
  background: #fff;
  border: 1px solid var(--pn-intake-border);
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 3.5rem rgba(7, 43, 59, 0.12);
  display: grid;
  overflow: clip;
  container-type: inline-size;
}

.pn-suite-intake-shell--pricer,
.pn-suite-intake-shell--split {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 26rem), 1fr));
}

.pn-suite-intake-shell--quick {
  display: block;
}

.pn-suite-intake-shell--quick .pn-suite-lead-form {
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.pn-suite-intake-shell--quick .pn-suite-field textarea {
  min-height: 5rem;
}

.pn-suite-intake-shell--quick .pn-suite-consent {
  font-size: 0.78rem;
  margin: 0.8rem 0;
}

/* Home hero: centre the content column and keep a generous inline gutter so
   copy never hugs the viewport edge (Suite owns this class via the contact-form
   mover; scoped to the hero only). */
.pn-map-hero > .e-con-inner,
.pn-home-hero-grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 76rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
}

.pn-home-hero-grid {
  align-items: center;
  display: flex !important;
  gap: clamp(1.75rem, 3vw, 3.5rem) !important;
}

.pn-home-hero-grid > :not(.pn-home-hero-contact-mount) {
  flex: 1 1 50%;
  min-width: 0;
}

.pn-home-hero-contact-mount {
  align-self: center;
  flex: 1 1 50%;
  max-width: 34rem;
  min-width: 0;
  position: relative;
  z-index: 5;
}

.pn-home-hero-contact-mount .pn-suite-intake-shell {
  border-color: rgba(255, 255, 255, 0.82);
  border-radius: 1.15rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.25);
}

.pn-home-hero-contact-mount .pn-suite-lead-form {
  padding: clamp(1rem, 1.6vw, 1.4rem);
}

.pn-home-hero-contact-mount .pn-suite-intake-intro > p:not(.pn-suite-eyebrow) {
  font-size: 0.9rem;
  line-height: 1.45;
}

.pn-home-hero-contact-mount .pn-suite-intake-proof {
  font-size: 0.8rem;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.pn-home-hero-contact-mount .pn-suite-form-grid {
  gap: 0.65rem;
}

.pn-home-hero-contact-mount .pn-suite-field {
  gap: 0.22rem;
}

.pn-home-hero-contact-mount .pn-suite-field input,
.pn-home-hero-contact-mount .pn-suite-field textarea {
  min-height: 2.75rem;
  padding: 0.55rem 0.7rem;
}

.pn-home-hero-contact-mount .pn-suite-primary-action {
  min-height: 2.75rem;
}

@media (max-width: 1180px) {
  .pn-home-hero-grid {
    align-items: stretch;
    flex-direction: column;
  }
  .pn-home-hero-contact-mount {
    margin-inline: auto;
    max-width: 42rem;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .pn-suite-intake-shell--quick,
  .pn-home-hero-contact-mount .pn-suite-intake-shell--quick {
    display: block;
  }
}

.pn-contact-page-grid {
  align-items: center;
  display: grid !important;
  gap: clamp(1.75rem, 4vw, 4rem) !important;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
}

.pn-contact-page-form-mount {
  min-width: 0;
  width: 100%;
}

.pn-compact-contact-mount .pn-suite-intake-shell {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.1rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.2);
}

.pn-compact-contact-mount .pn-suite-lead-form > h2 {
  color: var(--pn-intake-ink);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.pn-compact-contact-mount .pn-suite-field textarea {
  min-height: 5.25rem;
}

.pn-compact-contact-mount .pn-suite-primary-action {
  width: 100%;
}

@media (max-width: 900px) {
  .pn-contact-page-grid {
    grid-template-columns: 1fr;
  }
}

.pn-suite-intake-intro {
  background: var(--pn-deep-teal, #083b47);
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.pn-suite-intake-intro h1,
.pn-suite-intake-intro h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.05;
  margin: 0.4rem 0 1rem;
  max-width: 14ch;
  text-wrap: balance;
}

.pn-suite-intake-intro > p:not(.pn-suite-eyebrow) {
  color: #dcebed;
  line-height: 1.6;
  max-width: 40ch;
}

.pn-suite-eyebrow {
  color: var(--pn-intake-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}

.pn-suite-intake-proof {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.pn-suite-intake-proof li {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.pn-suite-intake-proof li::before {
  background: var(--pn-intake-gold);
  border-radius: 999px;
  color: var(--pn-intake-ink);
  content: "\2713";
  display: grid;
  flex: 0 0 1.5rem;
  font-size: 0.8rem;
  font-weight: 900;
  height: 1.5rem;
  place-items: center;
}

.pn-suite-lead-form {
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.pn-suite-lead-form > h2 {
  margin-block-start: 0;
}

.pn-suite-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pn-suite-field {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.pn-suite-field-wide {
  grid-column: 1 / -1;
}

.pn-suite-field label,
.pn-suite-choice-group legend {
  color: var(--pn-intake-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.pn-suite-field label span {
  color: var(--pn-intake-muted);
  font-weight: 500;
}

.pn-suite-field input,
.pn-suite-field textarea,
.pn-suite-field select {
  appearance: none;
  background: #fff !important;
  border: 1.5px solid var(--pn-muted, #5e7883) !important;
  border-radius: 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(7, 43, 59, 0.08), 0 0 0 1px rgba(94, 120, 131, 0.24) !important;
  color: var(--pn-intake-ink) !important;
  font: inherit;
  font-size: 1rem;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  width: 100%;
  -webkit-text-fill-color: var(--pn-intake-ink);
}

body .pn-suite-intake-shell .pn-suite-field input:not([type="checkbox"]):not([type="radio"]),
body .pn-suite-intake-shell .pn-suite-field textarea,
body .pn-suite-intake-shell .pn-suite-field select {
  border-color: #496975 !important;
  border-style: solid !important;
  border-width: 2px !important;
}

.pn-suite-field input::placeholder,
.pn-suite-field textarea::placeholder {
  color: var(--pn-muted, #647b85) !important;
  opacity: 1;
  -webkit-text-fill-color: var(--pn-muted, #647b85);
}

.pn-suite-field select {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 1rem) 1.25rem, calc(100% - 0.7rem) 1.25rem;
  background-repeat: no-repeat;
  background-size: 0.35rem 0.35rem;
  padding-inline-end: 2.5rem;
}

.pn-suite-field input:focus,
.pn-suite-field textarea:focus,
.pn-suite-field select:focus,
.pn-suite-choice-group input:focus-visible,
.pn-suite-primary-action:focus-visible,
.pn-suite-report-close:focus-visible,
.pn-suite-report-open:focus-visible,
.pn-suite-intake-details summary:focus-visible {
  outline: 3px solid var(--pn-intake-gold);
  outline-offset: 3px;
}

.pn-suite-field [aria-invalid="true"] {
  border-color: #a1262d;
  box-shadow: 0 0 0 2px rgba(161, 38, 45, 0.15);
}

.pn-suite-choice-group {
  border: 0;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.25rem;
  padding: 0;
}

.pn-suite-choice-group legend {
  grid-column: 1 / -1;
  margin-block-end: 0.1rem;
}

.pn-suite-choice-group label {
  align-items: flex-start;
  border: 1px solid var(--pn-intake-border);
  border-radius: 0.8rem;
  cursor: pointer;
  display: flex;
  gap: 0.65rem;
  min-height: 4.5rem;
  padding: 0.8rem;
}

.pn-suite-choice-group label:has(input:checked) {
  background: #eef8f8;
  border-color: var(--pn-intake-action);
}

.pn-suite-choice-group input {
  flex: 0 0 1.2rem;
  height: 1.2rem;
  margin: 0.15rem 0 0;
  width: 1.2rem;
}

.pn-suite-choice-group span,
.pn-suite-choice-group small {
  display: block;
}

.pn-suite-choice-group small {
  color: var(--pn-intake-muted);
  line-height: 1.35;
  margin-block-start: 0.15rem;
}

.pn-suite-intake-details {
  border-block: 1px solid var(--pn-intake-border);
  margin-block: 1.25rem;
  padding-block: 0.9rem;
}

.pn-suite-intake-details summary {
  color: var(--pn-intake-action);
  cursor: pointer;
  font-weight: 750;
  min-height: 2rem;
}

.pn-suite-intake-details[open] summary {
  margin-block-end: 1rem;
}

.pn-suite-consent {
  align-items: flex-start;
  display: flex;
  font-size: 0.88rem;
  gap: 0.75rem;
  line-height: 1.5;
  margin: 1.1rem 0;
}

.pn-suite-consent input {
  flex: 0 0 1.25rem;
  height: 1.25rem;
  margin-block-start: 0.1rem;
  width: 1.25rem;
}

.pn-suite-primary-action,
.pn-suite-report-open {
  align-items: center;
  background: var(--pn-intake-action);
  border: 2px solid var(--pn-intake-action);
  border-radius: 0.7rem;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  text-decoration: none;
}

.pn-suite-primary-action:hover,
.pn-suite-report-open:hover {
  background: var(--pn-intake-action-hover);
  border-color: var(--pn-intake-action-hover);
  color: #fff;
}

.pn-suite-primary-action:disabled {
  cursor: wait;
  opacity: 0.68;
}

.pn-suite-form-status {
  color: var(--pn-intake-muted);
  margin-block-start: 0.9rem;
  min-height: 1.5rem;
}

.pn-suite-form-status[data-state="success"] {
  color: #17643b;
  font-weight: 700;
}

.pn-suite-form-status[data-state="error"],
.pn-suite-form-errors {
  color: #8c1d25;
}

.pn-suite-form-errors {
  background: #fff2f2;
  border-inline-start: 3px solid #a1262d;
  margin-block-end: 1rem;
  padding: 0.8rem 1rem;
}

.pn-suite-honeypot {
  block-size: 1px;
  clip-path: inset(50%);
  inline-size: 1px;
  overflow: hidden;
  position: absolute;
}

.pn-suite-report-dialog {
  border: 0;
  border-radius: 1rem;
  max-height: calc(100dvh - 2rem);
  max-width: min(72rem, calc(100vw - 2rem));
  padding: 0;
  width: 100%;
}

.pn-suite-report-dialog::backdrop {
  background: rgba(4, 27, 38, 0.82);
}

.pn-suite-report-header,
.pn-suite-report-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.pn-suite-report-header {
  background: var(--pn-deep-teal, #083b47);
  color: #fff;
}

.pn-suite-report-header h2 {
  color: #fff;
  margin: 0.2rem 0 0;
}

.pn-suite-report-close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  flex: 0 0 2.75rem;
  font-size: 1.8rem;
  height: 2.75rem;
}

.pn-suite-report-frame iframe {
  border: 0;
  display: block;
  height: min(65dvh, 43rem);
  width: 100%;
}

.pn-suite-report-footer p {
  color: var(--pn-intake-muted);
  font-size: 0.86rem;
  margin: 0;
  max-width: 65ch;
}

@container (max-width: 46rem) {
  .pn-suite-intake-intro h1,
  .pn-suite-intake-intro h2 {
    max-width: 18ch;
  }
  .pn-suite-form-grid,
  .pn-suite-choice-group {
    grid-template-columns: 1fr;
  }
  .pn-suite-intake-intro {
    padding: 1.25rem;
  }
  .pn-suite-intake-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-block-start: 1rem;
  }
  .pn-suite-intake-proof li {
    align-items: flex-start;
    font-size: 0.82rem;
  }
}

@media (max-width: 760px) {
  .pn-suite-report-footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@container (max-width: 31rem) {
  .pn-suite-intake-proof {
    grid-template-columns: 1fr;
  }
  .pn-suite-intake-intro h1,
  .pn-suite-intake-intro h2 {
    font-size: 2rem;
  }
  .pn-suite-lead-form {
    padding: 1rem;
  }
}

.pn-appraisal-page {
  align-items: center;
  background:
    radial-gradient(circle at 12% 15%, rgba(18, 122, 125, 0.2), transparent 34rem),
    linear-gradient(145deg, #051f31 0%, #082c3d 58%, #051f31 100%);
  display: grid;
  margin: 0;
  min-height: calc(100vh - 61px);
  min-height: calc(100svh - 61px);
  padding: clamp(1.25rem, 5vw, 4rem) clamp(0.75rem, 3vw, 2rem);
}

.pn-appraisal-page__inner {
  margin-inline: auto;
  max-width: 78rem;
  width: 100%;
}

.pn-appraisal-page .pn-suite-intake-shell {
  border: 2px solid #fff;
  box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.24);
  margin: 0;
}

.pn-appraisal-page .pn-suite-intake-intro,
.pn-appraisal-page .pn-suite-lead-form {
  min-height: 0;
}

.pn-appraisal-page .pn-suite-intake-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pn-appraisal-page .pn-suite-lead-form {
  align-content: center;
  display: grid;
}

@media (max-width: 760px) {
  .pn-appraisal-page .pn-suite-intake-intro,
  .pn-appraisal-page .pn-suite-lead-form {
    min-height: 0;
  }
}

@media (max-width: 360px) {
  .pn-suite-intake-shell,
  .pn-suite-report-dialog {
    border-radius: 0.8rem;
  }
  .pn-suite-intake-intro,
  .pn-suite-lead-form {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pn-suite-intake-shell *,
  .pn-suite-report-dialog * {
    scroll-behavior: auto;
    transition: none;
  }
}
