/* Outdoor rental page: desert-night field guide, built on the site blue system. */
:root {
  --out-ink: #050b1d;
  --out-panel: #0b1530;
  --out-panel-hi: #101f42;
  --out-blue: #43a5ee;
  --out-cyan: #72dbff;
  --out-sand: #d8b987;
  --out-muted: #acb9cf;
}

body { background: var(--out-ink); color: #f0f5ff; }
.outdoor-page { overflow: clip; font-family: "Rajdhani", sans-serif; }
.outdoor-page a:focus-visible, .outdoor-page summary:focus-visible {
  outline: 3px solid var(--out-sand); outline-offset: 4px;
}
.outdoor-page .container { position: relative; z-index: 1; }
.outdoor-hero {
  position: relative; isolation: isolate; min-height: 570px; display: grid; align-items: center;
  background: linear-gradient(113deg, rgba(4,10,28,.98) 0%, rgba(6,18,43,.90) 51%, rgba(5,11,29,.52) 100%);
}
.outdoor-hero::before { content:""; position:absolute; inset:0; z-index:-2; background: url("/static/images/trade-show-led-video-wall-live.webp") center/cover; opacity:.52; }
.outdoor-hero::after { content:""; position:absolute; inset:auto -10% -1px; height:170px; z-index:-1; background: linear-gradient(176deg, transparent 0 40%, var(--out-ink) 41%); }
.outdoor-eyebrow, .outdoor-kicker { color:var(--out-cyan); font-size:.78rem; letter-spacing:.2em; font-weight:700; text-transform:uppercase; }
.outdoor-hero h1 { max-width:850px; font-size:clamp(2.75rem, 6vw, 5.4rem); line-height:.91; letter-spacing:-.035em; font-weight:800; margin:.8rem 0 1.3rem; }
.outdoor-hero h1 span { color:var(--out-cyan); }
.outdoor-lead { max-width:700px; color:#d4dfef; font-size:1.2rem; line-height:1.45; }
.outdoor-actions { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.8rem; }
.outdoor-btn { display:inline-flex; align-items:center; justify-content:center; gap:.55rem; padding:.78rem 1.2rem; border:1px solid rgba(114,219,255,.48); color:#fff; font-weight:700; text-decoration:none; letter-spacing:.025em; transition:transform .18s ease, background-color .18s ease, border-color .18s ease; }
.outdoor-btn:hover { color:#fff; transform:translateY(-2px); background:rgba(114,219,255,.14); border-color:var(--out-cyan); }
.outdoor-btn--solid { color:#041225; background:var(--out-cyan); border-color:var(--out-cyan); }
.outdoor-btn--solid:hover { color:#041225; background:#b2ecff; }
.outdoor-caption { max-width:380px; color:#b9c7da; font-size:.82rem; margin-top:4.4rem; border-left:2px solid var(--out-sand); padding-left:.8rem; }
.outdoor-section { padding:5.2rem 0; }
.outdoor-section--wash { background:linear-gradient(180deg, #08142e, #071126); border-block:1px solid rgba(114,219,255,.13); }
.outdoor-heading { font-size:clamp(2rem,4vw,3.35rem); line-height:1; font-weight:800; letter-spacing:-.025em; max-width:730px; margin:.45rem 0 1rem; }
.outdoor-copy { color:var(--out-muted); font-size:1.05rem; line-height:1.55; max-width:710px; }
.outdoor-rule { width:54px; height:3px; background:var(--out-sand); margin:1.25rem 0; }
.outdoor-card { height:100%; background:linear-gradient(145deg, rgba(18,35,70,.92), rgba(8,18,43,.92)); border:1px solid rgba(114,219,255,.18); padding:1.6rem; transition:transform .2s ease, border-color .2s ease; }
.outdoor-card:hover { transform:translateY(-4px); border-color:rgba(114,219,255,.53); }
.outdoor-card__num { color:var(--out-sand); font-size:.75rem; font-weight:700; letter-spacing:.16em; }
.outdoor-card h3 { font-size:1.35rem; font-weight:700; margin:.7rem 0; }
.outdoor-card p { margin:0; color:var(--out-muted); line-height:1.48; }
.outdoor-notice { border-left:3px solid var(--out-sand); background:rgba(216,185,135,.08); padding:1rem 1.15rem; color:#dbe3ee; line-height:1.5; }
.outdoor-choice { border-top:1px solid rgba(114,219,255,.24); padding:1.3rem 0; }
.outdoor-choice:first-child { border-top:0; }
.outdoor-choice h3 { color:var(--out-cyan); font-size:1.25rem; margin:0 0 .35rem; font-weight:700; }
.outdoor-choice p { color:var(--out-muted); margin:0; line-height:1.5; }
.outdoor-process { counter-reset:step; }
.outdoor-step { position:relative; padding:1.4rem 0 1.4rem 4.25rem; border-bottom:1px solid rgba(114,219,255,.16); }
.outdoor-step::before { counter-increment:step; content:"0" counter(step); position:absolute; left:0; top:1.3rem; color:var(--out-sand); font-size:1.6rem; font-weight:800; letter-spacing:-.05em; }
.outdoor-step h3 { font-size:1.28rem; margin:0 0 .25rem; font-weight:700; }
.outdoor-step p { color:var(--out-muted); margin:0; line-height:1.5; }
.outdoor-photo { width:100%; min-height:350px; object-fit:cover; border:1px solid rgba(114,219,255,.22); filter:saturate(.88) contrast(1.04); }
.outdoor-photo-note { color:#8999b2; font-size:.8rem; margin-top:.7rem; }
.outdoor-faq details { border-bottom:1px solid rgba(114,219,255,.22); padding:1.05rem 0; }
.outdoor-faq summary { cursor:pointer; font-size:1.18rem; font-weight:700; list-style:none; padding-right:2rem; position:relative; }
.outdoor-faq summary::-webkit-details-marker { display:none; }
.outdoor-faq summary::after { content:"+"; position:absolute; right:.25rem; color:var(--out-cyan); font-size:1.5rem; line-height:.8; }
.outdoor-faq details[open] summary::after { content:"–"; }
.outdoor-faq p { color:var(--out-muted); max-width:790px; margin:1rem 2rem .1rem 0; line-height:1.55; }
.outdoor-cta { background:linear-gradient(120deg, #123767, #0a1b40 60%, #0b1530); border:1px solid rgba(114,219,255,.28); padding:clamp(2rem,5vw,4rem); }
@media (max-width:767px) { .outdoor-hero { min-height:600px; } .outdoor-section { padding:3.7rem 0; } .outdoor-photo { min-height:250px; } .outdoor-caption { margin-top:2.4rem; } }
@media (prefers-reduced-motion:reduce) { .outdoor-btn, .outdoor-card { transition:none; } .outdoor-btn:hover, .outdoor-card:hover { transform:none; } }