.page-id-16 .site-content > .col-full { max-width: none; padding: 0; }
.page-id-16 .content-area { float: none; width: 100%; margin: 0; }
.page-id-16 .widget-area { display: none; }
.pqoc-adventures-page { background: #fbfaf6; color: #1a1f2c; }
.pqoc-adventures-page section { box-sizing: border-box; }
.pqoc-adventures-hero { max-width: 1180px; margin: 0 auto; padding: 88px 32px 70px; text-align: center; }
.pqoc-eyebrow { margin: 0 0 12px; color: #b00f5f; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pqoc-adventures-hero h1 { margin: 0; color: #0f2540; font-family: "Playfair Display", serif; font-size: clamp(48px, 7vw, 82px); line-height: 1.05; }
.pqoc-adventures-hero > p:last-child { max-width: 760px; margin: 22px auto 0; color: #454b5a; font-size: 20px; line-height: 1.7; }
.pqoc-map-section, .pqoc-archive-section { max-width: 1180px; margin: 0 auto; padding: 0 32px 92px; }
.pqoc-section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr); align-items: end; gap: 40px; margin-bottom: 26px; }
.pqoc-section-heading h2 { margin: 0; color: #0f2540; font-family: "Playfair Display", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; }
.pqoc-section-heading > p { margin: 0 0 5px; color: #5e6471; line-height: 1.65; }
.pqoc-map-shell { overflow: hidden; border: 1px solid #dfe1e5; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(15,37,64,.12); }
#pqoc-adventure-map { width: 100%; height: min(62vh, 610px); min-height: 440px; background: #e8eef1; }
.pqoc-map-legend { display: flex; flex-wrap: wrap; gap: 14px 25px; padding: 18px 24px; color: #454b5a; font-size: 14px; }
.pqoc-map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.pqoc-map-legend i { width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; background: var(--marker-colour); box-shadow: 0 0 0 1px rgba(15,37,64,.2); }
.pqoc-map-marker { position: relative; display: block; width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--marker-colour); box-shadow: 0 3px 9px rgba(15,37,64,.35); transform: rotate(-45deg); }
.pqoc-map-marker::after { content: ""; position: absolute; top: 6px; left: 6px; width: 4px; height: 4px; border-radius: 50%; background: #fff; }
.pqoc-map-popup { display: grid; gap: 5px; min-width: 190px; font-family: Inter, sans-serif; }
.pqoc-map-popup span { color: #b00f5f; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pqoc-map-popup strong { color: #0f2540; font-family: "Playfair Display", serif; font-size: 18px; line-height: 1.2; }
.pqoc-map-popup small { color: #5e6471; }
.pqoc-map-popup a { margin-top: 4px; color: #b00f5f; font-weight: 700; text-decoration: none; }
.pqoc-archive-section { padding-top: 14px; }
.pqoc-archive-heading { align-items: center; }
.pqoc-archive-heading > p { justify-self: end; padding: 9px 14px; border-radius: 999px; background: #f1e6ec; color: #8a114c; font-weight: 700; }
.pqoc-adventure-controls { display: grid; grid-template-columns: 1.5fr 1fr auto; align-items: end; gap: 16px; margin: 30px 0 34px; padding: 22px; border: 1px solid #dfe1e5; border-radius: 18px; background: #fff; }
.pqoc-adventure-controls label { margin: 0; }
.pqoc-adventure-controls label > span { display: block; margin-bottom: 7px; color: #0f2540; font-size: 13px; font-weight: 700; }
.pqoc-adventure-controls input, .pqoc-adventure-controls select { width: 100%; height: 48px; margin: 0; border: 1px solid #c8ccd1; border-radius: 9px; background: #fbfaf6; color: #1a1f2c; }
.pqoc-adventure-controls input:focus, .pqoc-adventure-controls select:focus { border-color: #e5197e; box-shadow: 0 0 0 3px rgba(229,25,126,.14); outline: 0; }
#pqoc-clear-filters { height: 48px; padding: 0 20px; border: 1px solid #b00f5f; border-radius: 999px; background: #fff; color: #b00f5f; font-weight: 700; }
#pqoc-clear-filters:hover { background: #b00f5f; color: #fff; }
.pqoc-adventure-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.pqoc-adventure-card { overflow: hidden; border: 1px solid #dfe1e5; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(15,37,64,.07); transition: transform .2s ease, box-shadow .2s ease; }
.pqoc-adventure-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(15,37,64,.13); }
.pqoc-adventure-card[hidden] { display: none; }
.pqoc-card-image { display: block; height: 210px; border-bottom: 5px solid var(--card-accent); background: linear-gradient(145deg,#0f2540,#1f496d); text-decoration: none; }
.pqoc-card-image img { width: 100%; height: 100%; object-fit: cover; }
.pqoc-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(255,255,255,.85); font-family: "Playfair Display", serif; font-size: 32px; font-weight: 700; letter-spacing: .08em; }
.pqoc-card-body { padding: 23px 23px 26px; }
.pqoc-card-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: #7a8090; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.pqoc-card-meta span { color: var(--card-accent); }
.pqoc-card-body h3 { margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: 25px; line-height: 1.22; }
.pqoc-card-body h3 a { color: #0f2540; text-decoration: none; }
.pqoc-card-body > p { color: #5e6471; font-size: 15px; line-height: 1.65; }
.pqoc-card-body .pqoc-card-location { margin: -2px 0 10px; color: #b00f5f; font-size: 13px; font-weight: 700; }
.pqoc-card-link { color: #b00f5f; font-weight: 700; text-decoration: none; }
.pqoc-no-results { padding: 60px 28px; border: 1px dashed #c8ccd1; border-radius: 18px; text-align: center; }
.pqoc-no-results h3 { color: #0f2540; font-family: "Playfair Display", serif; }
@media (max-width: 900px) {
	.pqoc-adventure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pqoc-adventure-controls { grid-template-columns: 1fr 1fr; }
	#pqoc-clear-filters { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 680px) {
	.pqoc-adventures-hero { padding: 64px 20px 50px; }
	.pqoc-map-section, .pqoc-archive-section { padding-right: 20px; padding-bottom: 68px; padding-left: 20px; }
	.pqoc-section-heading { grid-template-columns: 1fr; gap: 12px; }
	.pqoc-archive-heading > p { justify-self: start; }
	#pqoc-adventure-map { min-height: 390px; }
	.pqoc-map-legend { gap: 12px 18px; padding: 16px 18px; }
	.pqoc-adventure-controls, .pqoc-adventure-grid { grid-template-columns: 1fr; }
	.pqoc-card-image { height: 225px; }
}
