/* RRR 2026 — site styles. Plain CSS, no third-party requests. */
html { scroll-behavior: smooth; }
body { margin: 0; background: #f2e5cd; color: #2b1a12; font-family: 'Archivo Narrow', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #d92e26; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #8a3d1c; }
input, button, textarea, select { font-family: inherit; }
input::placeholder, textarea::placeholder { color: #a4917a; }
img { border-style: none; }
#nojs { display: none; }
[hidden] { display: none !important; }

.wrap { width: 100%; overflow-x: hidden; }

/* nav */
.menu { position: fixed; top: clamp(14px, 2.2vw, 26px); right: clamp(14px, 2.2vw, 26px); z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.menu-btn { cursor: pointer; border: 2px solid #c08a2e; background: #2b1a12; color: #e8b46a; font-weight: 700; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; padding: 10px 16px; display: flex; align-items: center; gap: 9px; }
.menu-btn:hover { background: #d92e26; color: #f7ecd8; }
.menu-bars { display: flex; flex-direction: column; gap: 3px; }
.menu-bars span { display: block; width: 16px; height: 2px; background: currentColor; }
.nav { background: #2b1a12; border: 2px solid #c08a2e; min-width: 190px; display: flex; flex-direction: column; }
.nav a, .nav button { text-align: left; padding: 12px 18px; color: #f2e5cd; text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; border: 0; border-bottom: 1px solid rgba(192,138,46,0.35); background: transparent; cursor: pointer; }
.nav a:hover { background: #d92e26; color: #f7ecd8; }
.nav .nav-vol { color: #e8b46a; }
.nav .nav-vol:hover { background: #c08a2e; color: #2b1a12; }
.nav .nav-reg { background: #d92e26; color: #f7ecd8; font-weight: 700; border-bottom: 0; }
.nav .nav-reg:hover { background: #e8b46a; color: #2b1a12; }

/* hero CTAs */
.cta-row { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: clamp(10px, 1.6vw, 18px); }
.cta-reg { background: #2b1a12; color: #e8b46a; text-decoration: none; padding: clamp(10px, 1.5vh, 16px) clamp(22px, 3.4vw, 40px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.cta-reg:hover { background: #d92e26; color: #f7ecd8; }
.cta-vol { cursor: pointer; background: transparent; border: 2px solid #c08a2e; color: #8a3d1c; padding: clamp(10px, 1.5vh, 16px) clamp(18px, 2.6vw, 32px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.cta-vol:hover { background: #c08a2e; color: #2b1a12; }
.link-hunt { font-weight: 700; font-size: clamp(11px, 1.5vw, 14px); letter-spacing: 0.2em; text-transform: uppercase; color: #2b1a12; text-decoration: underline; text-underline-offset: 4px; }
.link-hunt:hover { color: #d92e26; }
.link-zeffy { font-weight: 600; font-size: clamp(11px, 1.5vw, 14px); letter-spacing: 0.16em; text-transform: uppercase; color: #f7ecd8; text-decoration: underline; text-underline-offset: 4px; }
.link-zeffy:hover { color: #e8b46a; }
.play-btn { position: absolute; inset: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: #1c110b; border: 0; cursor: pointer; padding: 24px; }
.play-btn:hover { background: #241610; }
.footer-vol { cursor: pointer; background: transparent; border: 1px solid #c08a2e; color: #e8b46a; font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; padding: 11px 20px; }
.footer-vol:hover { background: #c08a2e; color: #2b1a12; }

/* volunteer overlay */
.vol-overlay { display: none; position: fixed; inset: 0; z-index: 90; background: rgba(43,26,18,0.86); overflow-y: auto; padding: clamp(12px, 3vw, 40px); box-sizing: border-box; align-items: flex-start; justify-content: center; }
.vol-overlay.open { display: flex; }
.vol-card { width: 100%; max-width: 720px; background: #f2e5cd; border: 1px solid #8a3d1c; position: relative; }
.vol-paper { position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(0deg, rgba(43,26,18,0.035) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(43,26,18,0.03) 0 1px, transparent 1px 4px); }
.vol-close { position: absolute; top: 10px; right: 10px; z-index: 2; cursor: pointer; background: #2b1a12; border: 1px solid #c08a2e; color: #e8b46a; font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 12px; }
.vol-close:hover { background: #d92e26; color: #f7ecd8; }
.vol-head { position: relative; padding: clamp(22px, 3.4vw, 34px) clamp(20px, 3.4vw, 38px) clamp(16px, 2.2vw, 20px); display: flex; flex-direction: column; gap: 14px; }
.vol-credit { font-weight: 600; font-size: clamp(10px, 1.4vw, 12px); letter-spacing: 0.32em; text-transform: uppercase; color: #8a3d1c; }
.vol-rope { width: 100%; height: 9px; background: repeating-linear-gradient(58deg, #8a5c18 0 2px, #c08a2e 2px 5px, #e8b46a 5px 7px, #8a5c18 7px 9px); }
.vol-titlerow { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 4px; }
.vol-title { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(25px, 3.6vw, 36px); line-height: 1.05; }
.vol-mal { font-family: 'Baloo Chettan 2', sans-serif; font-weight: 700; font-size: clamp(14px, 1.8vw, 16px); color: #8a3d1c; }
.vol-steplabel { font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #6b4a34; padding-bottom: 3px; }
.vol-progress { position: relative; height: 3px; background: rgba(43,26,18,0.14); }
.vol-progress i { display: block; height: 3px; background: #c08a2e; width: 33.33%; transition: width 220ms ease; }
.vol-tabs { position: relative; display: flex; border-bottom: 1px solid rgba(43,26,18,0.22); }
.vol-tab { flex: 1; min-width: 0; background: #e6d6b6; border: 0; border-right: 1px solid rgba(43,26,18,0.16); padding: 11px 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; color: #8a7359; }
.vol-tab:hover { background: #ecdfc2; }
.vol-tab[aria-current="true"] { background: #f2e5cd; color: #2b1a12; }
.vol-tab i { width: 7px; height: 7px; background: rgba(43,26,18,0.3); transform: rotate(45deg); flex: none; }
.vol-tab[aria-current="true"] i { background: #d92e26; }
.vol-tab b { font-family: Georgia, serif; font-size: 15px; font-weight: 600; flex: none; }
.vol-tab span { font-weight: 600; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vol-body { position: relative; padding: clamp(20px, 3.2vw, 32px) clamp(20px, 3.4vw, 38px); }
.vol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(13px, 1.8vw, 18px); }
.vol-field { display: flex; flex-direction: column; gap: 5px; }
.vol-field.wide { grid-column: 1 / -1; }
.vol-label { font-weight: 600; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #6b4a34; }
.vol-input { background: #fbf6ea; border: 1px solid #c3ae90; padding: 10px 11px; font-size: 16px; color: #2b1a12; border-radius: 0; }
.vol-input:focus { outline: 2px solid #8a3d1c; border-color: #8a3d1c; }
.vol-stack { display: flex; flex-direction: column; gap: clamp(13px, 1.8vw, 18px); }
.vol-picks { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: clamp(12px, 1.8vw, 18px); }
.vol-select { cursor: pointer; appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8a3d1c 50%), linear-gradient(135deg, #8a3d1c 50%, transparent 50%); background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 30px; }
.vol-select:invalid { color: #a4917a; }
.vol-select option { color: #2b1a12; }
.vol-select option:disabled { color: #b9a68c; }
.vol-scopes { display: flex; flex-direction: column; gap: 7px; border-top: 1px solid rgba(43,26,18,0.22); padding-top: clamp(13px, 1.8vw, 18px); }
.vol-scopes .vol-scope { background: #fbf6ea; border: 1px solid rgba(43,26,18,0.22); padding: 9px 12px; }
.vol-scopes .vol-scope summary { cursor: pointer; font-family: Georgia, serif; font-weight: 600; font-size: 15px; letter-spacing: 0; text-transform: none; color: #2b1a12; }
.vol-scopes .vol-scope div { padding-top: 6px; font-size: 13.5px; line-height: 1.5; color: #4a3226; text-wrap: pretty; }
.vol-check { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 15px; line-height: 1.45; }
.vol-check input { width: 20px; height: 20px; accent-color: #8a3d1c; margin: 1px 0 0; flex: none; }
.vol-slider { display: flex; align-items: center; gap: 14px; }
.vol-slider input { flex: 1; min-width: 0; height: 22px; accent-color: #8a3d1c; }
.vol-hours { font-family: Georgia, serif; font-weight: 600; font-size: 18px; white-space: nowrap; min-width: 10ch; text-align: right; }
.vol-note { font-size: 13px; color: #6b4a34; }
.vol-diamond { display: flex; align-items: center; gap: 16px; }
.vol-diamond i { flex: 1; height: 1px; background: #2b1a12; opacity: 0.28; }
.vol-diamond b { width: 7px; height: 7px; background: #c08a2e; transform: rotate(45deg); }
.vol-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.vol-day { display: flex; align-items: center; gap: 10px; background: #fbf6ea; border: 1px solid #c3ae90; padding: 11px 12px; cursor: pointer; }
.vol-day.on { background: #f6ecd6; border-color: #8a3d1c; }
.vol-day input { width: 20px; height: 20px; accent-color: #8a3d1c; flex: none; }
.vol-day span { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.vol-day b { font-family: Georgia, serif; font-weight: 600; font-size: 16px; line-height: 1.2; }
.vol-day i { font-style: normal; font-size: 12px; letter-spacing: 0.06em; color: #6b4a34; }
.vol-errors { margin-top: 18px; border: 1px solid #d92e26; background: #f9e6e4; padding: 12px 14px; display: flex; flex-direction: column; gap: 5px; }
.vol-errors h4 { margin: 0; font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #b8241d; }
.vol-errors p { margin: 0; font-size: 14px; line-height: 1.45; color: #7a1a15; }
.vol-foot { position: relative; background: #2b1a12; color: #f2e5cd; padding: clamp(14px, 2.2vw, 20px) clamp(20px, 3.4vw, 38px); display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; }
.vol-foot-mal { font-family: 'Baloo Chettan 2', sans-serif; font-weight: 700; font-size: 15px; color: #e8b46a; }
.vol-buttons { display: flex; align-items: center; gap: 10px; }
.vol-back { background: transparent; border: 1px solid rgba(242,229,205,0.5); color: #f2e5cd; font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 11px 20px; cursor: pointer; }
.vol-back:hover { border-color: #e8b46a; color: #e8b46a; }
.vol-back:disabled { opacity: 0.4; cursor: default; }
.vol-next { background: #c08a2e; border: 1px solid #e8b46a; color: #2b1a12; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 26px; cursor: pointer; }
.vol-next:hover { background: #e8b46a; }
.vol-submit { background: #d92e26; border: 1px solid #e8b46a; color: #f7ecd8; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 26px; cursor: pointer; }
.vol-submit:hover { background: #b8241d; }
.vol-thanks { position: relative; padding: clamp(32px, 5vw, 54px) clamp(20px, 3.4vw, 38px); display: flex; flex-direction: column; gap: 14px; }
.vol-thanks h3 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(24px, 3.4vw, 32px); line-height: 1.15; }
.vol-thanks p { margin: 0; font-size: clamp(15px, 1.9vw, 17px); line-height: 1.55; max-width: 48ch; text-wrap: pretty; color: #4a3226; }
.vol-thanks .small { font-size: 14px; line-height: 1.5; color: #6b4a34; padding-top: 10px; }
.vol-thanks .done { align-self: flex-start; margin-top: 6px; cursor: pointer; background: #2b1a12; border: 1px solid #c08a2e; color: #e8b46a; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 24px; }
.vol-thanks .done:hover { background: #d92e26; color: #f7ecd8; }

/* thank-you page */
.thanks-page { min-height: 100svh; box-sizing: border-box; display: flex; align-items: center; justify-content: center; padding: clamp(20px, 5vw, 60px); background: #f2e5cd; }
.thanks-card { width: 100%; max-width: 620px; background: #f2e5cd; border: 1px solid #8a3d1c; position: relative; }
.thanks-inner { position: relative; padding: clamp(26px, 4vw, 44px) clamp(22px, 3.6vw, 40px); display: flex; flex-direction: column; gap: 14px; }
.thanks-inner h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(26px, 4vw, 38px); line-height: 1.1; }
.thanks-inner p { margin: 0; font-size: clamp(15px, 2vw, 18px); line-height: 1.55; max-width: 48ch; text-wrap: pretty; color: #4a3226; }
.thanks-inner .small { font-size: 14px; color: #6b4a34; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 6px; }
.thanks-actions a { text-decoration: none; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 24px; }
.thanks-actions .primary { background: #d92e26; border: 1px solid #e8b46a; color: #f7ecd8; }
.thanks-actions .primary:hover { background: #b8241d; color: #f7ecd8; }
.thanks-actions .secondary { background: #2b1a12; border: 1px solid #c08a2e; color: #e8b46a; }
.thanks-actions .secondary:hover { background: #c08a2e; color: #2b1a12; }
