/* ============================================================
   Fishjop — curated job marketplace
   Fresh, self-contained stylesheet. PencilBooth-inspired:
   warm paper background, chunky headings, playful sticker
   accents (coral / mustard / teal), thick borders, rounded.
   Offline only — system fonts, no external assets.
   ============================================================ */

:root {
  --fsh-paper:   #fbf7ee;
  --fsh-paper-2: #f4ecda;
  --fsh-ink:     #23201a;
  --fsh-ink-soft:#544e42;
  --fsh-coral:   #ff6b57;
  --fsh-coral-d: #e2523f;
  --fsh-mustard: #f6c445;
  --fsh-teal:    #1fb6a6;
  --fsh-teal-d:  #158d80;
  --fsh-cream-card: #fffdf7;
  --fsh-border:  #23201a;
  --fsh-radius:  18px;
  --fsh-radius-lg: 30px;
  --fsh-shadow:  6px 6px 0 var(--fsh-ink);
  --fsh-shadow-sm: 4px 4px 0 var(--fsh-ink);
  --fsh-sans: "Segoe UI", Tahoma, Verdana, system-ui, -apple-system,
              "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--fsh-sans);
  color: var(--fsh-ink);
  background-color: var(--fsh-paper);
  background-image:
    radial-gradient(var(--fsh-paper-2) 1.2px, transparent 1.3px);
  background-size: 22px 22px;
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--fsh-teal-d); }

img, svg { max-width: 100%; }

.fsh-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Skip link ---------- */
.fsh-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--fsh-ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  z-index: 999;
}
.fsh-skip:focus { left: 0; }

/* ============================================================
   Header / nav
   ============================================================ */
.fsh-header {
  border-bottom: 3px solid var(--fsh-border);
  background: var(--fsh-paper);
  position: sticky;
  top: 0;
  z-index: 50;
}
.fsh-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.fsh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--fsh-ink);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.fsh-brand .fsh-logo {
  width: 40px;
  height: 40px;
  flex: none;
}
.fsh-brand-badge {
  background: var(--fsh-mustard);
  border: 2.5px solid var(--fsh-border);
  border-radius: 999px;
  padding: 1px 9px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: rotate(-4deg);
}
.fsh-navlinks {
  display: flex;
  gap: 6px;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: center;
}
.fsh-navlinks a {
  text-decoration: none;
  color: var(--fsh-ink);
  font-weight: 650;
  font-size: 15px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 2px solid transparent;
}
.fsh-navlinks a:hover {
  border-color: var(--fsh-border);
  background: var(--fsh-cream-card);
}
.fsh-navlinks a.is-active {
  background: var(--fsh-teal);
  color: #fff;
  border-color: var(--fsh-border);
}
.fsh-nav-cta {
  background: var(--fsh-coral) !important;
  color: #fff !important;
  border: 2.5px solid var(--fsh-border) !important;
  box-shadow: var(--fsh-shadow-sm);
  font-weight: 800 !important;
}
.fsh-nav-cta:hover { transform: translate(1px,1px); box-shadow: 2px 2px 0 var(--fsh-ink); }

/* ============================================================
   Buttons
   ============================================================ */
.fsh-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 3px solid var(--fsh-border);
  cursor: pointer;
  box-shadow: var(--fsh-shadow-sm);
  transition: transform .08s ease, box-shadow .08s ease;
  background: var(--fsh-cream-card);
  color: var(--fsh-ink);
}
.fsh-btn:hover { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--fsh-ink); }
.fsh-btn:active { transform: translate(4px,4px); box-shadow: 0 0 0 var(--fsh-ink); }
.fsh-btn--coral   { background: var(--fsh-coral);   color: #fff; }
.fsh-btn--teal    { background: var(--fsh-teal);    color: #fff; }
.fsh-btn--mustard { background: var(--fsh-mustard); color: var(--fsh-ink); }

/* ============================================================
   Section scaffolding
   ============================================================ */
.fsh-section { padding: 60px 0; }
.fsh-section--tight { padding: 40px 0; }

.fsh-eyebrow {
  display: inline-block;
  background: var(--fsh-mustard);
  border: 2.5px solid var(--fsh-border);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(-1.5deg);
  margin-bottom: 18px;
}

h1, h2, h3 { line-height: 1.08; letter-spacing: -1px; margin-top: 0; }
h1 { font-size: clamp(34px, 6vw, 58px); font-weight: 900; }
h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 900; }
h3 { font-size: 21px; font-weight: 800; letter-spacing: -0.5px; }

.fsh-lead { font-size: 20px; color: var(--fsh-ink-soft); max-width: 60ch; }

/* ============================================================
   Hero
   ============================================================ */
.fsh-hero {
  padding: 66px 0 50px;
  border-bottom: 3px solid var(--fsh-border);
  background:
    radial-gradient(circle at 88% 12%, rgba(246,196,69,.35), transparent 42%),
    radial-gradient(circle at 8% 90%, rgba(31,182,166,.25), transparent 40%);
}
.fsh-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: center;
}
.fsh-hero h1 span { color: var(--fsh-coral); }
.fsh-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.fsh-hero-card {
  background: var(--fsh-cream-card);
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius-lg);
  box-shadow: var(--fsh-shadow);
  padding: 22px;
  transform: rotate(1.5deg);
}
.fsh-jobrow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 2.5px solid var(--fsh-border);
  border-radius: 14px;
  background: var(--fsh-paper);
  margin-bottom: 12px;
}
.fsh-jobrow:last-child { margin-bottom: 0; }
.fsh-jobrow .tag {
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .5px; padding: 3px 9px; border-radius: 999px;
  border: 2px solid var(--fsh-border); flex: none;
}
.tag--teal { background: var(--fsh-teal); color:#fff; }
.tag--coral { background: var(--fsh-coral); color:#fff; }
.tag--mustard { background: var(--fsh-mustard); }
.fsh-jobrow .meta { flex: 1; }
.fsh-jobrow .meta b { display:block; font-size: 15px; }
.fsh-jobrow .meta small { color: var(--fsh-ink-soft); }
.fsh-check {
  width: 24px; height: 24px; flex: none;
  background: var(--fsh-teal); border:2px solid var(--fsh-border);
  border-radius: 999px; color:#fff; font-weight: 900;
  display:flex; align-items:center; justify-content:center; font-size: 14px;
}

/* ============================================================
   Cards / grids
   ============================================================ */
.fsh-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.fsh-card {
  background: var(--fsh-cream-card);
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius-lg);
  padding: 26px;
  box-shadow: var(--fsh-shadow-sm);
}
.fsh-card h3 { margin-top: 4px; }
.fsh-card p { margin-bottom: 0; color: var(--fsh-ink-soft); }

.fsh-icon {
  width: 52px; height: 52px;
  border: 3px solid var(--fsh-border);
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  font-size: 26px; font-weight: 900; margin-bottom: 14px;
}
.fsh-icon--coral   { background: var(--fsh-coral);   color:#fff; }
.fsh-icon--teal    { background: var(--fsh-teal);    color:#fff; }
.fsh-icon--mustard { background: var(--fsh-mustard); }
.fsh-icon--paper   { background: var(--fsh-paper-2); }

/* two-audience block */
.fsh-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.fsh-panel {
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius-lg);
  padding: 30px;
  box-shadow: var(--fsh-shadow);
}
.fsh-panel--seekers   { background: #eafaf7; }
.fsh-panel--employers { background: #fff2ec; }
.fsh-panel h2 { font-size: 28px; }
.fsh-panel ul { padding-left: 0; list-style: none; margin: 18px 0 0; }
.fsh-panel li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  color: var(--fsh-ink-soft); font-weight: 500;
}
.fsh-panel li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 999px;
  background: var(--fsh-teal); color:#fff; font-size: 12px; font-weight: 900;
  display:flex; align-items:center; justify-content:center;
  border: 2px solid var(--fsh-border);
}
.fsh-panel--employers li::before { background: var(--fsh-coral); }

/* how it works — numbered steps */
.fsh-steps { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.fsh-step {
  background: var(--fsh-cream-card);
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius);
  padding: 24px;
  position: relative;
}
.fsh-step .num {
  position: absolute; top: -18px; left: 20px;
  width: 40px; height: 40px; border-radius: 999px;
  background: var(--fsh-mustard); border: 3px solid var(--fsh-border);
  display:flex; align-items:center; justify-content:center;
  font-weight: 900; font-size: 18px;
}
.fsh-step h3 { margin-top: 12px; }
.fsh-step p { color: var(--fsh-ink-soft); margin-bottom: 0; }

/* ============================================================
   Colored band / CTA strip
   ============================================================ */
.fsh-band {
  background: var(--fsh-teal);
  border-top: 3px solid var(--fsh-border);
  border-bottom: 3px solid var(--fsh-border);
  color: #fff;
  padding: 56px 0;
  text-align: center;
}
.fsh-band h2 { color: #fff; }
.fsh-band p { color: #eafaf7; font-size: 19px; max-width: 55ch; margin: 12px auto 26px; }
.fsh-band--coral { background: var(--fsh-coral); }
.fsh-band--coral p { color: #fff2ec; }

/* ============================================================
   Company facts table
   ============================================================ */
.fsh-facts {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius);
  overflow: hidden;
  background: var(--fsh-cream-card);
}
.fsh-facts th, .fsh-facts td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 2px solid var(--fsh-paper-2);
  vertical-align: top;
}
.fsh-facts tr:last-child th, .fsh-facts tr:last-child td { border-bottom: 0; }
.fsh-facts th {
  width: 210px;
  background: var(--fsh-paper-2);
  font-weight: 800;
  border-right: 2px solid var(--fsh-paper-2);
}
.fsh-facts a { font-weight: 700; }

/* ============================================================
   Vacancy / job detail
   ============================================================ */
.fsh-jobhead {
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius-lg);
  background: var(--fsh-cream-card);
  box-shadow: var(--fsh-shadow);
  padding: 30px;
  margin-bottom: 30px;
}
.fsh-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }
.fsh-pill {
  font-size: 13px; font-weight: 800; padding: 5px 13px;
  border: 2.5px solid var(--fsh-border); border-radius: 999px;
  background: var(--fsh-paper);
}
.fsh-pill--teal { background: var(--fsh-teal); color:#fff; }
.fsh-pill--mustard { background: var(--fsh-mustard); }
.fsh-pill--coral { background: var(--fsh-coral); color:#fff; }

.fsh-prose h2 { margin-top: 40px; }
.fsh-prose h3 { margin-top: 28px; }
.fsh-prose ul { padding-left: 22px; }
.fsh-prose li { margin-bottom: 8px; }

.fsh-callout {
  border: 3px dashed var(--fsh-coral-d);
  background: #fff2ec;
  border-radius: var(--fsh-radius);
  padding: 18px 22px;
  margin: 24px 0;
  font-weight: 600;
}
.fsh-callout strong { color: var(--fsh-coral-d); }

.fsh-salary {
  display: inline-block;
  background: var(--fsh-mustard);
  border: 3px solid var(--fsh-border);
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: var(--fsh-shadow-sm);
}

/* ============================================================
   Forms
   ============================================================ */
.fsh-form {
  background: var(--fsh-cream-card);
  border: 3px solid var(--fsh-border);
  border-radius: var(--fsh-radius-lg);
  box-shadow: var(--fsh-shadow);
  padding: 30px;
}
.fsh-field { margin-bottom: 18px; }
.fsh-field label {
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 15px;
}
.fsh-field .req { color: var(--fsh-coral-d); }
.fsh-field input[type=text],
.fsh-field input[type=email],
.fsh-field input[type=tel],
.fsh-field input[type=url],
.fsh-field select,
.fsh-field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
  color: var(--fsh-ink);
  background: var(--fsh-paper);
  border: 2.5px solid var(--fsh-border);
  border-radius: 12px;
}
.fsh-field textarea { min-height: 120px; resize: vertical; }
.fsh-field input:focus,
.fsh-field select:focus,
.fsh-field textarea:focus {
  outline: 3px solid var(--fsh-teal);
  outline-offset: 1px;
}
.fsh-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fsh-consent {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--fsh-paper); border: 2.5px dashed var(--fsh-border);
  border-radius: 12px; padding: 14px; margin-bottom: 22px;
}
.fsh-consent input { margin-top: 4px; width: 20px; height: 20px; flex: none; }
.fsh-consent label { font-weight: 500; font-size: 14px; color: var(--fsh-ink-soft); }
.fsh-formnote { font-size: 13px; color: var(--fsh-ink-soft); margin-top: 16px; }

/* ============================================================
   Thanks page
   ============================================================ */
.fsh-thanks {
  text-align: center;
  padding: 80px 0;
}
.fsh-thanks-badge {
  width: 96px; height: 96px; margin: 0 auto 24px;
  background: var(--fsh-teal); color:#fff;
  border: 4px solid var(--fsh-border); border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  font-size: 48px; box-shadow: var(--fsh-shadow);
}

/* ============================================================
   Footer
   ============================================================ */
.fsh-footer {
  background: var(--fsh-ink);
  color: #f4ecda;
  border-top: 4px solid var(--fsh-coral);
  padding: 48px 0 30px;
}
.fsh-footer a { color: var(--fsh-mustard); text-decoration: none; }
.fsh-footer a:hover { text-decoration: underline; }
.fsh-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}
.fsh-foot-brand { display:flex; align-items:center; gap:10px; font-weight:900; font-size:22px; color:#fff; }
.fsh-foot-brand .fsh-logo { width: 38px; height: 38px; }
.fsh-footer h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--fsh-mustard); margin: 0 0 12px; }
.fsh-footer ul { list-style: none; padding: 0; margin: 0; }
.fsh-footer li { margin-bottom: 8px; }
.fsh-footer p { color: #cfc7b5; margin: 8px 0; }
.fsh-foot-bottom {
  border-top: 1px solid #3a352c;
  margin-top: 32px; padding-top: 18px;
  font-size: 13px; color: #9c9484;
  display:flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}

/* ============================================================
   Utilities
   ============================================================ */
.fsh-mt0 { margin-top: 0; }
.fsh-center { text-align: center; }
.fsh-maxw { max-width: 760px; margin-left:auto; margin-right:auto; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 860px) {
  .fsh-hero-grid { grid-template-columns: 1fr; }
  .fsh-hero-card { transform: none; margin-top: 8px; }
  .fsh-two { grid-template-columns: 1fr; }
  .fsh-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .fsh-navlinks { width: 100%; margin-left: 0; }
  .fsh-grid2 { grid-template-columns: 1fr; }
  .fsh-facts th { width: 130px; }
  .fsh-foot-grid { grid-template-columns: 1fr; }
  .fsh-foot-bottom { flex-direction: column; }
}
