:root { --ink: #18221d; --paper: #f2eee6; --cream: #faf8f2; --lime: #d8ec64; --orange: #e66d3f; --muted: #68726a; --line: rgba(24, 34, 29, .18); --serif: 'Fraunces', Georgia, serif; --sans: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.page-width { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.page-shell { overflow: hidden; }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1340px, calc(100% - 96px)); margin: 0 auto; padding: 27px 0; color: var(--cream); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
.brand i { color: var(--lime); font-family: var(--serif); font-size: 19px; font-weight: 600; }
.brand-spark { display: grid; width: 27px; height: 27px; place-items: center; color: var(--lime); border: 1px solid rgba(216, 236, 100, .8); border-radius: 50%; font-size: 12px; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: rgba(250, 248, 242, .77); font-size: 12px; font-weight: 600; }
.primary-nav a:not(.nav-cta):hover, .primary-nav a:not(.nav-cta):focus-visible { color: var(--lime); }
.nav-cta { padding: 11px 15px; color: var(--ink); background: var(--lime); }
.nav-cta span, .button span { margin-left: 15px; font-size: 17px; line-height: 0; }
.menu-toggle { display: none; border: 0; background: transparent; }
.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: var(--cream); background: var(--ink); isolation: isolate; }
.hero-photo { position: absolute; z-index: -3; inset: 0; background: url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=2200&q=86') center 48% / cover; }
.hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(24, 34, 29, .97) 0%, rgba(24, 34, 29, .8) 39%, rgba(24, 34, 29, .15) 78%), linear-gradient(0deg, rgba(24, 34, 29, .68), transparent 48%); }
.hero-content { padding-top: 90px; }
.kicker, .section-number { margin: 0 0 24px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 660px; margin: 0 0 29px; font-family: var(--serif); font-size: clamp(70px, 10vw, 142px); font-weight: 600; letter-spacing: -.065em; line-height: .82; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-intro { max-width: 380px; margin: 0 0 34px; color: rgba(250, 248, 242, .8); font-size: 17px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; border: 1px solid transparent; padding: 15px 17px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-light { color: var(--ink); background: var(--lime); }.button-light:hover, .button-light:focus-visible { background: var(--cream); }
.button-dark { color: var(--cream); background: var(--ink); }.button-dark:hover, .button-dark:focus-visible { background: var(--orange); }
.hero-stamp { position: absolute; right: 9%; bottom: 12%; display: grid; width: 120px; height: 120px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); text-align: center; transform: rotate(12deg); }.hero-stamp span { font-family: var(--serif); font-size: 38px; line-height: .7; }.hero-stamp small { font-size: 9px; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }.hero-caption { position: absolute; right: 5%; bottom: 28px; color: rgba(250, 248, 242, .65); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right bottom; }
.launch-banner { background: var(--lime); }.launch-inner { display: flex; align-items: center; gap: 15px; min-height: 64px; }.launch-inner p { margin: 0; font-size: 13px; }.launch-inner a { margin-left: auto; font-size: 12px; font-weight: 700; text-transform: uppercase; }.launch-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.intro-section { padding-top: 130px; padding-bottom: 150px; }.section-number { color: var(--orange); }.section-number span { margin-left: 20px; color: var(--muted); font-weight: 500; letter-spacing: .03em; }.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 13%; }.intro-grid h2, .section-heading h2, .stories-heading h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 7vw, 96px); font-weight: 600; letter-spacing: -.065em; line-height: .9; }.intro-grid h2 em, .section-heading h2 em, .stories-heading h2 em, .final-cta h2 em { color: var(--orange); }.intro-copy { max-width: 455px; padding-top: 12px; }.large-copy { margin: 0 0 22px; font-family: var(--serif); font-size: 28px; line-height: 1.15; }.intro-copy p:not(.large-copy) { color: var(--muted); }.text-link { display: inline-flex; gap: 20px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.question-section { padding: 110px 0 125px; color: var(--cream); background: var(--orange); }.light-number { color: var(--cream); }.question-grid { position: relative; }.question-grid blockquote { max-width: 840px; margin: 0; font-family: var(--serif); font-size: clamp(45px, 6vw, 82px); letter-spacing: -.05em; line-height: .95; }.quote-mark { position: absolute; right: 4%; bottom: -45px; color: var(--lime); font-family: var(--serif); font-size: 180px; line-height: .5; }
.services-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 13%; padding-top: 145px; padding-bottom: 160px; }.section-heading h2 { font-size: clamp(52px, 6vw, 82px); }.service-list { border-top: 1px solid var(--line); }.service-item { display: grid; grid-template-columns: 50px 1fr 30px; gap: 15px; align-items: start; padding: 27px 0 32px; border-bottom: 1px solid var(--line); }.service-index, .service-arrow { color: var(--orange); font-size: 11px; font-weight: 700; }.service-arrow { text-align: right; font-size: 22px; }.service-item h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1; }.service-item p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.contest-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; margin-bottom: 150px; }.contest-image { position: relative; overflow: hidden; background: url('https://images.unsplash.com/photo-1507525797423-27c2f88dce9e?auto=format&fit=crop&w=1200&q=86') center / cover; }.contest-image::after { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(24, 34, 29, .05), rgba(24, 34, 29, .42)); content: ''; }.image-label { position: absolute; z-index: 1; top: 28px; left: 28px; color: var(--cream); font-family: var(--serif); font-size: 32px; line-height: .95; }.contest-card { padding: 59px 11% 45px; background: var(--lime); }.contest-card h2 { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); letter-spacing: -.06em; line-height: .9; }.contest-card h2 em { color: var(--orange); }.contest-card > p:not(.section-number) { max-width: 390px; margin-bottom: 30px; font-size: 14px; }.signup-form { display: grid; gap: 12px; max-width: 430px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.signup-form label { display: grid; gap: 5px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.signup-form input[type=text], .signup-form input[type=email], .signup-form input[type=tel] { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(24, 34, 29, .45); outline: 0; color: var(--ink); background: transparent; }.signup-form input:focus { border-color: var(--orange); }.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 8px; margin: 6px 0 8px; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.35; text-transform: none !important; }.consent input { margin-top: 2px; accent-color: var(--orange); }.form-status { min-height: 20px; margin: 0; color: var(--orange); font-size: 12px; font-weight: 700; }
.stories-section { padding: 125px 0 150px; background: var(--ink); color: var(--cream); }.stories-section .section-number span { color: rgba(250, 248, 242, .6); }.stories-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 75px; }.stories-heading h2 { color: var(--cream); }.stories-heading p { max-width: 250px; margin: 0 5% 4px 0; color: rgba(250, 248, 242, .66); font-size: 14px; }.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(250, 248, 242, .25); }.story-card { min-height: 275px; padding: 27px 35px 25px 0; border-right: 1px solid rgba(250, 248, 242, .25); }.story-card + .story-card { padding-left: 35px; }.story-card:last-child { border-right: 0; }.story-amount { color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.story-card blockquote { margin: 46px 0 28px; font-family: var(--serif); font-size: 24px; line-height: 1.08; }.story-card cite { color: var(--orange); font-size: 11px; font-style: normal; font-weight: 700; text-transform: uppercase; }.story-card cite span { color: rgba(250, 248, 242, .55); font-weight: 500; }
.final-cta { display: flex; align-items: end; justify-content: space-between; padding-top: 125px; padding-bottom: 135px; }.final-cta .kicker { color: var(--orange); }.final-cta .button { margin-bottom: 8px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; padding-bottom: 35px; border-top: 1px solid var(--line); font-size: 12px; }.site-footer p { margin: 0; color: var(--muted); }.site-footer > a:last-child { font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 760px) { .page-width, .site-header { width: min(100% - 40px, 560px); }.site-header { padding-top: 20px; }.menu-toggle { display: grid; gap: 5px; padding: 8px 0 8px 8px; }.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--cream); }.primary-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 18px; color: var(--cream); background: var(--ink); }.primary-nav.is-open { display: flex; }.primary-nav a { padding: 13px 0; }.primary-nav .nav-cta { margin: 5px 0 8px; padding: 12px; }.hero { min-height: 720px; align-items: flex-start; }.hero-photo { background-position: 63% center; }.hero-content { padding-top: 160px; }.hero h1 { font-size: clamp(70px, 19vw, 110px); }.hero-intro { max-width: 295px; font-size: 15px; }.hero-stamp { right: 9%; bottom: 7%; width: 92px; height: 92px; }.hero-stamp span { font-size: 28px; }.hero-stamp small { font-size: 7px; }.hero-caption { display: none; }.launch-inner { min-height: 80px; flex-wrap: wrap; gap: 4px 10px; padding-top: 15px; padding-bottom: 15px; }.launch-inner a { width: 100%; margin-left: 18px; }.intro-section { padding-top: 90px; padding-bottom: 100px; }.intro-grid, .services-section, .contest-section { grid-template-columns: 1fr; gap: 50px; }.intro-grid h2, .section-heading h2, .stories-heading h2, .final-cta h2 { font-size: clamp(55px, 16vw, 82px); }.intro-copy { padding-top: 0; }.large-copy { font-size: 26px; }.question-section { padding: 85px 0 105px; }.question-grid blockquote { font-size: clamp(42px, 12vw, 68px); }.quote-mark { right: 4%; bottom: -42px; font-size: 120px; }.services-section { padding-top: 90px; padding-bottom: 100px; }.service-item { grid-template-columns: 35px 1fr 25px; }.service-item h3 { font-size: 27px; }.contest-section { margin-bottom: 90px; }.contest-image { min-height: 340px; }.contest-card { padding: 42px 25px 45px; }.contest-card h2 { font-size: 54px; }.form-row { grid-template-columns: 1fr; gap: 12px; }.stories-section { padding: 90px 0 100px; }.stories-heading { display: block; margin-bottom: 50px; }.stories-heading p { margin: 25px 0 0; }.story-grid { grid-template-columns: 1fr; }.story-card, .story-card + .story-card { min-height: auto; padding: 25px 0 30px; border-right: 0; border-bottom: 1px solid rgba(250, 248, 242, .25); }.story-card:last-child { border-bottom: 0; }.story-card blockquote { margin: 30px 0 20px; }.final-cta { display: block; padding-top: 90px; padding-bottom: 100px; }.final-cta .button { margin-top: 35px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 15px; padding-bottom: 25px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
