:root {
  --orange: #ff7a00;
  --orange-dark: #d95c00;
  --blue: #101f9a;
  --ink: #121212;
  --muted: #5f6575;
  --paper: #ffffff;
  --soft: #f4f5f8;
  --line: #dfe2ea;
  --radius: 24px;
  --shadow: 0 20px 50px rgba(16, 31, 154, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99999; padding: 10px 16px; background: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(0,0,0,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-shell { width: min(1180px, calc(100% - 38px)); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 6px; }
nav a { color: white; text-decoration: none; font-size: .92rem; font-weight: 800; padding: 11px 12px; border-radius: 999px; }
nav a:hover, nav a:focus-visible { background: rgba(255,255,255,.12); }
nav .nav-cta { background: var(--orange); color: black; padding-inline: 18px; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }
.hero { position: relative; min-height: calc(100svh - 78px); display: grid; place-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 50% 35%, #272727 0, #070707 45%, #000 80%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -45% -10%; height: 70%; background: radial-gradient(ellipse, rgba(255,122,0,.16), transparent 65%); }
.hero-content { position: relative; z-index: 2; width: min(900px, calc(100% - 42px)); text-align: center; padding: 70px 0 100px; }
.hero-logo { width: min(330px, 68vw); margin: 0 auto 16px; filter: drop-shadow(0 20px 36px rgba(0,0,0,.45)); animation: heroRise .8s ease both; }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-size: .8rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue); }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 820px; margin: 0 auto 20px; font-family: Georgia, serif; font-size: clamp(2.5rem, 7vw, 5.4rem); }
.hero-copy { max-width: 720px; margin: 0 auto 30px; color: #dadada; font-size: clamp(1rem, 2vw, 1.24rem); }
.hero-actions, .sponsor-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: black; background: var(--orange); box-shadow: 0 14px 30px rgba(255,122,0,.25); }
.button-orange:hover { background: #ff922f; }
.button-blue { color: white; background: var(--blue); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.6); background: transparent; }
.button-outline-dark { color: var(--blue); border: 1px solid var(--blue); background: white; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; translate: -50% 0; color: white; text-decoration: none; font-size: 2rem; animation: bounce 1.6s infinite; }
.scratch-layer span { position: absolute; left: -12%; width: 55%; height: 8px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--orange), transparent); transform: rotate(-18deg); opacity: .45; filter: drop-shadow(0 0 12px rgba(255,122,0,.65)); animation: scratch 1.1s ease both; }
.scratch-layer span:nth-child(1) { top: 24%; animation-delay: .1s; }
.scratch-layer span:nth-child(2) { top: 33%; animation-delay: .25s; }
.scratch-layer span:nth-child(3) { top: 42%; animation-delay: .4s; }
.section { padding: 100px max(24px, calc((100% - 1180px)/2)); }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .join h2, .store-card h2, .sponsor-copy h2, .leadership h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: clamp(2rem, 4.3vw, 3.7rem); }
.section-heading p:last-child { color: var(--muted); }
.impact-grid, .events-grid, .donation-grid, .partner-grid { display: grid; gap: 20px; }
.impact-grid { grid-template-columns: repeat(3, 1fr); }
.impact-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.icon-badge { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: black; background: var(--orange); font-size: 1.35rem; font-weight: 900; }
.impact-card h3 { margin: 24px 0 10px; font-size: 1.35rem; }
.impact-card p { margin: 0; color: var(--muted); }
.calendar-section { background: linear-gradient(180deg, #f7f8fb, white); }
.events-grid { grid-template-columns: repeat(3, 1fr); }
.event-card { min-height: 245px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.event-card.featured { border: 2px solid var(--orange); }
.event-date { width: max-content; padding: 6px 11px; border-radius: 999px; color: white; background: var(--blue); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.event-card h3 { margin: 20px 0 8px; font-size: 1.35rem; }
.event-meta { margin: 0 0 12px; color: var(--orange-dark); font-weight: 800; }
.event-description { margin: 0 0 18px; color: var(--muted); }
.event-card .button { margin-top: auto; align-self: flex-start; }
.event-loading, .event-empty { grid-column: 1 / -1; min-height: 160px; justify-content: center; align-items: center; text-align: center; }
.teams { color: white; background: var(--blue); }
.section-heading.light p:last-child { color: #d6daf8; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.team-grid article { min-height: 255px; padding: 25px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(255,255,255,.08); }
.team-grid span { color: var(--orange); font-size: .8rem; font-weight: 900; }
.team-grid h3 { margin: 55px 0 12px; }
.team-grid p { margin: 0; color: #e4e6fa; font-size: .92rem; }
.store-section { background: #080808; }
.store-card { display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 50px; padding: 52px; border-radius: 34px; color: white; background: linear-gradient(135deg, #171717, #050505); border: 1px solid rgba(255,255,255,.15); }
.store-card p:not(.eyebrow) { max-width: 720px; color: #d9d9d9; }
.store-mark { width: 250px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border-radius: 50%; color: black; background: var(--orange); font-family: Georgia, serif; font-size: 5rem; font-weight: 900; box-shadow: 0 25px 60px rgba(255,122,0,.3); }
.store-mark span { font-family: inherit; font-size: 1rem; text-transform: uppercase; }
.join { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 70px; background: var(--soft); }
.join-copy { position: sticky; top: 115px; }
.contact-note { margin-top: 30px; padding: 18px; border-left: 5px solid var(--orange); background: white; }
.contact-note a { display: block; color: var(--blue); font-weight: 800; }
.join-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.join-form label, .join-form legend { font-size: .92rem; font-weight: 800; }
.join-form input[type="text"], .join-form input[type="tel"], .join-form input[type="email"], .join-form textarea { width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid #cfd3de; border-radius: 12px; background: white; }
.form-row, .check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.join-form > label, .join-form fieldset { display: block; margin-bottom: 18px; }
.join-form fieldset { padding: 0; border: 0; }
.check-grid label, .wide-check { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 600 !important; }
.check-grid input, .wide-check input { margin-top: 4px; }
.honey { position: absolute; left: -9999px; }
.form-status { min-height: 24px; margin: 14px 0 0; font-weight: 800; }
.form-status.success { color: #087a37; }
.form-status.error { color: #a31621; }
.privacy-note { color: var(--muted); font-size: .78rem; }
.donation-grid.three-up { grid-template-columns: repeat(3, 1fr); }
.donation-card { display: flex; flex-direction: column; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); text-align: center; }
.donation-card .provider { color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.donation-card h3 { margin: 8px 0; }
.donation-card p { color: var(--muted); }
.donation-card img { width: 160px; height: 160px; margin: auto; object-fit: contain; border-radius: 14px; }
.zelle-card img { width: 190px; height: 260px; object-fit: cover; object-position: 50% 44%; border: 1px solid var(--line); }
.payment-caution { font-size: .8rem; }
.receipt-request-note { max-width: 850px; margin: 42px auto 0; padding: 28px; border: 1px dashed var(--blue); border-radius: 20px; text-align: center; background: #f8f9ff; }
.receipt-request-note h3 { margin-top: 0; }
.sponsorship { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; color: white; background: var(--blue); }
.sponsor-copy p:not(.eyebrow) { color: #e0e3ff; }
.nonprofit-detail { font-size: .82rem; }
.tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tier-grid article { display: flex; flex-direction: column; justify-content: space-between; min-height: 130px; padding: 24px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.09); }
.tier-grid span { color: var(--orange); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 900; }
.partner-grid { grid-template-columns: repeat(4, 1fr); }
.partner-grid article { min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.partner-grid img { width: 100%; height: 105px; object-fit: contain; }
.partner-grid span { text-align: center; font-weight: 800; }
.leadership { display: grid; grid-template-columns: minmax(420px, 1.15fr) minmax(310px, .85fr); align-items: center; gap: 65px; background: var(--soft); }
.team-photo-wrap { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.team-photo-wrap img { width: 100%; min-height: 390px; object-fit: cover; }
.leadership p:not(.eyebrow) { color: var(--muted); }
footer { color: white; background: #050505; }
.footer-main { padding: 60px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.footer-main h2 { color: var(--orange); font-size: 1rem; text-transform: uppercase; }
.footer-main a { display: block; margin: 8px 0; color: #ddd; text-decoration: none; }
.footer-brand img { width: 170px; }
.dasheros-credit { padding: 30px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: minmax(220px, 350px) 1fr; align-items: center; gap: 34px; border-top: 1px solid rgba(255,255,255,.12); background: #0e0e0e; }
.dasheros-credit img { width: min(350px, 100%); }
.footer-action-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.footer-pill { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; text-decoration: none; font-weight: 800; }
.footer-bottom { padding: 18px max(24px, calc((100% - 1180px)/2)); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #aaa; font-size: .78rem; }
.join-transition { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; visibility: hidden; opacity: 0; overflow: hidden; background: #000; pointer-events: none; transition: opacity .18s ease; }
.join-transition.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.transition-scratches span { position: absolute; left: -25%; width: 150%; height: 9px; border-radius: 999px; background: linear-gradient(90deg, transparent 0 6%, var(--orange) 16% 84%, transparent 94%); opacity: 0; filter: drop-shadow(0 0 16px rgba(255,122,0,.8)); transform: rotate(-14deg) scaleX(0); transform-origin: left; }
.join-transition.is-active .transition-scratches span { animation: joinSlash .88s cubic-bezier(.2,.8,.2,1) forwards; }
.transition-scratches span:nth-child(1) { top: 10%; animation-delay: .05s !important; }
.transition-scratches span:nth-child(2) { top: 18%; animation-delay: .25s !important; }
.transition-scratches span:nth-child(3) { top: 26%; animation-delay: .15s !important; }
.transition-scratches span:nth-child(4) { top: 34%; animation-delay: .35s !important; }
.transition-scratches span:nth-child(5) { top: 42%; animation-delay: .75s !important; }
.transition-scratches span:nth-child(6) { top: 50%; animation-delay: .55s !important; }
.transition-scratches span:nth-child(7) { top: 58%; animation-delay: .65s !important; }
.transition-scratches span:nth-child(8) { top: 66%; animation-delay: .45s !important; }
.transition-scratches span:nth-child(9) { top: 74%; animation-delay: .85s !important; }
.transition-scratches span:nth-child(10) { top: 82%; animation-delay: .95s !important; }
.transition-scratches span:nth-child(11) { top: 31%; transform: rotate(14deg) scaleX(0); animation-delay: .38s !important; }
.transition-scratches span:nth-child(12) { top: 70%; transform: rotate(14deg) scaleX(0); animation-delay: .80s !important; }
.transition-tiger { position: relative; z-index: 3; width: min(320px, 72vw); text-align: center; opacity: 0; transform: translateY(120px) scale(.62); }
.transition-tiger img { width: 100%; }
.transition-tiger p { margin: 6px 0 0; color: white; font-family: Georgia, serif; font-size: clamp(1.35rem, 4vw, 2.1rem); font-weight: 900; }
.join-transition.is-active .transition-tiger { animation: tigerRise 1s 1.25s cubic-bezier(.18,.9,.25,1.15) forwards; }
.join-transition.is-leaving { animation: transitionLeave .45s ease forwards; }
body.transition-lock { overflow: hidden; }
@keyframes heroRise { from { opacity: 0; transform: translateY(25px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes scratch { from { opacity: 0; transform: rotate(-18deg) scaleX(0); } to { opacity: .45; transform: rotate(-18deg) scaleX(1); } }
@keyframes bounce { 50% { transform: translateY(8px); } }
@keyframes joinSlash { 0% { opacity: 0; transform: rotate(-14deg) scaleX(0); } 20% { opacity: 1; } 100% { opacity: .95; transform: rotate(-14deg) scaleX(1); } }
@keyframes tigerRise { to { opacity: 1; transform: none; } }
@keyframes transitionLeave { to { opacity: 0; visibility: hidden; } }
@media (max-width: 1050px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .donation-grid.three-up { grid-template-columns: 1fr 1fr; }
  .zelle-card { grid-column: 1 / -1; width: min(560px, 100%); justify-self: center; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
  .menu-toggle { display: block; }
  nav { position: absolute; left: 19px; right: 19px; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border-radius: 18px; background: #111; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  nav.open { display: flex; }
  .impact-grid, .events-grid, .join, .sponsorship, .leadership, .store-card, .donation-grid.three-up { grid-template-columns: 1fr; }
  .join-copy { position: static; }
  .team-grid { grid-template-columns: 1fr; }
  .store-card { padding: 34px 24px; text-align: center; }
  .store-mark { width: 210px; margin: 0 auto; }
  .zelle-card { grid-column: auto; width: auto; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .footer-main, .dasheros-credit { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .dasheros-credit { text-align: center; }
  .dasheros-credit img { margin: 0 auto; }
  .footer-action-row { justify-content: center; }
}
@media (max-width: 500px) {
  .section { padding-top: 72px; padding-bottom: 72px; }
  .form-row, .check-grid, .tier-grid, .partner-grid { grid-template-columns: 1fr; }
  .join-form { padding: 24px 18px; }
  .hero-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .join-transition { display: none; }
}


/* Revision 4: volunteer guide, family business directory, and partner enhancements */
.volunteer-home-section { background: linear-gradient(180deg,#fff,#f7f8fc); }
.volunteer-home-card { display:grid; grid-template-columns:1fr minmax(260px,380px); align-items:center; gap:55px; padding:48px; border:1px solid var(--line); border-radius:32px; background:white; box-shadow:var(--shadow); }
.volunteer-home-card h2,.directory-home-card h2,.volunteer-steps-card h2,.business-submit-copy h2 { margin:0 0 16px; font-family:Georgia,serif; font-size:clamp(2rem,4vw,3.4rem); }
.volunteer-home-card p:not(.eyebrow),.directory-home-card p:not(.eyebrow) { color:var(--muted); }
.volunteer-home-card img { width:100%; max-height:430px; object-fit:contain; border-radius:20px; border:1px solid var(--line); }
.volunteer-home-actions,.directory-home-actions,.volunteer-cta-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.directory-home-section { background:#fff7ef; }
.directory-home-card { display:grid; grid-template-columns:1fr 300px; align-items:center; gap:55px; padding:50px; border-radius:32px; background:white; border:1px solid #f2d1b2; box-shadow:var(--shadow); }
.directory-home-mark { width:280px; aspect-ratio:1; margin:auto; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:50%; text-align:center; color:white; background:linear-gradient(145deg,var(--orange),#d95500); box-shadow:0 25px 55px rgba(255,122,0,.25); }
.directory-home-mark span { font-size:.78rem; font-weight:900; letter-spacing:.18em; }.directory-home-mark strong { margin:8px 0; font-family:Georgia,serif; font-size:2rem; }.directory-home-mark small { font-weight:800; }
.zelle-instructions { padding:13px; border-radius:12px; color:#463a16; background:#fff7d9; font-size:.82rem; text-align:left; }
.technology-partner a { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; color:inherit; text-decoration:none; }.technology-partner small { color:var(--muted); font-weight:750; }.technology-partner:hover { border-color:var(--orange); box-shadow:var(--shadow); }
.subpage-hero { min-height:620px; padding:90px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:60px; color:white; background:radial-gradient(circle at 85% 30%,rgba(255,122,0,.28),transparent 28%),linear-gradient(135deg,#050505,#151515); }
.subpage-hero-copy h1 { margin:0 0 20px; font-size:clamp(2.7rem,6vw,5rem); }.subpage-hero-copy>p:not(.eyebrow) { max-width:680px; color:#ddd; font-size:1.1rem; }.subpage-hero .hero-actions { justify-content:flex-start; }
.subpage-hero-mark { display:grid; place-items:center; }.subpage-hero-mark img { width:min(430px,100%); max-height:510px; object-fit:contain; border-radius:22px; box-shadow:0 30px 70px rgba(0,0,0,.45); }.directory-hero-mark { width:min(430px,100%); aspect-ratio:1; margin:auto; display:flex; flex-direction:column; align-items:center; justify-content:center; border:2px solid rgba(255,255,255,.35); border-radius:50%; background:rgba(255,122,0,.18); text-align:center; }.directory-hero-mark span { color:var(--orange); font-weight:900; letter-spacing:.18em; }.directory-hero-mark strong { margin:14px 0; font-family:Georgia,serif; font-size:clamp(2rem,5vw,3.5rem); }.directory-hero-mark small { font-weight:800; }
.volunteer-intro { background:#f7f8fb; }.volunteer-level-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }.volunteer-level-card { position:relative; overflow:hidden; padding:38px; border-radius:26px; background:white; border:1px solid var(--line); box-shadow:var(--shadow); }.volunteer-level-card.advanced { color:white; background:var(--blue); border-color:var(--blue); }.volunteer-level-card h3 { margin:12px 0 20px; font-size:1.65rem; }.volunteer-level-card li { margin:10px 0; }.volunteer-level-card.advanced .eyebrow,.volunteer-level-card.advanced li,.volunteer-level-card.advanced .level-fit { color:#eef0ff; }.level-number { position:absolute; right:24px; top:15px; color:rgba(16,31,154,.08); font-family:Georgia,serif; font-size:8rem; font-weight:900; line-height:1; }.advanced .level-number { color:rgba(255,255,255,.1); }.level-fit { margin-top:25px; padding-top:18px; border-top:1px solid var(--line); color:var(--muted); }.advanced .level-fit { border-color:rgba(255,255,255,.25); }
.volunteer-steps-section { background:white; }.volunteer-steps-card { padding:45px; border-radius:30px; background:#fff7ef; border:1px solid #f2d1b2; }.volunteer-steps { margin:30px 0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:18px; }.volunteer-steps li { display:flex; gap:16px; padding:22px; border-radius:18px; background:white; }.volunteer-steps li>span { flex:0 0 42px; height:42px; display:grid; place-items:center; border-radius:50%; color:black; background:var(--orange); font-weight:900; }.volunteer-steps p { margin:5px 0 0; color:var(--muted); }.volunteer-note-section { padding-top:0; }
.directory-section { background:#f7f8fb; }.directory-tools { max-width:900px; margin:0 auto 28px; display:grid; grid-template-columns:1fr 260px; gap:14px; }.directory-tools label { font-size:.82rem; font-weight:850; }.directory-tools input,.directory-tools select { width:100%; margin-top:7px; padding:13px; border:1px solid #cfd4df; border-radius:12px; background:white; }.directory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.directory-card { min-height:300px; padding:27px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:var(--shadow); }.directory-card.featured { border:2px solid var(--orange); }.directory-card-top { display:flex; align-items:center; gap:16px; }.directory-logo { width:78px; height:78px; flex:0 0 78px; object-fit:contain; border-radius:16px; background:white; border:1px solid var(--line); }.directory-logo-fallback { display:grid; place-items:center; color:white; background:var(--blue); font-family:Georgia,serif; font-size:2rem; font-weight:900; }.directory-category { color:var(--orange-dark); font-size:.72rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }.directory-card h3 { margin:6px 0 0; font-size:1.35rem; }.directory-card>p { color:var(--muted); }.directory-promotion { padding:12px; border-left:4px solid var(--orange); background:#fff7ef; font-size:.88rem; }.directory-contact-links { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }.directory-contact-links a { padding:7px 11px; border-radius:999px; color:white; background:var(--blue); text-decoration:none; font-size:.8rem; font-weight:850; }.directory-empty,.directory-loading { grid-column:1/-1; text-align:center; min-height:170px; display:grid; place-content:center; }
.business-submit-section { display:grid; grid-template-columns:.75fr 1.25fr; gap:65px; align-items:start; }.business-submit-copy { position:sticky; top:115px; }.business-submit-copy>p:not(.eyebrow) { color:var(--muted); }.contact-note span { display:block; color:var(--muted); }.join-form input[type="url"],.join-form input[type="search"],.join-form select,.join-form input[type="file"] { width:100%; margin-top:7px; padding:12px 14px; border:1px solid #cfd3de; border-radius:12px; background:white; }.radio-row { display:flex; gap:24px; margin-top:10px; }.radio-row label { display:flex; gap:8px; align-items:center; }.directory-other-contact { display:block; margin-top:12px; }.file-field span { display:block; margin-top:7px; color:var(--muted); font-size:.78rem; font-weight:500; }
@media(max-width:1050px){.directory-grid{grid-template-columns:1fr 1fr}.subpage-hero{grid-template-columns:1fr .8fr}.volunteer-home-card,.directory-home-card{grid-template-columns:1fr 260px}}
@media(max-width:780px){.volunteer-home-card,.directory-home-card,.subpage-hero,.business-submit-section,.volunteer-level-grid{grid-template-columns:1fr}.volunteer-home-card,.directory-home-card,.volunteer-steps-card{padding:30px 22px}.volunteer-home-card img{max-height:360px}.subpage-hero{padding-top:60px;padding-bottom:60px}.subpage-hero-mark{order:-1}.subpage-hero-mark img{max-height:380px}.directory-hero-mark{order:0}.volunteer-steps{grid-template-columns:1fr}.business-submit-copy{position:static}.directory-tools{grid-template-columns:1fr}.directory-grid{grid-template-columns:1fr}.directory-home-mark{width:220px}.volunteer-home-actions,.directory-home-actions,.volunteer-cta-row{flex-direction:column}.volunteer-home-actions .button,.directory-home-actions .button,.volunteer-cta-row .button{width:100%}}


/* Revision 5 layout refinements */
.brand { display:inline-flex; align-items:center; cursor:pointer; }
.hero.replay-intro .scratch-layer span { animation:none; }
.hero.replay-intro .scratch-layer span:nth-child(1) { animation:scratchReveal 1.35s .15s cubic-bezier(.18,.8,.22,1) both; }
.hero.replay-intro .scratch-layer span:nth-child(2) { animation:scratchReveal 1.35s .48s cubic-bezier(.18,.8,.22,1) both; }
.hero.replay-intro .scratch-layer span:nth-child(3) { animation:scratchReveal 1.35s .81s cubic-bezier(.18,.8,.22,1) both; }
.hero.replay-intro .hero-content { animation:heroContentReplay 1.1s 1.3s both; }
@keyframes heroContentReplay { from { opacity:0; transform:translateY(32px) scale(.96); } to { opacity:1; transform:none; } }

.volunteer-home-v5 { grid-template-columns:1.25fr .75fr; }
.volunteer-home-graphic { min-height:300px; position:relative; display:grid; place-items:center; overflow:hidden; border-radius:28px; color:white; background:radial-gradient(circle at 50% 40%,#ff9b3d,#ff7400 48%,#101f9a 49% 100%); }
.volunteer-home-graphic .paw-mark { font-size:7rem; filter:drop-shadow(0 14px 22px rgba(0,0,0,.25)); transform:rotate(-12deg); }
.volunteer-home-graphic span { position:absolute; padding:8px 14px; border-radius:999px; color:#111; background:white; font-size:.75rem; font-weight:950; letter-spacing:.1em; }
.volunteer-home-graphic span:nth-of-type(1) { left:24px; bottom:26px; }.volunteer-home-graphic span:nth-of-type(2) { right:24px; top:26px; }

.donation-grid-v5 { align-items:stretch; gap:18px; }
.donation-card-v5 { min-height:0; justify-content:flex-start; gap:16px; padding:24px; }
.donation-card-v5 .donation-card-copy { min-height:126px; }
.donation-card-v5 .donation-card-copy p { margin:8px auto 0; max-width:300px; }
.qr-frame { width:190px; height:190px; display:grid; place-items:center; margin:0 auto; padding:14px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.qr-frame img,.donation-card-v5 img { width:100%; height:100%; margin:0; object-fit:contain; border-radius:8px; }
.zelle-frame { height:230px; }
.donation-card-v5 .button { margin-top:auto; }
.donation-card-v5 .payment-caution { margin:0; font-size:.82rem; }
.receipt-request-v5 { display:grid; grid-template-columns:1fr auto; align-items:center; gap:30px; text-align:left; }
.receipt-request-v5 h3 { margin:2px 0 8px; }

.partner-grid-v5 { grid-template-columns:repeat(3,1fr); }
.partner-grid-v5 article { min-height:190px; }
.technology-partner-v5 a { gap:8px; text-align:center; }
.technology-partner-v5 span { display:block; font-size:1rem; }
.technology-partner-v5 small { display:block; font-size:.8rem; }
.technology-partner-v5 em { display:inline-flex; padding:5px 10px; border-radius:999px; color:var(--blue); background:#eef1ff; font-size:.72rem; font-style:normal; font-weight:850; }
.dasheros-credit a { color:inherit; }.dasheros-credit-logo { display:block; }.dasheros-slogan { margin:4px 0 14px; color:#ffb56f; font-weight:800; }.admin-portal-link { margin-top:15px!important; padding-top:13px; border-top:1px solid rgba(255,255,255,.15); font-weight:850; }

/* Slow sequential claw motion */
.transition-scratches { position:absolute; inset:0; }
.transition-scratches span { height:7px; background:linear-gradient(90deg,transparent 0 10%,#ff7a00 18% 82%,transparent 92%); filter:drop-shadow(0 0 12px rgba(255,122,0,.85)); }
.join-transition.is-active .transition-scratches span { animation:clawDrag 1.35s cubic-bezier(.12,.72,.18,1) forwards; }
.transition-scratches span:nth-child(1){top:11%;animation-delay:.15s!important}.transition-scratches span:nth-child(2){top:16%;animation-delay:.33s!important}.transition-scratches span:nth-child(3){top:21%;animation-delay:.51s!important}.transition-scratches span:nth-child(4){top:34%;animation-delay:.88s!important}.transition-scratches span:nth-child(5){top:39%;animation-delay:1.06s!important}.transition-scratches span:nth-child(6){top:44%;animation-delay:1.24s!important}.transition-scratches span:nth-child(7){top:57%;animation-delay:1.61s!important}.transition-scratches span:nth-child(8){top:62%;animation-delay:1.79s!important}.transition-scratches span:nth-child(9){top:67%;animation-delay:1.97s!important}.transition-scratches span:nth-child(10){top:80%;animation-delay:2.34s!important}.transition-scratches span:nth-child(11){top:85%;animation-delay:2.52s!important}.transition-scratches span:nth-child(12){top:90%;animation-delay:2.70s!important}
.join-transition.is-active .transition-tiger { animation:tigerRise 1.25s 3.05s cubic-bezier(.18,.9,.25,1.08) forwards; }
@keyframes clawDrag { 0%{opacity:0;transform:translateX(-18%) rotate(-12deg) scaleX(.05)} 15%{opacity:1} 72%{opacity:1;transform:translateX(0) rotate(-12deg) scaleX(1)} 100%{opacity:0;transform:translateX(12%) rotate(-12deg) scaleX(1.04)} }

/* Volunteer instructions page */
.volunteer-v5-hero,.directory-v5-hero,.form-page-hero { color:white; background:radial-gradient(circle at 82% 26%,rgba(255,122,0,.30),transparent 28%),linear-gradient(135deg,#050505,#171717); }
.volunteer-v5-hero { min-height:650px; padding:90px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; }
.volunteer-v5-copy h1,.directory-v5-hero h1,.form-page-hero h1 { margin:0 0 18px; font-family:Georgia,serif; font-size:clamp(3rem,6vw,5.6rem); line-height:.98; }
.volunteer-v5-copy>p:not(.eyebrow),.directory-v5-hero p,.form-page-hero p { max-width:700px; color:#ddd; font-size:1.08rem; }
.volunteer-v5-copy .hero-actions { justify-content:flex-start; }
.volunteer-v5-visual { min-height:470px; position:relative; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:44px; background:linear-gradient(150deg,rgba(255,122,0,.2),rgba(16,31,154,.28)); }
.volunteer-v5-visual img { width:min(340px,75%); filter:drop-shadow(0 25px 35px rgba(0,0,0,.45)); }
.clearance-chip { position:absolute; min-width:145px; padding:13px 18px; border-radius:18px; color:#111; background:white; box-shadow:0 18px 35px rgba(0,0,0,.25); }.clearance-chip strong,.clearance-chip span { display:block; }.clearance-chip strong { color:var(--blue); }.clearance-chip span { font-size:.8rem; }.chip-one { left:-25px; bottom:48px; transform:rotate(-5deg); }.chip-two { right:-20px; top:46px; transform:rotate(5deg); }
.process-timeline { max-width:1000px; margin:40px auto 0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; counter-reset:steps; }.process-timeline li { position:relative; padding:26px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:var(--shadow); }.process-timeline li>span,.form-section-title>span,.form-page-aside li>span { width:44px; height:44px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--blue); font-weight:950; }.process-timeline h3 { margin:18px 0 8px; }.process-timeline p { margin:0; color:var(--muted); }
.clearance-section { background:#f6f7fb; }.clearance-comparison { display:grid; grid-template-columns:1fr 1fr; gap:24px; }.clearance-card { padding:36px; border-radius:28px; background:white; box-shadow:var(--shadow); }.clearance-card.level-one { border-top:7px solid var(--blue); }.clearance-card.level-two { border-top:7px solid var(--orange); }.clearance-heading { display:flex; align-items:center; gap:18px; }.clearance-heading>span { font-family:Georgia,serif; font-size:3.4rem; font-weight:900; color:#dfe3f4; }.clearance-heading h3 { margin:0; font-size:1.7rem; }.clearance-card li { margin:12px 0; }.best-for { margin-top:22px; padding:16px; border-radius:16px; background:#f5f6fa; }.volunteer-final-cta { padding-top:20px; }

/* Directory pages */
.directory-v5-hero { padding:90px max(24px,calc((100% - 1180px)/2)); }.directory-v5-shell { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:70px; }.directory-v5-hero .hero-actions { justify-content:flex-start; }.directory-v5-badge { width:min(390px,100%); aspect-ratio:1; display:flex; flex-direction:column; align-items:center; justify-content:center; margin:auto; border:2px solid rgba(255,255,255,.26); border-radius:50%; background:linear-gradient(145deg,#ff7a00,#d95c00); box-shadow:0 30px 70px rgba(0,0,0,.38); text-align:center; }.directory-v5-badge span,.directory-v5-badge small { font-weight:950; letter-spacing:.15em; }.directory-v5-badge strong { margin:14px 0; font-family:Georgia,serif; font-size:clamp(2.3rem,5vw,4rem); line-height:.86; }.directory-v5-intro { display:grid; grid-template-columns:240px 1fr; align-items:center; gap:55px; }.directory-stat { min-height:190px; display:grid; place-content:center; text-align:center; border-radius:30px; color:white; background:var(--blue); }.directory-stat strong { font-family:Georgia,serif; font-size:4.5rem; line-height:1; }.directory-stat span { font-size:.78rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.directory-toolbar-v5 { display:grid; grid-template-columns:1fr 260px auto; align-items:end; gap:14px; margin-bottom:28px; padding:20px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 10px 30px rgba(16,31,154,.07); }.directory-toolbar-v5 label>span { display:block; margin-bottom:7px; font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }.directory-toolbar-v5 input,.directory-toolbar-v5 select { width:100%; min-height:48px; padding:11px 14px; border:1px solid #ccd1dc; border-radius:12px; background:white; }.directory-grid-v5 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }.directory-card-v5 { position:relative; min-height:310px; display:flex; flex-direction:column; padding:27px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow); }.directory-card-v5.featured { border:2px solid var(--orange); }.featured-ribbon { position:absolute; top:16px; right:16px; padding:5px 9px; border-radius:999px; color:#111; background:var(--orange); font-size:.7rem; font-weight:950; }.directory-card-v5-head { display:flex; align-items:center; gap:16px; padding-right:20px; }.directory-logo-v5 { width:78px; height:78px; flex:0 0 78px; object-fit:contain; border:1px solid var(--line); border-radius:17px; background:white; }.directory-logo-v5.fallback { display:grid; place-items:center; color:white; background:var(--blue); font-family:Georgia,serif; font-size:2rem; font-weight:900; }.directory-card-v5 h3 { margin:5px 0 0; }.directory-card-v5>p { color:var(--muted); }.directory-card-v5 .directory-promotion { display:grid; gap:3px; margin-top:auto; }.directory-contact-links { margin-top:18px; }.directory-card-v5.directory-empty { grid-column:1/-1; min-height:280px; align-items:center; justify-content:center; text-align:center; }.empty-icon { font-size:3rem; }.directory-v5-cta { padding-top:25px; }
.action-panel { display:grid; grid-template-columns:1fr auto; align-items:center; gap:35px; padding:40px; border:1px solid var(--line); border-radius:28px; background:white; box-shadow:var(--shadow); }.action-panel h2 { margin:0 0 10px; font-family:Georgia,serif; font-size:clamp(2rem,4vw,3.3rem); }.action-panel p:not(.eyebrow) { color:var(--muted); }.action-panel-buttons { display:flex; flex-direction:column; gap:10px; min-width:250px; }.text-link { color:var(--blue); text-align:center; font-weight:800; }

/* Form pages */
.form-page-hero { min-height:390px; padding:72px max(24px,calc((100% - 1180px)/2)); display:flex; align-items:end; justify-content:space-between; gap:40px; }.form-page-hero h1 { max-width:820px; font-size:clamp(2.7rem,5vw,4.7rem); }.form-page-layout { display:grid; grid-template-columns:330px minmax(0,1fr); align-items:start; gap:55px; }.form-page-aside { position:sticky; top:120px; }.form-page-aside h2 { margin:0 0 24px; font-family:Georgia,serif; font-size:2.5rem; }.form-page-aside ol { padding:0; list-style:none; }.form-page-aside li { display:grid; grid-template-columns:44px 1fr; gap:13px; align-items:start; margin:20px 0; }.form-page-aside li p { margin:8px 0 0; color:var(--muted); }.privacy-box { margin-top:30px; padding:20px; border-left:5px solid var(--orange); border-radius:14px; background:#fff8ef; }.privacy-box p { margin-bottom:0; }.directory-application-form,.acknowledgment-form { max-width:none; }.form-section-title { display:flex; align-items:center; gap:14px; margin:12px 0 20px; padding-bottom:14px; border-bottom:1px solid var(--line); }.form-section-title h3,.form-section-title p { margin:0; }.form-section-title p { color:var(--muted); font-size:.84rem; }.acknowledgment-hero { background:radial-gradient(circle at 85% 15%,rgba(16,31,154,.8),transparent 32%),linear-gradient(135deg,#050505,#1a1a1a); }

@media(max-width:1050px){.partner-grid-v5,.directory-grid-v5{grid-template-columns:1fr 1fr}.process-timeline{grid-template-columns:1fr 1fr}.directory-v5-shell,.volunteer-v5-hero{grid-template-columns:1fr}.volunteer-v5-visual{min-height:380px}.form-page-layout{grid-template-columns:280px 1fr}.directory-toolbar-v5{grid-template-columns:1fr 220px}}
@media(max-width:780px){.receipt-request-v5,.directory-v5-intro,.clearance-comparison,.form-page-layout,.action-panel{grid-template-columns:1fr}.receipt-request-v5{text-align:center}.partner-grid-v5,.directory-grid-v5,.process-timeline{grid-template-columns:1fr}.directory-toolbar-v5{grid-template-columns:1fr}.volunteer-v5-hero{padding-top:60px;padding-bottom:60px}.volunteer-v5-visual{min-height:330px}.chip-one{left:8px}.chip-two{right:8px}.directory-v5-shell{grid-template-columns:1fr}.directory-v5-badge{width:270px}.directory-v5-intro{gap:25px}.directory-stat{min-height:145px}.form-page-hero{align-items:flex-start;flex-direction:column}.form-page-aside{position:static}.action-panel-buttons{min-width:0}.volunteer-home-v5{grid-template-columns:1fr}.donation-card-v5 .donation-card-copy{min-height:0}}

/* =========================================================
   Revision 6: full-scale page layouts and walking paw trail
   ========================================================= */
:root { --page-width: 1180px; }
.public-subpage main { overflow:hidden; }
.public-subpage .section { padding:88px max(28px,calc((100% - var(--page-width))/2)); }
.compact-heading { max-width:760px; margin-bottom:42px; }
.left-actions { justify-content:flex-start; }
.center-actions-v6 { display:flex; justify-content:center; margin-top:36px; }
.text-button-v6 { display:inline-flex; justify-content:center; padding:10px 4px; color:var(--blue); font-weight:850; text-decoration:none; }
.text-button-v6:hover { text-decoration:underline; }

/* Homepage hero: entire message remains visible in first screen */
.hero-v6 { min-height:650px; height:calc(100svh - 78px); max-height:900px; place-items:stretch; }
.hero-content-v6 { width:min(var(--page-width),calc(100% - 54px)); height:100%; display:grid; grid-template-columns:minmax(300px,.86fr) minmax(500px,1.14fr); align-items:center; gap:74px; padding:36px 0 70px; text-align:left; }
.hero-visual-v6 { position:relative; display:grid; place-items:center; }
.hero-logo-ring { width:min(370px,34vw); aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:radial-gradient(circle at 42% 35%,#292929,#080808 72%); box-shadow:0 35px 90px rgba(0,0,0,.5), inset 0 0 0 10px rgba(255,122,0,.08); }
.hero-logo-ring::before { content:""; position:absolute; width:76%; aspect-ratio:1; border:2px solid rgba(255,122,0,.35); border-radius:50%; }
.hero-v6 .hero-logo { width:82%; margin:0; position:relative; z-index:2; }
.hero-stamp { position:absolute; bottom:5%; padding:8px 16px; border-radius:999px; color:#111; background:var(--orange); font-size:.72rem; font-weight:950; letter-spacing:.12em; text-transform:uppercase; box-shadow:0 14px 32px rgba(255,122,0,.28); }
.hero-message-v6 { position:relative; z-index:3; }
.hero-message-v6 h1 { max-width:none; margin:0 0 20px; font-size:clamp(3rem,5.25vw,5.15rem); line-height:.96; letter-spacing:-.035em; }
.hero-message-v6 .hero-copy { max-width:690px; margin:0 0 28px; font-size:clamp(1rem,1.5vw,1.2rem); }
.hero-message-v6 .hero-actions { justify-content:flex-start; }
.hero-v6 .scroll-cue { display:flex; flex-direction:column; align-items:center; gap:0; font-size:1.5rem; }
.hero-v6 .scroll-cue span { font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; }
.scratch-layer-v6 span { left:-18%; width:57%; height:6px; opacity:.42; }

/* Real SVG paw trail on the sides */
.paw-rail { position:fixed; top:96px; bottom:30px; z-index:55; width:66px; pointer-events:none; opacity:.62; }
.paw-rail-left { left:9px; }
.paw-rail-right { right:9px; }
.paw-step { position:absolute; width:42px; height:39px; opacity:.62; transition:opacity .2s ease; transform:translateY(calc((var(--paw-scroll,0) * 46vh) + (var(--paw-index) * 18vh) + var(--paw-bob,0px))) rotate(calc(-18deg + (var(--paw-index) * 11deg))); }
.paw-rail-right .paw-step { right:0; transform:translateY(calc(((1 - var(--paw-scroll,0)) * 46vh) + (var(--paw-index) * 18vh) - var(--paw-bob,0px))) rotate(calc(18deg - (var(--paw-index) * 11deg))) scaleX(-1); }
.paw-svg { width:100%; height:100%; overflow:visible; filter:drop-shadow(0 5px 9px rgba(0,0,0,.18)); }
.paw-svg .paw-pad,.paw-svg .paw-toe { stroke:#fff; stroke-width:3; }
.paw-orange .paw-pad,.paw-orange .paw-toe { fill:#ff7a00; }
.paw-blue .paw-pad,.paw-blue .paw-toe { fill:#101f9a; }
.paw-highlight { fill:none; stroke:rgba(255,255,255,.72); stroke-width:4; stroke-linecap:round; }
.paw-mark svg { width:120px; fill:white; filter:drop-shadow(0 14px 22px rgba(0,0,0,.25)); transform:rotate(-12deg); }

/* Shared polished subpage hero */
.subpage-hero-v6 { min-height:560px; display:flex; align-items:center; padding:72px max(28px,calc((100% - var(--page-width))/2)); color:white; background:radial-gradient(circle at 82% 24%,rgba(255,122,0,.26),transparent 30%),linear-gradient(135deg,#050505,#171717); }
.subpage-shell-v6 { width:100%; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); align-items:center; gap:76px; }
.subpage-copy-v6 h1 { max-width:760px; margin:0 0 22px; font-family:Georgia,serif; font-size:clamp(3.1rem,5.5vw,5.25rem); line-height:.98; letter-spacing:-.035em; }
.subpage-lead { max-width:720px; margin:0 0 30px; color:#d6d6d6; font-size:1.12rem; }

/* Volunteer page */
.volunteer-hero-card { position:relative; min-height:400px; display:grid; grid-template-rows:auto 1fr; align-items:center; padding:34px; overflow:hidden; border:1px solid rgba(255,255,255,.18); border-radius:38px; background:linear-gradient(145deg,rgba(16,31,154,.78),rgba(255,122,0,.78)); box-shadow:0 35px 80px rgba(0,0,0,.38); }
.volunteer-card-logo { width:132px; height:132px; display:grid; place-items:center; margin:0 auto 22px; border-radius:50%; background:#0b0b0b; border:4px solid white; box-shadow:0 18px 38px rgba(0,0,0,.3); }
.volunteer-card-logo img { width:112px; height:112px; object-fit:contain; }
.volunteer-checklist { position:relative; z-index:2; display:grid; gap:12px; }
.check-row { display:grid; grid-template-columns:44px 1fr; align-items:center; gap:13px; padding:14px 16px; border-radius:17px; color:#111; background:rgba(255,255,255,.94); box-shadow:0 10px 28px rgba(0,0,0,.16); }
.check-row i { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--blue); font-style:normal; font-weight:950; }
.volunteer-paw { position:absolute; right:-34px; bottom:-34px; width:180px; fill:rgba(255,255,255,.13); transform:rotate(-18deg); }
.volunteer-steps-v6 { background:white; }
.step-grid-v6 { max-width:1120px; margin:0 auto; padding:0; list-style:none; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step-grid-v6 li { min-height:255px; padding:28px; border:1px solid var(--line); border-radius:25px; background:white; box-shadow:var(--shadow); }
.step-grid-v6 li>span { width:48px; height:48px; display:grid; place-items:center; border-radius:15px; color:#111; background:var(--orange); font-weight:950; }
.step-grid-v6 h3 { margin:42px 0 10px; font-size:1.28rem; }
.step-grid-v6 p { margin:0; color:var(--muted); }
.clearance-section-v6 { background:linear-gradient(180deg,#f5f6fb,#fff); }
.clearance-grid-v6 { max-width:1050px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.clearance-card-v6 { position:relative; padding:38px; overflow:hidden; border-radius:30px; box-shadow:var(--shadow); }
.level-one-v6 { border:1px solid #ccd4ff; background:#fff; }
.level-two-v6 { color:white; background:linear-gradient(145deg,#101f9a,#08125e); }
.clearance-topline { display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; }
.clearance-topline span { font-family:Georgia,serif; font-size:2.4rem; font-weight:900; }
.clearance-topline b { padding:6px 12px; border-radius:999px; color:#111; background:var(--orange); font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; }
.clearance-card-v6 h3 { margin:0 0 12px; font-size:1.55rem; }
.clearance-summary { min-height:78px; color:var(--muted); }
.level-two-v6 .clearance-summary { color:#dce0ff; }
.clearance-card-v6 ul { margin:24px 0; padding-left:22px; }
.clearance-card-v6 li { margin:11px 0; }
.best-fit-v6 { display:grid; gap:4px; padding:17px; border-radius:17px; background:#f1f3fb; }
.level-two-v6 .best-fit-v6 { background:rgba(255,255,255,.11); }
.best-fit-v6 strong { color:var(--orange-dark); }
.level-two-v6 .best-fit-v6 strong { color:#ffab60; }
.volunteer-action-v6 { padding-top:26px !important; }
.action-panel-v6 { max-width:1120px; margin:0 auto; display:grid; grid-template-columns:1fr 330px; align-items:center; gap:48px; padding:42px; border:1px solid var(--line); border-radius:30px; background:white; box-shadow:var(--shadow); }
.action-panel-v6 h2 { margin:0 0 10px; font-family:Georgia,serif; font-size:clamp(2rem,4vw,3.4rem); }
.action-panel-v6 p:not(.eyebrow) { color:var(--muted); }
.action-buttons-v6 { display:grid; gap:10px; }

/* Directory page */
.directory-hero-art { position:relative; min-height:410px; padding:38px; overflow:hidden; border-radius:40px; color:white; background:linear-gradient(145deg,#101f9a 0 54%,#ff7a00 54%); box-shadow:0 35px 80px rgba(0,0,0,.38); }
.directory-art-title { width:78%; display:flex; flex-direction:column; padding:26px; border:1px solid rgba(255,255,255,.22); border-radius:25px; background:rgba(0,0,0,.16); }
.directory-art-title span,.directory-art-title small { font-size:.78rem; font-weight:950; letter-spacing:.16em; text-transform:uppercase; }
.directory-art-title strong { margin:7px 0; font-family:Georgia,serif; font-size:2.35rem; line-height:.96; }
.mini-business-card { position:absolute; display:flex; align-items:center; gap:12px; min-width:230px; padding:15px; border-radius:18px; color:#111; background:white; box-shadow:0 17px 42px rgba(0,0,0,.28); }
.mini-business-card i { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; color:white; background:var(--blue); font-style:normal; font-weight:950; }
.mini-business-card span,.mini-business-card strong,.mini-business-card small { display:block; }
.mini-business-card small { color:var(--muted); }
.card-one { right:28px; top:155px; transform:rotate(3deg); }
.card-two { left:40px; bottom:32px; transform:rotate(-3deg); }
.card-two i { color:#111; background:var(--orange); }
.directory-art-paw { position:absolute; right:-28px; bottom:-35px; width:150px; fill:rgba(255,255,255,.14); transform:rotate(-20deg); }
.directory-overview-v6 { width:min(var(--page-width),calc(100% - 56px)); display:grid; grid-template-columns:180px 1fr auto; align-items:center; gap:38px; margin:-46px auto 0; position:relative; z-index:3; padding:28px; border:1px solid var(--line); border-radius:28px; background:white; box-shadow:var(--shadow); }
.directory-overview-v6 h2 { margin:0 0 8px; font-family:Georgia,serif; font-size:clamp(2rem,3.4vw,3rem); }
.directory-overview-v6 p:not(.eyebrow) { margin:0; color:var(--muted); }
.directory-count-v6 { min-height:132px; display:grid; place-content:center; text-align:center; border-radius:22px; color:white; background:var(--blue); }
.directory-count-v6 strong { font-family:Georgia,serif; font-size:3.7rem; line-height:1; }
.directory-count-v6 span { font-size:.68rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.directory-listings-v6 { padding-top:70px !important; background:#f7f8fb; }
.directory-toolbar-v6 { max-width:1040px; display:grid; grid-template-columns:1.4fr .7fr; gap:16px; margin:0 auto 30px; padding:18px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 12px 30px rgba(16,31,154,.07); }
.directory-toolbar-v6 label span { display:block; margin-bottom:7px; color:#3c4250; font-size:.76rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.directory-toolbar-v6 input,.directory-toolbar-v6 select { width:100%; min-height:50px; padding:12px 14px; border:1px solid #cdd2dd; border-radius:13px; background:white; }
.directory-grid-v6 { max-width:1120px; margin:0 auto; grid-template-columns:repeat(3,1fr); }
.directory-grid-v6 .directory-card-v5 { min-height:330px; }
.directory-loader-v6 { width:48px; height:48px; margin:0 auto 14px; border:5px solid #e5e7ef; border-top-color:var(--orange); border-radius:50%; animation:spin .9s linear infinite; }
.directory-how-v6 { background:white; }
.directory-how-grid-v6 { max-width:1000px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.directory-how-grid-v6 article { padding:28px; border:1px solid var(--line); border-radius:23px; background:white; box-shadow:var(--shadow); text-align:center; }
.directory-how-grid-v6 span { width:52px; height:52px; display:grid; place-items:center; margin:0 auto 22px; border-radius:50%; color:#111; background:var(--orange); font-weight:950; }
.directory-how-grid-v6 h3 { margin:0 0 8px; }
.directory-how-grid-v6 p { margin:0; color:var(--muted); }

/* Acknowledgment page */
.acknowledgment-hero-v6 { min-height:470px; background:radial-gradient(circle at 84% 18%,rgba(16,31,154,.74),transparent 32%),linear-gradient(135deg,#050505,#1a1a1a); }
.acknowledgment-hero-shell { grid-template-columns:1.18fr .82fr; }
.ack-hero-card { min-height:280px; display:grid; place-content:center; justify-items:center; gap:12px; padding:34px; border:1px solid rgba(255,255,255,.18); border-radius:34px; text-align:center; background:rgba(255,255,255,.08); box-shadow:0 30px 70px rgba(0,0,0,.28); }
.ack-doc-icon { width:104px; height:125px; display:grid; align-content:center; gap:10px; padding:22px; border-radius:17px; background:white; box-shadow:0 18px 38px rgba(0,0,0,.24); }
.ack-doc-icon i { height:7px; border-radius:999px; background:#d9def4; }
.ack-doc-icon i:first-child { width:54%; background:var(--orange); }
.ack-hero-card strong { font-size:1.3rem; }
.ack-hero-card small { max-width:300px; color:#d8d8d8; }
.acknowledgment-layout-v6 { display:grid; grid-template-columns:340px minmax(0,1fr); align-items:start; gap:52px; background:linear-gradient(180deg,#f7f8fb,#fff); }
.ack-info-v6 { position:sticky; top:112px; }
.ack-info-v6 h2 { margin:0 0 26px; font-family:Georgia,serif; font-size:2.6rem; }
.ack-info-v6 ol { margin:0; padding:0; list-style:none; }
.ack-info-v6 li { display:grid; grid-template-columns:43px 1fr; gap:14px; margin:22px 0; }
.ack-info-v6 li>span { width:43px; height:43px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--blue); font-weight:950; }
.ack-info-v6 li p { margin:5px 0 0; color:var(--muted); }
.ack-note-v6 { margin-top:32px; padding:20px; border-left:5px solid var(--orange); border-radius:14px; background:#fff7ed; }
.ack-note-v6 p { margin-bottom:0; color:#5b5148; font-size:.9rem; }
.ack-form-v6 { max-width:780px; padding:34px; border:1px solid var(--line); border-radius:30px; background:white; box-shadow:var(--shadow); }
.ack-form-v6 label { display:block; margin:17px 0; color:#343947; font-size:.88rem; font-weight:850; }
.ack-form-v6 label>span[aria-hidden] { color:#c52b2b; }
.ack-form-v6 label small { color:var(--muted); font-weight:550; }
.ack-form-v6 input,.ack-form-v6 select,.ack-form-v6 textarea { width:100%; margin-top:7px; padding:13px 14px; border:1px solid #cbd1dc; border-radius:12px; background:white; }
.ack-form-v6 input:focus,.ack-form-v6 select:focus,.ack-form-v6 textarea:focus { outline:3px solid rgba(16,31,154,.15); border-color:var(--blue); }
.ack-form-header { display:flex; align-items:center; gap:15px; padding-bottom:17px; border-bottom:1px solid var(--line); }
.ack-form-header.second { margin-top:34px; }
.ack-form-header>span { width:48px; height:48px; display:grid; place-items:center; border-radius:15px; color:#111; background:var(--orange); font-weight:950; }
.ack-form-header h2,.ack-form-header p { margin:0; }
.ack-form-header h2 { font-size:1.4rem; }
.ack-form-header p { color:var(--muted); font-size:.86rem; }
.money-input { position:relative; }
.money-input>span { position:absolute; left:14px; top:50%; translate:0 -35%; color:var(--muted); font-weight:800; }
.money-input input { padding-left:30px; }
.ack-certify { display:flex !important; align-items:flex-start; gap:11px; padding:15px; border-radius:13px; background:#f7f8fb; }
.ack-certify input { width:auto; margin:4px 0 0; }
.ack-submit-v6 { width:100%; margin-top:5px; }

@keyframes spin { to { transform:rotate(360deg); } }

@media(max-width:1100px){
  .paw-rail { display:none; }
  .hero-content-v6 { grid-template-columns:.8fr 1.2fr; gap:42px; }
  .step-grid-v6 { grid-template-columns:1fr 1fr; }
  .directory-grid-v6 { grid-template-columns:1fr 1fr; }
  .directory-overview-v6 { grid-template-columns:155px 1fr; }
  .directory-overview-v6>.button { grid-column:2; justify-self:start; }
}
@media(max-width:820px){
  .hero-v6 { height:auto; min-height:calc(100svh - 72px); max-height:none; }
  .hero-content-v6 { grid-template-columns:1fr; gap:20px; padding:42px 0 90px; text-align:center; }
  .hero-logo-ring { width:min(240px,64vw); }
  .hero-message-v6 h1 { font-size:clamp(2.6rem,11vw,4.5rem); }
  .hero-message-v6 .hero-copy { margin-inline:auto; }
  .hero-message-v6 .hero-actions { justify-content:center; }
  .hero-stamp { bottom:-4px; }
  .subpage-hero-v6 { min-height:auto; padding-top:58px; padding-bottom:62px; }
  .subpage-shell-v6,.acknowledgment-hero-shell { grid-template-columns:1fr; gap:42px; }
  .subpage-copy-v6 h1 { font-size:clamp(2.7rem,10vw,4.4rem); }
  .volunteer-hero-card,.directory-hero-art { min-height:350px; }
  .step-grid-v6,.clearance-grid-v6,.directory-how-grid-v6,.acknowledgment-layout-v6 { grid-template-columns:1fr; }
  .ack-info-v6 { position:static; }
  .action-panel-v6 { grid-template-columns:1fr; }
  .directory-overview-v6 { width:min(92%,680px); grid-template-columns:1fr; margin-top:-24px; }
  .directory-overview-v6>.button { grid-column:auto; justify-self:stretch; }
  .directory-count-v6 { min-height:110px; }
  .directory-toolbar-v6 { grid-template-columns:1fr; }
}
@media(max-width:600px){
  .public-subpage .section { padding:68px 20px; }
  .hero-content-v6 { width:calc(100% - 34px); }
  .hero-message-v6 .hero-actions,.left-actions { flex-direction:column; }
  .hero-message-v6 .button,.left-actions .button { width:100%; }
  .step-grid-v6,.directory-grid-v6 { grid-template-columns:1fr; }
  .step-grid-v6 li { min-height:0; }
  .volunteer-hero-card { padding:24px; }
  .directory-hero-art { min-height:360px; padding:24px; }
  .directory-art-title { width:100%; }
  .mini-business-card { min-width:210px; }
  .card-one { right:14px; top:165px; }
  .card-two { left:14px; bottom:22px; }
  .clearance-card-v6,.ack-form-v6 { padding:26px 21px; }
  .ack-form-v6 .form-row { grid-template-columns:1fr; }
  .action-panel-v6 { padding:28px 22px; }
}

/* Revision 6 donation card compaction */
.donation-grid-v5 { max-width:1040px; margin-inline:auto; gap:16px; }
.donation-card-v5 { min-height:440px; padding:22px; gap:14px; }
.donation-card-v5 .donation-card-copy { min-height:104px; }
.donation-card-v5 .donation-card-copy h3 { margin:6px 0; }
.donation-card-v5 .donation-card-copy p { margin:5px auto 0; line-height:1.45; }
.donation-card-v5 .qr-frame { width:165px; height:165px; padding:10px; border-radius:18px; }
.donation-card-v5 .zelle-frame { width:175px; height:215px; }
.donation-card-v5 .button { min-height:44px; }
.receipt-request-v5 { max-width:1040px; padding:24px 28px; }
@media(max-width:780px){.donation-card-v5{min-height:0}.donation-card-v5 .qr-frame{width:160px;height:160px}.donation-card-v5 .zelle-frame{width:170px;height:210px}}

/* Revision 7: linked partners and branded business-application transfer */
.partner-grid .linked-partner {
  padding: 0;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.partner-grid .linked-partner:hover {
  transform: translateY(-5px);
  border-color: rgba(255,122,0,.75);
  box-shadow: 0 24px 48px rgba(20,27,62,.14);
}
.partner-link {
  width: 100%;
  min-height: 205px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.partner-link img {
  transition: transform .22s ease;
}
.partner-link:hover img {
  transform: scale(1.035);
}
.partner-link small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #eef1ff;
  font-size: .73rem;
  font-weight: 900;
  line-height: 1;
}
.partner-link small span {
  font: inherit;
}
.partner-link:focus-visible {
  outline: 4px solid rgba(255,122,0,.42);
  outline-offset: -5px;
}

.listing-transition {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: white;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,122,0,.20), transparent 27%),
    radial-gradient(circle at 14% 16%, rgba(16,31,154,.35), transparent 25%),
    linear-gradient(145deg, #050505, #111 62%, #080808);
  transition: opacity .2s ease;
}
.listing-transition::before {
  content: '';
  position: absolute;
  inset: -20%;
  opacity: .16;
  background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(255,255,255,.05) 35px 36px);
  transform: rotate(-5deg);
}
.listing-transition.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.listing-transition-scratches {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.claw-group {
  position: absolute;
  left: -14vw;
  width: 128vw;
  height: 116px;
  transform-origin: center;
}
.claw-group-one { top: 9%; transform: rotate(-12deg); }
.claw-group-two { top: 42%; transform: rotate(9deg); }
.claw-group-three { top: 73%; transform: rotate(-10deg); }
.claw-group span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0 5%, #ff7a00 13%, #ff9b3d 52%, #ff7a00 87%, transparent 96%);
  box-shadow: 0 0 8px rgba(255,122,0,.9), 0 0 26px rgba(255,122,0,.52);
  clip-path: polygon(0 45%, 4% 22%, 9% 48%, 15% 31%, 22% 56%, 30% 28%, 39% 51%, 48% 35%, 58% 60%, 67% 29%, 76% 52%, 85% 33%, 92% 58%, 100% 43%, 100% 72%, 92% 78%, 84% 65%, 76% 82%, 67% 62%, 58% 84%, 48% 66%, 39% 80%, 30% 61%, 22% 78%, 15% 59%, 9% 75%, 4% 58%, 0 66%);
  transform: translateX(-18%) scaleX(.02);
  transform-origin: left center;
}
.claw-group span:nth-child(1) { top: 11px; }
.claw-group span:nth-child(2) { top: 48px; }
.claw-group span:nth-child(3) { top: 85px; }
.listing-transition.is-active .claw-group-one span { animation: listingClaw 1.1s cubic-bezier(.13,.72,.18,1) forwards; }
.listing-transition.is-active .claw-group-two span { animation: listingClaw 1.1s .72s cubic-bezier(.13,.72,.18,1) forwards; }
.listing-transition.is-active .claw-group-three span { animation: listingClaw 1.1s 1.44s cubic-bezier(.13,.72,.18,1) forwards; }
.listing-transition.is-active .claw-group span:nth-child(2) { animation-delay: calc(var(--group-delay, 0s) + .12s); }
.listing-transition.is-active .claw-group span:nth-child(3) { animation-delay: calc(var(--group-delay, 0s) + .24s); }
.claw-group-one { --group-delay: 0s; }
.claw-group-two { --group-delay: .72s; }
.claw-group-three { --group-delay: 1.44s; }
.listing-transition.is-active .claw-group-one span:nth-child(1) { animation-delay: 0s; }
.listing-transition.is-active .claw-group-one span:nth-child(2) { animation-delay: .12s; }
.listing-transition.is-active .claw-group-one span:nth-child(3) { animation-delay: .24s; }
.listing-transition.is-active .claw-group-two span:nth-child(1) { animation-delay: .72s; }
.listing-transition.is-active .claw-group-two span:nth-child(2) { animation-delay: .84s; }
.listing-transition.is-active .claw-group-two span:nth-child(3) { animation-delay: .96s; }
.listing-transition.is-active .claw-group-three span:nth-child(1) { animation-delay: 1.44s; }
.listing-transition.is-active .claw-group-three span:nth-child(2) { animation-delay: 1.56s; }
.listing-transition.is-active .claw-group-three span:nth-child(3) { animation-delay: 1.68s; }
.listing-transition-content {
  position: relative;
  z-index: 3;
  width: min(660px, calc(100% - 42px));
  padding: 32px;
  text-align: center;
  opacity: 0;
  transform: translateY(28px) scale(.92);
}
.listing-transition-content img {
  width: min(230px, 52vw);
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 20px 38px rgba(0,0,0,.55));
}
.listing-transition-content .eyebrow {
  margin: 8px 0 10px;
  color: var(--orange);
}
.listing-transition-content h2 {
  max-width: 620px;
  margin: 0 auto 10px;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .98;
}
.listing-transition-content > span {
  display: block;
  color: rgba(255,255,255,.76);
  font-weight: 750;
}
.listing-transition.is-active .listing-transition-content {
  animation: listingContentRise .78s 2.15s cubic-bezier(.18,.88,.26,1.08) forwards;
}
.listing-transition.is-leaving {
  animation: listingTransitionOut .35s ease forwards;
}
@keyframes listingClaw {
  0% { opacity: 0; transform: translateX(-18%) scaleX(.02); }
  12% { opacity: 1; }
  72% { opacity: 1; transform: translateX(0) scaleX(1); }
  100% { opacity: 0; transform: translateX(12%) scaleX(1.04); }
}
@keyframes listingContentRise {
  from { opacity: 0; transform: translateY(28px) scale(.92); }
  to { opacity: 1; transform: none; }
}
@keyframes listingTransitionOut {
  to { opacity: 0; visibility: hidden; }
}
@media (max-width: 700px) {
  .claw-group { height: 86px; }
  .claw-group span { height: 7px; }
  .claw-group span:nth-child(1) { top: 8px; }
  .claw-group span:nth-child(2) { top: 37px; }
  .claw-group span:nth-child(3) { top: 66px; }
  .listing-transition-content { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .listing-transition { display: none; }
  .partner-grid .linked-partner,
  .partner-link img { transition: none; }
}


/* REVISION 8.1 PARTNER BUTTONS */
.linked-partner {
  min-height: 255px;
}

.linked-partner .partner-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 24px 20px;
  color: #111;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.linked-partner .partner-link img {
  width: auto;
  max-width: 88%;
  height: 105px;
  max-height: 105px;
  object-fit: contain;
  margin: 0 auto 4px;
}

.linked-partner .partner-link > span {
  display: block;
  color: #111;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
}

.linked-partner .partner-link > small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  margin-top: auto;
  padding: 9px 17px;
  border-radius: 999px;
  background: #1728ae;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(23, 40, 174, 0.18);
}

.linked-partner .partner-link > small span {
  color: inherit;
  text-decoration: none !important;
}

.linked-partner .partner-link:hover > small,
.linked-partner .partner-link:focus-visible > small {
  background: #ff7900;
  color: #111;
}

.linked-partner .partner-link:focus-visible {
  border-radius: 18px;
  outline: 4px solid rgba(255, 121, 0, 0.35);
  outline-offset: 3px;
}


/* REVISION 8.2 DASHEROS PARTNER BUTTON */
.technology-partner a[href*="dasheros.com"] > :last-child {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 12px;
  padding: 9px 18px !important;
  border: 0;
  border-radius: 999px;
  background: #1728ae !important;
  color: #fff !important;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(23,40,174,.18);
}

.technology-partner a[href*="dasheros.com"]:hover > :last-child,
.technology-partner a[href*="dasheros.com"]:focus-visible > :last-child {
  background: #ff7900 !important;
  color: #111 !important;
}

/* REVISION 8.2 JOIN PAGE */
.join-page-v82 {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 5%, rgba(255,121,0,.17), transparent 30%),
    #f7f8fc;
}

.join-intro-v82,
.join-form-section-v82 {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.join-intro-v82 {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 70px;
  align-items: center;
  padding: 90px 0 70px;
}

.join-intro-v82 h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .94;
}

.join-lead-v82 {
  max-width: 720px;
  color: #4d566b;
  font-size: 1.25rem;
  line-height: 1.65;
}

.join-tiger-card-v82 {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 38px;
  border-radius: 36px;
  background:
    linear-gradient(145deg, #0f0f0f, #1c1c1c);
  color: #fff;
  text-align: center;
  box-shadow: 0 35px 80px rgba(0,0,0,.22);
}

.join-tiger-card-v82 img {
  width: min(300px, 80%);
  margin-bottom: 15px;
}

.join-tiger-card-v82 strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.join-tiger-card-v82 span {
  color: #ff7900;
  font-weight: 800;
}

.join-form-section-v82 {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: start;
  padding-bottom: 100px;
}

.join-team-guide-v82,
.join-form-v82 {
  border: 1px solid #dfe3ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(27,39,94,.08);
}

.join-team-guide-v82 {
  padding: 34px;
}

.join-team-guide-v82 h2,
.join-form-v82 h2 {
  margin: 8px 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.join-team-guide-v82 article {
  padding: 18px 0;
  border-top: 1px solid #e6e8ef;
}

.join-team-guide-v82 article strong {
  display: block;
  margin-bottom: 7px;
  color: #1728ae;
  font-size: 1.05rem;
}

.join-team-guide-v82 article p {
  margin: 0;
  color: #596176;
  line-height: 1.55;
}

.join-form-v82 {
  padding: 40px;
}

.join-form-grid-v82 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.join-form-grid-v82 .full {
  grid-column: 1 / -1;
}

.join-form-v82 label,
.join-team-options-v82 legend {
  color: #151515;
  font-weight: 800;
}

.join-form-v82 input:not([type="checkbox"]),
.join-form-v82 textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #ccd2e2;
  border-radius: 13px;
  background: #fff;
  color: #111;
  font: inherit;
  box-sizing: border-box;
}

.join-team-options-v82 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 30px 0;
  padding: 24px;
  border: 1px solid #dfe3ef;
  border-radius: 20px;
}

.join-team-options-v82 legend {
  padding: 0 8px;
}

.join-team-options-v82 label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 14px;
  background: #f6f7fc;
  line-height: 1.35;
}

.join-team-options-v82 input {
  margin-top: 2px;
  accent-color: #1728ae;
}

.join-notes-v82 {
  display: block;
  margin-bottom: 24px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 850px) {
  .join-intro-v82,
  .join-form-section-v82 {
    grid-template-columns: 1fr;
  }

  .join-intro-v82 {
    padding-top: 60px;
  }

  .join-tiger-card-v82 {
    min-height: 340px;
  }
}

@media (max-width: 600px) {
  .join-form-grid-v82,
  .join-team-options-v82 {
    grid-template-columns: 1fr;
  }

  .join-form-v82,
  .join-team-guide-v82 {
    padding: 26px 20px;
  }
}


/* REVISION 8.3 JOIN HEADING */
.join-intro-v82 h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.035em;
}

/* REVISION 9.2 PREMIUM PARTNERS */
#main-nav .nav-partner-premium,
footer .nav-partner-premium {
  position: relative;
  font-weight: 950;
}

#main-nav .nav-partner-premium {
  padding: 10px 15px;
  border: 1px solid rgba(255,121,0,.72);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,121,0,.24), rgba(255,121,0,.06));
  box-shadow: 0 0 0 4px rgba(255,121,0,.06), 0 10px 28px rgba(255,121,0,.14);
}

#main-nav .nav-partner-premium::after {
  content: "★";
  margin-left: 7px;
  color: #ffb165;
  font-size: .72rem;
}

.partners-premium-v92 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 130px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,121,0,.32), transparent 26%),
    radial-gradient(circle at 12% 86%, rgba(31,55,210,.30), transparent 28%),
    linear-gradient(145deg, #030305 0%, #111115 52%, #07070a 100%);
}

.partners-premium-v92::before,
.partners-premium-v92::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.partners-premium-v92::before {
  inset: 0;
  opacity: .27;
  background:
    repeating-linear-gradient(116deg, transparent 0 86px, rgba(255,121,0,.13) 88px 92px, transparent 94px 175px);
  transform: scale(1.18);
}

.partners-premium-v92::after {
  width: 560px;
  height: 560px;
  right: -260px;
  bottom: -280px;
  border: 2px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255,121,0,.035), 0 0 0 130px rgba(255,255,255,.025);
}

.partners-premium-v92 .partners-premium-heading-v92 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.partners-premium-v92 .partners-premium-heading-v92 .eyebrow {
  color: #ff9c42;
}

.partners-premium-v92 .partners-premium-heading-v92 h2 {
  max-width: 930px;
  margin: 10px auto 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.partners-premium-v92 .partners-premium-heading-v92 > p:not(.eyebrow) {
  max-width: 790px;
  margin-inline: auto;
  color: #d5d6de;
  font-size: 1.15rem;
  line-height: 1.7;
}

.partner-impact-ribbon-v92 {
  position: relative;
  z-index: 3;
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 55px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
  backdrop-filter: blur(14px);
}

.partner-impact-ribbon-v92 > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
}

.partner-impact-ribbon-v92 > div + div {
  border-left: 1px solid rgba(255,255,255,.12);
}

.partner-impact-ribbon-v92 span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #111;
  background: #ff7900;
  font-size: .78rem;
  font-weight: 950;
}

.partner-impact-ribbon-v92 strong {
  color: #fff;
  font-size: .92rem;
}

.partners-premium-v92 .partner-grid-v5,
.partners-premium-v92 .partner-grid,
.partners-premium-v92 [class*="partner-grid"] {
  position: relative;
  z-index: 3;
  gap: 24px;
}

.partners-premium-v92 .partner-premium-card-v92 {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,121,0,.42);
  border-radius: 30px;
  color: #111;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(255,121,0,.85), rgba(33,55,204,.48), rgba(255,255,255,.2)) border-box;
  box-shadow: 0 28px 75px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.9);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  animation: partnerCardReveal .55s ease both;
  animation-delay: calc(var(--partner-card-order, 0) * 70ms);
}

.partners-premium-v92 .partner-premium-card-v92:hover {
  transform: translateY(-10px);
  border-color: rgba(255,121,0,.9);
  box-shadow: 0 38px 90px rgba(0,0,0,.46), 0 0 0 5px rgba(255,121,0,.08);
}

.partners-premium-v92 .partner-premium-card-v92 img {
  position: relative;
  z-index: 2;
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.12));
}

.partners-premium-v92 .partner-premium-card-v92 h3,
.partners-premium-v92 .partner-premium-card-v92 strong {
  position: relative;
  z-index: 2;
}

.partners-premium-v92 .partner-premium-card-v92 .button,
.partners-premium-v92 .partner-premium-card-v92 a.button {
  position: relative;
  z-index: 3;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #132bbd, #071b9d);
  box-shadow: 0 13px 28px rgba(16,38,177,.26);
}

.partner-premium-badge-v92 {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #713200;
  background: #fff0df;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-premium-badge-v92::before {
  content: "★";
  margin-right: 6px;
  color: #ff7900;
}

.partner-card-glow-v92 {
  position: absolute;
  z-index: 0;
  width: 190px;
  height: 190px;
  right: -85px;
  bottom: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,121,0,.20), transparent 67%);
}

@keyframes partnerCardReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .partner-impact-ribbon-v92 { grid-template-columns: 1fr; }
  .partner-impact-ribbon-v92 > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 680px) {
  #main-nav .nav-partner-premium { padding: 8px 12px; }
  .partners-premium-v92 { padding-top: 90px; padding-bottom: 90px; }
  .partners-premium-v92 .partners-premium-heading-v92 h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .partner-impact-ribbon-v92 > div { padding: 17px; }
  .partners-premium-v92 .partner-premium-card-v92 { min-height: 280px; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .partners-premium-v92 .partner-premium-card-v92 { animation: none; transition: none; }
}
/* END REVISION 9.2 PREMIUM PARTNERS */

/* Revision 9.3 dedicated Donate page */
#main-nav .nav-donate-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
}
#main-nav .nav-donate-heart {
  display:inline-block;
  color:#ff7a00;
  font-size:1.05rem;
  line-height:1;
  transform-origin:center;
  text-shadow:0 0 14px rgba(255,122,0,.38);
  animation:tigerDonateHeart 1.45s ease-in-out infinite;
}
#main-nav .nav-donate-link[aria-current="page"] {
  color:#fff;
}

.donate-teaser-v93 {
  padding-top:48px;
  padding-bottom:48px;
}
.donate-teaser-card-v93 {
  max-width:1180px;
  min-height:300px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:190px 1fr;
  align-items:center;
  gap:38px;
  padding:48px 56px;
  overflow:hidden;
  border-radius:36px;
  color:#fff;
  background:
    radial-gradient(circle at 15% 45%,rgba(255,122,0,.28),transparent 24%),
    linear-gradient(135deg,#08080a,#19191d);
  box-shadow:0 28px 65px rgba(13,14,25,.19);
}
.donate-teaser-heart-v93 {
  width:170px;
  height:170px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#ff7a00;
  background:rgba(255,255,255,.06);
  font-size:7rem;
  line-height:1;
  box-shadow:0 0 0 13px rgba(255,122,0,.07),0 25px 55px rgba(0,0,0,.32);
  animation:tigerDonateHeart 1.55s ease-in-out infinite;
}
.donate-teaser-copy-v93 h2 {
  max-width:760px;
  margin:4px 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.5rem,4.8vw,4.6rem);
  line-height:.98;
}
.donate-teaser-copy-v93 > p:not(.eyebrow) {
  max-width:780px;
  margin:0;
  color:#d3d4dc;
  font-size:1.05rem;
  line-height:1.65;
}
.donate-teaser-actions-v93 {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

@keyframes tigerDonateHeart {
  0%,100% { transform:scale(1); }
  38% { transform:scale(1.16); }
  52% { transform:scale(1.03); }
  68% { transform:scale(1.12); }
}

@media (max-width:780px) {
  .donate-teaser-card-v93 {
    grid-template-columns:1fr;
    padding:36px 24px;
    text-align:center;
  }
  .donate-teaser-heart-v93 { width:130px;height:130px;margin:auto;font-size:5.5rem; }
  .donate-teaser-actions-v93 { justify-content:center; }
}
@media (max-width:520px) {
  .donate-teaser-v93 { padding:28px 14px; }
  .donate-teaser-card-v93 { border-radius:26px; }
  .donate-teaser-actions-v93 > * { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  #main-nav .nav-donate-heart,
  .donate-teaser-heart-v93 { animation:none!important; }
}
