:root {
  --sw-background: #2e2e2d;
  --sw-foreground: #f7f2e8;
  --sw-card: #363634;
  --sw-card-light: #ffffff;
  --sw-gold: #cab968;
  --sw-gold-light: #d6c58a;
  --sw-gold-dark: #a89543;
  --sw-ivory: #f7f3eb;
  --sw-jet: #2e2e2d;
  --sw-coral-dark: #384958;
  --sw-coral-light: #5e7b8b;
  --sw-border: rgba(255, 255, 255, 0.1);
  --sw-light-border: rgba(46, 46, 45, 0.08);
  --sw-shadow-soft: 0 4px 30px rgba(0, 0, 0, 0.4);
  --sw-shadow-elevated: 0 8px 40px rgba(0, 0, 0, 0.16);
  --sw-radius: 0.25rem;
  --sw-shell: min(1240px, 100%);
  --sw-font-display: "Outfit", system-ui, sans-serif;
  --sw-font-body: "Outfit", system-ui, sans-serif;
  --sw-font-condensed: "Outfit", system-ui, sans-serif;
}

/* ── Hello Elementor theme overrides ── */
html,
body,
body.hello-elementor,
body.elementor-default,
body.elementor-page {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Nuke every possible top gap from WP / Hello / Elementor wrappers */
.site-content,
.page-content,
.site-main,
.entry-content,
#content,
#primary,
.hentry,
.page .entry-content,
.elementor-page .page-content,
.elementor-page .site-content,
.elementor-page .site-main,
.elementor-page #content,
.elementor-page #primary,
main,
main.site-main,
article,
.post,
.page {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Elementor section/container wrappers */
.elementor > .elementor-section:first-child,
.elementor > .elementor-element:first-child,
.elementor > .e-con:first-child,
.elementor-section-wrap > .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Force dark background on everything above the first section */
html,
body,
#page,
#content,
#primary,
.site,
.site-content,
.page-content,
.site-main,
.entry-content,
.elementor,
.elementor-inner,
.elementor-section-wrap {
  background-color: var(--sw-background) !important;
}

/* Kill Hello theme's default header, footer and page title */
.site-header,
.hello-header,
header#masthead,
footer#colophon,
.site-footer,
.hello-footer,
.page-header,
.entry-header,
.page-title {
  display: none !important;
}

/* Force Elementor sections full-width */
.elementor-section.elementor-section-stretched {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  left: 0 !important;
}

.elementor-section-wrap > .elementor-section,
.elementor > .elementor-section,
.elementor .elementor-widget-wrap {
  max-width: 100% !important;
}

/* Remove Elementor's default container padding/margins */
.elementor-page .page-content,
.elementor-page .site-main,
.elementor-page .entry-content,
.elementor-page .site-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* Elementor widget spacing override */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.elementor-column-gap-no > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sw-background);
  color: var(--sw-foreground);
  font-family: var(--sw-font-body) !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Force font inheritance on all Elementor containers */
.elementor *,
.elementor-widget-container,
.elementor-element {
  font-family: inherit;
}

.sw-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5vw, 4rem) !important;
  padding-right: clamp(1.25rem, 5vw, 4rem) !important;
  box-sizing: border-box;
}

.sw-theme-light {
  background: var(--sw-ivory);
  color: var(--sw-jet);
}

.sw-theme-light h1,
.sw-theme-light h2,
.sw-theme-light h3,
.sw-theme-light h4,
.sw-theme-light .sw-headline-xl,
.sw-theme-light .sw-headline-lg,
.sw-theme-light .sw-headline-md {
  color: var(--sw-jet) !important;
}

.sw-theme-dark {
  background: var(--sw-background);
  color: var(--sw-foreground);
}

.sw-theme-dark h1,
.sw-theme-dark h2,
.sw-theme-dark h3,
.sw-theme-dark h4,
.sw-theme-dark .sw-headline-xl,
.sw-theme-dark .sw-headline-lg,
.sw-theme-dark .sw-headline-md {
  color: var(--sw-foreground) !important;
}

.sw-text-gold {
  color: var(--sw-gold) !important;
}

.sw-italic {
  font-style: italic;
}

.sw-headline-xl,
.sw-headline-lg,
.sw-headline-md,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--sw-font-display) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0;
  /* Outfit is wider than Sofia Sans — balance lines so headings don't
     end on a lonely word / spill to an extra row. */
  text-wrap: balance;
}

.sw-headline-xl {
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  line-height: 1.07;
}

.sw-headline-lg {
  font-size: clamp(1.85rem, 3.3vw, 2.9rem);
  line-height: 1.12;
}

.sw-headline-md {
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 1.18;
}

.sw-body-lg,
.sw-team-bio,
.sw-pricing-desc,
.sw-contact-body {
  font-family: var(--sw-font-body) !important;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.7;
  font-weight: 400;
}

p {
  font-family: var(--sw-font-body) !important;
  font-weight: 400;
  line-height: 1.7;
}

/* ── Global text contrast ── */

/* Light theme: all body text */
.sw-theme-light p,
.sw-theme-light span:not(.sw-label):not(.sw-text-gold):not([class*="sw-text-"]),
.sw-theme-light .sw-body-lg,
.sw-theme-light .sw-body-lg p,
.sw-theme-light .sw-two-panel-body p,
.sw-theme-light .sw-card p,
.sw-theme-light .sw-process-card p,
.sw-theme-light .sw-team-bio,
.sw-theme-light .sw-checklist-item span {
  color: rgba(46, 46, 45, 0.75) !important;
}

/* Dark theme: all body text */
.sw-theme-dark p,
.sw-theme-dark span:not(.sw-label):not(.sw-text-gold):not([class*="sw-text-"]),
.sw-theme-dark .sw-body-lg,
.sw-theme-dark .sw-body-lg p,
.sw-theme-dark .sw-two-panel-body p,
.sw-theme-dark .sw-card p,
.sw-theme-dark .sw-process-card p,
.sw-theme-dark .sw-checklist-item span,
.sw-theme-dark .sw-candidate-link p,
.sw-theme-dark .sw-service-item-meta p {
  color: rgba(247, 242, 232, 0.85) !important;
}

/* Muted text (meta, tags, secondary info) */
.sw-theme-light .sw-team-meta a,
.sw-theme-light .sw-contact-meta a {
  color: rgba(46, 46, 45, 0.65) !important;
}

.sw-theme-dark .sw-job-tags span,
.sw-theme-dark .sw-job-filter:not(.is-active),
.sw-theme-dark .sw-award small {
  color: rgba(247, 242, 232, 0.65) !important;
}

/* Hero body text slightly subdued */
.sw-hero-copy,
.sw-service-hero-body,
.sw-service-hero-body p {
  color: rgba(247, 242, 232, 0.85) !important;
}

/* CTA copy */
.sw-cta-copy,
.sw-cta-copy p {
  color: rgba(247, 242, 232, 0.7) !important;
}

/* Footer text */
.sw-footer-list,
.sw-footer-list li,
.sw-footer-bottom {
  color: rgba(247, 242, 232, 0.7) !important;
}

.sw-footer-list a {
  color: rgba(247, 242, 232, 0.7) !important;
}

.sw-body-lg p {
  margin: 0 0 0.75rem;
}

.sw-body-lg p:last-child {
  margin-bottom: 0;
}

.sw-label {
  font-family: var(--sw-font-condensed) !important;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--sw-gold);
}

.sw-inline-icon,
.sw-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.sw-star {
  width: 1.1rem;
  height: 1.1rem;
  fill: var(--sw-gold);
  opacity: 0.8;
}

.sw-star path {
  fill: var(--sw-gold);
}

.sw-eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.sw-btn,
.sw-link-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sw-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  font-family: var(--sw-font-condensed) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.82rem;
  text-decoration: none;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

button.sw-btn,
input.sw-btn {
  font: inherit;
  font-family: var(--sw-font-condensed) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  margin: 0;
}

.sw-btn:focus,
.sw-btn:focus-visible,
button.sw-btn:focus,
button.sw-btn:focus-visible {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 0 3px rgba(202, 185, 104, 0.35) !important;
}

.sw-btn-icon {
  width: 1rem;
  height: 1rem;
}

.sw-btn-primary {
  background: var(--sw-gold) !important;
  color: var(--sw-jet) !important;
}

.sw-btn-primary:hover {
  background: var(--sw-gold-dark) !important;
}

.sw-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: currentColor;
}

.sw-theme-light .sw-btn-secondary {
  border-color: rgba(46, 46, 45, 0.16);
}

.sw-btn-secondary:hover {
  border-color: var(--sw-gold);
  color: var(--sw-gold);
}

.sw-link-button {
  color: var(--sw-gold);
  font-family: var(--sw-font-condensed) !important;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 1rem;
}

.sw-link-button .sw-btn-icon {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 0.2s;
}

.sw-link-button:hover {
  color: var(--sw-gold-dark);
}

.sw-link-button:hover .sw-btn-icon {
  transform: translateX(3px);
}

.sw-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.sw-button-row-center {
  justify-content: center;
}

.sw-section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 4.5rem;
}

.sw-process-editorial .sw-section-header {
  text-align: left;
  max-width: 32rem;
  margin: 0 0 5rem;
}

.sw-process-editorial .sw-section-star {
  display: none;
}

.sw-section-header-compact {
  margin-bottom: 3rem;
}

.sw-section-star {
  margin-top: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.2;
}

.sw-quote-star {
  width: 2rem;
  height: 2rem;
  opacity: 0.25;
  margin: 0 auto 2.5rem;
}

.sw-section-star path,
.sw-quote-star path {
  fill: var(--sw-gold);
}

.sw-section-title-center {
  margin-top: 0.75rem;
}

.sw-site-header {
  position: fixed;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 999;
  width: min(66rem, calc(100vw - 2rem));
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.sw-site-header.is-scrolled {
  top: 0.5rem;
  /* Keep the same width as the resting state — the shrink effect is
     conveyed by padding/position/opacity. A narrower pill caused the
     wider Outfit nav to wrap ("Om oss" on two rows). */
  width: min(66rem, calc(100vw - 2rem));
}

.sw-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: rgba(46, 46, 45, 0.62);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-site-header.is-scrolled .sw-header-shell {
  padding: 0.55rem 1.25rem;
  background: rgba(46, 46, 45, 0.32);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.sw-brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.sw-brand img {
  display: block;
  height: 2.1rem !important;
  width: auto !important;
  max-height: 2.1rem !important;
  flex-shrink: 0;
  min-width: 0;
}

.sw-header-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.6rem;
}

.sw-header-link {
  color: var(--sw-foreground);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sw-header-link:hover {
  color: var(--sw-gold);
}

.sw-header-dropdown {
  position: relative;
  display: inline-flex;
}

button.sw-header-dropdown-toggle,
.sw-header-dropdown-toggle {
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  line-height: inherit;
  color: var(--sw-foreground) !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

button.sw-header-dropdown-toggle:hover,
button.sw-header-dropdown-toggle:focus,
button.sw-header-dropdown-toggle:focus-visible,
.sw-header-dropdown-toggle:hover,
.sw-header-dropdown-toggle:focus,
.sw-header-dropdown-toggle:focus-visible {
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--sw-gold) !important;
}

.sw-header-dropdown.is-open .sw-header-dropdown-toggle {
  color: var(--sw-gold) !important;
}

.sw-header-dropdown-caret {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
}

.sw-header-dropdown-caret .sw-icon {
  width: 0.75rem;
  height: 0.75rem;
  stroke-width: 2.5;
}

.sw-header-dropdown.is-open .sw-header-dropdown-caret {
  transform: rotate(180deg);
}

.sw-header-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 13rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background: rgba(46, 46, 45, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translate(-50%, -4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.sw-header-dropdown.is-open .sw-header-dropdown-panel {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.sw-header-dropdown-panel[hidden] {
  display: none;
}

.sw-header-dropdown-link {
  display: block;
  padding: 0.65rem 0.9rem;
  border-radius: 0.55rem;
  color: var(--sw-foreground);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.sw-header-dropdown-link:hover {
  background: rgba(202, 185, 104, 0.12);
  color: var(--sw-gold);
}

.sw-mobile-toggle,
.sw-mobile-menu {
  display: none !important;
}

/* ── Header megamenu ── */
.sw-header-megamenu-trigger {
  position: relative;
  display: inline-flex;
}

.sw-header-megamenu-panel {
  position: fixed;
  top: 4.5rem;
  left: 50%;
  transform: translate(-50%, -8px);
  width: min(58rem, calc(100vw - 2rem));
  max-height: calc(100vh - 6rem);
  background: rgba(46, 46, 45, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  padding: 2.25rem 2.5rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 998;
}

.sw-site-header.is-scrolled .sw-header-megamenu-panel {
  top: 3.85rem;
}

.sw-header-megamenu-panel[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.sw-header-megamenu-trigger.is-open .sw-header-megamenu-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, 0);
}

.sw-header-megamenu-trigger.is-open .sw-header-link {
  color: var(--sw-gold);
}

.sw-header-megamenu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sw-header-megamenu-eyebrow .sw-label {
  color: rgba(247, 242, 232, 0.7) !important;
}

.sw-header-megamenu-title {
  font-family: var(--sw-font-display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--sw-foreground) !important;
  margin: 0.6rem 0 1.5rem;
}

.sw-header-megamenu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}

.sw-header-megamenu-panel--cols-2 {
  width: min(36rem, calc(100vw - 2rem));
}

.sw-header-megamenu-panel--cols-2 .sw-header-megamenu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sw-header-megamenu-panel--cols-3 {
  width: min(48rem, calc(100vw - 2rem));
}

.sw-header-megamenu-panel--cols-3 .sw-header-megamenu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-header-megamenu-panel--cols-4 {
  width: min(58rem, calc(100vw - 2rem));
}

.sw-header-megamenu-panel--cols-5,
.sw-header-megamenu-panel--cols-6 {
  width: min(68rem, calc(100vw - 2rem));
}

.sw-header-megamenu-panel--cols-5 .sw-header-megamenu-grid,
.sw-header-megamenu-panel--cols-6 .sw-header-megamenu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-header-megamenu-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sw-header-megamenu-coltitle {
  font-family: var(--sw-font-condensed);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sw-gold) !important;
  margin: 0;
}

.sw-header-megamenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sw-header-megamenu-list li {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(247, 242, 232, 0.78) !important;
  line-height: 1.5;
  padding: 0.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  list-style: none;
}

.sw-header-megamenu-list li:last-child {
  border-bottom: 0;
}

.sw-header-megamenu-link {
  display: block;
  color: rgba(247, 242, 232, 0.85) !important;
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.2s ease, transform 0.25s ease;
}

.sw-header-megamenu-link:hover,
.sw-header-megamenu-link:focus-visible {
  color: var(--sw-gold) !important;
  transform: translateX(3px);
}

.sw-header-megamenu-secondary {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-header-megamenu-secondary .sw-header-megamenu-coltitle {
  margin-bottom: 1.25rem;
}

.sw-header-megamenu-industries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.75rem;
}

.sw-header-megamenu-industry {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sw-header-megamenu-industry strong {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sw-foreground) !important;
}

.sw-header-megamenu-industry p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(247, 242, 232, 0.55) !important;
  line-height: 1.5;
}

.sw-header-megamenu-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.75rem;
  padding: 0.75rem 1.4rem;
  background: var(--sw-gold);
  color: var(--sw-jet);
  font-family: var(--sw-font-condensed);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.sw-header-megamenu-cta:hover {
  background: var(--sw-gold-dark);
}

@media (max-width: 1024px) {
  .sw-header-megamenu-grid,
  .sw-header-megamenu-panel--cols-3 .sw-header-megamenu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .sw-header-megamenu-trigger {
    display: none !important;
  }
}

html.sw-menu-open,
body.sw-menu-open,
html.sw-modal-open,
body.sw-modal-open {
  overflow: hidden;
}

/* ── Contact modal ── */
.sw-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sw-modal[hidden] {
  display: flex !important;
  opacity: 0;
  pointer-events: none;
}

.sw-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.sw-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 19, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.sw-modal-shell {
  position: relative;
  width: 100%;
  max-width: 32rem;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  background: var(--sw-ivory);
  border-radius: 1.25rem;
  padding: 2.75rem 2.25rem 2.25rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transform: translateY(16px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-modal.is-open .sw-modal-shell {
  transform: translateY(0) scale(1);
}

.sw-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--sw-jet) !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
  outline: 0 !important;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.sw-modal-close:hover,
.sw-modal-close:focus-visible {
  background: rgba(46, 46, 45, 0.08) !important;
  color: var(--sw-jet) !important;
  outline: 0 !important;
}

.sw-modal-close svg {
  width: 1.1rem;
  height: 1.1rem;
}

.sw-modal-eyebrow {
  margin-bottom: 0.5rem;
}

.sw-modal-shell,
.sw-modal-shell * {
  color: var(--sw-jet);
}

.sw-modal-title {
  font-family: var(--sw-font-display) !important;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--sw-jet) !important;
  margin: 0.25rem 0 0.5rem;
}

.sw-modal-subtitle {
  margin: 0 0 1.5rem;
  color: rgba(46, 46, 45, 0.65) !important;
  font-size: 0.95rem;
  line-height: 1.55;
}

.sw-modal-eyebrow .sw-label {
  color: var(--sw-jet) !important;
}

.sw-modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.sw-modal-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sw-modal-field label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(46, 46, 45, 0.6);
}

.sw-modal-field input,
.sw-modal-field textarea {
  width: 100%;
  font: inherit;
  font-family: var(--sw-font-body) !important;
  font-size: 1rem;
  color: var(--sw-jet);
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.12);
  border-radius: 0.65rem;
  padding: 0.75rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.sw-modal-field textarea {
  resize: vertical;
  min-height: 6rem;
}

.sw-modal-field input:focus,
.sw-modal-field textarea:focus {
  border-color: var(--sw-gold);
  box-shadow: 0 0 0 3px rgba(202, 185, 104, 0.18);
}

.sw-modal-error {
  font-size: 0.85rem;
  color: #b3261e;
  background: rgba(179, 38, 30, 0.08);
  border-radius: 0.55rem;
  padding: 0.6rem 0.8rem;
}

.sw-modal-submit {
  margin-top: 0.5rem;
  align-self: flex-start;
  cursor: pointer;
}

/* Success state inside modal */
.sw-modal-shell .sw-contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 0 1rem;
  gap: 0.5rem;
}

.sw-modal-shell .sw-contact-success h3 {
  font-family: var(--sw-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0 0.25rem;
  color: var(--sw-jet);
}

.sw-modal-shell .sw-contact-success p {
  color: rgba(46, 46, 45, 0.65);
  margin: 0;
}

/* Animated checkmark */
.sw-checkmark {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: var(--sw-gold);
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 var(--sw-gold);
  animation: sw-checkmark-fill 0.45s ease-in-out 0.45s forwards, sw-checkmark-scale 0.4s ease-in-out 0.95s both;
}

.sw-checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: var(--sw-gold);
  fill: none;
  animation: sw-checkmark-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.sw-checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: sw-checkmark-stroke 0.35s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

@keyframes sw-checkmark-stroke {
  to { stroke-dashoffset: 0; }
}

@keyframes sw-checkmark-scale {
  0%, 100% { transform: none; }
  50% { transform: scale3d(1.1, 1.1, 1); }
}

@keyframes sw-checkmark-fill {
  to { box-shadow: inset 0 0 0 3rem var(--sw-gold); }
}

@media (max-width: 640px) {
  .sw-modal {
    padding: 0;
    align-items: flex-end;
  }

  .sw-modal-shell {
    border-radius: 1.25rem 1.25rem 0 0;
    max-height: calc(100vh - 3rem);
    padding: 2.5rem 1.5rem 2rem;
    transform: translateY(100%);
  }

  .sw-modal.is-open .sw-modal-shell {
    transform: translateY(0);
  }
}

.sw-hero-video,
.sw-service-hero,
.sw-hero-banner {
  position: relative;
  overflow: hidden;
}

.sw-hero-video {
  min-height: 100vh;
}

.sw-hero-video-media,
.sw-service-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: none;
}

/* Subpage hero: cover (no letterbox bars) but the section is locked to the
   video's 16:9 ratio (see .sw-service-hero) so it fills exactly without
   noticeable cropping/zoom. */
.sw-service-hero-media {
  object-fit: cover;
  object-position: center center;
  background: #2e2e2d;
}

.sw-hero-overlay,
.sw-service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(46, 46, 45, 1), rgba(46, 46, 45, 0.65), rgba(46, 46, 45, 0.3));
}

.sw-hero-video-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 8rem 0 6rem;
}

.sw-hero-title {
  max-width: 48rem;
}

.sw-hero-copy {
  max-width: 40rem;
  margin-top: 1.5rem;
  color: rgba(247, 242, 232, 0.8);
}

.sw-hero-banner {
  padding: 9rem 0 5rem;
}

.sw-hero-banner-inner {
  position: relative;
  z-index: 1;
}

.sw-hero-banner.sw-align-center .sw-hero-banner-inner,
.sw-hero-banner.sw-align-center .sw-eyebrow-row,
.sw-hero-banner.sw-align-center .sw-hero-badge {
  text-align: center;
  justify-content: center;
}

.sw-hero-banner-title {
  max-width: 56rem;
}

.sw-hero-banner.sw-align-center .sw-hero-banner-title,
.sw-hero-banner.sw-align-center .sw-hero-banner-copy {
  margin-left: auto;
  margin-right: auto;
}

.sw-hero-banner-copy {
  max-width: 46rem;
  margin-top: 1.5rem;
}

.sw-cta-banner,
.sw-service-features {
  position: relative;
}

.sw-cta-banner.sw-theme-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background: radial-gradient(ellipse at 50% 80%, rgba(202, 185, 104, 0.1), transparent 60%);
}

.sw-hero-badge {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(202, 185, 104, 0.3);
  border-radius: 999px;
  background: rgba(202, 185, 104, 0.06);
}

.sw-service-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 8rem 0 4.5rem;
}

.sw-service-hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(120px, 1fr);
  gap: 3rem;
  align-items: end;
}

.sw-service-hero-copy {
  max-width: 48rem;
}

.sw-service-hero-body {
  color: rgba(247, 242, 232, 0.65);
  margin-top: 1.5rem;
  max-width: 38rem;
}

.sw-split-heading,
.sw-split-body,
.sw-two-panel-col,
.sw-contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sw-split-body,
.sw-two-panel-body {
  gap: 1rem;
}

.sw-two-panel-col > .sw-label {
  display: block;
  margin: 0 0 1rem;
}

.sw-two-panel-col > .sw-headline-md {
  display: block;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.sw-two-panel-col > .sw-two-panel-body {
  margin: 0;
}

.sw-two-panel-col > .sw-link-button {
  margin-top: 1.5rem;
}

.sw-theme-light .sw-two-panel-body p {
  color: rgba(46, 46, 45, 0.6);
  font-size: 1rem;
  line-height: 1.9;
}

.sw-service-hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  justify-self: end;
}

.sw-service-hero-star {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.15;
}

.sw-service-hero-star path {
  fill: var(--sw-gold);
}

.sw-service-hero-mark {
  font-family: var(--sw-font-display);
  font-size: clamp(6rem, 9vw, 8rem);
  color: rgba(202, 185, 104, 0.06);
  line-height: 1;
}

.sw-service-hero-copy .sw-btn {
  margin-top: 2.5rem;
}

.sw-split-content,
.sw-two-panel,
.sw-process-steps,
.sw-pull-quote,
.sw-awards-row,
.sw-team-grid,
.sw-pricing-summary,
.sw-contact-section,
.sw-card-grid,
.sw-service-features,
.sw-cta-banner {
  padding: 7rem 0;
}

.sw-split-grid,
.sw-service-features-grid,
.sw-candidate-grid,
.sw-contact-grid,
.sw-two-panel-grid {
  display: grid;
  gap: 3rem;
}

.sw-split-grid,
.sw-contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.sw-service-features-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}

.sw-two-panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
  position: relative;
}

.sw-two-panel-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(46, 46, 45, 0.1), transparent);
}

.sw-theme-dark .sw-two-panel-grid::before {
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.sw-candidate-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 5rem;
}

.sw-checklist {
  display: grid;
}

.sw-checklist-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  color: rgba(247, 242, 232, 0.8);
  line-height: 1.6;
}

.sw-checklist-item:last-child {
  border-bottom: 0;
}

.sw-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(202, 185, 104, 0.08);
  color: var(--sw-gold);
  border: 1px solid rgba(202, 185, 104, 0.15);
  margin-bottom: 1.75rem;
  transition: background 0.5s;
}

.sw-card-icon .sw-icon {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 1.5;
}

.sw-card:hover .sw-card-icon {
  background: rgba(202, 185, 104, 0.15);
}

.sw-check-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(202, 185, 104, 0.1);
  color: var(--sw-gold);
  border: 1px solid rgba(202, 185, 104, 0.2);
  flex-shrink: 0;
  margin-top: 0.15rem;
  transition: background 0.2s;
}

.sw-check-icon .sw-icon {
  width: 0.8rem;
  height: 0.8rem;
}

.sw-checklist-item:hover .sw-check-icon {
  background: rgba(202, 185, 104, 0.2);
}

.sw-card-icon-check,
.sw-card-star,
.sw-eyebrow-star {
  color: var(--sw-gold);
}

.sw-process-grid {
  display: grid;
  gap: 2rem;
}

.sw-process-grid-editorial {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-process-grid-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-process-card,
.sw-card,
.sw-pricing-card {
  border-radius: 1rem;
  padding: 2.5rem;
}

.sw-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sw-card p {
  font-size: 1rem;
  line-height: 1.8;
}

.sw-theme-light .sw-card p {
  color: rgba(46, 46, 45, 0.6);
}

.sw-theme-light .sw-card {
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.05);
  box-shadow: none;
  transition: border-color 0.5s, box-shadow 0.5s;
}

.sw-theme-light .sw-card:hover {
  border-color: rgba(202, 185, 104, 0.2);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* Editorial style: no card chrome, just star + title + text */
.sw-process-editorial .sw-process-card {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Cards style: white cards with hover effect */
.sw-process-cards .sw-process-card {
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  transition: border-color 0.5s, box-shadow 0.5s;
}

.sw-process-cards .sw-process-card:hover {
  border-color: rgba(202, 185, 104, 0.2);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

.sw-theme-dark .sw-process-cards .sw-process-card {
  background: var(--sw-card);
  border-color: var(--sw-border);
}

.sw-process-step {
  display: none;
}

.sw-process-editorial .sw-process-step {
  display: none;
}

.sw-card-star {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.3;
}

.sw-card-star path {
  fill: var(--sw-gold);
}

.sw-process-title {
  font-size: 1.45rem;
  margin: 0;
  color: inherit;
}

.sw-candidate-pathways {
  padding: 8rem 0;
}

.sw-candidate-links {
  display: flex;
  flex-direction: column;
}

.sw-services-header {
  max-width: 52rem;
}

.sw-candidate-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--sw-border);
  text-decoration: none;
  color: inherit;
}

.sw-candidate-link p {
  margin: 0.4rem 0 0;
  color: rgba(247, 242, 232, 0.55);
}

.sw-candidate-link-title {
  color: inherit;
}

.sw-candidate-link .sw-inline-icon {
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.sw-candidate-link:hover .sw-candidate-link-title,
.sw-candidate-link:hover .sw-inline-icon {
  color: var(--sw-gold);
}

.sw-candidate-link:hover .sw-inline-icon {
  transform: translate(3px, -3px);
}

.sw-pull-quote-inner {
  max-width: 60rem;
  text-align: center;
}

.sw-pull-quote-text {
  font-family: var(--sw-font-display) !important;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-style: italic;
  line-height: 1.3;
  margin: 2.5rem auto 0;
  max-width: 50rem;
}

.sw-theme-light .sw-pull-quote-text {
  color: rgba(46, 46, 45, 0.7);
}

.sw-theme-dark .sw-pull-quote-text {
  color: rgba(247, 242, 232, 0.7);
}

.sw-pull-quote-inner::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: rgba(202, 185, 104, 0.3);
  margin: 2.5rem auto 0;
}

.sw-cta-banner-inner,
.sw-pricing-summary-inner {
  max-width: 70rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sw-cta-banner-inner .sw-section-star {
  margin-top: 0;
  margin-bottom: 2rem;
}

.sw-cta-copy {
  max-width: 44rem;
  margin: 1.25rem auto 0;
  text-align: center;
}

.sw-card-grid-inner,
.sw-team-cards,
.sw-awards-grid,
.sw-pricing-card-grid {
  display: grid;
  gap: 1.5rem;
}

.sw-card-grid-cols-3,
.sw-process-grid-editorial,
.sw-process-grid-cards,
.sw-pricing-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-card-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sw-card-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sw-card h3,
.sw-team-card h3,
.sw-pricing-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--sw-font-display);
  font-size: 1.2rem;
}

.sw-card p,
.sw-process-card p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(46, 46, 45, 0.62);
  line-height: 1.75;
  max-width: 20rem;
}

.sw-theme-dark .sw-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.5s;
}

.sw-theme-dark .sw-card:hover {
  border-color: rgba(202, 185, 104, 0.2);
}

.sw-card-grid-plain .sw-card {
  padding: 2.5rem;
}

/* Check cards: compact inline style, no section padding */
.sw-card-grid-check {
  padding-top: 0 !important;
  margin-top: -4rem;
}

.sw-card-grid-check .sw-card {
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.05);
}

.sw-card-grid-check .sw-card-icon {
  width: auto;
  height: auto;
  background: none;
  border: none;
  margin-bottom: 0.75rem;
  padding: 0;
}

.sw-card-grid-check .sw-card-icon .sw-icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.5;
  color: var(--sw-gold);
}

.sw-card-grid-check .sw-card h3 {
  font-family: var(--sw-font-body) !important;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(46, 46, 45, 0.7);
  line-height: 1.4;
  margin-bottom: 0;
}

.sw-theme-dark .sw-card h3 {
  color: var(--sw-foreground) !important;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sw-theme-dark .sw-card p,
.sw-theme-dark .sw-process-card p {
  color: rgba(247, 242, 232, 0.5);
  font-size: 1rem;
  line-height: 1.8;
}

.sw-center-link {
  text-align: center;
  margin-top: 2rem;
}

.sw-awards-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 2rem;
}

.sw-award {
  border-left: 2px solid rgba(202, 185, 104, 0.3);
  padding-left: 1rem;
}

.sw-award-year {
  font-family: var(--sw-font-display);
  font-size: 2rem;
  font-weight: 700;
}

.sw-award p,
.sw-award small {
  display: block;
  margin: 0.3rem 0 0;
}

.sw-award small {
  color: rgba(247, 242, 232, 0.45);
}

.sw-team-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sw-team-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sw-team-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(46, 46, 45, 0.08);
  margin-bottom: 0.5rem;
  position: relative;
}

.sw-team-image img,
.sw-team-image .sw-team-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-team-card:hover .sw-team-image img,
.sw-team-card:hover .sw-team-image .sw-team-video {
  transform: scale(1.03);
}

.sw-team-video {
  background: rgba(46, 46, 45, 0.08);
}

.sw-team-header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.sw-team-name {
  margin: 0;
  font-family: var(--sw-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.sw-team-role {
  margin: 0;
  color: var(--sw-gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  min-height: 2.1rem;
  display: flex;
  align-items: flex-start;
}

.sw-team-bio {
  color: rgba(46, 46, 45, 0.56);
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  min-height: 5.5rem;
}

.sw-team-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
  margin-top: auto;
  padding-top: 0.8rem;
}

.sw-team-meta a {
  color: rgba(46, 46, 45, 0.6);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.sw-team-meta .sw-inline-icon {
  width: 0.78rem;
  height: 0.78rem;
}

.sw-team-meta a:hover {
  color: var(--sw-gold);
}

.sw-job-listing {
  padding: 9rem 0 6rem;
}

.sw-job-intro {
  max-width: 45rem;
  margin: 1rem 0 2rem;
}

.sw-job-intro a {
  color: var(--sw-gold);
}

.sw-job-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

button.sw-job-filter,
.sw-job-filter {
  padding: 0.55rem 1rem !important;
  border-radius: 999px !important;
  border: 1px solid var(--sw-border) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: rgba(247, 242, 232, 0.58) !important;
  font-family: var(--sw-font-condensed) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

button.sw-job-filter:hover,
button.sw-job-filter:focus,
button.sw-job-filter:focus-visible,
.sw-job-filter:hover,
.sw-job-filter:focus,
.sw-job-filter:focus-visible {
  border-color: var(--sw-gold) !important;
  color: var(--sw-gold) !important;
  background: transparent !important;
  background-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

button.sw-job-filter.is-active,
.sw-job-filter.is-active {
  background: var(--sw-gold) !important;
  background-color: var(--sw-gold) !important;
  border-color: var(--sw-gold) !important;
  color: var(--sw-jet) !important;
}

button.sw-job-filter.is-active:hover,
.sw-job-filter.is-active:hover {
  background: var(--sw-gold-dark) !important;
  background-color: var(--sw-gold-dark) !important;
  border-color: var(--sw-gold-dark) !important;
  color: var(--sw-jet) !important;
}

.sw-job-items {
  display: grid;
}

.sw-job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(46, 46, 45, 0.12);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.3s ease, background 0.2s ease;
}

.sw-job-listing.sw-theme-light .sw-job-items > .sw-job-item:first-child {
  border-top: 1px solid rgba(46, 46, 45, 0.12);
}

a.sw-job-item:hover {
  padding-left: 0.75rem;
  background: rgba(202, 185, 104, 0.04);
}

.sw-job-item-logo {
  flex: 0 0 8rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sw-jet);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  box-sizing: border-box;
}

.sw-job-item-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}


.sw-job-item-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.sw-job-item h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 500;
  font-family: var(--sw-font-display) !important;
  color: var(--sw-jet) !important;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}

.sw-job-org {
  margin: 0;
  font-size: 0.85rem;
  font-family: var(--sw-font-condensed);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sw-gold);
  font-weight: 600;
}

.sw-job-item:hover h3 {
  color: var(--sw-gold);
}

.sw-job-arrow {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: rgba(46, 46, 45, 0.4);
  transition: color 0.2s ease, transform 0.3s ease;
}

.sw-job-item:hover .sw-job-arrow {
  color: var(--sw-gold);
  transform: translate(3px, -3px);
}

.sw-job-empty-static {
  color: rgba(46, 46, 45, 0.55);
  font-size: 1rem;
  padding: 2rem 0;
}

@media (max-width: 640px) {
  .sw-job-item {
    display: grid;
    grid-template-columns: 3.75rem minmax(0, 1fr) auto;
    column-gap: 0.9rem;
    row-gap: 0.25rem;
    align-items: center;
    padding: 1.25rem 0;
  }

  a.sw-job-item:hover {
    padding-left: 0;
  }

  .sw-job-item-logo {
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.45rem 0.55rem;
    border-radius: 10px;
    grid-row: 1 / span 2;
  }

  .sw-job-item-main {
    grid-column: 2;
    gap: 0.15rem;
  }

  .sw-job-item h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .sw-job-org {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .sw-job-tags {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
  }

  .sw-job-arrow .sw-icon {
    width: 1rem;
    height: 1rem;
  }
}

.sw-job-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sw-job-tags span:not(.sw-job-arrow) {
  border: 1px solid rgba(46, 46, 45, 0.15);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-family: var(--sw-font-condensed);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(46, 46, 45, 0.65);
}

.sw-job-empty {
  text-align: center;
  padding: 2rem 0 0;
  color: rgba(247, 242, 232, 0.6);
}

.sw-pricing-cards {
  padding: 2rem 0 5rem;
}

.sw-pricing-card {
  position: relative;
  background: var(--sw-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-pricing-card.is-highlighted {
  background: linear-gradient(135deg, rgba(202, 185, 104, 0.14), var(--sw-card));
  border: 2px solid rgba(202, 185, 104, 0.4);
  box-shadow: 0 0 60px -15px rgba(202, 185, 104, 0.26);
}

.sw-pricing-badge {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sw-gold);
  color: var(--sw-jet);
  font-family: var(--sw-font-condensed);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
}

.sw-pricing-label-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.sw-pricing-value {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.sw-pricing-type {
  margin: 0.2rem 0 1rem;
  font-family: var(--sw-font-condensed);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(202, 185, 104, 0.7);
}

.sw-pricing-desc {
  color: rgba(247, 242, 232, 0.62);
  min-height: 3rem;
}

.sw-pricing-features {
  display: grid;
  gap: 0.7rem;
}

.sw-pricing-feature {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.sw-pricing-summary-rows {
  display: grid;
}

.sw-pricing-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
}

.sw-pricing-summary-row.has-border {
  border-top: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-pricing-summary-label {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
}

.sw-pricing-summary-sub {
  margin: 0.35rem 0 0;
  color: rgba(46, 46, 45, 0.5);
}

.sw-pricing-summary-value {
  font-family: var(--sw-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--sw-gold);
}

.sw-pricing-summary-cta {
  margin-top: 2rem;
  border-radius: 1.25rem;
  padding: 1.5rem;
  background: rgba(46, 46, 45, 0.05);
  border: 1px solid rgba(46, 46, 45, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sw-pricing-summary-delivery {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--sw-jet);
}

.sw-contact-section {
  position: relative;
  z-index: 2;
}

.sw-contact-standalone {
  padding-top: 12rem;
  padding-bottom: 8rem;
  min-height: 100vh;
}

/* Standalone contact form card gets ivory background */
.sw-contact-standalone .sw-contact-form-wrap {
  background: var(--sw-ivory);
  border-radius: 1rem;
  padding: 2.5rem;
}

.sw-contact-standalone .sw-contact-form input,
.sw-contact-standalone .sw-contact-form textarea {
  background: #fff;
}

.sw-contact-meta {
  display: grid;
  gap: 0.6rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--sw-coral-light);
}

.sw-contact-copy {
  gap: 1.25rem;
}

.sw-contact-meta p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sw-contact-meta .sw-inline-icon {
  color: var(--sw-gold);
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
}

.sw-contact-meta a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.sw-contact-meta a:hover {
  color: var(--sw-gold);
}

.sw-contact-form-wrap {
  background: transparent;
}

.sw-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.sw-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sw-contact-form .sw-label {
  font-size: 0.7rem;
  color: var(--sw-coral-light);
}

.sw-contact-form input,
.sw-contact-form textarea {
  background: #fff;
  border: 1px solid rgba(202, 185, 104, 0.2);
  border-radius: 0.3rem;
  padding: 0.85rem 1rem;
  font-family: var(--sw-font-body);
  font-size: 0.9rem;
  color: var(--sw-jet);
  transition: border-color 0.2s ease;
  color: var(--sw-jet);
}

.sw-contact-form textarea {
  resize: none;
}

.sw-contact-form input:focus,
.sw-contact-form textarea:focus {
  border-color: var(--sw-gold);
  outline: none;
}

.sw-contact-form input::placeholder,
.sw-contact-form textarea::placeholder {
  color: rgba(46, 46, 45, 0.3);
}

.sw-contact-form .sw-btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.sw-contact-privacy,
.sw-contact-error {
  margin: 0.25rem 0 0;
  font-family: var(--sw-font-body);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--sw-coral-light);
}

.sw-contact-privacy a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s;
}

.sw-contact-privacy a:hover {
  color: var(--sw-gold);
}

.sw-contact-success {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 100%;
}

.sw-contact-success h3 {
  margin: 1rem 0 0.4rem;
  font-size: 1.7rem;
}

/* ── Case grid ── */
.sw-case-grid {
  padding: 7rem 0;
}

.sw-case-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  margin-top: 3rem;
}

.sw-case-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sw-case-card-media {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 0.85rem;
  background: rgba(46, 46, 45, 0.05);
}

.sw-case-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-case-card:hover .sw-case-card-image {
  transform: scale(1.06);
}

.sw-case-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 45, 0.18);
  z-index: 2;
  transition: background 0.35s ease;
}

.sw-case-card:hover .sw-case-card-overlay {
  background: rgba(46, 46, 45, 0.04);
}

.sw-case-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding: 0 0.25rem;
}

.sw-case-card-title {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  font-family: var(--sw-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--sw-jet);
  transition: color 0.25s ease;
}

.sw-theme-dark .sw-case-card-title {
  color: var(--sw-foreground);
}

.sw-case-card:hover .sw-case-card-title {
  color: var(--sw-gold);
}

.sw-case-card-logo {
  max-height: 2.2rem;
  max-width: 38%;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-case-card:hover .sw-case-card-logo {
  opacity: 1;
  transform: translateX(-3px);
}

@media (max-width: 920px) {
  .sw-case-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}

@media (max-width: 540px) {
  .sw-case-grid-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sw-case-card-logo {
    max-height: 2rem;
  }
}

/* ── Locations (kontor med karta) ── */
.sw-locations {
  padding: 6rem 0;
}

.sw-locations-header {
  text-align: center;
  margin-bottom: 3rem;
}

.sw-locations-header .sw-eyebrow-row {
  justify-content: center;
}

.sw-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.sw-location-card {
  display: flex;
  flex-direction: column;
  background: rgba(46, 46, 45, 0.04);
  border: 1px solid rgba(46, 46, 45, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.sw-theme-dark .sw-location-card {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}

.sw-location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.sw-location-map {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(46, 46, 45, 0.1);
  overflow: hidden;
}

.sw-location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* Tonar kartan så den smälter in med Skillway-paletten (gold-sepia, lite mindre saturated). */
  filter: grayscale(0.35) sepia(0.18) contrast(1.05) brightness(0.98);
  transition: filter 0.4s ease;
}

.sw-location-card:hover .sw-location-map iframe {
  filter: grayscale(0.1) sepia(0.05) contrast(1.08) brightness(1);
}

/* Subtil gold-overlay som en sista touch */
.sw-location-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(202, 185, 104, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.sw-location-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem 1.75rem 2rem;
}

.sw-location-address {
  margin: 0;
  font-family: var(--sw-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--sw-jet);
}

.sw-theme-dark .sw-location-address {
  color: var(--sw-foreground) !important;
}

.sw-location-note {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(46, 46, 45, 0.55);
  line-height: 1.5;
}

.sw-theme-dark .sw-location-note {
  color: rgba(247, 242, 232, 0.55) !important;
}

.sw-location-meta {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sw-location-meta li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: rgba(46, 46, 45, 0.7);
}

.sw-theme-dark .sw-location-meta li {
  color: rgba(247, 242, 232, 0.7);
}

.sw-location-meta a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sw-location-meta a:hover {
  color: var(--sw-gold);
}

.sw-location-meta .sw-inline-icon {
  width: 1rem;
  height: 1rem;
  color: var(--sw-gold);
  flex-shrink: 0;
}

@media (max-width: 820px) {
  .sw-locations {
    padding: 4rem 0;
  }
  .sw-locations-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sw-location-body {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}

/* ── FAQ ── */
.sw-faq {
  padding: 6rem 0;
}

.sw-faq-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 3rem;
}

.sw-faq-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 8rem;
  align-self: start;
}

.sw-faq-list {
  display: flex;
  flex-direction: column;
}

.sw-faq-item {
  border-top: 1px solid rgba(46, 46, 45, 0.1);
  padding: 0;
}

.sw-theme-dark .sw-faq-item {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.sw-faq-item:last-child {
  border-bottom: 1px solid rgba(46, 46, 45, 0.1);
}

.sw-theme-dark .sw-faq-item:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sw-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  cursor: pointer;
  font-family: var(--sw-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
  user-select: none;
  transition: color 0.2s ease;
}

.sw-faq-q::-webkit-details-marker { display: none; }
.sw-faq-q::marker { display: none; content: ''; }

.sw-faq-q:hover {
  color: var(--sw-gold);
}

.sw-faq-toggle {
  display: inline-flex;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.2s ease;
  color: rgba(46, 46, 45, 0.5);
}

.sw-theme-dark .sw-faq-toggle {
  color: rgba(247, 242, 232, 0.5);
}

.sw-faq-item[open] .sw-faq-toggle {
  transform: rotate(180deg);
  color: var(--sw-gold);
}

.sw-faq-item[open] > .sw-faq-q {
  color: var(--sw-gold);
}

.sw-faq-a {
  padding: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(46, 46, 45, 0.7);
  max-width: 42rem;
}

.sw-theme-dark .sw-faq-a {
  color: rgba(247, 242, 232, 0.7) !important;
}

.sw-faq-a p {
  margin: 0;
}

@media (max-width: 820px) {
  .sw-faq {
    padding: 4rem 0;
  }
  .sw-faq-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sw-faq-header {
    position: static;
  }
}

/* ── Ponty apply embed ── */
.sw-ponty-apply {
  padding: 5.5rem 0;
}

.sw-ponty-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.sw-ponty-apply-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sw-ponty-apply-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Ponty injects its own button — neutralise some of its inherited styles */
.sw-ponty-apply .pnty-widget button,
.sw-ponty-apply .pnty-widget a {
  font-family: var(--sw-font-condensed) !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .sw-ponty-apply-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .sw-ponty-apply-action {
    justify-content: flex-start;
  }
}

/* ── Image showcase (responsive picture) ── */
.sw-image-showcase {
  padding: 6rem 0;
}

.sw-image-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.sw-image-showcase-image-right .sw-image-showcase-grid {
  direction: rtl;
}

.sw-image-showcase-image-right .sw-image-showcase-grid > * {
  direction: ltr;
}

.sw-image-showcase-media picture,
.sw-image-showcase-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.sw-image-showcase-img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.sw-image-showcase-media-full picture,
.sw-image-showcase-media-full img {
  border-radius: 1.25rem;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.sw-image-showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (max-width: 920px) {
  .sw-image-showcase {
    padding: 4.5rem 0;
  }
  .sw-image-showcase-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sw-image-showcase-media-full picture,
  .sw-image-showcase-media-full img {
    aspect-ratio: 4 / 3;
  }
}

/* ── Logo carousel (marquee) ── */
.sw-logo-carousel {
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.sw-logo-carousel-header {
  margin-bottom: 2rem;
  text-align: center;
}

.sw-logo-carousel-header .sw-eyebrow-row {
  justify-content: center;
}

.sw-logo-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.sw-logo-carousel-track {
  display: flex;
  width: max-content;
  animation: sw-logo-marquee 36s linear infinite;
}

.sw-logo-carousel:hover .sw-logo-carousel-track {
  animation-play-state: paused;
}

.sw-logo-carousel-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding: 0 clamp(1.25rem, 2.5vw, 2.5rem);
}

.sw-logo-carousel-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.sw-logo-carousel-img {
  max-height: 4.5rem;
  max-width: 12rem;
  height: auto;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.sw-theme-dark .sw-logo-carousel-img {
  filter: invert(1);
}

.sw-logo-carousel-item:hover .sw-logo-carousel-img {
  opacity: 1;
  transform: scale(1.04);
}

@keyframes sw-logo-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-25%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .sw-logo-carousel-track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .sw-logo-carousel-img {
    max-height: 3rem;
    max-width: 8.5rem;
  }

  .sw-logo-carousel-item {
    height: 4rem;
  }
}

.sw-services-hub {
  position: relative;
  overflow: hidden;
}

.sw-services-bg-layers,
.sw-services-bg-default {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sw-services-bg-layers {
  z-index: 1;
}

.sw-services-bg-default {
  background: var(--sw-background);
}

.sw-services-bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-size: cover;
  background-position: center;
}

.sw-services-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 45, 0.72);
}

.sw-services-bg.is-active {
  opacity: 1;
}

.sw-services-inner {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}

.sw-services-links {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid var(--sw-border);
  margin-top: 3rem;
}

.sw-service-item {
  flex: 1 1 0;
  min-width: 0;
  padding: 2rem 1.5rem;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--sw-border);
}

.sw-service-item:last-child {
  border-right: 0;
}

.sw-service-item-title {
  font-family: var(--sw-font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  transition: color 0.3s ease;
}

.sw-service-item:hover .sw-service-item-title,
.sw-service-item.is-active .sw-service-item-title {
  color: var(--sw-gold);
}

.sw-service-item-meta {
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.sw-service-item:hover .sw-service-item-meta,
.sw-service-item.is-active .sw-service-item-meta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sw-service-item-meta p {
  margin: 0;
  color: rgba(247, 242, 232, 0.65);
  line-height: 1.7;
}

.sw-service-item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--sw-gold);
  font-weight: 600;
}

.sw-footer-brand img {
  height: clamp(3.5rem, 5vw, 5rem) !important;
  width: auto !important;
}

.sw-site-footer {
  background: var(--sw-background);
  border-top: 1px solid var(--sw-border);
  padding: 6rem 0 3rem;
}

.sw-footer-tagline {
  margin: 0.8rem 0 0;
  font-family: var(--sw-font-condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 242, 232, 0.5);
}

.sw-footer-wave {
  display: flex;
  gap: 2px;
  overflow: hidden;
  margin: 3rem 0;
}

.sw-footer-wave span {
  width: 1px;
  background: var(--sw-gold);
  flex: 0 0 auto;
}

.sw-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.sw-footer-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
  color: rgba(247, 242, 232, 0.6);
}

.sw-footer-list a {
  color: inherit;
  text-decoration: none;
}

.sw-footer-list a:hover {
  color: var(--sw-gold);
}

.sw-footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid var(--sw-border);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(247, 242, 232, 0.45);
  font-size: 0.85rem;
}

.sw-footer-bottom a {
  color: inherit;
}

@media (max-width: 1100px) {
  .sw-team-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sw-awards-grid,
  .sw-card-grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .sw-header-nav {
    gap: 1rem;
  }

  .sw-header-link {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  button.sw-header-dropdown-toggle,
  .sw-header-dropdown-toggle {
    font-size: 0.7rem !important;
    letter-spacing: 0.08em !important;
  }

  .sw-service-hero-mark {
    display: none;
  }

  .sw-services-links,
  .sw-team-cards,
  .sw-awards-grid,
  .sw-process-grid-editorial,
  .sw-process-grid-cards,
  .sw-pricing-card-grid,
  .sw-footer-columns,
  .sw-two-panel-grid,
  .sw-contact-grid,
  .sw-split-grid,
  .sw-service-features-grid,
  .sw-candidate-grid,
  .sw-card-grid-cols-3,
  .sw-card-grid-cols-2,
  .sw-card-grid-cols-4 {
    grid-template-columns: 1fr;
  }

  .sw-services-links {
    display: grid;
  }

  .sw-service-item {
    border-right: 0;
    border-bottom: 1px solid var(--sw-border);
  }

  .sw-service-item-meta {
    max-height: none;
    opacity: 1;
    margin-top: 1rem;
  }

  .sw-service-hero-grid {
    grid-template-columns: 1fr;
  }

  .sw-job-item,
  .sw-pricing-summary-row,
  .sw-pricing-summary-cta,
  .sw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .sw-header-nav,
  .sw-header-cta {
    display: none !important;
  }

  .sw-header-shell {
    justify-content: center;
  }

  button.sw-mobile-toggle,
  .sw-mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    bottom: 1.5rem !important;
    right: 1.5rem !important;
    top: auto !important;
    left: auto !important;
    visibility: hidden;
    width: 3.5rem !important;
    height: 3.5rem !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 50% !important;
    background: var(--sw-gold) !important;
    background-color: var(--sw-gold) !important;
    background-image: none !important;
    color: var(--sw-jet) !important;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 28px rgba(46, 46, 45, 0.45) !important;
    z-index: 1001 !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  button.sw-mobile-toggle:hover,
  button.sw-mobile-toggle:focus,
  button.sw-mobile-toggle:focus-visible,
  .sw-mobile-toggle:hover,
  .sw-mobile-toggle:focus,
  .sw-mobile-toggle:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(46, 46, 45, 0.55) !important;
    background: var(--sw-gold) !important;
    background-color: var(--sw-gold) !important;
    color: var(--sw-jet) !important;
    border: 0 !important;
    outline: 0 !important;
  }

  .sw-site-header.menu-open .sw-mobile-toggle,
  .sw-site-header.menu-open button.sw-mobile-toggle,
  body.sw-menu-open .sw-mobile-toggle,
  body.sw-menu-open button.sw-mobile-toggle {
    background: var(--sw-foreground) !important;
    background-color: var(--sw-foreground) !important;
  }

  body.sw-mobile-toggle-ready .sw-mobile-toggle,
  body.sw-mobile-toggle-ready button.sw-mobile-toggle {
    visibility: visible;
  }

  .sw-mobile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
  }

  .sw-mobile-icon .sw-icon {
    width: 1.4rem;
    height: 1.4rem;
    stroke-width: 2.25;
  }

  .sw-mobile-icon-close {
    display: none;
  }

  .sw-site-header.menu-open .sw-mobile-icon-menu,
  body.sw-menu-open .sw-mobile-icon-menu {
    display: none;
  }

  .sw-site-header.menu-open .sw-mobile-icon-close,
  body.sw-menu-open .sw-mobile-icon-close {
    display: inline-flex;
  }

  .sw-mobile-menu {
    display: flex !important;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(46, 46, 45, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow-y: auto;
    padding: 6rem 1.75rem 8rem;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .sw-mobile-menu[hidden] {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
  }

  .sw-site-header.menu-open .sw-mobile-menu,
  body.sw-menu-open .sw-mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .sw-mobile-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
  }

  .sw-mobile-menu-link {
    display: block;
    padding: 1.1rem 0;
    color: var(--sw-foreground);
    text-decoration: none;
    font-family: var(--sw-font-display);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s ease, padding-left 0.25s ease;
  }

  .sw-mobile-menu-link:hover,
  .sw-mobile-menu-link:focus-visible {
    color: var(--sw-gold);
    padding-left: 0.5rem;
    outline: 0;
  }

  .sw-mobile-menu-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0 1.25rem;
  }

  .sw-mobile-menu-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(247, 242, 232, 0.45);
    margin-bottom: 0.5rem;
  }

  .sw-mobile-menu-sublink {
    display: block;
    padding: 0.65rem 0;
    color: var(--sw-foreground);
    text-decoration: none;
    font-family: var(--sw-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    border: 0;
    transition: color 0.2s ease, padding-left 0.25s ease;
  }

  .sw-mobile-menu-sublink:hover,
  .sw-mobile-menu-sublink:focus-visible {
    color: var(--sw-gold);
    padding-left: 0.5rem;
    outline: 0;
  }

  .sw-mobile-menu-cta {
    margin-top: 2.5rem;
    align-self: flex-start;
    padding: 0.85rem 1.6rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  .sw-site-header {
    width: calc(100vw - 1rem);
  }

  .sw-header-shell {
    padding: 0.6rem 0.8rem;
    gap: 0.6rem;
  }

  .sw-brand img {
    height: 1.6rem !important;
    max-height: 1.6rem !important;
  }

  .sw-header-nav {
    gap: 0.5rem;
  }

  .sw-header-link {
    font-size: 0.55rem;
    letter-spacing: 0.05em;
  }

  button.sw-header-dropdown-toggle,
  .sw-header-dropdown-toggle {
    font-size: 0.55rem !important;
    letter-spacing: 0.05em !important;
  }

  .sw-header-cta {
    font-size: 0.55rem;
    padding: 0.35rem 0.7rem;
  }

  .sw-hero-video-content,
  .sw-service-hero,
  .sw-hero-banner,
  .sw-job-listing {
    padding-top: 7rem;
  }

  .sw-split-content,
  .sw-two-panel,
  .sw-process-steps,
  .sw-pull-quote,
  .sw-awards-row,
  .sw-team-grid,
  .sw-pricing-summary,
  .sw-contact-section,
  .sw-card-grid,
  .sw-service-features,
  .sw-cta-banner,
  .sw-services-inner,
  .sw-candidate-pathways,
  .sw-site-footer {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

/* ── Ponty jobs (single + archive) ── */
.sw-pnty-archive,
.sw-pnty-single {
  background: var(--sw-background);
  color: var(--sw-foreground);
}

.sw-pnty-archive-hero,
.sw-pnty-single-hero {
  position: relative;
  background: var(--sw-jet);
  color: var(--sw-ivory);
  padding: 11rem 0 5rem;
  overflow: hidden;
}

.sw-pnty-archive-overlay,
.sw-pnty-single-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(202, 185, 104, 0.18), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(202, 185, 104, 0.08), transparent 60%);
  pointer-events: none;
}

.sw-pnty-archive-hero-inner,
.sw-pnty-single-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.sw-pnty-single-hero-inner > * {
  margin: 0;
}

.sw-pnty-single-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 22rem);
  align-items: end;
  gap: 4rem;
}

.sw-pnty-hero-recruiter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: end;
}

.sw-pnty-hero-recruiter-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(247, 242, 232, 0.08);
  border: 1px solid rgba(202, 185, 104, 0.18);
}

.sw-pnty-hero-recruiter-media img,
.sw-pnty-hero-recruiter-media .sw-pnty-recruiter-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.sw-pnty-hero-recruiter-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sw-pnty-hero-recruiter-label {
  color: var(--sw-gold);
  margin-bottom: 0.25rem;
}

.sw-pnty-hero-recruiter-name {
  font-family: var(--sw-font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-ivory);
  margin: 0;
  line-height: 1.2;
}

.sw-pnty-hero-recruiter-role {
  font-size: 0.85rem;
  color: rgba(247, 242, 232, 0.7);
  margin: 0;
}

.sw-pnty-archive-hero .sw-headline-xl,
.sw-pnty-single-hero .sw-headline-xl {
  max-width: 48rem;
  margin-top: 1rem;
}

.sw-pnty-archive-intro {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: rgba(247, 242, 232, 0.8);
}

.sw-pnty-network-banner {
  background: var(--sw-background);
  padding: 4rem 0;
  border-bottom: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-pnty-network-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.sw-pnty-network-copy {
  flex: 1 1 24rem;
}

.sw-pnty-network-copy .sw-headline-lg,
.sw-pnty-network-copy h2 {
  margin: 0.5rem 0 0.75rem;
  color: var(--sw-jet) !important;
}

.sw-pnty-network-copy p,
.sw-pnty-network-copy .sw-body-lg {
  color: rgba(46, 46, 45, 0.78) !important;
}

.sw-pnty-network-copy .sw-eyebrow-row .sw-label {
  color: var(--sw-gold);
}

.sw-pnty-list-section {
  padding: 5rem 0 7rem;
}

.sw-pnty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sw-pnty-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 200px) 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(46, 46, 45, 0.12);
  transition: background 0.25s ease;
}

.sw-pnty-row:last-child {
  border-bottom: 1px solid rgba(46, 46, 45, 0.12);
}

.sw-pnty-row:hover {
  background: rgba(202, 185, 104, 0.04);
}

.sw-pnty-row-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sw-pnty-row-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sw-jet);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  min-height: 5.5rem;
  box-sizing: border-box;
}

.sw-pnty-row-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.25s ease;
}

.sw-pnty-row-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sw-pnty-row-title {
  font-family: var(--sw-font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-jet) !important;
  margin: 0;
}

.sw-pnty-row-meta {
  font-size: 0.85rem;
  font-family: var(--sw-font-condensed);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(46, 46, 45, 0.6);
  margin: 0;
}

.sw-pnty-row-org {
  color: var(--sw-gold);
  font-weight: 600;
}

.sw-pnty-row-excerpt {
  color: rgba(46, 46, 45, 0.75);
  max-width: 52rem;
  margin: 0;
}

.sw-pnty-row-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sw-gold);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid currentColor;
  align-self: flex-start;
  padding-bottom: 0.15rem;
  margin-top: 0.4rem;
  pointer-events: none;
}

.sw-pnty-empty {
  text-align: center;
  padding: 4rem 0;
}

/* ── Single job page ── */
.sw-pnty-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(247, 242, 232, 0.7);
  font-size: 0.85rem;
  font-family: var(--sw-font-condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 1rem !important;
}

.sw-pnty-back:hover {
  color: var(--sw-gold);
}

.sw-pnty-back-icon {
  transform: rotate(180deg);
  width: 1rem;
  height: 1rem;
}

.sw-pnty-single-title {
  margin: 0 !important;
}

.sw-pnty-single-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(247, 242, 232, 0.8);
  width: fit-content;
}

.sw-pnty-single-hero .sw-btn {
  margin-top: 1rem !important;
}

.sw-icon-inline {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.sw-pnty-single-body {
  padding: 5rem 0 7rem;
}

.sw-pnty-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 22rem);
  gap: 4rem;
  align-items: flex-start;
}

.sw-pnty-single-content {
  min-width: 0;
}

.sw-pnty-single-logo {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(46, 46, 45, 0.1);
}

.sw-pnty-single-logo img {
  max-height: 6rem;
  max-width: 16rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sw-pnty-single-content h1,
.sw-pnty-single-content h2,
.sw-pnty-single-content h3 {
  font-family: var(--sw-font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-jet) !important;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.sw-pnty-single-content h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}

.sw-pnty-single-content h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.sw-pnty-single-content p {
  margin: 1rem 0;
}

.sw-pnty-single-content ul,
.sw-pnty-single-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.sw-pnty-single-content li {
  margin-bottom: 0.5rem;
}

.sw-pnty-single-content a {
  color: var(--sw-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sw-pnty-single-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sw-pnty-recruiter-card {
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(46, 46, 45, 0.08);
  display: flex;
  flex-direction: column;
}

.sw-pnty-recruiter-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: rgba(46, 46, 45, 0.08);
  overflow: hidden;
}

.sw-pnty-recruiter-media img,
.sw-pnty-recruiter-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.sw-pnty-recruiter-body {
  padding: 1.5rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sw-pnty-recruiter-body .sw-pnty-info-label {
  margin-bottom: 0.4rem;
}

.sw-pnty-recruiter-name {
  font-family: var(--sw-font-display);
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-jet);
  margin: 0;
  line-height: 1.15;
}

.sw-pnty-recruiter-role {
  font-size: 0.9rem;
  color: rgba(46, 46, 45, 0.65);
  margin: 0;
}

.sw-pnty-recruiter-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-pnty-info-card {
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.08);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(46, 46, 45, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 7rem;
}

.sw-pnty-info-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-pnty-info-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sw-pnty-info-label {
  font-family: var(--sw-font-condensed);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sw-gold);
  font-weight: 600;
}

.sw-pnty-info-value {
  font-size: 1.05rem;
  color: var(--sw-jet);
  font-weight: 500;
}

.sw-pnty-info-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-pnty-info-avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin: 0.5rem 0;
}

.sw-pnty-info-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sw-jet);
  margin: 0;
}

.sw-pnty-info-role {
  font-size: 0.85rem;
  color: rgba(46, 46, 45, 0.6);
  margin: 0;
}

.sw-pnty-info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sw-jet);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.sw-pnty-info-link:hover {
  color: var(--sw-gold);
}

.sw-pnty-info-cta {
  margin-top: 0.5rem;
  justify-content: center;
}

/* ── Hide default WP block styling that ponty pattern injects ── */
.single-pnty_job .pnty-job-page,
.single-pnty_job .pnty-job-columns,
.single-pnty_job .pnty-job-info-card,
.single-pnty_job .wp-block-post-title.pnty-job-title {
  /* Custom template fully replaces these; this hides stale CSS just in case */
  background: transparent;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .sw-pnty-single-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sw-pnty-hero-recruiter-media {
    max-width: 18rem;
  }

  .sw-pnty-single-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sw-pnty-info-card {
    position: static;
  }

  .sw-pnty-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem 0;
  }

  .sw-pnty-row-logo {
    justify-content: flex-start;
  }

  .sw-pnty-row-logo img {
    max-height: 3.5rem;
  }

  .sw-pnty-network-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .sw-pnty-archive-hero,
  .sw-pnty-single-hero {
    padding: 7rem 0 3.5rem;
  }

  .sw-pnty-list-section,
  .sw-pnty-single-body {
    padding: 3.5rem 0 5rem;
  }

  .sw-pnty-info-card {
    padding: 1.5rem;
  }
}

/* ── Pnty's own apply-button (injected via ext.js into the_content) ── */
.pnty-widget {
  margin: 2rem 0;
}

a.pnty-btn,
.pnty-widget .pnty-btn,
.sw-pnty-single-content .pnty-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem !important;
  background: var(--sw-gold) !important;
  background-color: var(--sw-gold) !important;
  background-image: none !important;
  color: var(--sw-jet) !important;
  font-family: var(--sw-font-condensed) !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  line-height: 1;
}

a.pnty-btn:hover,
.pnty-widget .pnty-btn:hover {
  background: #c4a040 !important;
  background-color: #c4a040 !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}

/* ── Posts (single + archive) ── */
.sw-post-single,
.sw-post-archive {
  background: var(--sw-background);
  color: var(--sw-foreground);
}

.sw-post-hero,
.sw-post-archive-hero {
  position: relative;
  background: var(--sw-jet);
  color: var(--sw-ivory);
  padding: 11rem 0 5rem;
  overflow: hidden;
}

.sw-post-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  filter: grayscale(0.2);
}

.sw-post-hero-overlay,
.sw-post-archive-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(46, 46, 45, 0.92), rgba(46, 46, 45, 0.6) 60%, rgba(46, 46, 45, 0.35)),
    radial-gradient(ellipse at 80% 0%, rgba(202, 185, 104, 0.16), transparent 55%);
  pointer-events: none;
}

.sw-post-hero-inner,
.sw-post-archive-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.sw-post-hero-inner > *,
.sw-post-archive-hero-inner > * {
  margin: 0;
}

.sw-post-title {
  max-width: 52rem;
}

.sw-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  color: rgba(247, 242, 232, 0.7);
  font-family: var(--sw-font-condensed);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sw-post-meta-sep {
  opacity: 0.5;
}

.sw-post-archive-intro {
  max-width: 44rem;
  color: rgba(247, 242, 232, 0.78);
}

.sw-post-archive-intro p {
  margin: 0;
}

/* ── Single post body ── */
.sw-post-body {
  padding: 5rem 0 7rem;
}

.sw-post-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 22rem);
  gap: 4rem;
  align-items: flex-start;
}

.sw-post-content {
  min-width: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.15rem);
  line-height: 1.75;
  color: var(--sw-jet);
}

.sw-post-content h2,
.sw-post-content h3,
.sw-post-content h4 {
  font-family: var(--sw-font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-jet) !important;
  margin: 2.5rem 0 1rem;
  line-height: 1.2;
}

.sw-post-content h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}

.sw-post-content h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

.sw-post-content h4 {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
}

.sw-post-content p {
  margin: 1.25rem 0;
}

.sw-post-content strong {
  color: var(--sw-jet);
  font-weight: 600;
}

.sw-post-content a {
  color: var(--sw-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(202, 185, 104, 0.4);
  transition: text-decoration-color 0.2s ease;
}

.sw-post-content a:hover {
  text-decoration-color: var(--sw-gold);
}

.sw-post-content ul,
.sw-post-content ol {
  margin: 1.25rem 0;
  padding-left: 1.5rem;
}

.sw-post-content li {
  margin-bottom: 0.5rem;
}

.sw-post-content blockquote {
  border-left: 3px solid var(--sw-gold);
  padding: 0.25rem 0 0.25rem 1.5rem;
  margin: 2rem 0;
  font-family: var(--sw-font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-style: italic;
  color: var(--sw-jet);
  line-height: 1.4;
}

.sw-post-content img,
.sw-post-content figure {
  border-radius: 12px;
  margin: 2rem 0;
  max-width: 100%;
  height: auto;
}

.sw-post-content hr {
  border: 0;
  border-top: 1px solid rgba(46, 46, 45, 0.12);
  margin: 3rem 0;
}

/* ── Sidebar cards ── */
.sw-post-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 7rem;
}

.sw-post-author-card,
.sw-post-tags-card,
.sw-post-cta-card {
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.08);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(46, 46, 45, 0.05);
}

.sw-post-author-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.sw-post-author-avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.sw-post-author-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sw-post-author-name {
  font-family: var(--sw-font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--sw-jet);
  margin: 0;
  line-height: 1.2;
}

.sw-post-author-bio {
  font-size: 0.9rem;
  color: rgba(46, 46, 45, 0.7);
  margin: 0;
  line-height: 1.55;
}

.sw-post-tags-card .sw-pnty-info-label {
  display: block;
  margin-bottom: 0.85rem;
}

.sw-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.sw-post-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(202, 185, 104, 0.35);
  background: rgba(202, 185, 104, 0.08);
  color: var(--sw-gold);
  font-family: var(--sw-font-condensed);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sw-post-tag:hover {
  background: rgba(202, 185, 104, 0.18);
  border-color: var(--sw-gold);
}

.sw-post-cta-card .sw-headline-md {
  margin: 0 0 0.5rem;
  color: var(--sw-jet) !important;
}

.sw-post-cta-card p {
  margin: 0 0 1.25rem;
  color: rgba(46, 46, 45, 0.7);
  font-size: 0.95rem;
}

.sw-post-cta-card .sw-btn {
  width: 100%;
  justify-content: center;
}

/* ── Related posts ── */
.sw-post-related {
  padding: 5rem 0 7rem;
  background: rgba(46, 46, 45, 0.04);
  border-top: 1px solid rgba(46, 46, 45, 0.08);
}

.sw-post-related .sw-headline-lg {
  margin: 0.75rem 0 2.5rem;
}

.sw-post-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.sw-post-related-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}

.sw-post-related-item:hover {
  transform: translateY(-4px);
}

.sw-post-related-image {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-color: rgba(46, 46, 45, 0.1);
}

.sw-post-related-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sw-post-related-date {
  font-family: var(--sw-font-condensed);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(46, 46, 45, 0.55);
}

.sw-post-related-title {
  font-family: var(--sw-font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--sw-jet) !important;
  margin: 0;
  transition: color 0.2s ease;
}

.sw-post-related-item:hover .sw-post-related-title {
  color: var(--sw-gold) !important;
}

/* ── Archive grid ── */
.sw-post-archive-list {
  padding: 5rem 0 7rem;
}

.sw-post-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}

.sw-post-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(46, 46, 45, 0.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(46, 46, 45, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sw-post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(46, 46, 45, 0.1);
}

.sw-post-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: rgba(46, 46, 45, 0.08);
}

.sw-post-card-cat {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 0.85rem;
  background: var(--sw-gold);
  color: var(--sw-jet);
  font-family: var(--sw-font-condensed);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
}

.sw-post-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.5rem 1.75rem 1.75rem;
}

.sw-post-card-date {
  font-family: var(--sw-font-condensed);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(46, 46, 45, 0.55);
}

.sw-post-card-title {
  font-family: var(--sw-font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--sw-jet) !important;
  margin: 0;
  transition: color 0.2s ease;
}

.sw-post-card:hover .sw-post-card-title {
  color: var(--sw-gold) !important;
}

.sw-post-card-excerpt {
  color: rgba(46, 46, 45, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.sw-post-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  color: var(--sw-gold);
  font-family: var(--sw-font-condensed);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Pagination ── */
.sw-post-archive-list .navigation,
.sw-post-archive-list .sw-post-pagination {
  margin-top: 4rem;
}

.sw-post-archive-list .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sw-post-archive-list .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(46, 46, 45, 0.15);
  color: var(--sw-jet);
  font-family: var(--sw-font-condensed);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sw-post-archive-list .nav-links .page-numbers:hover {
  border-color: var(--sw-gold);
  color: var(--sw-gold);
}

.sw-post-archive-list .nav-links .page-numbers.current {
  background: var(--sw-gold);
  border-color: var(--sw-gold);
  color: var(--sw-jet);
}

.sw-post-empty {
  text-align: center;
  padding: 4rem 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sw-post-related-grid,
  .sw-post-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sw-post-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sw-post-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .sw-post-hero,
  .sw-post-archive-hero {
    padding: 7rem 0 3.5rem;
  }

  .sw-post-body,
  .sw-post-related,
  .sw-post-archive-list {
    padding: 3.5rem 0 5rem;
  }

  .sw-post-related-grid,
  .sw-post-archive-grid {
    grid-template-columns: 1fr;
  }
}
