:root{--cream:#f5efe3;--cream-warm:#ebe2cd;--ink:#1e1814;--ink-soft:#5a4f45;--terra:#c84b25;--terra-dark:#a33919;--teal:#1a4d3e;--gold:#e8a33c;--rule:#d4c8b0;--serif:"Fraunces", Georgia, "Times New Roman", serif;--sans:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.55}a{color:var(--ink);text-decoration:none}.pshell{flex-direction:column;min-height:100vh;display:flex}.pshell-header{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1180px;margin:0 auto;padding:32px 40px 0;display:flex}.pshell-logo{color:var(--terra);line-height:.85;font-family:var(--serif);flex-direction:column;text-decoration:none;display:flex}.pshell-logo-hey{letter-spacing:.04em;margin-bottom:3px;font-size:14px;font-style:italic;font-weight:400}.pshell-logo-cooee{letter-spacing:-.02em;font-size:28px;font-weight:600}.pshell-back{color:var(--ink-soft);letter-spacing:.01em;font-size:13px;transition:color .15s}.pshell-back:hover{color:var(--terra)}.pshell-main{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;width:100%;max-width:640px;margin:0 auto;padding:64px 40px 96px;display:flex}.pshell-mark{opacity:.9;width:72px;height:72px;margin-bottom:40px}.pshell-eyebrow{color:var(--teal);text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px;font-size:12px;font-weight:600}.pshell-h1{font-family:var(--serif);letter-spacing:-.02em;max-width:560px;margin:0 0 22px;font-size:clamp(36px,5vw,52px);font-weight:500;line-height:1.05}.pshell-h1 em{color:var(--terra);font-style:italic}.pshell-lede{color:var(--ink-soft);max-width:540px;margin:0 0 36px;font-size:17px;line-height:1.6}.pshell-list{border-top:1px solid var(--rule);width:100%;max-width:540px;margin:0 0 44px;padding:0;list-style:none}.pshell-list li{border-bottom:1px solid var(--rule);color:var(--ink-soft);gap:20px;padding:16px 0;font-size:14px;display:flex}.pshell-list-num{font-family:var(--serif);color:var(--terra);min-width:28px;padding-top:1px;font-size:14px;font-style:italic;font-weight:600}.pshell-list-text{flex:1;line-height:1.55}.pshell-list-text strong{color:var(--ink);margin-bottom:3px;font-size:15px;font-weight:600;display:block}.pshell-cta{background:var(--terra);color:var(--cream);font-size:15px;font-weight:500;font-family:var(--sans);border-radius:4px;padding:15px 28px;transition:background .15s;display:inline-block}.pshell-cta:hover{background:var(--terra-dark);color:var(--cream)}.pshell-footer{border-top:1px solid var(--rule);color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%;max-width:1180px;margin:0 auto;padding:24px 40px 28px;font-size:12px;display:flex}@media (width<=700px){.pshell-header{padding:24px 24px 0}.pshell-main{padding:48px 24px 64px}.pshell-footer{padding:20px 24px 24px}.pshell-h1{font-size:34px}.pshell-lede{font-size:16px}}
