/* Cup of Joe illustration system: hand-inked artwork and paper surfaces. */
mark { background: linear-gradient(transparent 30%,#ffda91 30%,#ffda91 90%,transparent 90%); color: inherit; padding: 0 .12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.ink-underline { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 4px; text-underline-offset: .13em; }
.session-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.session-art { margin: 0; padding: 20px 20px 30px; background: white; border: 2px solid var(--ink); border-radius: 9px 24px 8px 16px; box-shadow: 8px 8px 0 #efbe69; position: sticky; top: 115px; }
.session-art img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.session-art figcaption { color: var(--ink); font: italic 2.4rem/1.15 Georgia,serif; text-align: center; }
.session-art p { margin: 20px 0 0; text-align: center; color: var(--muted); }
.session-layout .session-timeline { width: 100%; }
.session-layout .timeline-step { grid-template-columns: 48px 1fr; gap: 20px; min-height: 155px; }
.session-layout .step-time { display: none; }
.session-layout .step-marker { width: 46px; height: 46px; }
.session-layout .session-timeline::before { left: 23px; }
.community-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 55px; align-items: center; margin-bottom: 70px; }
.community-heading h2 { color: white; font-size: clamp(2.6rem,4.2vw,4.5rem); }
.community-heading h2 em,.fit-header h2 em { font-family: Georgia,serif; font-weight: 400; text-transform: none; color: var(--orange); }
.community-intro { color: #c5d0db; font-size: 1.15rem; margin-top: 30px; }
.community-art { margin: 0; background: white; border: 3px solid #ff6b21; border-radius: 5px 19px 6px 13px; padding: 12px 12px 24px; transform: rotate(2deg); box-shadow: 9px 9px 0 #030c18; }
.community-art img { width: 100%; aspect-ratio: 3/2; object-fit: contain; }
.community-art figcaption { color: var(--ink); font: italic 1.25rem Georgia,serif; text-align: center; }
.stories .story-feature { display: grid; grid-template-columns: 210px 1fr; gap: 45px; align-items: center; }
.stories .story-feature p { font-size: clamp(1.7rem,3vw,2.8rem); }
.result-stamp { text-align: center; border: 2px dashed var(--ink); border-radius: 10px 23px 8px 14px; padding: 23px; background: #fff7e7; transform: rotate(-3deg); }
.result-stamp span,.result-stamp small,.result-stamp b { display: block; }
.result-stamp b { font-size: 3rem; line-height: 1.05; letter-spacing: -.05em; }
.result-stamp small { font-size: .8rem; }
.result-stamp span { font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.result-stamp .result-arrow { font-size: 2rem; color: var(--orange-dark); }
.stories .story:not(.story-feature) { background: #fffaf0; color: var(--ink); border-color: #e0caab; box-shadow: 5px 5px 0 #020a16; }
.stories .story:nth-child(3),.stories .story:nth-child(5) { transform: rotate(1deg); }
.stories .story:not(.story-feature) p { font-size: clamp(1.5rem,2.2vw,2rem); }
.stories .story:not(.story-feature) strong { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.stories .story footer span { color: #637181; }
.story-label { font: 800 .75rem/1.3 var(--body); text-transform: uppercase; letter-spacing: .1em; color: var(--orange-dark); margin-bottom: 25px; }
.fit .fit-header { grid-template-columns: 1.15fr 1fr; align-items: center; gap: 45px; }
.fit-header h2 { font-size: clamp(2.5rem,4.5vw,4.7rem); }
.fit-intro { color: var(--muted); font-size: 1.2rem; }
.protect-art { width: 100%; aspect-ratio: 3/2; object-fit: contain; }
.fit .project-marquee { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; transform: none; white-space: normal; margin: 40px 0 65px; font: italic 1.45rem Georgia,serif; }
.project-marquee span { padding: 12px 22px; border: 2px solid var(--ink); border-radius: 3px 10px 4px 8px; background: #fff5df; box-shadow: 3px 3px 0 #e7be71; }
.project-marquee span:nth-child(even) { transform: rotate(-2deg); background: white; }
.fit .project-marquee span::after { display: none; }
.fit .fit-grid { gap: 28px; background: transparent; border: 0; overflow: visible; }
.fit-grid .fit-panel { border: 2px solid var(--ink); border-radius: 8px 19px 7px 14px; padding: 35px; box-shadow: 7px 7px 0 #dfd5c4; background: #fff; }
.fit-grid .fit-yes { border-color: #ba6613; box-shadow: 7px 7px 0 #ffc570; }
.fit-art { float: right; width: 95px; height: 115px; margin: -15px -10px 0 15px; }
.panel-kicker { margin: 0 0 12px; color: var(--orange-dark); text-transform: uppercase; font-size: .75rem; letter-spacing: .09em; font-weight: 800; }
.fit-grid h3 { font-size: 2rem; max-width: 320px; }
.fit-grid ul { clear: both; padding-top: 15px; }
.fit-grid li { padding-left: 35px; }
.fit-yes li::before { content: '✓'; font-size: 1.3rem; }
.fit-no li::before { content: '−'; font-size: 1.3rem; color: #6b7683; }
@media(max-width:780px) { .session-layout,.community-heading,.fit .fit-header { grid-template-columns: 1fr; gap: 40px; } .session-art { position: static; max-width: 440px; margin: 0 auto 25px; } .stories .story-feature { grid-template-columns: 1fr; gap: 30px; } .result-stamp { max-width: 240px; margin-inline: auto; width: 100%; } .community-art { max-width: 490px; margin-inline: auto; } .fit .fit-grid { gap: 25px; } .fit .project-marquee { gap: 12px; font-size: 1.2rem; } .project-marquee span { padding: 10px 15px; } .session-layout .timeline-step > div:last-child { grid-column: 2; } }
:root { --orange: #ff5b13; --orange-dark: #c94005; --paper: #fff; --cream: #faf8f3; }
.hero { background: #0b172a; }
.hero-grid { gap: 44px; grid-template-columns: 1.05fr 1fr; }
.illustrated-hero { padding: 15px 8px 55px; transform: rotate(2deg); }
.illustrated-hero .image-frame { border: 3px solid #080e1b; border-radius: 49% 3% 45% 3% / 3% 45% 4% 48%; background: white; padding: 12px; box-shadow: 12px 14px 0 var(--orange); }
.illustrated-hero::before { display: none; }
.illustrated-hero .image-frame::after { display: none; }
.illustrated-hero .image-frame img { width: 100%; min-height: 0; aspect-ratio: 1; object-fit: contain; }
.illustrated-hero .margin-note { position: static; margin: 28px 0 0 15px; font-size: 1rem; transform: rotate(-3deg); }
.illustrated-hero .session-card { bottom: 12px; right: 0; border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--orange); transform: rotate(-4deg); }
.hero h1 em { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 3px; text-underline-offset: 10px; }
.button { border-radius: 3px 9px 4px 7px; }
.button-primary { border: 2px solid #fc8b53; box-shadow: 5px 5px 0 #070d18; }
.proof-ribbon { border-bottom: 3px solid var(--ink); }
.step-marker { border-radius: 47% 52% 43% 53%; background: var(--orange); color: white; border: 2px solid var(--ink); box-shadow: 3px 2px 0 var(--ink); }
.timeline-note { border: 2px solid var(--ink); border-left: 6px solid var(--orange); border-radius: 7px 3px 11px 4px; transform: rotate(-.5deg); }
.shift-image { background: white; min-height: 0; padding: 25px 18px 135px; border: 2px solid var(--ink); border-radius: 8px 22px 10px 17px; box-shadow: 9px 9px 0 var(--orange); transform: rotate(-2deg); }
.shift-image::after { display: none; }
.shift-image img { height: auto; min-height: 0; width: 100%; aspect-ratio: 3/2; object-fit: contain; }
.shift-quote { top: auto; bottom: 25px; transform: translateX(-50%); width: 90%; color: var(--ink); }
.shift-quote p { font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1; }
.shift-quote p br { display: none; }
.story-grid { gap: 18px; background: transparent; border: 0; }
.story { border: 2px solid #586575; border-radius: 5px 15px 6px 12px; }
.story-feature { border: 2px solid #ffaf85; box-shadow: 7px 7px 0 #020a16; transform: rotate(-.7deg); }
.inside { background: white; }
.feature { grid-template-columns: 100px 1fr; gap: 25px; align-items: center; }
.lesson-icon { display: block; width: 100px; height: 130px; background-image: url('./assets/membership-icons.png'); background-size: 600% auto; background-repeat: no-repeat; background-position-y: center; }
.icon-calendar { background-position-x: 0%; }
.icon-replay { background-position-x: 20%; }
.icon-community { background-position-x: 40%; }
.icon-notebook { background-position-x: 60%; }
.icon-coffee { background-position-x: 80%; }
.icon-books { background-position-x: 100%; }
.fit-grid { border: 2px solid var(--ink); border-radius: 13px 4px 16px 5px; overflow: hidden; }
.founder-photo::before { border: 3px solid var(--orange); transform: rotate(3deg); }
.closing { border-top: 8px solid var(--orange); }
@media (max-width:1000px) { .hero-grid { grid-template-columns: 1fr; } .illustrated-hero { max-width: 610px; margin-inline: auto; } }
@media (max-width:780px) { .illustrated-hero .margin-note { display: block; } .shift-image { height: auto; min-height: 0; } .shift-image img { height: auto; min-height: 0; } .feature { grid-template-columns: 78px 1fr; gap: 18px; } .lesson-icon { width: 78px; height: 105px; } .hero h1 em { text-decoration: none; } }
@media (prefers-reduced-motion: reduce) { .illustrated-hero,.shift-image,.story-feature { transform: none; } }
