@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --heading: #111;
  --body: #707072;
  --caption: #9e9ea0;
  --border: #e5e5e5;
  --grey-100: #f5f5f5;
  --grey-200: #ececec;
  --sand: #f5f5f5;
  --content: 1184px;
  --content-medium: 880px;
  --space-page: clamp(24px, 4vw, 48px);
  --radius-card: 8px;
  --pill: 999px;
  --type-h1: clamp(30px, 2.7vw, 34px);
  --type-h1-feature: clamp(32px, 3vw, 38px);
  --type-h2: clamp(24px, 2.1vw, 28px);
  --type-h3: clamp(20px, 1.8vw, 22px);
  font-family: "Outfit", sans-serif;
  color: var(--heading);
  background: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, strong { color: var(--heading); }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: -999px; top: 12px; z-index: 10; }
.skip-link:focus { left: 12px; background: white; padding: 8px 12px; border: 1px solid var(--border); }

.site-header {
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 0 max(var(--space-page), calc((100vw - 1184px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.96);
}

.site-name {
  color: var(--heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
  text-decoration: none;
}

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: var(--heading); font-size: 15px; font-weight: 500; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--body); }

.hero {
  width: min(var(--content), calc(100% - 2 * var(--space-page)));
  margin: 96px auto 0;
  text-align: left;
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: var(--type-h1-feature);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.intro {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--body);
  font: 18px/1.55 "Outfit", sans-serif;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 32px;
}

.button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 132px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px 2px;
  border: 0;
  border-radius: var(--pill);
  color: var(--heading);
  background: var(--grey-100);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.button:hover { transform: translateY(-1px); }
.button:focus-visible, .job-brand:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.job-card__link:focus-visible { outline: 3px solid #111; outline-offset: -3px; }
.button--dark { color: #fff; background: #111; }
.button--dark:hover { background: #333; }
.button--sand { background: var(--grey-100); }
.button--sand:hover { background: var(--grey-200); }
.button--small { min-width: 108px; min-height: 40px; height: 40px; padding: 0 18px 2px; font-size: 15px; }

.logo-marquee {
  width: 100%;
  margin-top: 88px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: logo-marquee 24s linear infinite;
}

.logo-marquee__group { display: flex; min-width: 100vw; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 64px; padding-right: 64px; }
.logo-marquee__item { display: flex; width: var(--marquee-width, 150px); height: 42px; align-items: center; justify-content: center; }
.logo-marquee__item picture { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; transform: scale(var(--marquee-scale, 1)); }
.logo-marquee__item img { display: block; width: 100%; height: 100%; object-fit: contain; filter: var(--marquee-filter, grayscale(1)); opacity: .36; }

@keyframes logo-marquee { to { transform: translateX(-50%); } }

.newsletter {
  width: min(var(--content), calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  align-items: end;
  gap: 64px;
  margin: 80px auto 0;
  padding: clamp(32px, 5vw, 56px);
  border: 0;
  border-radius: var(--radius-card);
  color: #fff;
  background: #111;
}

.newsletter h2 { margin: 0; color: #fff; font-size: var(--type-h2); font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.newsletter p { max-width: 480px; margin: 14px 0 0; color: #b7b7b7; font: 16px/1.6 "Outfit", sans-serif; }
.newsletter__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 0; }
.newsletter input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #4b4b4b;
  border-radius: var(--pill);
  color: #fcfbfa;
  background: #242424;
  font: 16px/1 "Outfit", sans-serif;
}
.newsletter input::placeholder { color: #ababab; opacity: 1; }
.newsletter input:focus { outline: 2px solid #fcfbfa; outline-offset: 2px; }
.newsletter button {
  display: inline-flex;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 2px 22px;
  border: 0;
  border-radius: var(--pill);
  color: #111;
  background: #fcfbfa;
  font: 500 15px/1 "Outfit", sans-serif;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}
.newsletter button:hover { transform: translateY(-1px); background: #e9e8e6; }
.newsletter button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.newsletter button img { display: block; width: 15px; height: 15px; }

.jobs {
  width: min(var(--content-medium), calc(100% - 32px));
  margin: 96px auto 0;
  padding-bottom: 120px;
}

.section-heading {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--border);
}

.section-heading h2 {
  margin: 0;
  font-size: var(--type-h2);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.jobs-page {
  width: min(var(--content), calc(100% - 2 * var(--space-page)));
  margin: 88px auto 0;
  padding-bottom: 120px;
}

.jobs-page__header { width: min(100%, var(--content-medium)); margin: 0 auto 64px; }
.jobs-page__eyebrow { margin: 0 0 14px; color: var(--body); font-size: 13px; font-weight: 500; letter-spacing: .01em; text-transform: none; }
.jobs-page__header h1 { margin: 0; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.jobs-page__header > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }

.jobs-page > .section-heading, .job-filter-panel { width: min(100%, var(--content-medium)); margin-right: auto; margin-left: auto; }
.jobs-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.job-filter-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--pill);
  color: var(--heading);
  background: #fff;
  font: 500 14px/1 "Outfit", sans-serif;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.job-filter-toggle:hover { border-color: #c8c8c8; background: var(--grey-100); }
.job-filter-toggle:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.job-filter-toggle > img { display: block; width: 15px; height: 15px; }
.job-filter-toggle__count {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: var(--pill);
  color: #fff;
  background: #111;
  font-size: 10px;
}
.job-filter-toggle__chevron { width: 7px; height: 7px; margin: -4px 2px 0 1px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.job-filter-toggle[aria-expanded="true"] .job-filter-toggle__chevron { margin: 4px 2px 0 1px; transform: rotate(225deg); }
.job-filter-panel {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
  animation: filter-panel-in .18s ease-out;
}
.job-filter-panel__header, .job-filter-panel__footer { display: none; }
@keyframes filter-panel-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

.quick-filters {
  padding: 20px;
  border: 0;
  border-radius: var(--radius-card);
  background: var(--grey-100);
}

.quick-filters__header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.quick-filters__header h3 { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.2; letter-spacing: -.01em; }
.quick-filters__header p { margin: 0; color: var(--body); font-size: 13px; }
.quick-filter-groups { display: grid; gap: 12px; }
.quick-filter-group { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 12px; align-items: center; }
.quick-filter-group > p { margin: 0; color: var(--body); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.quick-filter-tray {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.quick-filter-tray button {
  min-height: 36px;
  padding: 8px 14px;
  border: 0;
  border-radius: var(--pill);
  color: var(--heading);
  background: #fff;
  font: 500 13px/1.15 "Outfit", sans-serif;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.quick-filter-tray button:hover { color: var(--heading); background: #e5e5e5; }
.quick-filter-tray button[aria-pressed="true"] { color: #fff; background: #111; box-shadow: none; }
.quick-filter-tray button:focus-visible { outline: 3px solid #111; outline-offset: 2px; }

.job-filters {
  margin-top: 12px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--grey-100);
}

.job-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.job-filter {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.job-filter--wide { grid-column: 1 / -1; }
.job-filter > span { color: var(--heading); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.job-filter input, .job-filter select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--heading);
  background: #fff;
  font: 14px/1 "Outfit", sans-serif;
}
.job-filter input[type="search"] { appearance: none; }
.job-filter input::placeholder { color: #96928e; opacity: 1; }
.job-filter input:focus, .job-filter select:focus { outline: 2px solid #111; outline-offset: 2px; }

.job-results-toolbar {
  width: min(100%, var(--content-medium));
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px auto 0;
}

.job-results-status { margin: 0; color: var(--body); font-size: 12px; }
.job-results-status strong { color: var(--heading); font-weight: 600; }
.job-filters-clear {
  padding: 5px 0;
  border: 0;
  color: #6f6256;
  background: transparent;
  font: 600 12px/1 "Outfit", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.job-filters-clear:hover { color: var(--heading); }
.job-filters-clear:focus-visible, .job-empty-state button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.job-filter-panel[hidden], .job-filter-toggle[hidden], .job-filter-toggle__count[hidden], .job-filters[hidden], .job-filters-clear[hidden], .job-list[hidden], .job-card[hidden], .job-empty-state[hidden] { display: none; }

.job-list { display: grid; gap: 12px; margin-top: 24px; }
.jobs-page .job-list { width: min(100%, var(--content-medium)); margin: 8px auto 0; }

.job-card {
  min-height: 148px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-card);
  background: var(--grey-100);
  display: block;
  overflow: hidden;
  transition: background-color .18s ease;
}

.job-card:hover { background: var(--grey-200); }
.job-card__link {
  display: flex;
  width: 100%;
  min-height: inherit;
  align-items: stretch;
  justify-content: space-between;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.job-content { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.job-card h3 { margin: 0 0 12px; font-size: var(--type-h3); font-weight: 500; line-height: 1.2; letter-spacing: -.02em; }

.job-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.job-facts li { display: flex; align-items: center; gap: 5px; font-weight: 500; }
.fact-icon { width: 14px; height: 14px; display: block; opacity: .68; }
.fact-icon--briefcase { margin: 0 0 1px; }

.company-row { display: flex; align-items: center; gap: 9px; }
.company-mark { flex: 0 0 36px; width: 36px; height: 36px; padding: 2px; border: 1px solid var(--border); border-radius: 50%; background: var(--avatar-bg, #fff); overflow: hidden; }
.company-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.company-monogram { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; }
.company { margin: 0; color: var(--heading); font-size: 14px; font-weight: 500; line-height: 1.25; letter-spacing: 0; }
.company-detail { max-width: 330px; margin: 2px 0 0; color: var(--body); font-size: 11px; line-height: 1.35; }
.job-card-location { margin: -4px 0 12px; color: var(--body); font-size: 12px; line-height: 1.4; }

.learn-more {
  align-self: center;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  margin-left: 24px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  color: var(--heading);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.learn-more:hover { color: var(--body); background: transparent; }
.learn-more img { width: 15px; height: 15px; display: block; }

.jobs-more { display: flex; justify-content: center; margin-top: 28px; }
.button--browse-jobs { width: auto; gap: 9px; padding: 0 22px; }
.button--browse-jobs img { display: block; width: 15px; height: 15px; filter: invert(1); }

.job-empty-state {
  width: min(100%, var(--content-medium));
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 24px;
  border: 0;
  border-radius: var(--radius-card);
  background: var(--grey-100);
  text-align: center;
}
.job-empty-state h3 { margin: 0; font-size: 19px; letter-spacing: -.015em; }
.job-empty-state p { max-width: 380px; margin: 9px auto 18px; color: var(--body); font: 15px/1.45 "Outfit", sans-serif; }
.job-empty-state button {
  padding: 0;
  border: 0;
  color: #6f6256;
  background: transparent;
  font: 600 13px/1 "Outfit", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.job-detail { width: min(760px, calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 56px 0 120px; }
.back-link { color: var(--body); font-size: 14px; text-decoration: none; }
.back-link:hover { color: var(--heading); }
.job-detail-header { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; margin: 36px 0 64px; padding: 48px 0; border: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); border-radius: 0; background: #fff; }
.job-detail h1 { max-width: none; margin: 6px 0 8px; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.job-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; text-decoration: none; }
.job-brand img { width: 44px; height: 44px; padding: 2px; border: 1px solid var(--border); border-radius: 4px; background: var(--avatar-bg, #fff); object-fit: contain; }
.job-detail-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 0; padding: 24px; border: 0; border-radius: var(--radius-card); color: var(--body); background: var(--grey-100); font-size: 14px; font-weight: 400; list-style: none; }
.job-detail-facts li { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.job-detail-facts .fact-icon { width: 14px; height: 14px; opacity: .7; }
.job-header-cta { width: auto; min-width: 168px; min-height: 48px; align-self: start; justify-self: start; margin-top: 0; padding: 0 22px; }
.prose { max-width: none; margin: 48px 0 56px; color: var(--body); font: 18px/1.7 "Outfit", sans-serif; }
.prose h2 { margin: 1.75em 0 .6em; color: var(--heading); font-family: "Outfit", sans-serif; font-size: 1.5em; line-height: 1.2; letter-spacing: -.02em; }
.prose p { margin: 0 0 1.25em; }

.brand-detail { width: min(var(--content), calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 56px 0 120px; }
.brand-header { display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: 40px; align-items: center; margin: 40px 0 72px; padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brand-logo { width: 144px; height: 144px; padding: 16px; border: 0; border-radius: var(--radius-card); background: var(--avatar-bg, var(--grey-100)); object-fit: contain; }
.brand-detail h1 { margin: 0 0 12px; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.brand-summary { max-width: 680px; margin: 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }
.brand-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; color: var(--body); font-size: 14px; }
.brand-jobs { width: min(100%, var(--content-medium)); margin: 64px auto 0; }

.brands-directory { width: min(var(--content), calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 88px 0 120px; }
.directory-header { max-width: 820px; margin-bottom: 64px; }
.directory-eyebrow { margin: 0 0 14px; color: var(--body); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.directory-header h1 { margin: 0; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.directory-header > p:last-child { max-width: 600px; margin: 20px 0 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.brand-card { min-width: 0; padding: 20px; border: 0; border-radius: var(--radius-card); background: var(--grey-100); text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.brand-card:hover { transform: translateY(-2px); background: var(--grey-200); }
.brand-card:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.brand-card-logo { display: flex; width: 100%; aspect-ratio: 1; height: auto; align-items: center; justify-content: center; margin: 0 0 20px; padding: 16px; border: 0; border-radius: 50%; background: var(--avatar-bg, #fff); overflow: hidden; }
.brand-card-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-monogram { display: flex; width: 72px; height: 72px; align-items: center; justify-content: center; border-radius: 50%; color: var(--body); background: var(--grey-200); font-size: 32px; font-weight: 600; }
.brand-card-name, .brand-card-industry { display: block; }
.brand-card-name { overflow: hidden; color: var(--heading); font-size: 17px; font-weight: 500; line-height: 1.2; text-align: left; text-overflow: ellipsis; }
.brand-card-industry { margin-top: 6px; color: var(--body); font-size: 12px; line-height: 1.35; text-align: left; }

.site-footer {
  margin-top: 40px;
  padding: 64px var(--space-page) 48px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.site-footer__newsletter { display: flex; width: min(var(--content), 100%); margin: 0 auto 56px; padding: 32px; align-items: end; justify-content: space-between; gap: 48px; border: 0; border-radius: var(--radius-card); background: var(--grey-100); }
.site-footer__newsletter h2 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
.site-footer__newsletter p { margin-top: 8px; }
.footer-newsletter-form { display: grid; width: min(440px, 100%); grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.footer-newsletter-form input { min-width: 0; height: 48px; padding: 0 16px; border: 1px solid var(--border); border-radius: var(--pill); color: var(--heading); background: #fff; font: 14px/1 "Outfit", sans-serif; }
.footer-newsletter-form input::placeholder { color: #8a8783; opacity: 1; }
.footer-newsletter-form input:focus { outline: 2px solid #111; outline-offset: 2px; }
.footer-newsletter-form button { display: inline-flex; height: 48px; align-items: center; justify-content: center; gap: 7px; padding: 0 20px 2px; border: 0; border-radius: var(--pill); color: #fff; background: #111; font: 500 15px/1 "Outfit", sans-serif; cursor: pointer; transition: transform .18s ease, background-color .18s ease; }
.footer-newsletter-form button:hover { transform: translateY(-1px); background: #2b2b2b; }
.footer-newsletter-form button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.footer-newsletter-form button img { display: block; width: 14px; height: 14px; filter: invert(1); }
.site-footer__inner { width: min(var(--content), 100%); margin: 0 auto; display: flex; justify-content: space-between; gap: 48px; }
.site-footer p { max-width: 340px; margin: 12px 0 0; color: var(--body); font: 15px/1.5 "Outfit", sans-serif; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 10px 36px; align-content: start; }
.site-footer nav a { color: var(--body); font-size: 13px; text-decoration: none; }
.site-footer nav a:hover { color: var(--heading); }

.guide-directory { width: min(var(--content), calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 88px 0 120px; }
.guide-directory .directory-header h1 { max-width: 760px; }
.guide-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: clamp(24px, 4vw, 36px);
  border: 0;
  border-radius: var(--radius-card);
  background: var(--grey-100);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.guide-card:hover { transform: translateY(-2px); background: var(--grey-200); }
.guide-card:focus-visible, .breadcrumbs a:focus-visible, .guide-toc a:focus-visible, .site-footer a:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.guide-card__eyebrow, .guide-kicker { margin: 0 0 12px; color: var(--body); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.guide-card h2, .guide-card h3 { margin: 0; font-size: var(--type-h2); font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.guide-card h3 { font-size: var(--type-h3); }
.guide-card p { max-width: 520px; margin: 16px 0 28px; color: var(--body); font: 16px/1.55 "Outfit", sans-serif; }
.guide-card__link { margin-top: auto; font-size: 13px; font-weight: 600; }

.guide-detail { width: min(var(--content), calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 56px 0 120px; }
.breadcrumbs { display: flex; min-width: 0; flex-wrap: wrap; gap: 7px; color: var(--body); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; max-width: 340px; white-space: nowrap; text-overflow: ellipsis; }
.guide-header { max-width: 980px; padding: 72px 0 72px; }
.guide-eyebrow { margin: 0 0 16px; color: var(--body); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.guide-header h1 { margin: 0; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.guide-summary { max-width: 720px; margin: 22px 0 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }
.guide-updated { margin: 24px 0 0; color: var(--caption); font-size: 12px; font-weight: 500; }
.guide-updated span { padding: 0 6px; }

.guide-layout { display: grid; grid-template-columns: 200px minmax(0, 680px); gap: clamp(40px, 8vw, 96px); align-items: start; }
.guide-toc { position: sticky; top: 24px; padding: 20px; border-radius: var(--radius-card); background: var(--grey-100); }
.guide-toc > p { margin: 0 0 12px; color: var(--heading); font-size: 12px; font-weight: 700; }
.guide-toc ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.guide-toc a { color: var(--body); font-size: 12px; line-height: 1.35; text-decoration: none; }
.guide-toc a:hover { color: var(--heading); }
.guide-body { min-width: 0; }
.guide-prose { max-width: none; margin: 0 0 72px; color: #575553; }
.guide-prose > *:first-child { margin-top: 0; }
.guide-prose h2 { scroll-margin-top: 24px; margin-top: 2.25em; padding-top: .2em; font-size: var(--type-h2); }
.guide-prose h3 { margin: 1.8em 0 .55em; color: var(--heading); font-family: "Outfit", sans-serif; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; }
.guide-prose strong { color: #3e3d3b; }
.guide-prose a { color: var(--heading); text-decoration-color: #b8a995; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.guide-prose a:hover { text-decoration-color: var(--heading); }
.guide-prose ul, .guide-prose ol { margin: 0 0 1.5em; padding-left: 1.25em; }
.guide-prose li { margin: .42em 0; padding-left: .2em; }
.guide-prose blockquote { margin: 2em 0; padding: 24px; border: 0; border-radius: var(--radius-card); color: #494744; background: var(--grey-100); font-size: 19px; }
.guide-prose blockquote p:last-child { margin-bottom: 0; }
.guide-prose table { display: table; width: 100%; margin: 28px 0 36px; border-collapse: collapse; font-family: "Outfit", sans-serif; font-size: 13px; line-height: 1.45; }
.guide-prose th { color: var(--heading); background: var(--grey-200); font-weight: 600; text-align: left; }
.guide-prose th, .guide-prose td { padding: 13px 12px; border: 1px solid var(--border); vertical-align: top; }
.guide-note { margin: 30px 0; padding: 22px 24px; border: 0; border-radius: var(--radius-card); color: #5f5851; background: var(--grey-100); font: 15px/1.6 "Outfit", sans-serif; }

.guide-job-results { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid var(--border); }
.guide-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.guide-section-heading h2 { max-width: 480px; margin: 0; font-size: var(--type-h2); line-height: 1.1; letter-spacing: -.025em; }
.result-count { flex: 0 0 auto; padding: 5px 10px; border: 1px solid var(--border); border-radius: 100px; color: var(--body); background: var(--grey-100); font-size: 11px; font-weight: 600; }
.guide-job-results .job-card__link { padding-left: 18px; }
.guide-job-results .job-content { gap: 8px; }
.empty-state { padding: 28px; border: 1px dashed #c9c3bc; border-radius: 10px; background: var(--grey-100); }
.empty-state h3 { margin: 0; font-size: 20px; }
.empty-state p { margin: 8px 0; color: var(--body); }

.guide-faq { margin: 0 0 72px; }
.guide-faq > h2, .guide-cta h2, .related-guides > h2 { margin: 0 0 24px; font-size: var(--type-h2); line-height: 1.1; letter-spacing: -.025em; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 20px 44px 20px 0; cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--body); font-size: 22px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: -4px 44px 22px 0; color: var(--body); font: 16px/1.6 "Outfit", sans-serif; }
.guide-cta { padding: clamp(32px, 5vw, 48px); border: 0; border-radius: var(--radius-card); color: white; background: #111; }
.guide-cta .guide-kicker { color: #b7b7b7; }
.guide-cta h2 { margin-bottom: 14px; color: #fff; }
.guide-cta > p:not(.guide-kicker) { max-width: 500px; margin: 0 0 26px; color: #c8c6c3; font: 16px/1.55 "Outfit", sans-serif; }
.guide-cta .button { width: auto; min-width: 132px; padding: 0 24px 2px; background: #fff; border-color: #fff; color: #111; box-shadow: none; font-size: 15px; }
.guide-cta-form { display: grid; max-width: 500px; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.guide-cta-form input { min-width: 0; height: 52px; padding: 0 18px; border: 1px solid #555; border-radius: var(--pill); color: #fff; background: #242424; font: 15px/1 "Outfit", sans-serif; }
.guide-cta-form input::placeholder { color: #aaa; opacity: 1; }
.guide-cta-form input:focus { outline: 2px solid #fff; outline-offset: 2px; }
.guide-cta-form button { height: 52px; padding: 0 22px 2px; border: 0; border-radius: var(--pill); color: #111; background: #fff; font: 500 15px/1 "Outfit", sans-serif; cursor: pointer; }
.guide-cta-form button:hover { background: #e9e8e6; }
.guide-cta-form button:focus-visible { outline: 3px solid #927f69; outline-offset: 3px; }
.related-guides { margin-top: 100px; padding-top: 40px; border-top: 1px solid var(--border); }
.related-guides .guide-card { min-height: 250px; padding: 26px; }
.related-guides .guide-card p { font-size: 14px; }

.post-job-page { width: min(var(--content), calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 88px 0 120px; }
.post-job-hero { max-width: 900px; margin-bottom: 64px; }
.post-job-eyebrow { margin: 0 0 14px; color: var(--body); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.post-job-hero h1 { margin: 0; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.post-job-hero > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.pricing-card { position: relative; display: flex; min-width: 0; min-height: 520px; flex-direction: column; justify-content: space-between; gap: 40px; padding: 32px; border: 0; border-radius: var(--radius-card); background: var(--grey-100); }
.pricing-card--popular { color: #fff; background: #111; box-shadow: none; }
.pricing-card--popular h2, .pricing-card--popular .pricing-card__price span { color: #fff; }
.pricing-card--popular .pricing-card__label, .pricing-card--popular .pricing-card__description, .pricing-card--popular .pricing-card__price, .pricing-card--popular .pricing-card__features { color: #b7b7b7; }
.pricing-card__badge { position: absolute; top: 16px; right: 16px; margin: 0; padding: 5px 9px; border-radius: 100px; color: #fff; background: #222; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pricing-card--popular .pricing-card__badge { color: #111; background: #fff; }
.pricing-card__label { margin: 0 0 14px; color: var(--body); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.pricing-card h2 { max-width: 240px; margin: 0; font-size: var(--type-h2); font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.pricing-card__description { margin: 18px 0 0; color: var(--body); font: 15px/1.55 "Outfit", sans-serif; }
.pricing-card__price { margin: 0 0 22px; color: var(--body); font-size: 12px; font-weight: 500; }
.pricing-card__price span { display: block; margin-bottom: 2px; color: var(--heading); font-size: 38px; font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.pricing-card__features { display: grid; gap: 11px; min-height: 105px; margin: 0 0 28px; padding: 0; color: #575553; font-size: 13px; list-style: none; }
.pricing-card__features li { position: relative; padding-left: 22px; }
.pricing-card__features li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: currentColor; font-weight: 700; }
.button--pricing { width: 100%; padding: 0 18px; background: #fff; }
.button--dark.button--pricing { color: #fff; background: #111; }
.pricing-card--popular .button--dark.button--pricing { color: #111; background: #fff; }
.post-job-footer { display: grid; grid-template-columns: minmax(220px, .75fr) 1.25fr; gap: 72px; margin-top: 88px; padding: 48px; border: 0; border-radius: var(--radius-card); background: var(--grey-100); }
.post-job-footer h2 { margin: 0; font-size: var(--type-h2); line-height: 1.1; letter-spacing: -.025em; }
.post-job-footer ol { display: grid; gap: 24px; margin: 0; padding: 0; list-style: none; }
.post-job-footer li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; }
.post-job-footer li > span { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: #222; font-size: 11px; font-weight: 700; }
.post-job-footer strong { font-size: 14px; }
.post-job-footer li p { margin: 3px 0 0; color: var(--body); font: 14px/1.45 "Outfit", sans-serif; }
.post-job-contact { margin: 28px 0 0; color: var(--body); font-size: 13px; text-align: center; }
.post-job-contact a { color: var(--heading); font-weight: 600; text-underline-offset: 3px; }

.contact-page { width: min(640px, calc(100% - 2 * var(--space-page))); margin: 0 auto; padding: 88px 0 120px; }
.contact-hero { margin-bottom: 40px; }
.contact-eyebrow { margin: 0 0 14px; color: var(--body); font-size: 13px; font-weight: 500; }
.contact-hero h1 { margin: 0; font-size: var(--type-h1); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.contact-hero > p:last-child { margin: 20px 0 0; color: var(--body); font: 18px/1.55 "Outfit", sans-serif; }
.contact-body { padding-top: 32px; border-top: 1px solid var(--border); color: var(--body); font: 16px/1.65 "Outfit", sans-serif; }
.contact-body p { margin: 0; }
.contact-body p + p { margin-top: 18px; }
.contact-body a { color: var(--heading); font-weight: 500; text-underline-offset: 3px; }
.contact-email { padding: 0; border: 0; color: var(--heading); background: transparent; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.contact-email:hover { color: var(--body); }
.contact-email:focus-visible { outline: 3px solid #111; outline-offset: 3px; }

@media (max-width: 680px) {
  .site-header { width: 100%; min-height: 64px; padding: 0 16px; gap: 16px; }
  .site-name { width: auto; flex-shrink: 0; font-size: 16px; letter-spacing: -.02em; }
  .button--small { width: auto; min-width: 88px; min-height: 38px; height: 38px; padding: 0 14px; }
  .site-nav { gap: 12px; }
  .site-nav > a:not(.button) { font-size: 12px; }
  .site-nav > a[href="/brands/"], .site-nav > a[href="/guides/"] { display: none; }
  .hero { margin-top: 56px; }
  .hero h1 { font-size: var(--type-h1-feature); }
  .logo-marquee { margin-top: 38px; }
  .logo-marquee__group { gap: 40px; padding-right: 40px; }
  .logo-marquee__item { width: min(var(--marquee-width, 150px), 120px); height: 34px; }
  .newsletter { grid-template-columns: 1fr; gap: 28px; margin-top: 64px; padding: 32px 24px; }
  .newsletter h2 { max-width: 360px; font-size: var(--type-h2); line-height: 1.1; }
  .newsletter p { max-width: 360px; font-size: 16px; }
  .newsletter__form { margin-top: 22px; }
  .jobs { margin-top: 72px; }
  .jobs-page { margin-top: 56px; }
  .jobs-page__header { margin-bottom: 42px; }
  .jobs-page__header h1 { font-size: var(--type-h1); }
  body.job-filter-panel-open { overflow: hidden; }
  .job-filter-toggle { min-height: 38px; padding: 0 12px; }
  .job-filter-panel {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    animation: filter-modal-in .2s ease-out;
  }
  .job-filter-panel__header {
    display: flex;
    min-height: 64px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid var(--border);
    background: #fff;
  }
  .job-filter-panel__header p { margin: 0; color: var(--heading); font-size: 18px; font-weight: 600; }
  .job-filter-panel__header button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0 0 3px; border: 0; border-radius: 50%; color: var(--heading); background: var(--grey-100); font: 300 28px/1 "Outfit", sans-serif; cursor: pointer; }
  .job-filter-panel__header button:focus-visible { outline: 3px solid #111; outline-offset: 2px; }
  .job-filter-panel__content { flex: 1 1 auto; padding: 20px 16px 32px; overflow-y: auto; overscroll-behavior: contain; }
  .job-filter-panel__footer { display: block; flex: 0 0 auto; padding: 12px 16px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--border); background: #fff; }
  .job-filter-panel__footer button { width: 100%; min-height: 50px; padding: 0 20px; border: 0; border-radius: var(--pill); color: #fff; background: #111; font: 500 16px/1 "Outfit", sans-serif; cursor: pointer; }
  .job-filter-panel__footer button:focus-visible { outline: 3px solid #111; outline-offset: -6px; }
  @keyframes filter-modal-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
  .quick-filters { padding: 14px; }
  .quick-filters__header { display: block; }
  .quick-filters__header p { margin-top: 5px; }
  .quick-filter-group { display: block; }
  .quick-filter-group > p { margin: 0 0 6px 4px; }
  .quick-filter-tray { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .quick-filter-tray::-webkit-scrollbar { display: none; }
  .quick-filter-tray button { flex: 0 0 auto; }
  .job-filter-grid { grid-template-columns: 1fr; }
  .job-filter--wide { grid-column: auto; }
  .job-filters { padding: 18px 14px; }
  .job-card { min-height: 0; }
  .job-card__link { display: block; padding: 20px; }
  .job-content { gap: 18px; }
  .job-facts { gap: 12px; }
  .learn-more { width: auto; justify-content: flex-start; margin: 20px 0 0; padding: 8px 0; }
  .job-detail { padding-top: 48px; }
  .job-detail-header { margin: 24px 0 48px; padding: 32px 0; border-radius: 0; }
  .job-detail h1 { margin-top: 14px; font-size: var(--type-h1); }
  .job-detail-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
  .brand-header { grid-template-columns: 80px 1fr; gap: 20px; }
  .brand-logo { width: 80px; height: 80px; padding: 8px; border-radius: var(--radius-card); }
  .brands-directory { width: calc(100% - 32px); padding-top: 64px; }
  .directory-header { margin-bottom: 32px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .brand-card { padding: 12px; }
  .brand-card-logo { width: 100%; height: auto; margin: 0 0 14px; padding: 12px; }
  .brand-card-name { font-size: 14px; }
  .brand-card-industry { font-size: 10px; }
  .site-footer { padding-top: 36px; padding-bottom: 36px; }
  .site-footer__newsletter { display: grid; gap: 22px; margin-bottom: 32px; padding-bottom: 32px; }
  .site-footer__inner { display: grid; gap: 32px; }
  .site-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
  .guide-directory { padding-top: 64px; }
  .guide-card-grid, .guide-card-grid--three { grid-template-columns: 1fr; }
  .guide-card { min-height: 220px; padding: 26px; }
  .guide-detail { padding-top: 40px; }
  .guide-header { padding: 48px 0; }
  .guide-header h1 { font-size: var(--type-h1); }
  .guide-layout { display: block; }
  .guide-toc { position: static; margin-bottom: 44px; padding: 20px; border: 1px solid var(--border); border-radius: 8px; background: var(--grey-100); }
  .guide-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
  .guide-prose { font-size: 17px; }
  .guide-prose table { display: block; overflow-x: auto; font-size: 12px; }
  .guide-prose th, .guide-prose td { min-width: 130px; padding: 10px; }
  .guide-section-heading { align-items: flex-start; }
  .guide-cta-form { grid-template-columns: 1fr; }
  .guide-cta-form button { width: 100%; }
  .guide-job-results .job-card__link { padding: 18px; }
  .related-guides { margin-top: 72px; }
  .post-job-page { padding-top: 64px; }
  .post-job-hero { margin-bottom: 40px; }
  .post-job-hero h1 { font-size: var(--type-h1); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; padding: 28px; }
  .pricing-card__features { min-height: 0; }
  .post-job-footer { grid-template-columns: 1fr; gap: 36px; margin-top: 64px; padding: 32px 28px; }
  .contact-page { padding-top: 64px; }
  .contact-hero { margin-bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  .logo-marquee::-webkit-scrollbar { display: none; }
  .logo-marquee__track { animation: none; }
  .logo-marquee__group[aria-hidden="true"] { display: none; }
}

@media (max-width: 420px) {
  .hero-actions { gap: 10px; }
  .hero-actions .button { min-width: 0; padding: 0 20px; }
  .intro { font-size: 17px; }
  .newsletter__form { grid-template-columns: 1fr; }
  .newsletter input, .newsletter button { width: 100%; }
  .footer-newsletter-form { grid-template-columns: 1fr; }
  .footer-newsletter-form button { width: 100%; }
}

@media (max-width: 360px) {
  .site-nav > a:not(.button) { display: none; }
}
