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