:root {
  --comic: 'Comic Sans MS', 'Comic Neue', 'Chalkboard SE', cursive;
  --impact: Impact, Anton, 'Arial Black', sans-serif;
  --black: 'Arial Black', Impact, Anton, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: repeating-conic-gradient(#ff3b3b 0 25%, #ffd400 0 50%) 0 0 / 32px 32px;
  scroll-behavior: smooth;
}

body {
  margin: 16px;
  min-height: calc(100vh - 32px);
  background: linear-gradient(180deg, #fff9b0 0%, #c9f5cf 30%, #bfe3ff 60%, #e6ccff 100%);
  font-family: var(--comic);
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  overflow-x: hidden;
}

a { color: #0000ff; }
a:hover { color: #ff00ff; }

h1, h2, h3, h4, p, figure, blockquote { margin: 0; }

.defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* WordArt presets */

.wa-3d-orange {
  display: inline-block;
  font-family: var(--impact);
  color: #ffcc00;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 1px 1px 0 #cc6600, 2px 2px 0 #cc6600, 3px 3px 0 #cc6600, 4px 4px 0 #cc6600, 5px 5px 0 #cc6600, 6px 6px 0 #cc6600, 7px 7px 0 #b35900, 8px 8px 0 #b35900;
  transform: skewX(-8deg);
}

.wa-chrome {
  display: inline-block;
  font-family: var(--impact);
  letter-spacing: 2px;
  line-height: 1;
  background: linear-gradient(#f4f4f4 0%, #7a7a7a 40%, #ffffff 50%, #5a5a5a 60%, #e0e0e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(3px 3px 0 #333333);
  padding-bottom: 4px;
}

.wa-slant {
  display: inline-block;
  font-family: var(--black);
  line-height: 1;
  background: linear-gradient(#ff0000, #ffff00 35%, #00cc00 65%, #0000ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: skewX(-14deg) scaleY(1.2);
  transform-origin: left bottom;
  filter: drop-shadow(3px 3px 0 #000000);
  padding: 6px 10px 4px 6px;
}

.wa-perspective {
  display: inline-block;
  font-family: var(--impact);
  letter-spacing: 2px;
  line-height: 1;
  background: linear-gradient(#ff66ff, #9900cc 50%, #330066);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: perspective(300px) rotateX(32deg);
  transform-origin: center bottom;
  filter: drop-shadow(0 6px 0 #1a0033);
  padding-bottom: 4px;
}

.wa-green3d {
  display: inline-block;
  font-family: var(--black);
  line-height: 1.1;
  color: #33cc33;
  text-shadow: 1px 1px 0 #006600, 2px 2px 0 #006600, 3px 3px 0 #006600, 4px 4px 0 #006600, 5px 5px 0 #006600, 6px 6px 0 #004d00;
  transform: rotate(-3deg);
  padding-bottom: 6px;
}

.wa-hollow {
  font-family: var(--black);
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
  -webkit-text-stroke: 1.5px #1f4e9c;
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 #9fb8e0;
}

.wa-red3d {
  font-family: var(--impact);
  font-size: clamp(34px, 5vw, 44px);
  letter-spacing: 1px;
  line-height: 1.1;
  color: #ff0000;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 1px 1px 0 #7a0000, 2px 2px 0 #7a0000, 3px 3px 0 #7a0000, 4px 4px 0 #7a0000, 5px 5px 0 #7a0000;
}

.wa-arch, .wa-wave { display: block; width: 100%; height: auto; }
.wa-arch { max-width: 660px; }
.wa-wave { max-width: 1000px; }

/* Buttons and links */

.btn-glossy {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #000000;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000000;
  white-space: nowrap;
}
.btn-glossy:hover { color: #ffffff; filter: brightness(1.1); }
.btn-pink { background: linear-gradient(#ff99ff, #cc00cc 50%, #990099 51%, #ff66ff); }
.btn-purple {
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  background: linear-gradient(#c299ff, #6600cc 50%, #4d0099 51%, #9966ff);
  box-shadow: 3px 3px 0 #000000;
}
.btn-purple:hover { transform: translate(1px, 1px); box-shadow: 2px 2px 0 #000000; }

.link-bold { font-weight: bold; font-size: 15px; }

.eyebrow {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cc6600;
}

/* Header */

.site-header {
  background: rgba(255, 255, 255, 0.45);
  border-bottom: 3px double #000000;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo { display: inline-flex; line-height: 0; }
.logo svg { max-width: 100%; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-weight: bold;
  font-size: 15px;
}
.nav-links a { text-decoration: none; }
.nav-links a:hover { text-decoration: underline; }

/* Hero */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 46px;
}
.hero-copy { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.hero-title { display: flex; flex-direction: column; gap: 8px; }
.hero-line2 { font-size: clamp(40px, 5.5vw, 58px); padding-left: 12px; }
.lead { font-size: 17px; line-height: 1.6; color: #333333; margin-top: 8px; text-wrap: pretty; }
.honest { margin-top: 0; font-weight: bold; }
.honest mark { background: #ffff00; color: #1a1a1a; padding: 2px 6px; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 6px; }

.hero-figure { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.figure-box {
  position: relative;
  min-height: 360px;
  background: linear-gradient(135deg, #ffffff, #cfe8ff);
  border: 4px ridge #6699cc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px;
}
.figure-box .starburst { position: absolute; right: 12px; top: 12px; }
.hero-figure figcaption { font-size: 13px; font-style: italic; color: #555555; }

/* Bands */

.band {
  background: rgba(255, 255, 255, 0.55);
  border-top: 3px double #000000;
  border-bottom: 3px double #000000;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: end;
  padding-top: 34px;
  padding-bottom: 34px;
}
.stat { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.stat p { font-size: 14px; line-height: 1.5; color: #333333; }
.stat-number { font-size: clamp(44px, 4.5vw, 58px); }
.stat-number.wa-slant { font-size: clamp(38px, 4vw, 50px); }
.stat-number.wa-green3d { font-size: clamp(40px, 4.2vw, 52px); }

/* Sections */

.section { padding-top: 44px; padding-bottom: 44px; }
.section-tight { padding-top: 10px; }
.section-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; }
.section-head-row { flex-direction: row; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; }
.section-head-row > div { display: flex; flex-direction: column; gap: 6px; }
.wave-title { line-height: 0; }
.wave-title .wave-fallback { display: none; font-size: 28px; letter-spacing: 0; line-height: 1.15; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 2px solid #000000;
  box-shadow: 5px 5px 0 #000000;
  min-width: 0;
}
.card p { font-size: 14px; line-height: 1.6; color: #333333; }
.card .link-bold { font-size: 14px; }

.insight { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.insight .cover {
  height: 170px;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cover-word { font-size: 44px; }
.cover-word-chrome { font-size: 38px; }
.cover-word-slant { font-size: 34px; }
.insight .meta { font-size: 12px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; color: #cc6600; }
.insight h3 { font-size: 20px; line-height: 1.3; color: #000080; }
.insight p { font-size: 14px; line-height: 1.6; color: #333333; }

.values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: end;
  padding-top: 40px;
  padding-bottom: 40px;
}
.value { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.value p { font-size: 16px; color: #333333; }
.wa-hollow-big { font-size: clamp(28px, 3vw, 36px); -webkit-text-stroke-width: 2px; text-shadow: 4px 4px 0 #9fb8e0; line-height: 1; }
.wa-chrome-mid { font-size: clamp(34px, 3.8vw, 46px); }
.wa-slant-mid { font-size: clamp(28px, 3vw, 36px); }

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonial blockquote { max-width: 880px; display: flex; flex-direction: column; gap: 14px; }
.testimonial blockquote p {
  font-size: clamp(20px, 2.6vw, 26px);
  font-style: italic;
  font-weight: bold;
  line-height: 1.45;
  color: #000080;
  text-wrap: pretty;
}
.testimonial blockquote footer {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #555555;
}

/* Careers */

.careers { padding-top: 10px; }
.careers-head { flex-direction: row; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.careers-head > div { display: flex; flex-direction: column; gap: 6px; }
.careers-title { font-size: clamp(40px, 5vw, 60px); }
.careers-lead { margin-top: 0; margin-bottom: 26px; }
.hiring-wrap { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.template-note { font-size: 12px; font-style: italic; color: #555555; }
.careers-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.openings-wrap { overflow-x: auto; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; background: #ffffff; }
.openings { width: 100%; border-collapse: collapse; font-size: 14px; }
.openings th, .openings td { padding: 8px 12px; border: 1px solid #000000; text-align: left; vertical-align: top; }
.openings th { background: #800080; color: #ffffff; }
.openings tbody tr:nth-child(6n+1) { background: #ccffcc; }
.openings tbody tr:nth-child(6n+2) { background: #ffffcc; }
.openings tbody tr:nth-child(6n+3) { background: #ffcccc; }
.openings tbody tr:nth-child(6n+4) { background: #ccccff; }
.openings tbody tr:nth-child(6n+5) { background: #ffe0b3; }
.openings tbody tr:nth-child(6n+6) { background: #e0ccff; }
.openings td:first-child { font-weight: bold; }
.openings a { font-weight: bold; white-space: nowrap; }
.perks { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.perks-qualifier { font-weight: bold; font-size: 15px; color: #333333; margin-top: -4px; }
.perk-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.perk-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: #333333; }
.perk-list svg { flex-shrink: 0; margin-top: 2px; }

/* Footer */

.site-footer {
  background: linear-gradient(180deg, #330066, #000080);
  border-top: 3px double #000000;
  color: #e0e0ff;
  padding-top: 40px;
  padding-bottom: 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand p { font-size: 14px; line-height: 1.6; max-width: 340px; }
.footer-brand .mission { font-weight: bold; color: #ffff00; }
.footer-brand .wa-green3d-footer { font-size: clamp(26px, 3vw, 34px); max-width: none; }
.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-col h4 { color: #ffff00; font-size: 14px; margin-bottom: 4px; }
.footer-col a { color: #e0e0ff; text-decoration: none; }
.footer-col a:hover { color: #ffffff; text-decoration: underline; }
.fine-print {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 2px dashed #9999ff;
  font-size: 12px;
  line-height: 1.6;
  color: #b3b3ff;
}
.fine-print .wrap { padding: 0; }
.fine-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; }
.fine-links { display: flex; flex-wrap: wrap; gap: 18px; }
.fine-links a { color: #b3b3ff; text-decoration: none; }
.fine-links a:hover { color: #ffffff; text-decoration: underline; }

/* Responsive */

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .careers-grid { grid-template-columns: minmax(0, 1fr); }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { margin: 10px; min-height: calc(100vh - 20px); }
  html { background-size: 24px 24px; }
  .wrap { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 32px; padding-bottom: 32px; }
  .figure-box { min-height: 260px; padding: 18px; }
  .cards, .stats, .values, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .stats { gap: 22px; }
  .stat-number { font-size: 46px; }
  .stat-number.wa-slant { font-size: 40px; }
  .stat-number.wa-green3d { font-size: 42px; }
  .testimonial { padding-top: 36px; padding-bottom: 36px; }
  .section { padding-top: 32px; padding-bottom: 32px; }
  .wave-title { line-height: 1.1; }
  .openings thead { display: none; }
  .openings, .openings tbody, .openings tr, .openings td { display: block; }
  .openings tr { padding: 10px 12px; border-bottom: 1px solid #000000; }
  .openings tr:last-child { border-bottom: none; }
  .openings td { border: none; padding: 2px 0; }
  .openings td:nth-child(2)::before { content: "Department: "; font-weight: bold; }
  .openings td:nth-child(3)::before { content: "Location: "; font-weight: bold; }
  .openings td:nth-child(4) { padding-top: 6px; }
  .wave-title .wa-wave { display: none; }
  .wave-title .wave-fallback { display: inline-block; }
}
