@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=Google+Sans+Code:wght@400;500&display=swap";:root{--color-dark: #0d1117;--color-surface: #161b22;--color-border: #21262d;--color-border-light: #ffffff;--hr-color-border: #f2f6fd;--color-text: #0d1216;--color-muted: #8b949e;--color-accent: #0d1216;--color-accent-hover: #3a444d;--font-base: "DM Sans", system-ui, sans-serif;--font-display: "DM Sans", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "Google Sans Code", monospace;--txt-grey: #e6edf3;--bg-white: #fff;--bg-yell: #fcfae5;--bg-footer: #F9FAFB;--bg-footer-dark: #252525;--bg-projects: #F9FAFB;--color-white: #fff;--color-bg: #fff;--color-bg-trans: rgba(255, 255, 255, .296);--color-bg-soft: #f7f6f3;--color-bg-muted: #eeece8;--color-border-dark: #c5c1ba;--color-text-mid: #4a4744;--color-text-muted: #8c8882;--radius-sm: 3px;--radius: 6px;--radius-lg: 12px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-base);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.1) 1px,transparent 0);background-size:25px 25px;display:flex;flex-direction:column;min-height:100vh;font-size:16px;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;transition:color var(--transition);text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-base);color:var(--color-text);font-weight:600;line-height:1.2}.hs-navbar{background:var(--color-bg-trans);z-index:1000;padding:.9rem 1.8rem;position:sticky;top:0;transition:background-color .3s ease}#hs-navbar.scrolled{background-color:#fff}.hs-navbar .navbar-brand img{width:auto;height:38px}.hs-navbar .nav-link{transition:color var(--transition);font-size:.875rem;font-weight:500;position:relative;color:var(--color-text-mid)!important;padding:.35rem .85rem!important}.hs-navbar .nav-link:hover,.hs-navbar .nav-link.active{color:var(--color-text)!important}.hs-navbar .nav-link.active:after{content:"";background:var(--color-text);height:1.5px;position:absolute;bottom:0;left:.85rem;right:.85rem}.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus{box-shadow:none;outline:none}.navbar-toggler{color:#18181b;border:0;padding:20px 0 20px 10px}.navbar-toggler-icon{transform-origin:50%;background-color:#18181b;width:25px;height:3px;margin:10px 0;transition:all .35s ease-out;position:relative;background-image:none!important}.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";transform-origin:50%;background-color:#18181b;height:3px;transition:all .35s ease-out;display:block;position:relative}.navbar-toggler-icon:before{top:-7px;transition-duration:.15s}.navbar-toggler-icon:after{top:4px}.navbar-toggler:not(.collapsed) .navbar-toggler-icon{transform:rotate(45deg)}.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before{opacity:0}.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after{transform:rotate(-90deg) translate(7px)}.hs-footer{background:var(--bg-footer);margin-top:auto;padding:5rem 0}.hs-footer p,.hs-footer a{color:#f5f5f5;margin:0;font-size:.82rem}.hs-footer a:hover{color:#454a4d}.hs-footer hr{border-color:var(--color-border);margin:1.5rem 0 1.25rem}.hs-footer h5{color:#454a4d;font-size:3rem}.hs-footer ul{margin:0;padding:0;list-style:none;overflow:hidden}.hs-footer li{color:#98a2b3;font-size:.9rem;display:inline-block}.hs-footer li a{color:#1e1d20;padding:6px 16px 6px 0;text-decoration:none;display:block}.hs-footer li a:hover{color:#adb5bd}.logo-footer img{width:160px}.hs-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.25rem;padding-bottom:.75rem;display:flex}.hs-section-header h2{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:600}.hs-section-header .view-all{letter-spacing:.08em;color:var(--color-text-muted);transition:color var(--transition);align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:inline-flex}.hs-section-header .view-all:hover{color:var(--color-accent)}.hs-page-header{margin-bottom:.1rem;padding:3.5rem 0 2.5rem}.hs-page-header .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.6rem;font-size:.68rem;font-weight:600;display:block}.hs-page-header h1{letter-spacing:-.035em;margin:0 0 .5rem;font-size:clamp(1.9rem,4vw,3rem);font-weight:700}.hs-page-header .desc{color:var(--color-text-muted);margin:0;font-size:.9rem}.hs-projects{background-color:var(--bg-projects)}.hs-card{background:var(--color-bg);border-radius:var(--radius);height:100%;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);cursor:pointer;border:1px solid #f5f5f5;flex-direction:column;display:flex;overflow:hidden}.hs-card:hover{border-color:var(--bg-white);transform:translateY(-3px)}.hs-card-img-wrap{aspect-ratio:3 / 2;background:var(--color-bg-muted);overflow:hidden}.hs-card-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hs-card:hover .hs-card-img-wrap img{transform:scale(1.05)}.hs-card-body{flex-direction:column;flex:1;padding:1.2rem 1.4rem 1.5rem;display:flex}.hs-card-title{letter-spacing:-.01em;margin-bottom:.35rem;font-size:1rem;font-weight:600;line-height:1.35}.hs-card-excerpt{color:var(--color-text-muted);flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.hs-card-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem;display:flex}.hs-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.hs-card-footer-right{text-align:right;align-items:center;margin-top:auto}.hs-card-date{color:var(--color-text-muted);font-size:.75rem;font-family:var(--font-mono)}.hs-card-link{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);font-family:var(--font-mono);transition:gap var(--transition),color var(--transition);align-items:center;gap:.3rem;font-size:10px;font-weight:400;display:inline-flex}.hs-card-link:hover{color:var(--color-accent);gap:.5rem}.hs-tag{font-family:var(--font-mono);letter-spacing:.07em;transition:opacity var(--transition),transform var(--transition);cursor:pointer;white-space:nowrap;border-radius:2rem;padding:.18rem .55rem;font-size:.58rem;font-weight:400;line-height:1.5;display:inline-block;text-decoration:none}.hs-tag:hover{opacity:.8;transform:translateY(-1px)}.hs-tag-section{margin-bottom:3rem}.hs-tag-section-title{border-bottom:1px dashed #f5f5f5;margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1rem;font-weight:600}.hs-tag-cloud{flex-wrap:wrap;gap:.65rem;display:flex}.hs-tag-pill{transition:transform var(--transition),box-shadow var(--transition);border:1px solid transparent;border-radius:2rem;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.82rem;font-weight:500;display:inline-flex;text-decoration:none}.hs-tag-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hs-tag-pill-count{opacity:.65;font-size:.68rem;font-weight:600}.hs-back{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);transition:color var(--transition);align-items:center;gap:.4rem;margin-bottom:2.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.hs-back:hover{color:var(--color-text)}.hs-post-wrap,.hs-post-wrap-wide{max-width:1280px;margin:0 auto;padding:3.5rem 0 5rem}.hs-post-wrap-superwide{margin:0 auto;padding:3.5rem 5rem}.hs-post-meta-row{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1rem;font-size:.8rem;display:flex}.hs-post-meta-row span{font-family:var(--font-mono)}.hs-post-title{letter-spacing:-.035em;margin-bottom:1rem;font-size:clamp(1.85rem,4vw,3rem);font-weight:700;line-height:1.1}.hs-post-excerpt{color:var(--color-text-muted);margin-bottom:2rem;font-size:.95rem;font-weight:400;line-height:1.4}.hs-post-divider{border-color:var(--color-border-light);margin:2rem 0 2.5rem}.hs-post-content{color:var(--color-text-mid);font-size:1.03rem;line-height:1.85}.hs-post-content h2{color:var(--color-text);margin:2.5rem 0 .9rem;font-size:1.5rem;font-weight:600}.hs-post-content h3{color:var(--color-text);margin:2rem 0 .7rem;font-size:1.15rem;font-weight:600}.hs-post-content p{margin-bottom:1.25rem}.hs-post-content blockquote{border-left:3px solid var(--color-border-dark);color:var(--color-text-mid);background:var(--color-bg-soft);border-radius:0 var(--radius) var(--radius) 0;margin:2rem 0;padding:.75rem 1.5rem;font-style:italic}.hs-post-content img{border-radius:var(--radius);margin:1.5rem 0}.hs-l1-hero{border-radius:var(--radius);background:var(--color-bg-muted);margin-bottom:2.5rem;display:block;width:100%}.hs-l1-hero img{width:100%;border-radius:var(--radius);display:block}.hs-l2-grid{display:grid;grid-template-columns:5fr 7fr;align-items:start;gap:4rem}.hs-l2-sticky{position:sticky;top:100px}.hs-l2-img{aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius);background:var(--color-bg-muted);width:100%;display:block}.hs-l3-header-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.hs-l3-feat-img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius);width:100%;display:block}.hs-l4-header-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.hs-l4-feat-img{aspect-ratio:1;object-fit:contain;border-radius:var(--radius);width:100%;display:block}.hs-featured{display:flex;gap:0;min-height:420px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:4rem}.hs-featured-img-primary,.hs-featured-img-secondary{overflow:hidden;position:relative}.hs-featured-img-primary{flex:0 0 66.6667%;max-width:66.6667%}.hs-featured-img-secondary{flex:0 0 33.3333%;max-width:33.3333%}.hs-featured-img-primary img,.hs-featured-img-secondary img{width:100%;height:100%;object-fit:cover;display:block}.hs-featured-meta{padding:2rem 0 .5rem}.hs-featured-meta h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.hs-shots-listing{display:grid;grid-template-columns:7fr 5fr;gap:4rem;align-items:start}.hs-shots-img-col{overflow-y:auto;max-height:100vh;position:sticky;top:100px}.hs-shots-img-col img{border-radius:var(--radius);margin-bottom:1rem}.hs-shot-wrap{max-width:900px;margin:0 auto;padding:3.5rem 1.5rem 5rem;text-align:center}.hs-shot-img{border-radius:var(--radius-lg);width:100%;display:block;margin:2rem auto}.hs-masonry-item{border-radius:var(--radius);border:1px solid var(--bg-white);cursor:pointer;transition:box-shadow var(--transition),border-color var(--transition);margin-bottom:14px;position:relative;overflow:hidden}.hs-masonry-item:hover{box-shadow:0 6px 20px #0000001a}.hs-masonry-item img{width:100%;transition:transform .45s;display:block}.hs-masonry-item:hover img{transform:scale(1.03)}.hs-masonry-overlay{opacity:0;transition:opacity var(--transition);background:linear-gradient(transparent 45%,#0000008c);align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:0}.hs-masonry-item:hover .hs-masonry-overlay{opacity:1}.hs-masonry-overlay-content{color:#fff;width:100%}.hs-masonry-overlay-title{margin:0 0 .3rem;font-size:.875rem;font-weight:600}.hs-masonry-overlay-tags{flex-wrap:wrap;gap:.3rem;display:flex}.btn-hs{background:var(--color-text);color:var(--color-bg);font-family:var(--font-base);border-radius:var(--radius);transition:background var(--transition),transform var(--transition);cursor:pointer;border:none;padding:.65rem 1.75rem;font-size:.875rem;font-weight:600}.btn-hs:hover{background:var(--color-accent-hover);color:#fff;transform:translateY(-1px)}.btn-hs-outline{color:var(--color-text);border:1px solid var(--color-border-dark);font-family:var(--font-base);border-radius:var(--radius);transition:all var(--transition);cursor:pointer;background:transparent;padding:.65rem 1.75rem;font-size:.875rem;font-weight:600}.btn-hs-outline:hover{background:var(--color-bg-soft);border-color:var(--color-text)}.hs-form .form-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-mid);margin-bottom:.4rem;font-size:.78rem;font-weight:600}.hs-form .form-control,.hs-form .form-select{border:1px solid var(--color-border);border-radius:var(--radius);font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);transition:border-color var(--transition),box-shadow var(--transition);padding:.7rem 1rem;font-size:.9rem}.hs-form .form-control:focus,.hs-form .form-select:focus{border-color:var(--color-text);outline:none;box-shadow:0 0 0 3px #0f0e0c12}.hs-form .form-control::placeholder{color:var(--color-text-muted)}.hs-form textarea{resize:vertical;min-height:140px}.hs-404{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:62vh;padding:4rem 1.5rem;display:flex}.hs-404-num{letter-spacing:-.06em;color:var(--color-bg-muted);font-size:clamp(5rem,16vw,10rem);font-weight:700;line-height:1;margin-bottom:.5rem}.hs-404-title{margin-bottom:.75rem;font-size:1.6rem;font-weight:600}.hs-pagination .page-link{color:var(--color-text);border-color:var(--color-border);font-size:.85rem;padding:.45rem .85rem}.hs-pagination .page-item.active .page-link{background:var(--color-text);border-color:var(--color-text);color:#fff}.hs-pagination .page-link:hover{background:var(--color-bg-soft);border-color:var(--color-border-dark);color:var(--color-text)}.hs-load-more-btn{display:block;margin:2rem auto 0}.section-gap{padding:4rem 0}.section-gap-sm{padding:2.5rem 0}.mono-font{color:var(--color-text-muted);font-size:.75rem;font-family:var(--font-mono)}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);font-size:.68rem;font-weight:600}@media screen and (max-width:991px){.hs-shots-listing{grid-template-columns:1fr;gap:2rem}.hs-shots-img-col{position:static;max-height:none}}@media screen and (max-width:768px){.hs-l2-grid{grid-template-columns:1fr;gap:2rem}.hs-l3-header-grid{grid-template-columns:1fr;gap:1.5rem}.hs-featured{flex-direction:column;min-height:auto}.hs-featured-img-primary,.hs-featured-img-secondary{flex:0 0 100%;max-width:100%}.hs-featured-img-primary img,.hs-featured-img-secondary img{height:280px}}@media screen and (max-width:700px){.hs-navbar{padding:.9rem}.hs-footer{padding:2rem 0}.hs-post-wrap-superwide{padding:1.5rem}.hs-post-excerpt{font-size:.95rem}.hs-page-header{margin-bottom:1rem;padding:1rem 0}}.hs-cardLG-img-wrap{background:var(--color-bg-muted);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.hs-cardLG-img-wrap:hover{transform:translateY(-3px)}.hs-card-link-sm{letter-spacing:.05em;color:var(--color-text);font-family:var(--font-mono);transition:gap var(--transition),color var(--transition);align-items:center;gap:.3rem;font-size:.7rem;font-weight:400;display:inline-flex}.hs-card-link-sm:hover{color:var(--color-accent);gap:.5rem}.hs-cardPhoto{background:var(--color-bg);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);cursor:pointer;border:1px solid #f5f5f5;flex-direction:column;display:flex;overflow:hidden}.bg-projects{background-color:var(--bg-yell)}.pt-20{padding-top:20px}.post-border-bottom{border-top:1px solid #eaedfb}.event-card{display:flex;align-items:stretch;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden;border:0;width:100%;max-width:520px;font-family:sans-serif;background:#fff;box-sizing:border-box}.event-card__date{background:#edf0fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 15px;max-width:80px;text-align:center;flex-shrink:0}.event-card__day{font-size:36px;font-weight:700;line-height:1;color:#fff}.event-card__month-year{font-family:var(--font-mono);font-size:11px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#27262f;margin-top:4px;line-height:1.4}.event-card__body{padding:16px 20px;flex:1;min-width:0;background-color:#f6f7fd}.event-card__title{font-size:16px;font-weight:700;color:#1a2e3b;margin:0 0 8px;font-family:var(--font-base)}.event-card__text{font-size:13px;font-family:var(--font-base);color:#181c23;margin:0;line-height:1.5}.event-card__arrow{background:#1e3a4f;display:flex;align-items:center;justify-content:center;padding:0 18px;flex-shrink:0;cursor:pointer;border:none;color:#fff;font-size:18px;min-width:48px;transition:background .15s}.event-card__arrow:hover{background:#163040}@media(max-width:980px){.event-card{flex-direction:column}.event-card__date{flex-direction:row;align-items:center;gap:10px;padding:14px 16px;min-width:unset;max-width:unset;justify-content:flex-start;text-align:left}.event-card__day{font-size:28px}.event-card__month-year{font-size:12px;margin-top:0}.event-card__body{padding:14px 16px}.event-card__arrow{padding:14px 16px;justify-content:flex-end;min-width:unset}}.tag-landscapes{color:#2e7d32;background:#e8f5e9}.tag-forests{color:#558b2f;background:#f1f8e9}.tag-coastal{color:#00695c;background:#e0f7fa}.tag-wildlife{color:#e65100;background:#fff8e1}.tag-nature{color:#388e3c;background:#e8f5e9}.tag-seascape,.tag-trees{color:#01579b;background:#e1f5fe}.tag-urban{color:#784d93;background:#ded2e0}.tag-street{color:#880e4f;background:#fce4ec}.tag-architecture{color:#4527a0;background:#ede7f6}.tag-cityscape{color:#283593;background:#e8eaf6}.tag-nightlife{color:#e0aaff;background:#1a1a2e}.tag-city{color:#6a1b9a;background:#f3e5f5}.tag-museum{color:#ebebeb;background:#878787}.tag-ski{color:#dae1e9;background:#20282f}.tag-mountains{color:#0e8842;background:#f3fce4}.tag-winter,.tag-snow{color:sienna;background:#fdf0e8}.tag-france{color:#2769a0;background:#e7eff6}.tag-italy{color:#094542;background:#8fdcd8}.tag-spain{color:#3c4508;background:#ebf177}.tag-europe{color:#283593;background:#e8eaf6}.tag-uk,.tag-UK{color:#fff;background:#4fa2e7}.tag-london{color:#404950;background:#cbd5da}.tag-USA{color:#3c4508;background:#d8dc8f}.tag-photography,.tag-drone{color:#404950;background:#cbd5da}.tag-trip{color:sienna;background:#fdf0e8}.tag-portrait{color:#bf360c;background:#fdf3e7}.tag-people{color:#e65100;background:#fff3e0}.tag-documentary{color:#5d4037;background:#f5f5f0}.tag-long-exposure{color:#7b1fa2;background:#f8f0fc}.tag-macro{color:#1b5e20;background:#e0fce4}.tag-black-and-white{color:#212121;background:#f5f5f5}.tag-aerial{color:#0d47a1;background:#e8f4fd}.tag-golden-hour{color:#f57f17;background:#fff8e1}.tag-film{color:sienna;background:#fdf0e8}.tag-design{color:#880e4f;background:#fce4ec}.tag-development{color:#283593;background:#e8eaf6}.tag-branding{color:#bf360c;background:#fff3e0}.tag-open-source{color:#2e7d32;background:#e8f5e9}.tag-ux{color:#6a1b9a;background:#f3e5f5}.tag-frontend{color:#1565c0;background:#e3f2fd}.tag-data-viz{color:#004d40;background:#e0f2f1}.tag-mobile{color:#e65100;background:#fff8e1}.tag-typography{color:#424242;background:#fafafa;border:1px solid #e0e0e0}.tag-poster{color:#2769a0;background:#d0dfe9}.tag-graphics{color:#880e4f;background:#fce4ec}.tag-behind-the-scenes{color:#bf360c;background:#fff3e0}.tag-travel{color:#006064;background:#e0f7fa}.tag-food{color:#f57f17;background:#fff8e1}.tag-events{color:#880e4f;background:#fce4ec}.tag-lifestyle{color:#6a1b9a;background:#f3e5f5}.tag-workshop{color:#2e7d32;background:#e8f5e9}.tag-personal{color:#4e342e;background:#f5f5f0}.tag-projects,.tag-photos{color:#404950;background:#cbd5da}.tag-default{background:var(--color-bg-muted);color:var(--color-text-mid)}
