@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Roboto+Mono:wght@400;500&display=swap);body{margin:0}:root,[data-theme=dark]{--bg:#0f0b18;--bg-2:#17122a;--bg-3:#1f1838;--bg-4:#271f44;--border:#3d2f58;--border-2:#2c2244;--text:#d4cee0;--text-2:#8a8298;--text-3:#5e5870;--green:#c47aab;--green-dim:#9d5888;--green-glow:#c47aab29;--green-border:#c47aab4d;--blue:#8b2e50;--blue-dim:#6e1e3c;--btn-text:#0f0b18;--logo-fill:#d4cee0;--radius:8px;--radius-lg:14px;--shadow:0 4px 24px #000000a6;--shadow-sm:0 2px 8px #00000073}[data-theme=light]{--bg:#f1efea;--bg-2:#f8f7f4;--bg-3:#e8e5df;--bg-4:#dedad3;--border:#cac6be;--border-2:#d5d1c9;--text:#1c2540;--text-2:#4e5870;--text-3:#7e8898;--green:#c47aab;--green-dim:#9d5888;--green-glow:#c47aab21;--green-border:#c47aab47;--blue:#1c2c5e;--blue-dim:#131f44;--btn-text:#1c2540;--logo-fill:#1c2540;--shadow:0 4px 24px #1c254021;--shadow-sm:0 2px 8px #1c254014}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:"Roboto Mono","Courier New",monospace;--max-w:1100px;--max-w-prose:720px;--pad-x:1.5rem}html{scroll-behavior:smooth}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0b18;background-color:var(--bg);color:#d4cee0;color:var(--text);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--font-sans);font-size:16px;line-height:1.7;min-height:100%;transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}img{display:block;height:100%;object-fit:cover;width:100%}.site{display:flex;flex-direction:column;min-height:100vh}.main{flex:1 1}.section-inner{margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:5rem 1.5rem;padding:5rem var(--pad-x)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.5rem}.section-label{color:#c47aab;color:var(--green);display:block;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;margin-bottom:.75rem;text-transform:uppercase}.header{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#17122a;background:var(--bg-2);border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);position:sticky;top:0;transition:background-color .25s ease;z-index:100}.header-inner{height:64px;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:0 1.5rem;padding:0 var(--pad-x)}.header-inner,.header-logo{align-items:center;display:flex}.header-logo{flex-shrink:0}.logo-svg{fill:#d4cee0;fill:var(--logo-fill);height:34px;transition:fill .25s ease;width:auto}.logo-svg:hover{fill:#c47aab;fill:var(--green)}.desktop-nav{align-items:center;display:flex;gap:.5rem}.nav-link{border-radius:8px;border-radius:var(--radius);color:#8a8298;color:var(--text-2);font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.4rem .75rem;transition:color .15s ease,background .15s ease}.nav-link:hover{background:#1f1838;background:var(--bg-3);color:#d4cee0;color:var(--text)}.nav-link.active{color:#c47aab;color:var(--green)}.theme-toggle{align-items:center;background:#1f1838;background:var(--bg-3);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;margin-left:.25rem;transition:background .15s ease,border-color .15s ease;width:36px}.theme-toggle:hover{background:#271f44;background:var(--bg-4);border-color:#c47aab;border-color:var(--green)}.mobile-controls{align-items:center;display:none;gap:.5rem}.menu-btn{align-items:center;background:#1f1838;background:var(--bg-3);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease;width:36px}.menu-btn:hover{background:#271f44;background:var(--bg-4)}.icon-svg{color:#8a8298;color:var(--text-2);height:18px;width:18px}.mobile-nav{background:#17122a;background:var(--bg-2);border-top:1px solid #3d2f58;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;padding:1rem var(--pad-x)}.hero{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);overflow:hidden;padding:0 1.5rem;padding:0 var(--pad-x)}.hero-inner{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:5rem 0 5.5rem}.hero-greeting{color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85rem;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.hero-title{font-size:clamp(3rem,7vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:1.25rem}.hero-sub,.hero-title-accent{color:#8a8298;color:var(--text-2)}.hero-sub{font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.9rem;letter-spacing:.06em;margin-bottom:2.25rem}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:#c47aab;background:var(--green);border-radius:8px;border-radius:var(--radius);color:#0f0b18;color:var(--btn-text);display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;letter-spacing:.01em;padding:.65rem 1.4rem;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.btn-primary:hover{background:#9d5888;background:var(--green-dim);box-shadow:0 0 0 3px #c47aab29;box-shadow:0 0 0 3px var(--green-glow);transform:translateY(-1px)}.btn-ghost{align-items:center;border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8a8298;color:var(--text-2);display:inline-flex;font-size:.875rem;font-weight:500;padding:.65rem 1.4rem;transition:color .15s ease,border-color .15s ease,background .15s ease}.btn-ghost:hover{background:#1f1838;background:var(--bg-3);border-color:#5e5870;border-color:var(--text-3);color:#d4cee0;color:var(--text)}.hero-visuals{grid-gap:10px;align-self:center;display:grid;gap:10px;grid-template-columns:3fr 2fr;grid-template-rows:240px 148px;width:100%}.img-card{border:2px solid #3d2f58;border:2px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);min-height:0;min-width:0;overflow:hidden;transition:transform .3s ease}.img-card img{display:block;height:100%;object-fit:cover;width:100%}.img-card:hover{transform:translateY(-4px)}.img-card-main{grid-column:1;grid-row:1/3}.img-card-float{grid-column:2;grid-row:1}.img-card-small{grid-column:2;grid-row:2}.about{background:#17122a;background:var(--bg-2);border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border)}.about .section-inner{padding-bottom:5rem}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 320px;margin-top:.5rem}.about-heading{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.about-text p{color:#8a8298;color:var(--text-2);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.about-image{border:2px solid #3d2f58;border:2px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);height:400px;overflow:hidden}.featured-posts{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border)}.see-all{color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.05em;transition:color .15s ease}.see-all:hover{color:#9d5888;color:var(--green-dim)}.post-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.post-card{background:#17122a;background:var(--bg-2);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.post-card:hover{border-color:#c47aab;border-color:var(--green);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);transform:translateY(-3px)}.post-card-img{flex-shrink:0;height:200px;overflow:hidden}.post-card-img img{transition:transform .4s ease}.post-card:hover .post-card-img img{transform:scale(1.04)}.post-card-body{display:flex;flex:1 1;flex-direction:column;gap:.6rem;padding:1.5rem}.post-card-title{color:#d4cee0;color:var(--text);font-size:1.1rem;font-weight:600;letter-spacing:-.01em;line-height:1.35}.post-card-excerpt{color:#8a8298;color:var(--text-2);flex:1 1;font-size:.875rem;line-height:1.7}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:#c47aab29;background:var(--green-glow);border:1px solid #c47aab4d;border:1px solid var(--green-border);border-radius:4px;color:#c47aab;color:var(--green);font-size:.68rem;letter-spacing:.06em;padding:.2rem .55rem;text-transform:uppercase}.post-date,.tag{font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono)}.post-date{color:#5e5870;color:var(--text-3);font-size:.72rem;letter-spacing:.04em}.blog-page{min-height:60vh}.blog-page-header{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.blog-page-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.blog-page-desc{color:#8a8298;color:var(--text-2);font-size:1.05rem;max-width:520px}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-row{grid-gap:1.75rem;background:#17122a;background:var(--bg-2);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);display:grid;gap:1.75rem;grid-template-columns:220px 1fr;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-row:hover{border-color:#c47aab;border-color:var(--green);box-shadow:0 2px 8px #00000073;box-shadow:var(--shadow-sm);transform:translateX(3px)}.blog-row-img{flex-shrink:0;height:180px;overflow:hidden}.blog-row-img img{transition:transform .4s ease}.blog-row:hover .blog-row-img img{transform:scale(1.05)}.blog-row-body{display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem 1.5rem 1.5rem 0}.blog-row-title{color:#d4cee0;color:var(--text);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.blog-row-excerpt{color:#8a8298;color:var(--text-2);font-size:.9rem;line-height:1.7}.post-page{min-height:60vh;padding:3rem 1.5rem 6rem;padding:3rem var(--pad-x) 6rem}.post-inner{margin:0 auto;max-width:720px;max-width:var(--max-w-prose)}.back-link{align-items:center;color:#8a8298;color:var(--text-2);display:inline-flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.04em;margin-bottom:2rem;transition:color .15s ease}.back-link:hover{color:#c47aab;color:var(--green)}.post-hero-img{border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);height:360px;margin-bottom:0;object-fit:cover;width:100%}.post-page-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:.6rem;margin-top:1.25rem}.post-body{color:#8a8298;color:var(--text-2);font-size:1.05rem;line-height:1.85;margin-top:2rem}.post-body h1,.post-body h2,.post-body h3,.post-body h4{color:#d4cee0;color:var(--text);font-weight:600;letter-spacing:-.01em;line-height:1.25;margin-bottom:.75rem;margin-top:2.25rem}.post-body h1{font-size:1.75rem}.post-body h2{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);font-size:1.35rem;padding-bottom:.5rem}.post-body h3{font-size:1.1rem}.post-body p{margin-bottom:1.25rem}.post-body a{color:#c47aab;color:var(--green);text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:#9d5888;color:var(--green-dim)}.post-body strong{color:#d4cee0;color:var(--text);font-weight:600}.post-body em{color:#d4cee0;color:var(--text);font-style:italic}.post-body ol,.post-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem}.post-body code{background:#271f44;background:var(--bg-4);border-radius:4px;color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.875em;padding:.15em .45em}.post-body code,.post-body pre{border:1px solid #3d2f58;border:1px solid var(--border)}.post-body pre{background:#17122a;background:var(--bg-2);border-radius:8px;border-radius:var(--radius);margin-bottom:1.5rem;overflow-x:auto;padding:1.25rem}.post-body pre code{background:none;border:none;color:#8a8298;color:var(--text-2);padding:0}.post-body blockquote{background:#c47aab29;background:var(--green-glow);border-left:3px solid #c47aab;border-left:3px solid var(--green);border-radius:0 8px 8px 0;border-radius:0 var(--radius) var(--radius) 0;color:#d4cee0;color:var(--text);font-style:italic;margin:1.5rem 0;padding:.75rem 1.25rem}.post-body hr{border:none;border-top:1px solid #3d2f58;border-top:1px solid var(--border);margin:2.5rem 0}.post-body table{border-collapse:collapse;font-size:.9rem;margin-bottom:1.5rem;width:100%}.post-body td,.post-body th{border:1px solid #3d2f58;border:1px solid var(--border);padding:.6rem 1rem;text-align:left}.post-body th{background:#1f1838;background:var(--bg-3);color:#d4cee0;color:var(--text);font-weight:600}.footer{background:#17122a;background:var(--bg-2);border-top:1px solid #3d2f58;border-top:1px solid var(--border)}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:1.75rem 1.5rem;padding:1.75rem var(--pad-x)}.footer-copy,.footer-credit{font-size:.75rem;letter-spacing:.03em}.footer-copy,.footer-credit,.loading-state{color:#5e5870;color:var(--text-3);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono)}.loading-state{font-size:.85rem;letter-spacing:.06em;padding:3rem 0;text-align:center}.text-muted{color:#8a8298;color:var(--text-2);font-size:.95rem}.inline-link{color:#c47aab;color:var(--green);font-weight:500}.inline-link:hover{color:#9d5888;color:var(--green-dim)}@media (max-width:860px){.hero-inner{gap:2.5rem;grid-template-columns:1fr;padding:4rem 0;text-align:center}.hero-actions{justify-content:center}.hero-visuals{grid-template-columns:1fr 1fr;grid-template-rows:220px;margin:0 auto;max-width:520px;width:100%}.img-card-main{grid-column:1;grid-row:1}.img-card-float{grid-column:2;grid-row:1}.img-card-small{display:none}.about-grid{gap:2.5rem;grid-template-columns:1fr}.about-image{height:280px;max-width:400px}.blog-row,.post-grid{grid-template-columns:1fr}.blog-row-img{height:200px;width:100%}.blog-row-body{padding:1.25rem}}@media (max-width:640px){:root{--pad-x:1rem}.section-inner{padding:3.5rem 1.5rem;padding:3.5rem var(--pad-x)}.desktop-nav{display:none}.mobile-controls{display:flex}.hero-visuals{grid-template-columns:1fr;grid-template-rows:220px;max-width:400px}.img-card-float,.img-card-small{display:none}.img-card-main{grid-column:1;grid-row:1}.footer-inner{align-items:flex-start;flex-direction:column;gap:.35rem}}.photos-page{min-height:60vh}.photos-page-header{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:3.5rem 1.5rem 2.5rem;padding:3.5rem var(--pad-x) 2.5rem}.photos-page-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:.6rem}.photos-page-desc{color:#8a8298;color:var(--text-2);font-size:1rem;max-width:420px}.photo-grid{grid-gap:3px;background:#0f0b18;background:var(--bg);display:grid;gap:3px;grid-template-columns:repeat(4,1fr)}.photo-cell{aspect-ratio:1/1;background:#1f1838;background:var(--bg-3);border:none;cursor:zoom-in;display:block;overflow:hidden;padding:0;position:relative;width:100%}.photo-cell img{display:block;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.25,.46,.45,.94);width:100%}.photo-cell:hover img{transform:scale(1.04)}.photo-overlay{background:linear-gradient(0deg,#000000b8 0,#0000 55%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1rem 1rem .9rem;pointer-events:none;position:absolute;transition:opacity .3s ease}.photo-cell:hover .photo-overlay{opacity:1}.photo-caption{color:#fff;font-size:.8rem;font-weight:500;line-height:1.3;transition:transform .3s ease}.photo-caption,.photo-location{display:block;transform:translateY(4px)}.photo-location{color:#ffffffa6;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em;margin-top:.2rem;transition:transform .3s ease .03s}.photo-cell:hover .photo-caption,.photo-cell:hover .photo-location{transform:translateY(0)}.photos-empty{color:#8a8298;color:var(--text-2);font-size:1rem;line-height:1.8;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:4rem 1.5rem;padding:4rem var(--pad-x)}.photos-empty-hint{color:#5e5870;color:var(--text-3);font-size:.9rem;margin-top:.5rem}.photos-empty code{background:#c47aab29;background:var(--green-glow);border-radius:4px;color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.875em;padding:.1em .4em}.lb-backdrop{align-items:center;animation:lb-fade-in .18s ease;background:#05070af7;cursor:zoom-out;display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:300}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lb-close{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;color:#fff9;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;line-height:1;position:absolute;right:1.25rem;top:1.25rem;transition:background .15s ease,color .15s ease;width:36px;z-index:301}.lb-close:hover{background:#ffffff26;color:#fff}.lb-counter{color:#fff6;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.72rem;left:50%;letter-spacing:.1em;pointer-events:none;position:absolute;top:1.4rem;transform:translateX(-50%)}.lb-stage{cursor:default;gap:1rem;max-height:80vh;max-width:92vw}.lb-img-wrap,.lb-stage{align-items:center;display:flex}.lb-img-wrap{justify-content:center}.lb-img{animation:lb-img-in .2s ease;border-radius:4px;display:block;height:auto;max-height:78vh;max-width:82vw;object-fit:contain;width:auto}@keyframes lb-img-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.lb-arrow{align-items:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;color:#ffffffb3;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;height:44px;justify-content:center;line-height:1;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none;width:44px}.lb-arrow:hover{background:#ffffff24;color:#fff}.lb-arrow-hidden{opacity:0;pointer-events:none}.lb-meta{cursor:default;margin-top:1.25rem;text-align:center}.lb-caption{color:#ffffffd9;font-size:.9rem;font-weight:500;margin:0 0 .3rem}.lb-details{align-items:center;color:#ffffff61;display:flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.72rem;gap:.5rem;justify-content:center;letter-spacing:.05em}.lb-sep{opacity:.4}@media (max-width:1100px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.photo-grid{gap:2px;grid-template-columns:repeat(3,1fr)}.lb-stage{gap:.5rem}.lb-arrow{font-size:1.5rem;height:36px;width:36px}.lb-img{max-height:70vh;max-width:88vw}}@media (max-width:380px){.photo-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.b830b5c6.css.map*/