*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{overflow-x:hidden}body{width:100%;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;background:var(--bg);color:var(--text);min-height:100vh;padding:5rem 0 0;display:flex;flex-direction:column;transition:background .3s,color .3s}body.scroll-locked{position:fixed;left:0;right:0;overflow-y:scroll}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{line-height:1.2;color:var(--text)}p{color:var(--text-secondary);line-height:1.75}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:600;letter-spacing:.02em;padding:.8rem 1.5rem;border-radius:100px;border:none;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;min-height:44px;touch-action:manipulation}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.btn-primary:hover{background:var(--btn-primary-hover)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover)}.btn-outline{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1.5px solid var(--btn-secondary-border)}.btn-outline:hover{background:var(--bg-alt)}.section-wrap{max-width:1280px;margin:0 auto;padding:2.5rem 1rem}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.section-header-left{display:flex;flex-direction:column;gap:.5rem}.section-title{font-size:clamp(1.5rem,5vw,2.2rem);font-weight:700;letter-spacing:-.02em}.section-divider{width:100%;height:1px;background:var(--border);max-width:1280px;margin:0 auto}main.content{flex:1}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.photos-wrap{padding-top:2rem}.show-more-wrap{text-align:center;margin-top:2rem;padding-bottom:.5rem;clear:both}
