/* Shared visual styling for the two public creator pages. */
@font-face { font-family: 'Rythm Saans'; src: url('/assets/fonts/RythmSaans-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rythm Saans'; src: url('/assets/fonts/RythmSaans-Medium.woff2') format('woff2'); font-weight: 500 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rythm Saans'; src: url('/assets/fonts/RythmSaans-Bold.woff2') format('woff2'); font-weight: 700 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rythm Saans Mono'; src: url('/assets/fonts/RythmSaansMono-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rythm Serrif'; src: url('/assets/fonts/RythmSerrifCondensed-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

:root {
    --bg: #fafaf9; --surface: #f4f4f1; --surface-2: #f0f1ee;
    --text: #242628; --text-muted: #676d6c; --text-dim: #4c5252;
    --border: #dcdedb; --border-hover: #a4afad;
    --accent: #315f70; --accent-dim: #e6f4f8; --accent-border: #badce6;
    --sky: #a5e5f9; --charcoal: #232628; --radius: 8px;
}
html { scroll-padding-top: 30px; }
body.creator-site { font-family: 'Rythm Saans', Arial, sans-serif; line-height: 1.5; }
.creator-site strong { font-weight: 600; }
.creator-width { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.creator-site .btn { background: var(--sky); color: #203740; border-radius: 999px; font-weight: 500; padding: 14px 25px; min-height: 50px; }
.creator-site .btn:hover { filter: brightness(1.035); transform: none; }
.creator-site .btn.secondary { background: transparent; color: var(--text); border-color: var(--border-hover); }
.creator-site :focus-visible { outline: 2px solid #37758b; outline-offset: 4px; }
.creator-site .wordmark { gap: 11px; }
.creator-site .wordmark img { height: 27px; }
.creator-site .wordmark-suffix { font-size: 15px; font-weight: 400; letter-spacing: -.2px; }
.header-band { background: #232628; }
.creator-site header.site { width: min(1160px, calc(100% - 80px)); max-width: none; padding: 23px 0; }
.header-band .wordmark img { filter: invert(1); }
.header-band .wordmark-suffix { color: #b9c1c2; border-left: 1px solid #60686a; padding-left: 12px; }
.header-band :focus-visible, .hero-band :focus-visible { outline-color: var(--sky); }
.creator-site header.site .btn { min-height: 40px; padding: 9px 22px; font-size: 13px; }
.creator-site .section-label { font-family: 'Rythm Saans Mono', monospace; font-weight: 400; font-size: 13px; letter-spacing: 1.1px; margin-bottom: 14px; }
.creator-site .section-title { font-size: 36px; font-weight: 500; line-height: 1.15; letter-spacing: -1.1px; }
.creator-site .section-sub { margin-top: 16px; font-size: 16px; line-height: 1.75; }
.creator-site .pill { font-size: 11px; padding: 6px 11px; font-weight: 500; background: #e6f4f8; border-color: #c4dfe7; color: #365c69; }
.creator-site .pill.green, .creator-site .pill.yellow { background: #e6f4f8; border-color: #c4dfe7; color: #365c69; }

/* A creator-focused hero: program copy and payouts alongside creator photography. */
.hero-band { background: var(--charcoal); --text: #f7f8f7; --text-dim: #c2c9cb; --text-muted: #a9b3b6; }
.hero-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; padding-block: 48px 70px; }
.creator-home .hero { max-width: none; min-width: 0; padding: 0; text-align: left; margin: 0; }
.creator-home .hero h1 { font-family: 'Rythm Serrif', Georgia, serif; font-size: clamp(49px, 5.04vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.8px; color: #f7f8f7; }
.creator-home .hero h1 .accent { color: var(--sky); }
.creator-home .hero .sub { margin: 25px 0 0; font-size: 16px; line-height: 1.75; max-width: 530px; }
.creator-home .hero-pills { align-items: center; justify-content: flex-start; gap: 10px 22px; margin-bottom: 25px; }
.hero-band .pill { background: transparent; border: 0; border-radius: 0; padding: 0; color: #c5ced0; font-size: 14px; font-weight: 400; line-height: 1.5; white-space: nowrap; }
.creator-home .hero-ctas { justify-content: flex-start; gap: 14px; margin-top: 30px; }
.hero-band .btn.secondary { color: #d2dade; border-color: #667277; }
.hero-visual { position: relative; min-width: 0; padding-bottom: 112px; }
.hero-photo { display: block; width: 100%; height: 390px; object-fit: cover; object-position: center; border-radius: 9px; }
.creator-home .earn-box { position: absolute; bottom: 0; left: 23px; right: 23px; max-width: none; margin: 0; text-align: left; padding: 21px 24px; background: #eef7f9; border: 1px solid #d2e6ec; border-radius: 8px; color: #263f49; }
.creator-home .earn-box::before { display: none; }
.creator-home .earn-label { font-family: 'Rythm Saans Mono', monospace; color: #506872; font-size: 11px; font-weight: 400; letter-spacing: .6px; }
.creator-home .earn-amount { font-size: 50px; font-weight: 500; line-height: 1.2; letter-spacing: -2px; color: #264f60; margin-top: 8px; }
.creator-home .earn-amount .permo { color: #526b77; font-size: 18px; font-weight: 400; }
.creator-home .earn-creator { color: #566f7b; font-size: 12px; }
.creator-home .earn-foot { margin-top: 12px; padding-top: 10px; font-size: 11px; color: #526772; border-color: #cbdde2; }
.creator-home .earn-foot strong { color: #2f4752; }
.creator-examples { padding-block: 38px 60px; text-align: center; }
.creator-home .video-grid { max-width: none; margin: 0; gap: 13px; padding: 0 0 10px; }
.creator-home .video-tile { width: 176px; border-radius: 7px; border: 0; background: #e6e7e3; }
.creator-home .video-play svg { width: 38px; height: 38px; }
.creator-home .video-caption { margin-top: 11px; font-size: 12px; }
.creator-home section.block { max-width: 1160px; width: calc(100% - 80px); padding: 65px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 6px 0 64px; }
.creator-home .intro-grid section.block { width: 100%; padding: 30px 0 0; margin: 0; }
.creator-home .big-stat { text-align: left; }
.creator-home .big-stat .huge { font-size: 62px; font-weight: 500; letter-spacing: -2.5px; margin-top: 18px; }
.creator-home .big-stat .huge-sub { font-size: 15px; max-width: none; }
.creator-home .big-stat .mid-cta { text-align: left; margin-top: 23px; }
.creator-home .props { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.creator-home .prop { padding: 28px; background: #f0f3f1; border: 1px solid #dce1de; }
.creator-home .prop.highlight { background: #eaf4f7; border-color: #cbdfe7; }
.creator-home .prop h3 { font-size: 22px; font-weight: 500; letter-spacing: -.5px; }
.creator-home .prop p { font-size: 15px; line-height: 1.7; margin-top: 10px; }
.creator-home .prop .ico { margin-bottom: 16px; }
.creator-home #how > .section-label, .creator-home #how > .section-title { text-align: center; }
.how-layout { width: 100%; max-width: 720px; margin: 32px auto 0; }
.creator-home .steps { margin: 0; }
.creator-home .step { gap: 17px; padding-block: 20px; }
.creator-home .step:first-child { padding-top: 0; }
.creator-home .step-num { width: 30px; height: 30px; background: transparent; border: 1.75px solid currentColor; color: var(--text); font-weight: 400; font-size: 22px; line-height: 1; }
.creator-home .step-title { font-size: 19px; font-weight: 500; letter-spacing: -.3px; }
.creator-home .step-desc { font-size: 14px; margin-top: 7px; }
.creator-home .mid-cta { margin-top: 30px; }
.creator-home .trust { align-items: center; gap: 14px; margin-top: 24px; }
.creator-home .trust .pill { --badge-bg: #fff; align-items: center; gap: 9px; min-height: 48px; max-width: 100%; padding: 11px 17px; background: var(--badge-bg); border: 1px solid #f0f1f0; border-radius: 999px; box-shadow: 0 2px 4px rgba(30, 42, 47, .15), 0 0 1px rgba(30, 42, 47, .08); color: #345562; font-size: 16px; font-weight: 400; line-height: 24px; }
.creator-home .trust .pill > span:not(.trust-star) { min-width: 0; }
.creator-home .trust .pill strong { font-weight: 600; }
.trust-icon, .trust-star { display: block; width: 22px; height: 22px; flex: 0 0 22px; color: #2d4048; }
.trust-icon-hipaa { background-color: currentColor; -webkit-mask: url('/assets/hipaa.svg') center / contain no-repeat; mask: url('/assets/hipaa.svg') center / contain no-repeat; }
.trust-star { font-size: 24px; line-height: 22px; text-align: center; }
.creator-home details.faq { background: #f2f3f0; border-color: #dde1dc; border-radius: 7px; margin-top: 12px; -webkit-tap-highlight-color: transparent; }
.creator-home details.faq summary { font-weight: 500; font-size: 17px; padding: 21px 23px; }
.creator-home details.faq .faq-body { padding: 0 23px 22px; font-size: 15px; }
.creator-home .final-cta { background: #edf4f6; border-color: #d6e2e7; padding-block: 68px 76px; }
.creator-home .final-cta h2 { font-size: 39px; font-weight: 500; letter-spacing: -1.2px; }
.creator-home .final-cta p { font-size: 15px; }
.creator-home footer.site { padding-block: 27px; font-size: 12px; }
.creator-site .fade-up { animation: none; }

/* The existing application, with a quiet introduction beside the form. */
.creator-apply .wrap { max-width: 1160px; width: calc(100% - 80px); padding: 60px 0 100px; }
.application-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }
.application-aside { position: sticky; top: 45px; min-width: 0; }
.creator-apply h1 { font-size: clamp(38px, 3.8vw, 51px); font-weight: 500; line-height: 1.08; letter-spacing: -1.6px; }
.creator-apply .lede { font-size: 15px; margin: 22px 0 28px; line-height: 1.75; }
.application-photo { display: block; width: 100%; height: 355px; object-fit: cover; object-position: center 55%; border-radius: 8px; }
.application-form { min-width: 0; }
.creator-apply fieldset { min-width: 0; margin-bottom: 39px; }
.creator-apply legend { width: 100%; border-top: 1px solid #ccd4d3; padding-top: 19px; font-size: 21px; line-height: 1.25; font-weight: 500; letter-spacing: -.4px; text-transform: none; color: #293f48; margin-bottom: 26px; }
.creator-apply .field { margin-bottom: 23px; }
.creator-apply label.field-label { font-size: 14px; font-weight: 500; margin-bottom: 9px; line-height: 1.5; }
.creator-apply label.field-label .hint { font-size: 12px; margin-top: 4px; line-height: 1.55; }
.creator-apply input:not([type=checkbox]):not([type=radio]), .creator-apply textarea, .creator-apply select { font-size: 16px; background: #f0f2ef; border-color: #d3dad5; padding: 14px 15px; min-height: 51px; border-radius: 6px; }
.creator-apply input::placeholder, .creator-apply textarea::placeholder { color: #727b79; }
.creator-apply textarea { resize: vertical; }
.creator-apply input:focus, .creator-apply textarea:focus, .creator-apply select:focus { border-color: #568699; outline: 2px solid #b3ddec; outline-offset: 2px; }
.creator-apply select { padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2359696b' stroke-width='1.5'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E"); background-position: right 14px center; background-repeat: no-repeat; }
.creator-apply .radio-opt { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 500; font-size: 14px; border-color: #d3dad5; background: #f0f2ef; }
.creator-apply .radio-opt.selected { border-color: #d3dad5; background: #f0f2ef; color: var(--text); }
.creator-apply .radio-opt:has(input:checked) { border-color: #638da0; background: #e1f2f9; color: #2c5265; }
.creator-apply .radio-opt:focus-within { outline: 2px solid #568699; outline-offset: 3px; }
.creator-apply .radio-opt input { display: inline-block; width: 16px; height: 16px; margin: 0; accent-color: #315f70; }
.creator-apply .consent { background: #f0f2ef; border-color: #d3dad5; padding: 17px; }
.creator-apply .consent input[type=checkbox] { accent-color: #315f70; }
.creator-apply .consent .c-text { font-size: 13px; }
.creator-apply .consent .c-text strong { font-weight: 500; }
.creator-apply .consent a { text-underline-offset: 2px; }
.creator-apply .contract-frame { padding: 20px; background: #f0f2ef; border-color: #d3dad5; line-height: 1.8; }
.creator-apply .success h2 { font-size: 35px; font-weight: 500; }
.creator-apply .success .big { font-size: 45px; }

@media (max-width: 1050px) {
    .hero-layout { gap: 40px; }
    .creator-home .hero h1 { font-size: 55px; }
    .creator-home .hero .sub { font-size: 15px; }
    .creator-home .hero-ctas { gap: 10px; }
    .creator-home .hero-ctas .btn { font-size: 13px; padding-inline: 17px; }
    .creator-home .earn-box { left: 16px; right: 16px; padding: 19px; }
    .creator-home .earn-amount { font-size: 44px; }
    .creator-home .earn-label { font-size: 10px; }
    .intro-grid { gap: 36px; }
    .application-layout { gap: 55px; }
    .creator-apply h1 { font-size: 41px; }
}
@media (max-width: 780px) {
    .creator-width, .creator-site header.site, .creator-home section.block, .creator-apply .wrap { width: calc(100% - 40px); }
    .hero-layout { gap: 28px; padding-block: 36px 50px; }
    .creator-home .hero h1 { font-size: 46px; letter-spacing: -.5px; }
    .hero-photo { height: 360px; }
    .hero-visual { padding-bottom: 140px; }
    .creator-home .hero-pills { margin-bottom: 20px; }
    .hero-band .pill { font-size: 12px; }
    .creator-home .earn-amount { font-size: 39px; }
    .creator-home .earn-label { line-height: 1.5; }
    .creator-home .earn-creator { font-size: 11px; }
    .creator-home .section-title { font-size: 31px; }
    .creator-home section.block { padding-block: 48px; }
    .creator-home .intro-grid section.block { width: 100%; }
    .creator-home .video-grid { margin-inline: 0; }
    .creator-home .video-tile { width: 166px; }
    .creator-home .props { gap: 16px; }
    .creator-home .prop { padding: 23px; }
    .creator-home .final-cta h2 { font-size: 32px; }
    .application-layout { gap: 35px; grid-template-columns: .8fr 1.2fr; }
    .creator-apply h1 { font-size: 35px; letter-spacing: -1px; }
    .application-photo { height: 300px; }
}
@media (max-width: 600px) {
    .creator-site header.site { padding-block: 20px; }
    .creator-site .wordmark img { height: 23px; }
    .creator-site .wordmark-suffix { font-size: 13px; }
    .creator-site header.site .btn { font-size: 12px; padding: 8px 17px; min-height: 37px; }
    .hero-layout { grid-template-columns: 1fr; gap: 35px; padding-block: 25px 40px; }
    .creator-home .hero h1 { font-size: 49px; line-height: 1.04; }
    .creator-home .hero .sub { font-size: 15px; margin-top: 20px; }
    .creator-home .hero-ctas { flex-wrap: nowrap; }
    .creator-home .hero-ctas .btn { font-size: 12px; padding-inline: 17px; }
    .hero-photo { height: 330px; }
    .hero-visual { padding-bottom: 100px; }
    .creator-home .earn-box { left: 17px; right: 17px; padding: 19px 21px; }
    .creator-home .earn-label { font-size: 10px; }
    .creator-home .earn-amount { font-size: 44px; }
    .creator-examples { padding-block: 30px 39px; }
    .creator-home .video-tile { width: 160px; }
    .intro-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
    .creator-home .intro-grid section.block { padding-top: 27px; }
    .creator-home .big-stat .huge { font-size: 53px; }
    .creator-home .section-title { font-size: 30px; }
    .creator-home .section-sub { font-size: 15px; }
    .creator-home .props { grid-template-columns: 1fr; }
    .creator-home .prop h3 { font-size: 21px; }
    .creator-home .trust { gap: 12px; }
    .creator-home .trust .pill { min-height: 44px; padding: 9px 14px; font-size: 14px; }
    .creator-home details.faq summary { font-size: 15px; padding: 18px; }
    .creator-home details.faq .faq-body { font-size: 14px; padding: 0 18px 18px; }
    .creator-home .final-cta { padding: 52px 20px 58px; }
    .creator-home .final-cta h2 { font-size: 30px; }
    .creator-home .final-cta .btn { font-size: 14px !important; padding: 14px 23px !important; }
    .creator-home footer.site { font-size: 11px; line-height: 1.8; }
    .creator-apply .wrap { padding-block: 35px 65px; }
    .application-layout { grid-template-columns: 1fr; gap: 34px; }
    .application-aside { position: static; }
    .creator-apply h1 { font-size: 37px; }
    .creator-apply .lede { margin-block: 18px 23px; }
    .application-photo { height: 190px; }
    .creator-apply legend { font-size: 20px; }
    .creator-apply .field { margin-bottom: 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .creator-site *, .creator-site *::before, .creator-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
