.poetry{min-height:100vh;padding:8rem 2rem;background:var(--bg-dark);position:relative;overflow:hidden}.poetry-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.poetry-header{text-align:center;margin-bottom:5rem}.poetry-eyebrow{font-size:.95rem;font-weight:400;color:var(--color-blue);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;display:block}.poetry-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;background:linear-gradient(135deg,var(--color-blue),var(--color-blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1}.poetry-subtitle{font-size:1.25rem;color:var(--text-secondary);font-weight:400;max-width:550px;margin:0 auto;line-height:1.6;font-style:italic}.poetry-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:var(--text-secondary)}.loading-spinner{width:40px;height:40px;border:2px solid rgba(59,130,246,.2);border-top:2px solid var(--color-blue);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.poetry-error{text-align:center;padding:4rem;color:var(--text-secondary)}.poetry-error p{margin-bottom:1.5rem}.poetry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.poem-card{background:var(--bg-card);border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);transition:all .4s ease;position:relative;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.poem-thumbnail{width:100%;height:200px;overflow:hidden}.poem-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.poem-card:hover .poem-thumbnail img{transform:scale(1.05)}.poem-card-visible{opacity:1;transform:translateY(0)}.poem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-blue);transform:scaleX(0);transition:transform .3s ease}.poem-card:hover:before{transform:scaleX(1)}.poem-card:hover{border-color:rgba(59,130,246,.3);transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.3)}.poem-content{padding:1.75rem}.poem-date{font-size:.75rem;color:var(--text-muted);font-weight:400;display:block;margin-bottom:.75rem;letter-spacing:.05em;text-transform:uppercase}.poem-title{font-size:1.35rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3}.poem-excerpt{color:var(--text-secondary);margin-bottom:0;line-height:1.7;font-size:.95rem;font-style:italic}.poem-read-more-inline{background:none;border:none;color:var(--color-blue);font-style:italic;font-size:.95rem;cursor:pointer;padding:0;transition:color .3s ease}.poem-read-more-inline:hover{color:var(--color-blue-light)}.poem-read-more{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-blue);text-decoration:none;font-weight:500;transition:all .3s ease;background:none;border:none;cursor:pointer;padding:0;font-size:.95rem}.poem-read-more:hover{color:var(--color-blue-light);gap:.75rem}.poem-read-more .arrow{transition:transform .3s ease}.poem-read-more:hover .arrow{transform:translateX(4px)}.poetry-cta{text-align:center;margin-top:3rem}.poetry-link-btn{display:inline-block;padding:.875rem 2rem;background:var(--color-blue);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px var(--glow-blue)}.poetry-link-btn:hover{transform:translateY(-2px);background:var(--color-blue-light);box-shadow:0 8px 25px var(--glow-blue)}@media (max-width:600px){.poetry{padding:5rem 1rem 4rem}.poetry-header{margin-bottom:2.5rem;text-align:center}.poetry-eyebrow{font-size:.85rem;margin-bottom:.75rem}.poetry-title{font-size:clamp(2rem,10vw,2.5rem);margin-bottom:1rem}.poetry-subtitle{font-size:1rem;line-height:1.5;max-width:90%;margin:0 auto}.poetry-grid{grid-template-columns:1fr;gap:1rem}.poem-card{display:grid;grid-template-columns:100px 1fr;border-radius:10px}.poem-card:hover{transform:translateY(-2px)}.poem-thumbnail{height:100%;min-height:120px;border-radius:10px 0 0 10px}.poem-content{padding:1rem;display:flex;flex-direction:column;justify-content:center}.poem-date{font-size:.65rem;margin-bottom:.4rem}.poem-title{font-size:1rem;margin-bottom:.5rem;line-height:1.25}.poem-excerpt{line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.poem-excerpt,.poem-read-more-inline{font-size:.85rem}.poetry-cta{margin-top:2rem}.poetry-link-btn{padding:.75rem 1.5rem;font-size:.85rem}}@media (max-width:400px){.poetry{padding:4rem .75rem 3rem}.poetry-header{margin-bottom:2rem;padding:0 .5rem;text-align:center}.poetry-eyebrow{font-size:.75rem;letter-spacing:.1em;margin-bottom:.5rem}.poetry-title{font-size:clamp(1.75rem,9vw,2rem);margin-bottom:.75rem}.poetry-subtitle{font-size:.9rem;line-height:1.5;max-width:95%;margin:0 auto}.poetry-grid{gap:.75rem}.poem-card{grid-template-columns:85px 1fr;border-radius:8px}.poem-thumbnail{min-height:100px;border-radius:8px 0 0 8px}.poem-content{padding:.75rem}.poem-date{font-size:.6rem}.poem-title{font-size:.9rem;margin-bottom:.4rem}.poem-excerpt{-webkit-line-clamp:2}.poem-excerpt,.poem-read-more-inline{font-size:.8rem}.poetry-cta{margin-top:1.5rem}.poetry-link-btn{width:100%;text-align:center;padding:.875rem 1.5rem}}.poem-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.poem-modal{background:linear-gradient(180deg,#1a1a1a,#0d0d0d);border-radius:16px;max-width:520px;width:100%;max-height:85vh;overflow:hidden;position:relative;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 30px 60px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.05);animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.poem-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);color:var(--text-secondary);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.poem-modal-close:hover{background:hsla(0,0%,100%,.12);color:var(--text-primary);transform:rotate(90deg)}.poem-modal-header-mobile{display:none}.poem-modal-sticky-header{position:-webkit-sticky;position:sticky;top:-3rem;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(180deg,rgba(26,26,26,.98) 0,rgba(26,26,26,.95) 60%,rgba(26,26,26,0));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin:-3rem -3rem 0;width:calc(100% + 6rem)}.poem-modal-sticky-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--header-bg-image);background-size:cover;background-position:50%;opacity:.15;filter:blur(20px);z-index:-1}.poem-modal-header-date{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);flex-shrink:0}.poem-modal-calendar-icon{width:16px;height:16px;opacity:.7}.poem-modal-header-date-text{font-family:Lato,sans-serif;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.poem-modal-sticky-title{font-family:Pinyon Script,cursive;font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem 0 .5rem}.poem-modal-sticky-close{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);color:var(--text-secondary);font-size:1.4rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.poem-modal-sticky-close:hover{background:hsla(0,0%,100%,.15);color:var(--text-primary);transform:rotate(90deg)}.poem-modal-cta-slide{padding-top:0!important}.modal-component--poem .modal-component-close--floating,.poem-modal-counter-mobile,.poem-modal-footer-close{display:none}.poem-modal-content{padding:3rem;overflow-y:auto;max-height:85vh;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.poem-modal-content::-webkit-scrollbar{width:8px}.poem-modal-content::-webkit-scrollbar-track{background:transparent}.poem-modal-content::-webkit-scrollbar-thumb{background:rgba(59,130,246,.3);border-radius:4px}.poem-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.5)}.poem-modal-content.swipe-left{animation:swipeInFromRight .3s ease-out}.poem-modal-content.swipe-right{animation:swipeInFromLeft .3s ease-out}@keyframes swipeInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes swipeInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.poem-modal-figure{width:calc(100% + 6rem);margin:0 -3rem}.poem-modal-image{width:100%;height:220px;overflow:hidden;position:relative}.poem-modal-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(0deg,#1a1a1a,transparent)}.poem-modal-image img{width:100%;height:100%;object-fit:cover;object-position:center 0}.poem-modal-caption{padding:.75rem 3rem 1.5rem;font-style:italic;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:1.5rem}.poem-modal-caption,.poem-modal-date{display:block;font-family:Lato,sans-serif;font-size:.8rem;color:var(--text-muted)}.poem-modal-date{font-weight:400;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.poem-modal-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:400;color:var(--text-primary);margin-bottom:2rem;line-height:1.2;font-family:Pinyon Script,cursive;text-align:center}.poem-modal-title:after{content:"~";display:block;font-size:1.5rem;color:var(--color-blue);margin-top:1rem;font-family:Lato,sans-serif}.poem-modal-text{color:var(--text-secondary);font-size:1.1rem}.poem-modal-text,.poem-stanza{margin-bottom:2rem;text-align:center}.poem-stanza{display:flex;flex-direction:column;align-items:center;padding:.5rem 0;animation:stanzaFade .6s ease forwards;opacity:0}.poem-stanza:first-child{animation-delay:.2s}.poem-stanza:nth-child(2){animation-delay:.35s}.poem-stanza:nth-child(3){animation-delay:.5s}.poem-stanza:nth-child(4){animation-delay:.65s}.poem-stanza:nth-child(5){animation-delay:.8s}.poem-stanza:nth-child(6){animation-delay:.95s}.poem-stanza:nth-child(7){animation-delay:1.1s}.poem-stanza:nth-child(8){animation-delay:1.25s}@keyframes stanzaFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.poem-stanza:last-child{margin-bottom:0}.poem-line{display:block;line-height:2;font-style:italic;font-family:Lato,sans-serif;font-weight:300;font-size:1.2rem;color:var(--text-secondary);letter-spacing:.02em;transition:color .3s ease}.poem-line:hover{color:var(--text-primary)}.poem-modal-content.poem-modal-cta-slide{display:flex;flex-direction:column;align-items:center;justify-content:center}.poem-modal-cta-content{position:relative;text-align:center;padding:3rem 2rem;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.poem-modal-cta-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;background:linear-gradient(135deg,var(--color-blue),var(--color-blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.poem-modal-cta-subtitle{font-size:1.05rem;color:var(--text-secondary);margin-bottom:1rem;font-style:italic;line-height:1.7;max-width:380px}.poem-modal-signature{font-family:Pinyon Script,cursive;font-size:2.5rem;color:var(--color-blue);margin-top:1.5rem;display:block;opacity:.9}.poem-modal-cta-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);color:var(--text-secondary);font-size:1.4rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.poem-modal-cta-close:hover{background:hsla(0,0%,100%,.15);color:var(--text-primary)}.poem-modal-footer-cta{border-top:none;margin-top:0}.poem-modal-footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;background:var(--color-blue);color:#fff;text-decoration:none;border-radius:50px;font-size:.85rem;font-weight:600;font-family:Lato,sans-serif;transition:all .3s ease;box-shadow:0 4px 12px var(--glow-blue);white-space:nowrap}.poem-modal-footer-cta-btn:hover{background:var(--color-blue-light);transform:translateY(-2px);box-shadow:0 6px 20px var(--glow-blue)}.poem-modal-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.08);margin-top:2rem}.poem-modal-footer-center{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 1}.poem-modal-footer-nav{display:none;width:44px;height:44px;border-radius:50%;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);color:var(--color-blue);font-size:1.5rem;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.poem-modal-footer-nav:disabled{opacity:.3;cursor:not-allowed}.poem-modal-footer-nav:not(:disabled):active{background:rgba(59,130,246,.3);transform:scale(.95)}.poem-modal-counter{font-size:.9rem;color:var(--text-muted);font-family:Lato,sans-serif;font-weight:300}.poem-modal-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-blue);text-decoration:none;font-size:.85rem;font-family:Lato,sans-serif;transition:all .3s ease;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(59,130,246,.3);background:rgba(59,130,246,.1)}.poem-modal-link:hover{color:var(--color-blue-light);background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.5)}.poem-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,rgba(30,30,30,.95),hsla(0,0%,8%,.98));border:2px solid rgba(59,130,246,.3);color:var(--color-blue);font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:10;box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 30px rgba(59,130,246,.1),inset 0 1px 0 hsla(0,0%,100%,.05);overflow:hidden}.poem-modal-nav .nav-icon{position:relative;z-index:2;transition:transform .3s ease}.poem-modal-nav .nav-pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.4) 0,transparent 70%);transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .5s ease}.poem-modal-nav:hover{background:linear-gradient(135deg,#282828,#191919);border-color:var(--color-blue);color:var(--color-blue-light);transform:translateY(-50%) scale(1.15);box-shadow:0 8px 30px rgba(0,0,0,.5),0 0 40px rgba(59,130,246,.3),inset 0 1px 0 hsla(0,0%,100%,.1)}.poem-modal-nav:hover .nav-pulse{transform:translate(-50%,-50%) scale(1.5);opacity:1;animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.poem-modal-nav:active{transform:translateY(-50%) scale(1.05);transition:transform .1s ease}.poem-modal-prev{left:calc(50% - 330px)}.poem-modal-prev:hover .nav-icon{transform:translateX(-3px);animation:arrowBounceLeft .6s ease infinite}@keyframes arrowBounceLeft{0%,to{transform:translateX(-3px)}50%{transform:translateX(-8px)}}.poem-modal-next{right:calc(50% - 330px)}.poem-modal-next:hover .nav-icon{transform:translateX(3px);animation:arrowBounceRight .6s ease infinite}@keyframes arrowBounceRight{0%,to{transform:translateX(3px)}50%{transform:translateX(8px)}}@media (max-width:900px){.poem-modal-prev{left:1rem}.poem-modal-next{right:1rem}}@media (max-width:600px){.poem-modal-overlay{padding:0;align-items:flex-end}.poem-modal{max-height:95vh;height:95vh;border-radius:20px 20px 0 0;max-width:100%;animation:modalSlideUpMobile .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.poem-modal:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:36px;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;z-index:20}.poem-modal-content{padding:0 1.25rem 100px;max-height:95vh;overflow-y:auto}.poem-modal-figure{width:calc(100% + 2.5rem);margin:.5rem -1.25rem 0}.poem-modal-image{height:350px}.poem-modal-image img{object-position:center top}.poem-modal-image:after{height:60px}.poem-modal-caption{padding:.5rem 1.25rem 1rem;font-size:.7rem;margin-bottom:1rem}.poem-modal-close-desktop{display:none}.poem-modal-sticky-header{position:fixed;top:calc(5vh + env(safe-area-inset-top, 0px));left:0;right:0;margin:0;padding:calc(1.25rem + env(safe-area-inset-top, 0px)) 1rem .75rem;width:100%;z-index:200;background:linear-gradient(180deg,hsla(0,0%,5%,.98) 0,hsla(0,0%,5%,.95) 70%,hsla(0,0%,5%,0));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px 20px 0 0}.modal-component-body--poem{padding-top:4rem!important}.poem-modal-sticky-title{font-size:1.5rem;padding:0 .75rem}.poem-modal-header-date-text{font-size:.65rem}.poem-modal-calendar-icon{width:14px;height:14px}.poem-modal-sticky-close{width:32px;height:32px;font-size:1.2rem}.poem-modal-footer-close{display:none!important}.poem-modal-header-mobile{display:none}.poem-modal-link-mobile{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-blue);text-decoration:none;font-size:.8rem;font-family:Lato,sans-serif;padding:.4rem .75rem;border-radius:50px;border:1px solid rgba(59,130,246,.3);background:rgba(59,130,246,.1);transition:all .3s ease}.poem-modal-link-mobile:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.5)}.poem-modal-date{font-size:.7rem;margin-bottom:.75rem}.poem-modal-title{font-size:1.8rem;margin-bottom:1.5rem}.poem-modal-title:after{font-size:1.2rem;margin-top:.75rem}.poem-modal-text{font-size:1rem;margin-bottom:1.5rem}.poem-stanza{margin-bottom:1.5rem;padding:.25rem 0}.poem-line{font-size:1rem;line-height:1.8}.poem-modal-nav{display:none}.poem-modal-footer{position:fixed;bottom:0;left:0;right:0;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));margin-top:0;border-top:1px solid hsla(0,0%,100%,.1);background:linear-gradient(0deg,hsla(0,0%,5%,.98) 0,hsla(0,0%,5%,.95));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;gap:.5rem}.poem-modal-footer-center{flex-direction:row;gap:.75rem;flex:0 1;justify-content:flex-start}.poem-modal-link-desktop{display:none}.poem-modal-footer-nav{display:flex}.poem-modal-counter{font-size:.85rem;text-align:center;font-weight:500;min-width:55px}.poem-modal-counter-desktop{display:none}.poem-modal-counter-mobile{display:inline;color:var(--color-blue);text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:background .2s ease}.poem-modal-counter-mobile:active{background:rgba(59,130,246,.2)}.poem-modal-footer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:var(--text-primary);font-size:1.5rem;font-weight:300;cursor:pointer;transition:all .2s ease;margin-left:auto}.poem-modal-footer-close:active{background:hsla(0,0%,100%,.2);transform:scale(.95)}.poem-modal-link{font-size:.75rem;padding:.4rem .75rem}.poem-modal-content.poem-modal-cta-slide{min-height:calc(95vh - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center}.poem-modal-cta-content{padding:2rem 1.5rem}.poem-modal-cta-title{font-size:1.5rem}.poem-modal-cta-subtitle{font-size:.95rem;margin-bottom:1rem;line-height:1.6}.poem-modal-signature{font-size:2rem;margin-top:1rem}.poem-modal-footer-cta-btn{padding:.5rem 1rem;font-size:.8rem}}@media (max-width:400px){.poem-modal{height:100vh;max-height:100vh;border-radius:0}.poem-modal:before{display:none}.poem-modal-content{padding:0 1rem 90px;max-height:100vh;overflow-y:auto}.poem-modal-figure{width:calc(100% + 2rem);margin:.5rem -1rem 0}.poem-modal-image{height:300px}.poem-modal-image img{object-position:center top}.poem-modal-caption{padding:.5rem 1rem .75rem;font-size:.65rem}.poem-modal-sticky-header{top:env(safe-area-inset-top,0);padding:calc(1rem + env(safe-area-inset-top, 0px)) .75rem .6rem;border-radius:0}.modal-component-body--poem{padding-top:3.5rem!important}.poem-modal-sticky-title{font-size:1.35rem;padding:0 .5rem}.poem-modal-header-date-text{font-size:.6rem}.poem-modal-calendar-icon{width:12px;height:12px}.poem-modal-sticky-close{width:30px;height:30px;font-size:1.1rem}.poem-modal-header-mobile{padding:.75rem 1rem .5rem}.poem-modal-link-mobile{font-size:.75rem;padding:.35rem .6rem}.poem-modal-title{font-size:1.5rem;margin-bottom:1.25rem}.poem-modal-title:after{font-size:1rem;margin-top:.5rem}.poem-stanza{margin-bottom:1.25rem}.poem-line{font-size:.95rem;line-height:1.75}.poem-modal-footer{padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));gap:.5rem}.poem-modal-footer-center{gap:.5rem}.poem-modal-footer-nav{width:40px;height:40px;font-size:1.3rem}.poem-modal-footer-center{gap:.75rem}.poem-modal-counter{font-size:.7rem}.poem-modal-link{font-size:.65rem;padding:.3rem .5rem}.poem-modal-footer-cta-btn{padding:.45rem .85rem;font-size:.75rem}}