.adventures{scroll-margin-top:100px}.adventure-filters{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.adventure-filters button{border:1px solid #bdc8bd;border-radius:30px;padding:10px 20px;background:transparent;color:#233f32;font:inherit;cursor:pointer}.adventure-filters button[aria-pressed=true]{background:#233f32;color:#fff}.adventure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.adventure-card{border:1px solid #d6ddd1;border-radius:22px;overflow:hidden;background:#fcfbf6;display:flex;flex-direction:column}.adventure-card[hidden]{display:none}.adventure-art{height:180px;background:#dbe4d4;position:relative;display:flex;align-items:center;justify-content:center;color:#345443;background-image:radial-gradient(ellipse at 80% 120%,#b8ccb6 0,transparent 60%)}.adventure-art>span:first-child{position:absolute;left:20px;top:18px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.adventure-art svg{width:85px;height:85px}.adventure-number{position:absolute;right:20px;bottom:12px;font-family:Georgia,serif;font-size:42px;opacity:.3}.adventure-rafting{background-color:#d2e5e3}.adventure-swing,.adventure-vw{background-color:#eee1c6}.adventure-copy{padding:25px;display:flex;flex-direction:column;flex:1}.adventure-copy small{font-size:11px;letter-spacing:.04em;color:#637363}.adventure-copy h3{font-family:Georgia,serif;font-size:29px;font-weight:400;line-height:1.2;margin:12px 0}.adventure-copy p{font-size:15px;line-height:1.7;color:#637363;margin:0 0 24px}.adventure-bottom{margin-top:auto;border-top:1px solid #d6ddd1;padding-top:18px;display:flex;gap:12px;flex-direction:column}.adventure-bottom>span{font-size:13px;color:#637363}.adventure-bottom button{background:none;border:0;padding:0;text-align:left;font:inherit;color:#234333;cursor:pointer;display:flex;justify-content:space-between;min-height:44px;align-items:center}.adventure-combo{margin-top:25px;padding:32px;border-radius:20px;background:#233f32;color:#fff;display:flex;gap:30px;align-items:center;justify-content:space-between}.adventure-combo h3{font-family:Georgia,serif;font-weight:400;font-size:32px;margin:12px 0}.adventure-combo p{max-width:650px;font-size:15px;line-height:1.7}.adventure-combo .button{flex-shrink:0;background:#e5d4ae;color:#233f32}.adventure-note{font-size:13px;line-height:1.7;color:#657363;margin-top:20px;max-width:850px}#activity-dialog{width:min(600px,calc(100% - 24px));max-height:90dvh;overflow-y:auto;box-sizing:border-box;padding:40px;border:0;border-radius:20px;color:#233f32;background:#faf9f5}#activity-dialog::backdrop{background:#122a22b3;backdrop-filter:blur(5px)}#activity-dialog h2{font-size:40px;margin:16px 0 24px}#activity-dialog .eyebrow{padding-right:35px}#activity-form{display:grid;gap:16px}#activity-form label{display:grid;gap:8px;font-size:15px;min-width:0}#activity-form label[hidden]{display:none}#activity-form input,#activity-form select,#activity-form textarea{box-sizing:border-box;min-width:0;width:100%;max-width:100%;font:inherit;font-size:16px;padding:13px;border:1px solid #cdd4c8;border-radius:8px;background:#fff;color:#233f32}#activity-form .button{width:100%;white-space:normal}.activity-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}#activity-form .fine{margin:0;font-size:13px;line-height:1.6}#activity-dialog .close{position:absolute;right:12px;top:12px;width:44px;height:44px}#activity-dialog :focus-visible,.adventures :focus-visible{outline:3px solid #b99255;outline-offset:3px}@media(max-width:1050px){.site-header nav{gap:14px}.site-header nav a{font-size:12px}.adventure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.adventure-grid{grid-template-columns:1fr}.adventure-art{height:160px}.adventure-combo{align-items:stretch;flex-direction:column;padding:24px}.adventure-combo h3{font-size:29px}#activity-dialog{padding:50px 22px 24px}#activity-dialog h2{font-size:34px}.activity-form-row{grid-template-columns:1fr}.adventure-filters{gap:8px}.adventure-filters button{padding:10px 15px}.adventure-combo .button{justify-content:space-between}}

/* Activity photography */
.adventure-art{height:auto;aspect-ratio:4/3;overflow:hidden;background:#dbe4d4}.adventure-art img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}.adventure-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 45%,rgba(0,0,0,.35));pointer-events:none}.adventure-art .activity-category{position:absolute;top:18px;left:18px;z-index:1;padding:7px 12px;border-radius:20px;background:#faf9f2ed;color:#233f32;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.adventure-art .activity-photo-credit{position:absolute;bottom:12px;right:16px;color:white;font-size:10px;letter-spacing:.03em;z-index:1}.adventure-card:hover .adventure-art img{transform:scale(1.035)}@media(prefers-reduced-motion:reduce){.adventure-art img{transition:none}.adventure-card:hover .adventure-art img{transform:none}}
