/* October 2026 pilot pages
   Extends the established Pulpit & Knot visual system without replacing it. */

.pilot-header .nav-wrap {
  min-height: 96px;
  height: auto;
  gap: 20px;
}

.pilot-header .brand {
  flex: 0 0 auto;
}

.pilot-header .brand-copy {
  max-width: 310px;
}

.pilot-header .brand-copy small,
.pilot-footer .brand-copy small {
  max-width: 310px;
  color: rgb(255 255 255 / 66%);
  font-size: 8px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: .02em;
  text-transform: none;
}

.pilot-header .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  margin-left: auto;
}

.pilot-header .desktop-nav a {
  max-width: 88px;
  color: rgb(255 255 255 / 72%);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.pilot-header .desktop-nav a:hover,
.pilot-header .desktop-nav a[aria-current="page"] {
  color: white;
}

.pilot-header .menu-toggle {
  display: none;
  margin-left: auto;
}

.pilot-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 92px;
  color: white;
  background:
    radial-gradient(circle at 82% 20%, rgb(216 199 94 / 15%), transparent 25%),
    radial-gradient(circle at 12% 95%, rgb(77 119 150 / 24%), transparent 30%),
    linear-gradient(135deg, #0a2940, #123d5d 62%, #173f5d);
}

.pilot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
}

.pilot-hero .shell {
  position: relative;
}

.pilot-hero .eyebrow {
  color: #d8ca72;
}

.pilot-hero h1 {
  max-width: 930px;
  margin-bottom: 24px;
  font-size: clamp(54px, 7.2vw, 92px);
}

.pilot-hero p:not(.eyebrow) {
  max-width: 750px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 76%);
  font-size: 17px;
  line-height: 1.65;
}

.pilot-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.pilot-hero-actions .text-link {
  color: white;
}

.pilot-main {
  background: #f8f5ed;
}

.pilot-section {
  padding: 88px 0;
}

.pilot-section--cream {
  background: var(--cream);
}

.pilot-section--paper {
  background: var(--paper);
}

.pilot-section--tint {
  background: #e9e5d8;
  border-block: 1px solid #d6d0c2;
}

.pilot-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 36px;
}

.pilot-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 500;
}

.pilot-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.pilot-prose {
  max-width: 780px;
}

.pilot-prose h2 {
  margin: 44px 0 13px;
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 500;
}

.pilot-prose h2:first-child {
  margin-top: 0;
}

.pilot-prose h3 {
  margin: 30px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.pilot-prose p,
.pilot-prose li {
  color: #53615d;
  font-size: 13px;
  line-height: 1.75;
}

.pilot-prose a {
  color: var(--green);
  font-weight: 800;
  text-underline-offset: 4px;
}

.pilot-note {
  padding: 19px 21px;
  color: #42534e;
  background: #eef0e9;
  border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0;
  font-size: 11px;
  line-height: 1.65;
}

.pilot-card-grid,
.session-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pilot-card {
  display: flex;
  min-height: 185px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #ded8cc;
  border-radius: 18px;
  box-shadow: 0 1px 0 rgb(17 43 59 / 6%);
  text-decoration: none;
}

.pilot-card:hover {
  border-color: #bdc6c0;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.pilot-card-kicker {
  margin: 0 0 10px;
  color: var(--rust);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pilot-card h2,
.pilot-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.03em;
}

.pilot-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.pilot-card-link {
  margin-top: auto;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.affiliate-intro {
  padding: 18px 0;
  color: #4f5e59;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.affiliate-intro p {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}

.affiliate-intro strong {
  color: var(--ink);
}

.rating-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.rating-definition {
  position: relative;
  min-width: 0;
  background: rgb(255 253 248 / 82%);
  border: 1px solid #d8d2c4;
  border-radius: 12px;
}

.rating-definition summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 8px;
  padding: 13px 15px;
  cursor: pointer;
  list-style: none;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.rating-definition summary::-webkit-details-marker {
  display: none;
}

.rating-definition summary::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #72817d;
}

.rating-definition.exact summary::before {
  background: #b9a541;
  box-shadow: 0 0 0 3px #f3edcc;
}

.rating-definition.very-close summary::before {
  background: #4f8b61;
  box-shadow: 0 0 0 3px #e5f0e5;
}

.rating-definition.similar-style summary::before {
  background: #5f8295;
  box-shadow: 0 0 0 3px #e3edf2;
}

.rating-definition.color-alternative summary::before {
  background: #ba8154;
  box-shadow: 0 0 0 3px #f6eadf;
}

.rating-definition.review-pending summary::before {
  background: #9a6949;
  box-shadow: 0 0 0 3px #f4e8df;
}

.rating-definition.owner-approved summary::before {
  background: #376b49;
  box-shadow: 0 0 0 3px #e3efe6;
}

.rating-info-icon {
  display: inline-grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  margin-left: auto;
  border: 1px solid #87938e;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}

.rating-definition p {
  margin: 0;
  padding: 0 15px 15px 30px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.55;
}

.session-status {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(320px, 1.25fr);
  gap: 24px;
  align-items: stretch;
}

.session-empty {
  min-height: 320px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 42px;
  background: var(--paper);
  border: 1px solid #ded8cc;
  border-radius: 20px;
}

.session-empty-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 19px;
  color: #d7ca70;
  background: var(--green);
  border-radius: 50%;
  font-size: 23px;
}

.session-empty h2 {
  max-width: 520px;
  margin-bottom: 13px;
  font-size: clamp(37px, 5vw, 55px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 500;
}

.session-empty p {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.session-ready-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px;
  color: white;
  background: var(--green);
  border-radius: 20px;
}

.session-ready-panel h2 {
  margin-bottom: 13px;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}

.session-ready-panel p {
  color: rgb(255 255 255 / 70%);
  font-size: 11px;
  line-height: 1.65;
}

.session-ready-panel a {
  color: #e4d778;
  font-size: 10px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.session-tie-grid:empty {
  display: none;
}

.private-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  max-width: 820px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid #ded8cc;
  border-radius: 19px;
}

.private-form label {
  display: grid;
  gap: 7px;
  color: #52605c;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.private-form label.form-wide,
.private-form .form-actions,
.private-form .form-privacy,
.private-form .form-status {
  grid-column: 1 / -1;
}

.private-form input,
.private-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  border: 1px solid #d3d1ca;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: none;
}

.private-form textarea {
  min-height: 135px;
  resize: vertical;
}

.private-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.private-form .form-privacy,
.private-form .form-status {
  margin: 0;
  color: #7b8581;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.private-form .form-status {
  min-height: 20px;
  color: #376b49;
  font-weight: 750;
}

.private-form .form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-card {
  max-width: 720px;
  padding: 31px;
  background: var(--paper);
  border: 1px solid #ded8cc;
  border-radius: 18px;
}

.contact-card h2 {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.contact-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.pilot-footer .footer-grid {
  grid-template-columns: .9fr .65fr 1.1fr;
}

.pilot-footer .footer-trust {
  display: grid;
  align-content: start;
  gap: 8px;
}

.pilot-footer .footer-newsletter {
  grid-column: 1 / -1;
  padding-top: 34px;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.pilot-footer .footer-legal p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .pilot-header .desktop-nav {
    display: none;
  }

  .pilot-header .menu-toggle {
    display: grid;
  }
}

@media (max-width: 900px) {
  .pilot-heading {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .rating-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-status {
    grid-template-columns: 1fr;
  }

  .pilot-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pilot-footer .footer-newsletter,
  .pilot-footer .footer-legal {
    grid-column: 1 / -1;
  }

}

@media (max-width: 720px) {
  .pilot-hero {
    padding: 142px 0 76px;
  }

  .pilot-hero h1 {
    font-size: clamp(49px, 14.5vw, 70px);
  }

  .pilot-hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .pilot-section {
    padding: 70px 0;
  }

  .pilot-card-grid,
  .session-grid,
  .rating-legend,
  .private-form {
    grid-template-columns: 1fr;
  }

  .private-form label,
  .private-form label.form-wide,
  .private-form .form-actions,
  .private-form .form-privacy,
  .private-form .form-status {
    grid-column: 1;
  }

  .pilot-card {
    min-height: 0;
  }

  .session-empty {
    min-height: 290px;
    padding: 31px 25px;
  }

  .pilot-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .pilot-footer .footer-newsletter,
  .pilot-footer .footer-legal {
    grid-column: 1;
  }

}

@media (max-width: 440px) {
  .pilot-header .brand-copy {
    max-width: 235px;
  }

  .pilot-header .brand-copy small {
    font-size: 8.5px;
  }

  .private-form {
    padding: 23px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pilot-card {
    transition: none;
  }
}
