*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Crimson Text","Georgia",serif;font-size:18px;line-height:1.8;color:#2c3e50;background:#fefefe;min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid #ecf0f1;padding:1.5rem 0;margin-bottom:3rem}.site-nav{max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.5rem;font-weight:400;text-decoration:none;color:#2c3e50;letter-spacing:-0.02em;display:inline-block;cursor:pointer}.site-title .site-logo{height:40px;width:auto;display:block;cursor:pointer}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#7f8c8d;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.9rem;transition:color 0.2s}.nav-links a:hover,.nav-links a.active{color:#2c3e50}.main-content{flex:1;max-width:800px;width:100%;margin:0 auto;padding:0 1.5rem}.poem{margin-bottom:4.5rem}.poem-header{margin-bottom:3rem;text-align:center}.poem-title{font-size:2rem;font-weight:400;margin-bottom:0.5rem;letter-spacing:-0.02em}.poem-date,.poem-collection{display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.85rem;color:#7f8c8d;margin-top:0.25rem}.poem-content{margin:3rem 0}.poem-content p{margin-bottom:1.5rem;white-space:pre-wrap}.poem-content br{display:block;content:"";margin-top:0.5em}.poem-content .stanza{margin-bottom:1.5rem}.poem-content .indent-1{padding-left:2em}.poem-content .indent-2{padding-left:4em}.poem-content .indent-3{padding-left:6em}.poem-sketch{margin:3rem 0;text-align:center;animation:fadeIn 1s ease-in}.poem-sketch img,.poem-sketch .sketch-video{max-width:90%;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.08);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s ease;background:linear-gradient(to bottom, #f9f9f9, #fff);padding:4px}.poem-sketch img:hover,.poem-sketch .sketch-video:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px rgba(0,0,0,0.12)}@media (min-width: 768px){.poem-sketch img,.poem-sketch .sketch-video{max-width:375px}}@media (min-width: 1024px){.poem-sketch img,.poem-sketch .sketch-video{max-width:440px}}.poem-sketch .sketch-video{cursor:pointer;display:block;margin:0 auto}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.poem-sketch{margin:1.5rem 0}.poem-sketch img{max-width:315px;border-radius:4px}}.about-sketch{margin:2.25rem 0;text-align:center;animation:fadeIn 1s ease-in}.about-sketch img{max-width:80%;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.08);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);background:linear-gradient(to bottom, #f9f9f9, #fff);padding:4px}.about-sketch img:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px rgba(0,0,0,0.12)}@media (min-width: 768px){.about-sketch img{max-width:225px}}@media (min-width: 1024px){.about-sketch img{max-width:265px}}@media (max-width: 480px){.about-sketch{margin:1.5rem 0}.about-sketch img{max-width:190px;border-radius:4px}}.translation-link{text-align:center;margin:3rem 0}.translation-link a{color:#3498db;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.9rem;padding:0.5rem 1rem;border:1px solid #3498db;border-radius:3px;display:inline-block;transition:all 0.2s}.translation-link a:hover{background:#3498db;color:white}.poem-nav{display:flex;justify-content:space-between;margin-top:4.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.9rem}.poem-nav a{color:#7f8c8d;text-decoration:none;transition:color 0.2s}.poem-nav a:hover{color:#2c3e50}.collection-page h1{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:1rem;letter-spacing:-0.02em}.collection-page .collection-intro{text-align:center;color:#7f8c8d;margin:0 0 3rem;font-size:1.1rem;font-family:"Crimson Text","Georgia",serif;font-style:italic}.poem-list{list-style:none}.poem-list li{margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid #ecf0f1}.poem-list li:last-child{border-bottom:none}.poem-list a{text-decoration:none;color:#2c3e50}.poem-list a:hover{color:#3498db}.poem-list .poem-list-title{font-size:1.3rem;margin-bottom:0.25rem}.poem-list .poem-list-meta{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.85rem;color:#7f8c8d}.poem-list .poem-excerpt{margin-top:0.5rem;color:#7f8c8d;font-style:italic}.site-footer{margin-top:4.5rem;padding:1.5rem;border-top:1px solid #ecf0f1;text-align:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.85rem;color:#7f8c8d}.site-footer p{margin:0.5rem 0}.site-footer .built-with{font-size:0.8rem}.site-footer .built-with a{color:#7f8c8d;text-decoration:none;border-bottom:1px dotted #7f8c8d;transition:all 0.2s}.site-footer .built-with a:hover{color:#2c3e50;border-bottom-color:#2c3e50}.experimental .experimental-content{position:relative}@media (max-width: 600px){body{font-size:16px}.site-nav{flex-direction:column;gap:1.5rem}.poem-title{font-size:1.5rem}.poem-nav{flex-direction:column;gap:1.5rem;text-align:center}}.home{text-align:center;padding:3rem 0}.home .home-logo{height:80px;width:auto;margin:0 auto 2rem;display:block;cursor:default}.home h1{font-size:3rem;font-weight:400;margin-bottom:1rem;letter-spacing:-0.02em}.home .site-intro{font-size:1.2rem;color:#7f8c8d;margin-bottom:3rem}.about-container .site-intro{margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.about-container .site-intro .word-definition{margin-bottom:1rem}.about-container .site-intro .word-definition strong{font-size:1.4rem;color:#2c3e50;font-weight:600;letter-spacing:-0.01em}.about-container .site-intro .word-definition .phonetic{color:#7f8c8d;font-style:italic;font-size:1rem;margin-left:0.25rem}.about-container .site-intro .word-definition .etymology{display:block;margin-top:0.25rem;font-size:0.95rem;color:#7f8c8d}.about-container .site-intro .word-definition .etymology em{color:#3498db;font-style:normal;font-weight:500}.about-container .site-intro .definition-text{font-size:1.1rem;color:#2c3e50;line-height:1.6;margin:1.5rem 0}.about-container .site-intro .spanish-quote{font-size:1rem;color:#7f8c8d;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #ecf0f1}.about-container .site-intro .spanish-quote i{display:block}.content-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem;margin:3rem auto;max-width:700px}@media (min-width: 600px){.content-grid{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 600px){.content-grid{grid-template-columns:1fr;gap:1rem}}.content-card{padding:2rem 1.5rem;border:1px solid #ecf0f1;text-decoration:none;color:#2c3e50;transition:all 0.2s;text-align:center;background:#fefefe}.content-card:hover{border-color:#3498db;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.content-card h2{font-size:1.3rem;font-weight:400;margin-bottom:0.5rem;font-family:"Crimson Text","Georgia",serif}.content-card p{color:#7f8c8d;font-size:0.9rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.about-container{max-width:600px;margin:0 auto;padding:2rem 0}.about-container h1{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:2rem;letter-spacing:-0.02em}.bio{font-size:1.1rem;line-height:1.8}.bio p{margin-bottom:1.5rem}.photography{max-width:800px;margin:0 auto;padding:0 1.5rem}.photography-header{text-align:center;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.photography-title{font-size:1.75rem;font-weight:400;margin-bottom:0.5rem;letter-spacing:-0.02em;font-family:"Crimson Text","Georgia",serif}.photography-description{color:#7f8c8d;font-size:0.95rem;font-family:"Crimson Text","Georgia",serif;font-style:italic;line-height:1.5}.photography-container{max-width:700px;margin:0 auto}.image-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:0.75rem}@media (min-width: 600px){.image-grid{grid-template-columns:repeat(3, 1fr);gap:1rem}}@media (min-width: 800px){.image-grid{grid-template-columns:repeat(4, 1fr);gap:1rem}}.grid-item figure{margin:0}.grid-item .gallery-image{width:100%;height:180px;object-fit:cover;display:block;cursor:pointer;transition:opacity 0.3s;border:1px solid #ecf0f1}.grid-item .gallery-image:hover{opacity:0.85}@media (min-width: 600px){.grid-item .gallery-image{height:200px}}@media (min-width: 900px){.grid-item .gallery-image{height:180px}}.grid-item .image-caption{margin-top:0.5rem;font-size:0.8rem;color:#7f8c8d;font-family:"Crimson Text","Georgia",serif;line-height:1.3;text-align:center}.photography-index{max-width:900px;margin:0 auto}.photography-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:0.5rem;margin:2rem 0}@media (min-width: 600px){.photography-grid{grid-template-columns:repeat(4, 1fr);gap:0.75rem}}@media (min-width: 900px){.photography-grid{grid-template-columns:repeat(5, 1fr);gap:1rem}}.photography-grid .photo-tile{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:#fafafa;border:1px solid #ecf0f1}.photography-grid .photo-tile:hover .photo-tile-overlay{opacity:1}.photography-grid .photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.photography-grid .photo-tile .photo-tile-overlay{position:absolute;inset:0;background:rgba(255,255,255,0.95);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;opacity:0;transition:opacity 0.3s}.photography-grid .photo-tile .photo-tile-overlay h2{font-size:1.25rem;font-weight:400;margin-bottom:0.5rem;font-family:"Crimson Text","Georgia",serif;color:#2c3e50;text-align:center}.photography-grid .photo-tile .photo-tile-overlay p{font-size:0.9rem;font-family:"Crimson Text","Georgia",serif;color:#7f8c8d;font-style:italic;text-align:center}.photography-nav{margin-top:4rem;padding-top:1.5rem;border-top:1px solid #ecf0f1;text-align:center}.photography-nav a{color:#7f8c8d;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:0.9rem;transition:color 0.2s}.photography-nav a:hover{color:#2c3e50}@media (max-width: 600px){.photography-title{font-size:1.75rem}.image-grid{grid-template-columns:1fr;gap:1.5rem}.photography-grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem}.photography-grid .photo-tile{aspect-ratio:1}.photography-container{padding:0}}
