/* About layout owns geometry; Sage and canonical foundations own appearance. */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--ywe-theme-background);color:var(--ywe-theme-foreground);font-family:var(--ywe-font-ui);-webkit-font-smoothing:antialiased}
main{max-width:1200px;padding:0 60px 100px;margin:auto}.story-hero{text-align:center;padding:170px 0 76px}.portrait{display:block;width:161px;height:161px;object-fit:cover;border-radius:50%;margin:0 auto 22px;box-shadow:var(--ywe-elevation-raised)}h1{font-size:clamp(40px,5.85vw,75px);line-height:1.15;margin:0;font-weight:500!important}h1 strong{font-weight:700}h2{font-size:clamp(30px,3.7vw,48px);line-height:1.18;margin:0 0 24px;text-wrap:balance}.chapters{display:flex;flex-direction:column;gap:104px}.chapter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start;scroll-margin-top:125px}.chapter-text{min-width:0}.story-copy{font-size:19px;line-height:1.65;color:var(--ywe-theme-muted-foreground);overflow-wrap:break-word}.story-copy p{margin:0 0 26px}.story-copy strong{color:var(--ywe-theme-foreground)}a{color:var(--ywe-theme-foreground);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}.chapter-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.story-photo{margin:0;min-width:0;overflow:hidden;border-radius:var(--ywe-radius-card,28px);corner-shape:squircle;aspect-ratio:1/1}.story-photo img{display:block;width:100%;height:100%;object-fit:cover}.story-audio{padding:14px 10px;margin:6px 0 26px;border:1px solid var(--ywe-theme-border);border-radius:24px}audio{display:block;width:100%;height:44px}.audio-error{font-size:14px}.community{margin-top:36px;padding:22px;border:1px solid var(--ywe-theme-border);border-radius:28px}.community-fields{display:grid;gap:12px}.community input{width:100%;min-height:48px;font:inherit;font-size:15px;border:1px solid var(--ywe-theme-border);border-radius:16px;background:var(--ywe-theme-input);color:var(--ywe-theme-foreground);padding:12px 16px}.community-submit{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;width:100%;min-height:50px;padding:12px 18px;border:0;border-radius:18px;background:var(--ywe-theme-primary);color:var(--ywe-theme-on-primary);font:600 16px var(--ywe-font-ui);cursor:pointer;box-shadow:var(--ywe-elevation-raised);transition:transform var(--dur-quick, 200ms) var(--ease-standard, ease)}.community-submit:hover{transform:translateY(-2px)}.community-submit svg{width:23px;height:23px;flex-shrink:0}.community-note{font-size:12px;text-align:center;color:var(--ywe-theme-muted-foreground);margin:12px 0 0}#community-status{font-size:14px;line-height:1.5;margin:12px 0 0}#community-status:empty{display:none}.reading-progress{position:fixed;inset:0 auto auto 0;width:100%;height:3px;z-index:10001;background:var(--ywe-theme-primary);transform:scaleX(var(--reading-progress,0));transform-origin:left;pointer-events:none}.skip-link{position:fixed;top:8px;left:8px;z-index:10002;padding:12px;background:var(--ywe-theme-card);transform:translateY(-150%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--ywe-theme-focus);outline-offset:5px}body.reveals-enabled [data-reveal]{transition:opacity var(--ywe-duration-slow,480ms) ease,transform var(--ywe-duration-slow,480ms) ease}body.reveals-enabled [data-reveal].awaiting-reveal{opacity:0;transform:translateY(18px)}
@media(min-width:810px) and (max-width:1199px){main{padding-inline:36px}.chapter{gap:32px}.story-copy{font-size:17px}.story-hero{padding-top:150px}.chapters{gap:80px}}
@media(max-width:809px){html{scroll-padding-top:96px}main{padding:0 22px 110px}.story-hero{padding:142px 0 56px}.portrait{width:120px;height:120px;margin-bottom:22px}h1{font-size:clamp(35px,9.6vw,54px)}h2{font-size:32px;line-height:1.22;margin-bottom:22px}.chapters{gap:64px}.chapter{grid-template-columns:minmax(0,1fr);gap:28px}.chapter-reverse .chapter-text,.story-copy{font-size:16px;line-height:1.7}.story-copy p{margin-bottom:24px}.story-photo{border-radius:22px}.chapter-gallery{gap:10px}.community{padding:18px}.story-hero:after{content:"";display:block;width:85%;margin:36px auto 0;border-top:1px solid var(--ywe-theme-border)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body.reveals-enabled [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}.community-submit{transition:none}}
@supports not (corner-shape:squircle){.story-photo{border-radius:24px}}

/* Source-measured photo rows preserve crop windows and art-directed groupings. */
.chapter-gallery{display:flex;flex-direction:column}.photo-row{display:grid;gap:10px;aspect-ratio:var(--row-ratio);width:100%;min-width:0}.photo-row .story-photo{grid-column:auto;aspect-ratio:auto;width:100%;height:100%;min-height:0}
/* Remove intrinsic image minimums from crop-window sizing. */
.photo-row .story-photo{position:relative}.photo-row .story-photo img{position:absolute;inset:0}

/* Continuous source columns, never equal-height chapter rows. */
.chapters{display:flex;flex-direction:column;gap:50px}.story-column{display:flex;flex-direction:column;gap:50px;min-width:0}.chapter-text .story-copy:last-of-type p:last-child{margin-bottom:0}.chapter-gallery{min-width:0}.photo-row>.story-photo{grid-column:auto!important;grid-row:auto!important;aspect-ratio:auto!important}
@media(min-width:1200px){.chapters.columns-ready{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:35px;align-items:start}}
@media(max-width:1199px){.chapters{max-width:680px;margin:auto}.story-column{display:contents}.chapter-text,.chapter-gallery{width:100%}}
@media(max-width:809px){.chapters{gap:40px}}

@media(max-width:1199px){.chapter{grid-template-columns:minmax(0,1fr)}}

/* Owner refinement: match canonical login input geometry and appearance roles. */
.community[hidden]{display:none!important}.community-fields label{display:grid;gap:7px;color:var(--ywe-theme-foreground);font-size:12px;font-weight:700}.community input{height:54px;min-height:54px;border:1px solid rgba(20,14,8,.18);border-radius:16px;padding:0 16px;background:var(--ywe-theme-auth-control,var(--ywe-theme-input));color:var(--ywe-theme-foreground);font:500 16px/1 var(--ywe-font-ui)}.community input::placeholder{color:var(--ywe-theme-muted-foreground);opacity:1}.community input:focus-visible{outline:2px solid var(--ywe-theme-focus);outline-offset:3px}.community-note{font-size:13px;line-height:1.5}

.community input{border-radius:var(--ywe-shape-control,999px);corner-shape:var(--ywe-corner-control,superellipse(1.25));border-color:var(--ywe-edge-control,rgba(255,255,255,.58));box-shadow:var(--ywe-shadow-opal-card)}

html[data-embed="workshop"] ywe-header{display:none}html[data-embed="workshop"] .story-hero{padding-top:45px}
