:root{--whv-primary: #0d9488;--whv-primary-dark: #0f766e;--whv-primary-darker: #115e59;--whv-primary-light: #14b8a6;--whv-gold: #d97706;--whv-gold-dark: #b45309;--whv-gold-light: #f59e0b;--whv-green: var(--whv-primary);--whv-green-dark: var(--whv-primary-dark);--whv-green-darker: var(--whv-primary-darker);--whv-text: #0f172a;--whv-text-muted: #64748b;--whv-text-light: #475569;--whv-bg: #f8fafc;--whv-bg-warm: #fffbeb;--whv-link: #0891b2;--whv-warning: var(--whv-gold-light);--whv-danger: #dc2626;--whv-success: #059669;--whv-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--whv-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1)}html{scroll-behavior:smooth}.whv-wrap{padding:2rem 1rem;max-width:1000px;margin:0 auto;word-break:break-word}.whv-hero{text-align:center;margin-bottom:3rem}.whv-hero-icon{width:120px;height:120px;background:linear-gradient(135deg,var(--whv-green) 0%,var(--whv-green-dark) 100%);border-radius:30px;display:flex;align-items:center;justify-content:center;font-size:4rem;margin:0 auto 1.5rem}.whv-hero h1{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1rem}.whv-hero-subtitle{font-size:1.125rem;color:var(--whv-text-muted)}.whv-hero-badge{display:inline-block;background:linear-gradient(135deg,var(--whv-gold) 0%,var(--whv-gold-dark) 100%);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;margin-top:1rem;font-weight:600;box-shadow:0 2px 8px rgba(217,119,6,.3)}.whv-toc{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-radius:12px;padding:1.5rem;border:2px solid var(--whv-primary);box-shadow:var(--whv-shadow)}.whv-toc h2{font-size:1.25rem;color:var(--whv-primary-darker);margin-bottom:1rem}.whv-toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.whv-toc a{color:var(--whv-primary-darker);text-decoration:none;padding:.5rem .75rem;border-radius:8px;background:rgba(255,255,255,.6);transition:all .2s ease;font-weight:500}.whv-toc a:hover{background:rgba(255,255,255,.9);transform:translateY(-1px)}.whv-toc a:focus-visible{outline:2px solid var(--whv-primary-dark);outline-offset:2px}.whv-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--whv-shadow)}.whv-card h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--whv-text)}.whv-card h3{font-weight:700;margin-bottom:.5rem;color:var(--whv-text)}.whv-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:4px solid var(--whv-gold);padding:1.5rem;border-radius:0 12px 12px 0}.whv-warning h3{color:var(--whv-gold-dark);margin-bottom:.5rem}.whv-warning p{color:#92400e}.whv-danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid var(--whv-danger);padding:1rem;border-radius:0 8px 8px 0}.whv-danger h3{color:var(--whv-danger);margin-bottom:.5rem}.whv-success{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-left:4px solid var(--whv-primary);padding:1rem;border-radius:0 8px 8px 0}.whv-success h3{color:var(--whv-primary-darker);margin-bottom:.5rem}.whv-info-box{border-left:4px solid var(--whv-primary);padding-left:1rem}.whv-info-box.gold{border-left-color:var(--whv-gold)}.whv-info-box.light{border-left-color:var(--whv-primary-light)}.whv-employer-card{background:var(--whv-bg);border-radius:12px;padding:1.25rem;border-left:4px solid var(--whv-primary);transition:transform .2s ease,box-shadow .2s ease}.whv-employer-card:hover{transform:translateY(-2px);box-shadow:var(--whv-shadow)}.whv-employer-card.meat,.whv-employer-card.fishing{border-left-color:var(--whv-primary-dark)}.whv-employer-card.mushroom,.whv-employer-card.winery,.whv-employer-card.citrus{border-left-color:var(--whv-primary-light)}.whv-employer-card.construction{border-left-color:var(--whv-gold)}.whv-employer-card.community{background:var(--whv-bg-warm);border-left-color:var(--whv-gold)}.whv-employer-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.whv-employer-name{font-size:1.125rem;color:var(--whv-text)}.whv-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.025em}.whv-badge.verified{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:var(--whv-primary-darker)}.whv-badge.community{background:linear-gradient(135deg,#fef3c7,#fde68a);color:var(--whv-gold-dark)}.whv-badge.agency{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);color:var(--whv-primary-dark)}.whv-employer-details{color:var(--whv-text-light);font-size:.9375rem;line-height:1.6}.whv-link{color:var(--whv-link);text-decoration:none}.whv-link:hover{text-decoration:underline}.whv-link:focus-visible{outline:2px solid var(--whv-link);outline-offset:2px}.whv-link[target=_blank]:after{content:" ↗";font-size:.75em}.whv-data-grid{background:var(--whv-bg);border-radius:8px;padding:1rem}.whv-data-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:var(--whv-text-light);flex-wrap:wrap;gap:.5rem}.whv-data-row:last-child{border-bottom:none}.whv-steps{display:grid;gap:.75rem}.whv-step{display:flex;gap:1rem;padding:1rem;background:var(--whv-bg);border-radius:8px}.whv-step.highlight{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border:2px solid var(--whv-primary)}.whv-step-number{min-width:32px;height:32px;background:linear-gradient(135deg,var(--whv-green) 0%,var(--whv-green-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.whv-faq{display:grid;gap:1rem}.whv-faq-item{padding:1rem;background:var(--whv-bg);border-radius:8px}.whv-faq-q{font-weight:700;color:var(--whv-text);margin-bottom:.5rem}.whv-calendar{background:var(--whv-bg);border-radius:8px;padding:1rem;overflow-x:auto}.whv-calendar-grid{display:grid;gap:.5rem;min-width:320px}.whv-calendar-row{display:flex;padding:.75rem;background:#fff;border-radius:8px}.whv-calendar-row.peak{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border:2px solid var(--whv-primary)}.whv-calendar-row.year-round{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid var(--whv-gold)}.whv-calendar-month{width:80px;font-weight:600;color:var(--whv-text-light);flex-shrink:0}.whv-links-section{background:linear-gradient(135deg,var(--whv-primary-dark) 0%,var(--whv-primary-darker) 100%);border-radius:12px;padding:2rem;color:#fff;box-shadow:var(--whv-shadow-lg)}.whv-links-section h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#fff}.whv-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.whv-links-grid a{display:block;background:rgba(255,255,255,.15);padding:1rem;border-radius:8px;color:#fff;text-decoration:none;text-align:center;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.whv-links-grid a:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.whv-links-grid a:focus-visible{outline:2px solid var(--whv-gold-light);outline-offset:2px}.whv-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.whv-contact-card{background:var(--whv-bg);border-radius:12px;padding:1.25rem;text-align:center}.whv-contact-icon{font-size:2rem;margin-bottom:.5rem}.whv-contact-number{font-size:1.5rem;font-weight:700;color:var(--whv-primary-dark)}.whv-footer{text-align:center;margin-top:3rem}.whv-footer p{color:var(--whv-text-muted);font-size:.875rem;margin-bottom:1rem}.whv-back-link{display:inline-block;background:linear-gradient(135deg,var(--whv-primary) 0%,var(--whv-primary-dark) 100%);color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(13,148,136,.3)}.whv-back-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,148,136,.4)}.whv-back-link:focus-visible{outline:2px solid var(--whv-gold);outline-offset:4px}@media(max-width:768px){.whv-wrap{padding:1rem .75rem}.whv-hero-icon{width:80px;height:80px;font-size:2.5rem}.whv-card{padding:1.25rem}.whv-toc-grid{grid-template-columns:repeat(2,1fr)}.whv-data-row{flex-direction:column;gap:.25rem}.whv-employer-header{flex-direction:column}.whv-contact-grid,.whv-links-grid{grid-template-columns:1fr 1fr}.whv-calendar-month{width:60px;font-size:.875rem}}@media(max-width:480px){.whv-toc-grid,.whv-contact-grid,.whv-links-grid{grid-template-columns:1fr}.whv-step{flex-direction:column;text-align:center}.whv-step-number{margin:0 auto}}.whv-skip-link{position:absolute;top:-100px;left:0;background:var(--whv-text);color:#fff;padding:.5rem 1rem;z-index:1000;text-decoration:none}.whv-skip-link:focus{top:0}a:focus-visible,button:focus-visible{outline:2px solid var(--whv-link);outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.whv-back-link{transition:none}}
