@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;1,400&family=Special+Elite&display=swap";:root{--color-bg: #F8F8F6;--color-text: #111111;--color-accent: #B5687A;--color-muted: #888888;--color-border: #E5E5E5;--color-card-bg: #FFFFFF;--color-tag-bg: #F7EEF0;--font-heading: "Lora", Georgia, serif;--font-body: "Source Sans 3", system-ui, -apple-system, sans-serif;--max-width: 1100px;--reading-width: 680px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--color-text);background:var(--color-bg)}img{max-width:100%;height:auto;display:block;image-orientation:from-image}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.25;color:var(--color-text)}h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}h2{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:600}h3{font-size:1.25rem;font-weight:600}p{margin-bottom:1.25rem}blockquote{border-left:2px solid var(--color-text);padding:.5rem 1.5rem;margin:1.5rem 0;font-style:italic;color:var(--color-muted)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--color-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav-logo{font-family:Special Elite,cursive;font-size:1.25rem;font-weight:400;color:var(--color-text);letter-spacing:0}.nav-links{display:flex;align-items:center;gap:.1rem;list-style:none}.nav-links a{font-family:Special Elite,cursive;font-size:.875rem;font-weight:400;color:var(--color-muted);padding:.4rem .7rem;border-radius:4px;transition:color .15s}.nav-links a:hover{color:var(--color-text)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:.2rem;cursor:pointer}.nav-dropdown-toggle:after{content:"▾";font-size:.65rem;opacity:.5}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--color-border);border-radius:6px;padding:.4rem;min-width:190px;box-shadow:0 4px 20px #00000012;list-style:none}.nav-dropdown-menu.open{display:block}.nav-dropdown-menu li a{display:block;padding:.45rem .9rem;font-size:.875rem;color:var(--color-muted);border-radius:4px}.nav-dropdown-menu li a:hover{color:var(--color-text);background:var(--color-tag-bg)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--color-text);border-radius:2px}.mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:200;padding:2rem 1.5rem;flex-direction:column;gap:.75rem;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu-close{align-self:flex-end;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text);margin-bottom:1rem}.mobile-menu a{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-text);padding:.5rem 0;border-bottom:1px solid var(--color-border)}.mobile-menu a:hover{color:var(--color-muted)}.mobile-menu .submenu-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);margin-top:.75rem;font-family:var(--font-body)}.mobile-menu .submenu-links{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem 0}.mobile-menu .submenu-links a{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-text);background:var(--color-tag-bg);padding:.3rem .7rem;border-radius:4px;border:none}@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}}.hero{padding:5rem 1.5rem 4rem;text-align:center;border-bottom:1px solid var(--color-border)}.hero-title{font-family:var(--font-heading);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;letter-spacing:-.04em;color:var(--color-text);margin-bottom:1rem}.hero-tagline{font-size:clamp(.95rem,2vw,1.1rem);color:var(--color-muted);line-height:1.7;font-style:italic;font-family:var(--font-heading);max-width:480px;margin:0 auto}.section-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.section-title{font-family:Special Elite,cursive;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent)}.section-gap{margin:3.5rem 0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:0}.post-card{padding:1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-card-bg);transition:background .15s}.post-card:hover{background:#f2f5f7}.post-card-categories{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.category-tag{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:var(--color-tag-bg);padding:.15rem .5rem;border-radius:3px}.category-tag:hover{color:var(--color-text)}.post-card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;line-height:1.35;margin-bottom:.4rem}.post-card-title a{color:var(--color-text)}.post-card-title a:hover{text-decoration:underline;text-underline-offset:3px}.post-card-date{font-size:.78rem;color:var(--color-muted);margin-bottom:.5rem}.post-card-excerpt{font-size:.9rem;color:var(--color-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;margin:1.5rem 0;background:var(--color-border)}.category-tile{background:#fff;padding:1.25rem;text-decoration:none;display:block;transition:background .15s}.category-tile:hover{background:#fafafa;text-decoration:none}.category-tile-icon{font-size:1.4rem;margin-bottom:.4rem;display:block}.category-tile-name{font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--color-text);margin-bottom:.1rem}.category-tile-count{font-size:.75rem;color:var(--color-muted)}@media(max-width:600px){.categories-grid{grid-template-columns:1fr 1fr}}.post-hero{width:100%;max-height:480px;overflow:hidden}.post-hero img{width:100%;height:480px;object-fit:cover}.post-header{max-width:var(--reading-width);margin:0 auto;padding:3rem 1.5rem 1.5rem}.post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.post-date{font-size:.8rem;color:var(--color-muted)}.post-content{max-width:var(--reading-width);margin:0 auto;padding:0 1.5rem 2.5rem;font-size:1.0625rem;line-height:1.8}.post-content h2,.post-content h3,.post-content h4{margin-top:2.5rem;margin-bottom:1rem}.post-content p{margin-bottom:1.5rem}.post-content img{max-width:100%;margin:2rem auto}.post-content a{text-decoration:underline;text-underline-offset:3px;color:var(--color-text)}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.5rem}.post-content li{margin-bottom:.5rem}.post-nav{max-width:var(--reading-width);margin:0 auto;padding:0 1.5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.post-nav-link{display:flex;flex-direction:column;gap:.4rem;padding:1.1rem 1.25rem;border:1px solid var(--color-border);border-radius:8px;transition:border-color .15s,background .15s}.post-nav-link:hover{border-color:var(--color-accent);background:var(--color-tag-bg)}.post-nav-prev{text-align:left}.post-nav-next{text-align:right}.post-nav-label{font-family:Special Elite,cursive;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent)}.post-nav-title{font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--color-text)}@media(max-width:480px){.post-nav{grid-template-columns:1fr}}.category-header{padding:3rem 1.5rem 2rem;border-bottom:1px solid var(--color-border);text-align:center}.category-header h1{font-family:Special Elite,cursive;font-size:clamp(1.75rem,5vw,3rem);font-weight:400;margin-bottom:.4rem}.category-header p{color:var(--color-muted);font-family:Special Elite,cursive;font-weight:400;font-style:normal;margin-bottom:0}.gallery-content img{max-width:100%;margin:.5rem 0}.gallery-content p{display:flex;flex-wrap:wrap;gap:.5rem}.lightbox{display:none;position:fixed;inset:0;background:#000000eb;z-index:1000;align-items:center;justify-content:center;padding:2rem}.lightbox.open{display:flex}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain}.lightbox-close{position:absolute;top:1rem;right:1.5rem;color:#fff;font-size:1.5rem;cursor:pointer;background:none;border:none}.site-footer{border-top:1px solid var(--color-border);padding:2.5rem 1.5rem;text-align:center;margin-top:4rem}.site-footer .footer-logo{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.site-footer p{font-size:.8rem;color:var(--color-muted);margin-bottom:.25rem}.site-footer a{color:var(--color-muted);text-decoration:underline;text-underline-offset:2px}.site-footer a:hover{color:var(--color-text)}.text-muted{color:var(--color-muted)}@media(max-width:768px){.posts-grid{grid-template-columns:1fr}.post-card{padding:1.25rem 0}.post-hero img{height:220px}.hero{padding:3rem 1.5rem}}
