@import"https://fonts.googleapis.com/css2?family=Sono:wght,MONO@200..800,0..1&display=swap";.home-page{min-height:100vh;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding:0 1.5rem;text-align:center;background:radial-gradient(circle at top left,#f9ead7,#f5f0e6 45%,#ecf4ec);color:#243222}.home-page h1{font-size:clamp(2.75rem,5vw,3.75rem);letter-spacing:-.015em;color:#2f5233}.home-page p{max-width:36rem;font-size:1.15rem;color:#43553a}.home-page a{color:#b2702d;font-weight:600;text-decoration:none;border-bottom:2px solid rgba(178,112,45,.2);transition:color .16s ease,border-color .16s ease}.home-page a:hover,.home-page a:focus-visible{color:#914e12;border-color:#914e1273}.home-page code{background-color:#ffffff59;padding:.25rem .5rem;border-radius:.375rem}.gallery-page{padding:2.5rem 1.5rem 3.5rem;max-width:1100px;margin:0 auto;color:#243222}.gallery-page__header{text-align:center;margin-bottom:2.5rem}.gallery-page__header h1{margin:0 0 .75rem;font-size:clamp(2.25rem,5vw,3.25rem);letter-spacing:-.02em;color:#2f5233}.gallery-page__intro{margin:0 auto;max-width:38ch;font-size:1.05rem;line-height:1.6;color:#52664a}.gallery-grid{column-width:18rem;column-gap:1.5rem}.gallery-grid__item{break-inside:avoid;margin:0 0 1.5rem;border-radius:16px;overflow:hidden;background:linear-gradient(140deg,#f5ecdcf2,#e9f2e5f2);box-shadow:0 18px 32px #2432221f;transition:transform .2s ease,box-shadow .2s ease}.gallery-grid__item:hover{transform:translateY(-6px);box-shadow:0 28px 42px #2b3e272e}.gallery-grid__trigger{padding:0;margin:0;border:none;background:transparent;display:block;width:100%;cursor:zoom-in}.gallery-grid__trigger:focus-visible{outline:3px solid rgba(200,137,60,.75);outline-offset:4px}.gallery-grid__trigger img{width:100%;display:block;object-fit:cover}.gallery-grid__item--portrait .gallery-grid__trigger img{aspect-ratio:3 / 4}.gallery-grid__item--landscape .gallery-grid__trigger img{aspect-ratio:4 / 3}.gallery-grid__item figcaption{padding:.75rem 1rem 1rem;font-size:.95rem;font-weight:500;color:#2f3d2a}@media (max-width: 768px){.gallery-page{padding:2rem 1.25rem 3rem}.gallery-grid{column-width:15rem;column-gap:1.25rem}}@media (max-width: 520px){.gallery-grid{column-count:1;column-width:auto}}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:grid;place-items:center;padding:min(4vw,2.5rem);background:#1f312199;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transform:scale(.92);transform-origin:var(--lightbox-origin-x, 50%) var(--lightbox-origin-y, 50%);transition:opacity .24s ease,transform .24s ease;pointer-events:none;cursor:zoom-out}.gallery-lightbox--open{opacity:1;transform:scale(1);pointer-events:auto}.gallery-lightbox__content{position:relative;width:min(92vw,1080px);max-height:90vh;display:grid;place-items:center;cursor:default}.gallery-lightbox__figure{margin:0;width:100%;max-height:90vh;border-radius:20px;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#102418;box-shadow:0 30px 64px #1024188c}.gallery-lightbox__figure img{width:100%;height:100%;display:block;object-fit:contain;background:#102418}.gallery-lightbox__figure figcaption{padding:1rem 1.25rem 1.25rem;font-size:1.05rem;font-weight:500;color:#f9f5ec;background:linear-gradient(180deg,#14281cbf,#0f2016f2)}.gallery-lightbox__close{position:absolute;top:1.25rem;right:1.25rem;width:2.75rem;height:2.75rem;border:none;border-radius:999px;background:#304734c7;color:#fdf9ef;font-size:1.75rem;line-height:0;display:grid;place-items:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.gallery-lightbox__close:hover{background:#2a3f2eeb}.gallery-lightbox__close:active{transform:scale(.95)}*,*:before,*:after{box-sizing:border-box}[class^=sono-],[class*=" sono-"]{font-family:Sono,monospace;font-optical-sizing:auto;font-style:normal;font-variation-settings:"MONO" 1}.sono-sm{font-size:.875rem;line-height:1.4;font-weight:400}.sono-md{font-size:1rem;line-height:1.5;font-weight:500}.sono-lg{font-size:1.25rem;line-height:1.6;font-weight:600}body{margin:0;font-family:Sono,monospace;background:#f5f0e6;color:#243222;-webkit-font-smoothing:antialiased}
