.project-page{min-width:0;background:var(--fog)}
.project-header{position:relative;background:rgba(255,255,255,.94)}
.project-header-inner{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px}
.project-header .logo{min-height:44px;margin-right:0}
.project-about-link{display:inline-flex;min-height:44px;align-items:center;color:var(--slate);font-size:14px;font-weight:500;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px;transition:color .2s ease,text-decoration-color .2s ease}
.project-about-link:hover{text-decoration-color:currentColor;color:var(--ink)}
.project-about-link:focus-visible,.project-direct-contact a:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}
.project-main{display:grid;min-height:calc(100vh - 64px);align-items:center;padding:20px 0 28px}
.project-container{max-width:720px}
.project-card{padding:22px 18px;background:var(--peach);border-radius:var(--radius);color:var(--brown)}
.project-card .eyebrow{margin-bottom:10px;color:rgba(93,42,26,.7)}
.project-card h1{font-family:var(--display);font-size:44px;font-weight:400;line-height:.92;letter-spacing:-.045em}
.project-lede{max-width:600px;margin:16px 0 0;font-size:16px;line-height:1.5}
.project-form-wrap{margin-top:20px;padding:16px;background:var(--paper);border-radius:20px;color:var(--ink)}
.project-form fieldset{display:grid;gap:13px;min-width:0;margin:0;padding:0;border:0}
.project-form fieldset[disabled]{opacity:.72}
.project-form .form-field{gap:7px}
.project-form .form-field label,.project-field-label{font-size:13px}
.project-field-label{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:2px 10px;font-weight:500}
.project-field-label span{color:var(--ash);font-size:12px;font-weight:400}
.project-form input,.project-form textarea{min-height:48px;padding:12px 14px;font-size:16px}
.project-form textarea{min-height:84px}
.project-form input::placeholder,.project-form textarea::placeholder{color:#858991;opacity:1}
.project-privacy-note,.project-response-note{margin:0;color:var(--slate);font-size:12px;line-height:1.45}
.project-form .form-consent{font-size:12px}
.project-form .btn{margin-top:2px}
.project-response-note{text-align:center}
.project-noscript{margin:14px 0 0;color:var(--slate);font-size:13px;line-height:1.45}
.project-noscript a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.project-direct-contact{margin:16px 0 0;font-size:14px}
.project-direct-contact a{text-decoration:underline;text-underline-offset:4px}
.project-footer{padding:28px 0}
.project-footer .footer-legal{margin-top:4px!important}

@media (min-width:600px){
  .project-main{padding:48px 0 64px}
  .project-card{padding:42px}
  .project-card h1{font-size:clamp(52px,7vw,68px)}
  .project-lede{font-size:18px}
  .project-form-wrap{padding:28px}
  .project-form fieldset{gap:15px}
}

@media (max-width:379px){
  .project-header-inner{gap:8px}
  .project-about-link{font-size:13px}
  .project-card{padding:22px 16px}
  .project-form-wrap{padding:15px}
}

@media (prefers-reduced-motion:reduce){
  .project-about-link{transition:none}
}
