:root {
  --marks-green: #0f3d2e;
  --marks-green-2: #14523e;
  --marks-green-3: #e9f2ee;
  --marks-gold: #c49a2c;
  --marks-gold-2: #e0bb5b;
  --marks-charcoal: #2c3740;
  --marks-ink: #18231f;
  --marks-muted: #66726d;
  --marks-ivory: #f7f5f0;
  --marks-soft: #f4f8f6;
  --marks-white: #ffffff;
  --marks-line: #e2e8e4;
  --marks-danger: #9f2f2f;
  --marks-success: #236b47;
  --marks-shadow-sm: 0 10px 28px rgba(15, 61, 46, 0.08);
  --marks-shadow: 0 24px 70px rgba(15, 61, 46, 0.14);
  --marks-radius-sm: 14px;
  --marks-radius: 22px;
  --marks-radius-lg: 34px;
  --marks-container: 1240px;
  --marks-heading: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --marks-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--marks-ink);
  background: var(--marks-white);
  font-family: var(--marks-body);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.75rem, 5.5vw, 5.15rem);
}

h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.65rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

::selection {
  color: var(--marks-white);
  background: var(--marks-green);
}

.container {
  width: min(var(--marks-container), calc(100% - 48px));
  margin-inline: auto;
  min-width: 0;
}

.container--narrow,
.narrow {
  width: min(860px, 100%);
  margin-inline: auto;
}

.narrow-form {
  width: min(880px, calc(100% - 48px));
  margin-inline: auto;
}

.site-main {
  min-width: 0;
  overflow-x: hidden;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--marks-white);
  background: var(--marks-green);
  border-radius: 8px;
  outline: 3px solid var(--marks-gold);
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

/* Header */
.topbar {
  position: relative;
  z-index: 1010;
  color: rgba(255, 255, 255, 0.94);
  background: var(--marks-green);
  font-size: 0.84rem;
}

.topbar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__contact,
.topbar__area,
.topbar a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.topbar__contact {
  gap: 24px;
}

.topbar a {
  transition: color 0.2s ease;
}

.topbar a:hover,
.topbar a:focus-visible {
  color: var(--marks-gold-2);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-color: var(--marks-line);
  box-shadow: 0 10px 30px rgba(15, 61, 46, 0.07);
}

.admin-bar .site-header {
  top: 32px;
}

.header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  min-width: 0;
}

.site-branding {
  flex: 0 0 clamp(190px, 16vw, 230px);
  min-width: 0;
}

.brand,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand img,
.custom-logo {
  width: 100%;
  max-width: 230px;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.primary-navigation {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}

.primary-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.45vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation .menu-item {
  position: relative;
  min-width: 0;
}

.primary-navigation .menu-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--marks-charcoal);
  font-family: var(--marks-heading);
  font-size: clamp(0.79rem, 0.9vw, 0.9rem);
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.primary-navigation .menu-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--marks-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.primary-navigation .menu-item > a:hover,
.primary-navigation .menu-item > a:focus-visible,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
  color: var(--marks-green);
}

.primary-navigation .menu-item > a:hover::after,
.primary-navigation .menu-item > a:focus-visible::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current_page_item > a::after {
  transform: scaleX(1);
}

.header__cta {
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--marks-green);
  background: var(--marks-soft);
  border: 1px solid var(--marks-line);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle .icon {
  width: 24px;
  height: 24px;
}

.menu-toggle__close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
  display: block;
}

.mobile-navigation__contact,
.navigation-scrim {
  display: none;
}

/* Buttons and shared labels */
.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  color: var(--marks-green);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--marks-heading);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
}

.button .icon {
  width: 18px;
  height: 18px;
}

.button--gold,
button[type="submit"],
input[type="submit"] {
  color: #17241e;
  background: var(--marks-gold);
  box-shadow: 0 14px 30px rgba(196, 154, 44, 0.24);
}

.button--gold:hover,
.button--gold:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible {
  background: var(--marks-gold-2);
  box-shadow: 0 18px 36px rgba(196, 154, 44, 0.3);
}

.button--outline {
  color: var(--marks-green);
  background: var(--marks-white);
  border-color: #cfd8d3;
}

.button--outline:hover,
.button--outline:focus-visible {
  border-color: var(--marks-green);
  box-shadow: var(--marks-shadow-sm);
}

.button--dark {
  color: var(--marks-white);
  background: var(--marks-green);
  box-shadow: 0 16px 32px rgba(15, 61, 46, 0.18);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: #092d22;
}

.button--light {
  color: var(--marks-green);
  background: var(--marks-white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--marks-gold);
  font-family: var(--marks-heading);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.eyebrow--light {
  color: #f3d984;
}

.eyebrow--dark {
  color: var(--marks-green);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-size: 0.9rem;
  font-weight: 800;
}

.text-link .icon {
  transition: transform 0.2s ease;
}

.text-link:hover .icon {
  transform: translateX(4px);
}

/* Home hero */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 15%, rgba(196, 154, 44, 0.13), transparent 24rem),
    linear-gradient(135deg, #fbfaf6 0%, #ffffff 55%, #eef6f2 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -260px;
  bottom: -300px;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(15, 61, 46, 0.025), 0 0 0 140px rgba(15, 61, 46, 0.018);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  min-height: 690px;
  padding-block: 78px;
}

.home-hero__copy,
.home-hero__media,
.split-feature > *,
.page-hero__grid > * {
  min-width: 0;
}

.home-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 5.7vw, 5.4rem);
  letter-spacing: -0.06em;
}

.home-hero h1 span {
  color: var(--marks-gold);
}

.home-hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #596660;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--marks-line);
}

.hero-proof__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--marks-muted);
  font-size: 0.84rem;
}

.hero-proof__item .icon {
  margin-top: 3px;
  color: var(--marks-gold);
}

.hero-proof__item strong {
  display: block;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-size: 0.92rem;
}

.home-hero__media {
  position: relative;
}

.hero-photo {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: var(--marks-green);
  border-radius: var(--marks-radius-lg);
  box-shadow: var(--marks-shadow);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 33, 24, 0.34));
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.hero-float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 16px;
  box-shadow: var(--marks-shadow-sm);
}

.hero-float-card--one {
  left: -30px;
  bottom: 42px;
}

.hero-float-card--two {
  top: 28px;
  right: -20px;
}

.hero-float-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--marks-green);
  background: var(--marks-green-3);
  border-radius: 50%;
}

.hero-float-card strong,
.hero-float-card span {
  display: block;
}

.hero-float-card strong {
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-size: 0.9rem;
}

.hero-float-card span {
  color: var(--marks-muted);
  font-size: 0.76rem;
}

.proof-bar {
  color: var(--marks-white);
  background: var(--marks-green);
}

.proof-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-bar__item {
  min-width: 0;
  padding: 28px clamp(18px, 2.6vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-bar__item:last-child {
  border-right: 0;
}

.proof-bar strong,
.proof-bar span {
  display: block;
}

.proof-bar strong {
  color: #f1d67e;
  font-family: var(--marks-heading);
  font-size: 1.3rem;
}

.proof-bar span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

/* Sections and grids */
.section {
  padding-block: clamp(76px, 8vw, 112px);
}

.section--soft {
  background: var(--marks-soft);
}

.section--ivory {
  background: var(--marks-ivory);
}

.section--dark {
  color: rgba(255, 255, 255, 0.78);
  background: var(--marks-green);
}

.section--dark h2,
.section--dark h3 {
  color: var(--marks-white);
}

.section--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  margin-bottom: 46px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(38px, 6vw, 84px);
}

.section-heading--center {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--marks-muted);
  font-size: 1.06rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  overflow: hidden;
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: var(--marks-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background: var(--marks-green-3);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.service-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: var(--marks-shadow);
}

.service-card:hover::before {
  transform: scale(1.18);
}

.service-card__number {
  position: relative;
  margin-bottom: 38px;
  color: var(--marks-gold);
  font-family: var(--marks-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-card h3 {
  position: relative;
  margin-bottom: 12px;
}

.service-card p {
  position: relative;
  margin-bottom: 46px;
  color: var(--marks-muted);
  font-size: 0.93rem;
}

.service-card .text-link {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(46px, 7vw, 92px);
}

.split-feature--reverse .split-feature__media {
  order: 2;
}

.split-feature__media {
  position: relative;
}

.image-frame {
  position: relative;
  overflow: hidden;
  background: #dfe9e4;
  border-radius: var(--marks-radius-lg);
  box-shadow: var(--marks-shadow-sm);
}

.image-frame img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.image-frame--short img {
  min-height: 360px;
}

.image-frame__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 220px;
  padding: 18px 20px;
  color: var(--marks-white);
  background: rgba(15, 61, 46, 0.94);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.image-frame__badge strong {
  display: block;
  color: #f1d67e;
  font-family: var(--marks-heading);
  font-size: 1.1rem;
}

.image-frame__badge span {
  font-size: 0.78rem;
}

.split-feature__content h2 {
  margin-bottom: 20px;
}

.split-feature__content > p {
  color: var(--marks-muted);
  font-size: 1.05rem;
}

.check-list {
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  color: #46534d;
  border-bottom: 1px solid var(--marks-line);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--marks-green);
  background: var(--marks-green-3);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.section--dark .check-list li {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.11);
}

.section--dark .check-list li::before {
  color: var(--marks-green);
  background: #f1d67e;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.industry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 18px;
  padding: 22px 24px;
  color: var(--marks-green);
  background: var(--marks-white);
  border: 1px solid #e6e8e3;
  border-radius: 18px;
  font-family: var(--marks-heading);
  font-size: 1.02rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--marks-shadow-sm);
}

.industry-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--marks-gold);
  background: var(--marks-ivory);
  border-radius: 50%;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-card {
  position: relative;
  padding: 30px 24px 26px;
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: 18px;
}

.process-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 24px;
  left: 24px;
  height: 3px;
  background: var(--marks-gold);
  border-radius: 0 0 4px 4px;
}

.process-card__number {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--marks-gold);
  font-family: var(--marks-heading);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.process-card p {
  margin-bottom: 0;
  color: var(--marks-muted);
  font-size: 0.89rem;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.job-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: var(--marks-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--marks-shadow);
}

.job-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.job-tag {
  display: inline-flex;
  padding: 7px 11px;
  color: var(--marks-green);
  background: var(--marks-green-3);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.job-card__arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--marks-green);
  background: var(--marks-ivory);
  border-radius: 50%;
}

.job-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.job-card p {
  color: var(--marks-muted);
  font-size: 0.91rem;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: auto;
  padding-top: 22px;
  color: #637069;
  border-top: 1px solid var(--marks-line);
  font-size: 0.78rem;
}

.job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.job-meta .icon {
  color: var(--marks-gold);
}

.testimonial-card {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(38px, 6vw, 70px);
  overflow: hidden;
  text-align: center;
  background: var(--marks-ivory);
  border-radius: var(--marks-radius-lg);
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: -16px;
  left: 38px;
  color: rgba(196, 154, 44, 0.22);
  font-family: Georgia, serif;
  font-size: 11rem;
  line-height: 1;
}

.testimonial-card blockquote {
  position: relative;
  margin: 0 auto 28px;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-card cite {
  display: block;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-style: normal;
  font-weight: 800;
}

.testimonial-card small {
  display: block;
  margin-top: 3px;
  color: var(--marks-muted);
}

.faq-list {
  max-width: 900px;
  margin-inline: auto;
  border-top: 1px solid var(--marks-line);
}

.faq-list details {
  border-bottom: 1px solid var(--marks-line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--marks-green);
  background: var(--marks-green-3);
  border-radius: 50%;
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list__answer {
  max-width: 780px;
  padding: 0 48px 24px 0;
  color: var(--marks-muted);
}

/* Inner page heroes */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(196, 154, 44, 0.12), transparent 22rem),
    linear-gradient(135deg, #fbfaf7, #eef5f1);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(46px, 7vw, 90px);
  min-height: 510px;
  padding-block: 72px;
}

.page-hero__copy h1,
.page-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 5vw, 4.65rem);
}

.page-hero__copy > p,
.page-hero .container--narrow > p,
.page-hero .narrow > p {
  max-width: 720px;
  margin-bottom: 0;
  color: #5f6a65;
  font-size: clamp(1.03rem, 1.6vw, 1.18rem);
}

.page-hero__media {
  position: relative;
}

.page-hero__media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--marks-radius-lg);
  box-shadow: var(--marks-shadow-sm);
}

.page-hero--center,
.page-hero.compact {
  padding-block: 82px;
  text-align: center;
}

.page-hero--center .eyebrow,
.page-hero.compact .eyebrow {
  justify-content: center;
}

.page-hero--center p,
.page-hero.compact p {
  margin-inline: auto;
}

.page-hero.compact {
  padding-block: 68px;
}

.page-hero.compact h1 {
  font-size: clamp(2.5rem, 4.7vw, 4rem);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.value-card {
  padding: 20px;
  background: var(--marks-ivory);
  border-radius: 16px;
}

.value-card strong,
.value-card span {
  display: block;
}

.value-card strong {
  color: var(--marks-green);
  font-family: var(--marks-heading);
  font-weight: 800;
}

.value-card span {
  color: var(--marks-muted);
  font-size: 0.82rem;
}

.service-list {
  border-top: 1px solid var(--marks-line);
}

.service-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid var(--marks-line);
}

.service-row__number {
  color: var(--marks-gold);
  font-family: var(--marks-heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-row h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.service-row p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--marks-muted);
}

.candidate-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.candidate-step {
  padding: 28px;
  background: var(--marks-ivory);
  border-radius: 20px;
}

.candidate-step span {
  color: var(--marks-gold);
  font-family: var(--marks-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.candidate-step h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
}

.candidate-step p {
  margin-bottom: 0;
  color: var(--marks-muted);
  font-size: 0.9rem;
}

/* Forms */
.form-layout {
  align-items: start;
}

.form-card {
  padding: clamp(26px, 4vw, 40px);
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: var(--marks-radius);
  box-shadow: var(--marks-shadow-sm);
}

.form-card h2,
.form-card h3 {
  margin-bottom: 12px;
}

.form-card__intro {
  margin-bottom: 28px;
  color: var(--marks-muted);
}

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

.form-card label {
  display: block;
  margin-bottom: 17px;
  color: #37453f;
  font-family: var(--marks-heading);
  font-size: 0.82rem;
  font-weight: 800;
}

.form-card input,
.form-card textarea,
.form-card select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  color: var(--marks-ink);
  background: #fbfcfb;
  border: 1px solid #d9e1dd;
  border-radius: 12px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
  outline: none;
  border-color: var(--marks-gold);
  box-shadow: 0 0 0 4px rgba(196, 154, 44, 0.14);
}

.form-card textarea {
  min-height: 140px;
  resize: vertical;
}

.form-card input[type="file"] {
  padding: 12px;
  background: var(--marks-ivory);
}

.form-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.form-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: var(--marks-muted) !important;
  font-family: var(--marks-body) !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
}

.form-consent a {
  color: var(--marks-green);
  text-decoration: underline;
}

.form-note {
  margin: 14px 0 0;
  color: var(--marks-muted);
  font-size: 0.76rem;
}

.form-notice {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.88rem;
}

.form-notice.success {
  color: var(--marks-success);
  background: #eaf7ef;
  border: 1px solid #cdebd9;
}

.form-notice.error {
  color: var(--marks-danger);
  background: #fff0ef;
  border: 1px solid #f2d2cf;
}

.markshr-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-panel {
  padding: clamp(28px, 4vw, 42px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--marks-green);
  border-radius: var(--marks-radius);
}

.contact-panel h2,
.contact-panel h3 {
  color: var(--marks-white);
}

.contact-panel > p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

.contact-item__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--marks-green);
  background: #f1d67e;
  border-radius: 50%;
}

.contact-item span,
.contact-item strong,
.contact-item a {
  display: block;
}

.contact-item span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-item strong,
.contact-item a {
  color: var(--marks-white);
  font-family: var(--marks-heading);
  font-weight: 700;
}

/* Blog and content */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card {
  overflow: hidden;
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: var(--marks-radius);
}

.post-card__image {
  display: block;
  overflow: hidden;
}

.post-card__image img,
.post-card__placeholder {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card__image img {
  transform: scale(1.035);
}

.post-card__placeholder {
  display: grid;
  place-items: center;
  color: var(--marks-green);
  background: linear-gradient(135deg, var(--marks-ivory), var(--marks-green-3));
  font-family: var(--marks-heading);
  font-weight: 800;
}

.post-card__body {
  padding: 24px;
}

.post-card__meta {
  margin-bottom: 12px;
  color: var(--marks-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.post-card p {
  margin-bottom: 20px;
  color: var(--marks-muted);
  font-size: 0.9rem;
}

.entry-content {
  color: #46534d;
  font-size: 1.05rem;
}

.entry-content > * {
  max-width: 780px;
}

.entry-content > .alignwide {
  max-width: 1100px;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.65em;
}

.entry-content a:not(.button) {
  color: var(--marks-green);
  text-decoration: underline;
  text-decoration-color: rgba(196, 154, 44, 0.75);
  text-underline-offset: 3px;
}

.entry-content img,
.post-featured {
  border-radius: var(--marks-radius);
}

.content-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
  gap: clamp(44px, 6vw, 78px);
}

.job-side-card {
  position: sticky;
  top: 120px;
  padding: 28px;
  background: var(--marks-ivory);
  border-radius: var(--marks-radius);
}

.admin-bar .job-side-card {
  top: 152px;
}

.job-side-card h3 {
  margin-bottom: 18px;
}

.job-side-card__row {
  padding: 14px 0;
  border-bottom: 1px solid #dedbd2;
}

.job-side-card__row:last-of-type {
  border-bottom: 0;
}

.job-side-card__row span,
.job-side-card__row strong {
  display: block;
}

.job-side-card__row span {
  color: #7a817d;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-side-card__row strong {
  color: var(--marks-green);
  font-family: var(--marks-heading);
}

.job-side-card .button {
  width: 100%;
  margin-top: 22px;
}

.single-job-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-top: 24px;
  color: #596660;
}

.single-job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.single-job-meta .icon {
  color: var(--marks-gold);
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  padding-inline: 12px;
  color: var(--marks-green);
  background: var(--marks-white);
  border: 1px solid var(--marks-line);
  border-radius: 10px;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--marks-white);
  background: var(--marks-green);
  border-color: var(--marks-green);
}

/* Footer */
.footer-cta {
  background: var(--marks-gold);
}

.footer-cta__inner {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding-block: 48px;
}

.footer-cta__copy {
  max-width: 760px;
}

.footer-cta h2 {
  margin-bottom: 8px;
  color: #173327;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.footer-cta p {
  margin-bottom: 0;
  color: #3f513f;
  font-size: 1.03rem;
}

.footer-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #183226;
  font-family: var(--marks-heading);
  font-size: 0.86rem;
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #082c21;
  padding: 74px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.8fr) repeat(2, minmax(150px, 0.75fr)) minmax(230px, 1.1fr);
  gap: clamp(34px, 5vw, 68px);
}

.footer-brand .brand img {
  width: 225px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 380px;
  margin: 24px 0 20px;
}

.footer-brand__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.77rem;
}

.footer-brand__badge span {
  width: 8px;
  height: 8px;
  background: var(--marks-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(196, 154, 44, 0.12);
}

.footer-column h3 {
  margin-bottom: 22px;
  color: #f1d67e;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column > a {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column > a:hover {
  color: var(--marks-white);
  transform: translateX(3px);
}

.footer-contact > a,
.footer-contact > p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact .icon {
  margin-top: 4px;
  color: var(--marks-gold);
}

.footer-contact p {
  margin: 10px 0;
  font-size: 0.88rem;
}

.footer-contact .footer-hours {
  padding-top: 14px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.footer-bottom a:hover {
  color: var(--marks-white);
}

/* WordPress utilities */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  display: block;
  margin-inline: auto;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.bypostauthor {
  display: block;
}

/* Responsive navigation and layouts */
@media (max-width: 1180px) {
  .header__inner {
    min-height: 80px;
  }

  .site-branding {
    flex-basis: 215px;
  }

  .menu-toggle {
    z-index: 1030;
    display: inline-flex;
    margin-left: auto;
  }

  .header__cta {
    display: none;
  }

  .primary-navigation {
    position: fixed;
    z-index: 1025;
    top: 12px;
    right: 12px;
    width: min(420px, calc(100vw - 24px));
    height: calc(100dvh - 24px);
    margin: 0;
    padding: 104px 28px 34px;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--marks-white);
    border: 1px solid var(--marks-line);
    border-radius: 24px;
    box-shadow: -24px 0 70px rgba(8, 44, 33, 0.18);
    opacity: 0;
    transform: translateY(12px) scale(0.985);
    transform-origin: top right;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
  }

  .primary-navigation.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
  }

  .primary-navigation .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .primary-navigation .menu-item > a {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    color: var(--marks-green);
    border-bottom: 1px solid var(--marks-line);
    font-size: 1rem;
  }

  .primary-navigation .menu-item > a::after {
    display: none;
  }

  .mobile-navigation__contact {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    padding: 20px;
    background: var(--marks-ivory);
    border-radius: 16px;
  }

  .mobile-navigation__contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--marks-green);
    font-size: 0.86rem;
    font-weight: 700;
    overflow-wrap: anywhere;
  }

  .navigation-scrim {
    position: fixed;
    z-index: 1020;
    inset: 0;
    display: block;
    background: rgba(5, 31, 23, 0.52);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .navigation-scrim.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 44px;
  }

  .service-grid,
  .jobs-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .candidate-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, 0.75fr));
  }

  .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-contact h3 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .footer-contact .footer-hours {
    margin: 10px 0;
    padding: 0;
    border: 0;
  }
}


@media (max-width: 1180px) {
  .admin-bar .primary-navigation {
    top: 44px;
    height: calc(100dvh - 56px);
  }
}

@media (max-width: 900px) {
  .home-hero__grid,
  .page-hero__grid,
  .split-feature,
  .section-heading--split,
  .content-sidebar {
    grid-template-columns: 1fr;
  }

  .home-hero__grid {
    min-height: auto;
    padding-block: 68px 84px;
  }

  .home-hero__copy {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
  }

  .home-hero__copy .eyebrow {
    justify-content: center;
  }

  .home-hero__lead {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .home-hero__media {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .page-hero__grid {
    min-height: auto;
    padding-block: 64px 72px;
    text-align: center;
  }

  .page-hero__copy .eyebrow {
    justify-content: center;
  }

  .page-hero__copy > p {
    margin-inline: auto;
  }

  .page-hero__media {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .split-feature--reverse .split-feature__media {
    order: 0;
  }

  .section-heading--split {
    align-items: start;
    gap: 18px;
  }

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

  .proof-bar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar__item:nth-child(2) {
    border-right: 0;
  }

  .proof-bar__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-row {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .service-row .button {
    grid-column: 2;
    justify-self: start;
  }

  .job-side-card {
    position: static;
  }

  .footer-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta__actions {
    align-items: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .job-side-card {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(var(--marks-container), calc(100% - 28px));
  }

  .narrow-form {
    width: calc(100% - 28px);
  }

  .topbar__inner {
    min-height: 38px;
    justify-content: center;
  }

  .topbar__area,
  .topbar__email {
    display: none !important;
  }

  .topbar__contact {
    gap: 0;
  }

  .header__inner {
    min-height: 72px;
  }

  .site-branding {
    flex-basis: 190px;
  }

  .brand img,
  .custom-logo {
    max-width: 190px;
    max-height: 56px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .home-hero__grid {
    padding-block: 56px 74px;
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.5rem);
  }

  .home-hero__lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
  }

  .hero-proof__item {
    display: block;
    min-width: 0;
  }

  .hero-proof__item > .icon {
    display: none;
  }

  .hero-proof__item strong {
    font-size: 0.76rem;
  }

  .hero-proof__item div > span {
    display: none;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 390px;
  }

  .hero-float-card--one {
    left: 12px;
    bottom: 14px;
  }

  .hero-float-card--two {
    top: 14px;
    right: 12px;
  }

  .proof-bar__item {
    padding: 22px 18px;
  }

  .section {
    padding-block: 72px;
  }

  .service-grid,
  .jobs-grid,
  .post-grid,
  .industry-grid,
  .process-grid,
  .candidate-steps,
  .field-grid,
  .value-grid,
  .footer-grid,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading--center {
    text-align: left;
  }

  .section-heading--center .eyebrow {
    justify-content: flex-start;
  }

  .image-frame img,
  .page-hero__media img {
    min-height: 320px;
    height: 320px;
  }

  .image-frame__badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }

  .service-card {
    min-height: 275px;
  }

  .service-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
  }

  .service-row .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .form-card,
  .contact-panel {
    padding: 24px 20px;
  }

  .page-hero--center,
  .page-hero.compact {
    padding-block: 62px;
  }

  .page-hero__grid {
    padding-block: 56px 64px;
  }

  .testimonial-card {
    padding: 42px 22px;
  }

  .faq-list summary {
    padding-right: 44px;
  }

  .faq-list__answer {
    padding-right: 0;
  }

  .footer-contact {
    display: block;
  }

  .footer-contact h3 {
    margin-top: 26px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .site-branding {
    flex-basis: 168px;
  }

  .brand img,
  .custom-logo {
    max-width: 168px;
  }

  .hero-float-card {
    padding: 12px 14px;
  }

  .hero-float-card__icon {
    width: 36px;
    height: 36px;
  }

  .proof-bar__grid {
    grid-template-columns: 1fr;
  }

  .proof-bar__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-bar__item:last-child {
    border-bottom: 0;
  }
}

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