/* ===== Manx Motor Cycle Club — content over the shared page background (blurred logo / video) ===== */
.wrap{position:relative;z-index:1}
.pcontent{max-width:980px;margin:0 auto;padding:0 22px 220px}
.vhero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:0 22px 70px}   /* top-anchored: stripes touch the frame */
.vhero .opener{display:flex;gap:3px;justify-content:center;margin-bottom:18px;height:auto}
.vhero .opener i{width:11px;height:82px;background:var(--leaf);display:block;border-radius:1px}
/* title uses the shared .pagetitle (uniform size site-wide) — no per-page title sizing */
.scrollhint{margin-top:44px;font-family:var(--data);letter-spacing:3px;text-transform:uppercase;font-size:12px;color:var(--cream);opacity:.75;animation:mbob 1.9s ease-in-out infinite}
@keyframes mbob{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}
/* Short laptop viewports: reserve the floating-pill zone so the hero clears the pills */
@media (max-height:960px){
  .vhero{padding-bottom:230px}
  .scrollhint{margin-top:30px}
}
@media(max-width:780px){
  .vhero{padding:0 16px 80px}
  .vhero .opener i{height:60px}
  .scrollhint{margin-top:34px}
}
.mmcc-roundel{display:block;width:clamp(100px,15vw,146px);height:auto;margin:22px auto 6px;filter:drop-shadow(0 6px 20px rgba(0,0,0,.55))}
/* MMCC-only page background: the roundel, blurred, over black (matches the shared page-bg look) */
.mmcc-bg{position:fixed;inset:0;z-index:0;background:#0b0b0b url(/assets/images/mmcc-logo-artdeco.png) center/contain no-repeat;filter:blur(8px);opacity:.20}
/* Hero video that rolls into the roundel on scroll (opacity driven by mmcc.php scroll handler) */
.mmcc-video{position:fixed;inset:0;z-index:0;overflow:hidden}
.mmcc-video .herovid,.mmcc-video iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100vh;transform:translate(-50%,-50%);border:0;object-fit:cover;pointer-events:none}
.mmcc-vig{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse farthest-corner at 50% 44%,rgba(0,0,0,0) 30%,rgba(0,0,0,.55) 82%,rgba(0,0,0,.95) 100%)}
.lead{font-family:var(--disp);font-weight:500;text-transform:uppercase;font-size:clamp(18px,3vw,24px);color:var(--leaf);text-align:center;line-height:1.2;margin:16px 0 30px}
.standfirst{font-family:var(--serif);font-size:clamp(18px,2.6vw,22px);line-height:1.5;color:var(--cream);text-align:center;max-width:860px;margin:0 auto 34px}
.prose p{font-family:var(--body);font-size:16px;line-height:1.7;opacity:.94;margin-bottom:18px}
.prose p.pull{font-family:var(--serif);font-size:20px;line-height:1.5;color:var(--leaf);border-left:3px solid var(--leaf);padding-left:18px;margin:26px 0}
.dash{height:0;border-top:2px dashed var(--leaf);opacity:.6;margin:30px 0}
.tagline{font-family:var(--inline);text-transform:uppercase;font-size:clamp(22px,4vw,34px);color:var(--cream);text-align:center;margin-top:30px;line-height:1}
.memcard{border:1px solid var(--line);border-left:6px solid var(--orange);border-radius:0 12px 12px 0;background:rgba(22,22,22,.6);padding:22px 24px;margin-top:36px}
.memcard h3{font-family:var(--disp);font-weight:700;text-transform:uppercase;font-size:20px;color:var(--cream);margin-bottom:8px}
.memcard p{font-family:var(--body);font-size:15px;opacity:.92;line-height:1.55;margin-bottom:14px}
.btn-orange{display:inline-flex;align-items:center;gap:8px;font-family:var(--data);font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:14px;background:var(--orange);color:var(--forest);text-decoration:none;padding:11px 20px;border-radius:24px}
