@font-face {
  font-display: swap;
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/geist/geist-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/fraunces/fraunces-latin.woff2") format("woff2");
}

:root {
  --ink: #171713;
  --ink-soft: #2a2923;
  --paper: #f5f0e7;
  --paper-bright: #fffaf1;
  --amber: #f4a71d;
  --amber-dark: #934a00;
  --sage: #a8b097;
  --line: rgba(23, 23, 19, 0.18);
  --white-line: rgba(255, 255, 255, 0.2);
  --font-body: "Geist", Arial, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > *,
.jbs-main > * {
  margin-block-start: 0;
}

.jbs-front-main,
.jbs-front-main .wp-block-post-content {
  margin: 0;
  max-width: none;
}

body.jbsm-active .jbs-manager-fallback {
  display: none !important;
}

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

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

.jbs-content-shell .wp-block-post-content > * + * {
  margin-block-start: 1.35rem;
}

.jbs-content-shell .wp-block-post-content > :is(h2, h3, h4) {
  margin-block-start: 2.4rem;
}

.jbs-content-shell .wp-block-post-content a:not(.wp-element-button) {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.16em;
}

img {
  display: block;
  max-width: 100%;
}

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

::selection {
  background: var(--amber);
  color: var(--ink);
}

.topline {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  font-size: 0.67rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.12em;
  min-height: 30px;
  padding: 0 4vw;
  text-transform: uppercase;
}

.topline p {
  margin: 0;
}

.topline a {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.topline a span {
  color: var(--amber);
}

.jbs-template-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.skip-link {
  background: var(--paper-bright);
  color: var(--ink);
  font-weight: 800;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 0;
  transform: translateY(-140%);
  transition: transform 120ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  align-items: center;
  background: rgba(245, 240, 231, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 76px;
  justify-content: space-between;
  padding: 0 4vw;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(12px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-crop {
  background: #fff;
  border: 1px solid rgba(23, 23, 19, 0.12);
  border-radius: 9px;
  display: block;
  height: 48px;
  overflow: hidden;
  padding: 2px;
  width: 66px;
}

.brand-crop img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-copy small {
  color: rgba(23, 23, 19, 0.65);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.site-header .desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-left: auto;
}

.site-header .desktop-nav > a:not(.nav-call) {
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  position: relative;
}

.site-header .desktop-nav > a:not(.nav-call)::after {
  background: var(--amber);
  bottom: -0.45rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-header .desktop-nav > a:not(.nav-call):hover::after,
.site-header .desktop-nav > a:not(.nav-call):focus-visible::after {
  transform: scaleX(1);
}

.nav-call,
.button {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 46px;
  padding: 0 1.15rem;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-call {
  background: var(--ink);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.nav-call:hover,
.nav-call:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--amber-dark);
  transform: translateY(-2px);
}

.button-arrow {
  align-items: center;
  display: inline-flex;
  font-size: 1.1em;
  justify-content: center;
  transition: transform 180ms ease;
}

a:hover .button-arrow,
a:focus-visible .button-arrow {
  transform: translateX(3px);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  align-items: center;
  border: 1px solid var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.6rem;
  justify-content: center;
  letter-spacing: 0.08em;
  list-style: none;
  min-height: 46px;
  padding: 0 0.9rem;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.menu-icon {
  display: grid;
  gap: 4px;
  width: 18px;
}

.menu-icon > span {
  background: currentColor;
  display: block;
  height: 2px;
  transform-origin: center;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.mobile-nav[open] .menu-icon > span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.mobile-nav[open] .menu-icon > span:nth-child(2) {
  opacity: 0;
}

.mobile-nav[open] .menu-icon > span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav nav {
  background: var(--paper-bright);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(23, 23, 19, 0.18);
  display: grid;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.7rem);
  width: min(21rem, calc(100vw - 2rem));
  z-index: 60;
}

.mobile-nav nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 0.9rem;
  font-weight: 750;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 0.8rem;
}

.mobile-nav nav a:hover,
.mobile-nav nav a:focus-visible {
  background: rgba(244, 167, 29, 0.13);
}

.mobile-nav nav .mobile-nav-call {
  background: var(--ink);
  border-bottom: 0;
  color: #fff;
  margin-top: 0.65rem;
}

.hero {
  background:
    linear-gradient(rgba(23, 23, 19, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 19, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px, 48px 48px, auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  min-height: clamp(580px, calc(100svh - 106px), 700px);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: var(--amber);
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.hero-copy {
  align-self: center;
  max-width: 780px;
  padding: 5.5rem 4vw 5.5rem 6vw;
  position: relative;
  z-index: 4;
}

.eyebrow,
.section-kicker {
  align-items: center;
  display: flex;
  font-size: 0.69rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.18em;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

.eyebrow-dot {
  background: var(--amber);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(244, 167, 29, 0.16);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.hero h1,
.section-intro h2,
.manifesto h2,
.service-area h2,
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.hero h1 {
  font-size: clamp(3.75rem, 5.4vw, 6.6rem);
  margin: 0;
  max-width: 10ch;
}

.hero h1 span {
  color: var(--amber-dark);
  display: block;
  font-style: italic;
  font-weight: 650;
}

.hero-lede {
  color: rgba(23, 23, 19, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.6;
  margin: 1.6rem 0 0;
  max-width: 34rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.button-primary {
  background: var(--ink);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  min-height: 52px;
  padding: 0 1.45rem;
}

.button-secondary {
  border: 1px solid var(--ink);
  min-height: 52px;
  padding: 0 1.45rem;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.hero-note {
  align-items: center;
  color: rgba(23, 23, 19, 0.62);
  display: flex;
  font-size: 0.76rem;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
}

.hero-note span {
  color: var(--amber-dark);
  font-size: 0.65rem;
}

.hero-visual {
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

.hero-visual::after {
  background:
    linear-gradient(90deg, rgba(23, 23, 19, 0.18), transparent 35%),
    linear-gradient(0deg, rgba(23, 23, 19, 0.56), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-visual > img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.hero-stamp {
  align-items: center;
  background: var(--amber);
  border-radius: 50%;
  bottom: 3.5rem;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: center;
  left: 1.25rem;
  line-height: 1;
  position: absolute;
  transform: rotate(-8deg);
  width: 110px;
  z-index: 3;
}

.hero-stamp::before,
.hero-stamp::after {
  border: 1px solid rgba(23, 23, 19, 0.3);
  border-radius: 50%;
  content: "";
  inset: 8px;
  position: absolute;
}

.hero-stamp::after {
  inset: 13px;
}

.hero-stamp span {
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-stamp strong {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: -0.07em;
  margin: 0.22rem 0;
}

.hero-caption {
  bottom: 1.2rem;
  color: #fff;
  display: flex;
  font-size: 0.65rem;
  font-weight: 750;
  gap: 1.7rem;
  left: 2rem;
  letter-spacing: 0.11em;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.hero-caption span {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.hero-caption span::before {
  background: var(--amber);
  content: "";
  height: 5px;
  width: 5px;
}

.hero-route {
  align-items: center;
  bottom: 1.2rem;
  color: rgba(23, 23, 19, 0.46);
  display: flex;
  font-size: 0.58rem;
  font-weight: 750;
  gap: 0.7rem;
  left: 6vw;
  letter-spacing: 0.12em;
  position: absolute;
  z-index: 4;
}

.route-line {
  background: rgba(23, 23, 19, 0.3);
  height: 1px;
  width: 48px;
}

.proof-strip {
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 4vw;
}

.proof-strip > div {
  align-items: center;
  border-right: 1px solid var(--white-line);
  display: grid;
  gap: 1.1rem;
  grid-template-columns: auto 1fr;
  min-height: 104px;
  padding: 1.2rem 2.5vw;
}

.proof-strip > div:first-child {
  border-left: 1px solid var(--white-line);
}

.proof-strip > div > .proof-number {
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
}

.proof-strip p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.77rem;
  margin: 0;
}

.proof-strip p strong {
  color: #fff;
  display: block;
  font-size: 0.87rem;
  margin-bottom: 0.15rem;
}

.section-shell {
  padding: clamp(4.5rem, 6vw, 7rem) 7vw;
}

.section-intro {
  margin-bottom: clamp(2.3rem, 3.5vw, 4rem);
  max-width: 800px;
}

.section-kicker {
  color: var(--amber-dark);
}

.section-intro h2 {
  font-size: clamp(2.9rem, 4.6vw, 5.3rem);
  margin: 0;
  max-width: 12ch;
}

.section-intro > p:not(.section-kicker) {
  color: rgba(23, 23, 19, 0.65);
  font-size: 1rem;
  line-height: 1.7;
  margin: 1.2rem 0 0;
  max-width: 38rem;
}

.service-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 3rem);
  position: relative;
  transition:
    background 220ms ease,
    color 220ms ease;
}

.service-card::after {
  background: var(--amber);
  bottom: -44px;
  content: "";
  height: 88px;
  position: absolute;
  right: -44px;
  transform: rotate(45deg);
  transition: transform 220ms ease;
  width: 88px;
}

.service-card:hover {
  background: var(--ink);
  color: #fff;
}

.service-card:hover::after {
  transform: rotate(45deg) scale(2.2);
}

.service-card-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.service-number {
  color: var(--amber-dark);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-style: italic;
}

.service-arrow {
  font-size: 1.6rem;
  transition: transform 220ms ease;
}

.service-card:hover .service-arrow {
  transform: rotate(-45deg);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 3.1rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: auto 0 1rem;
}

.service-card > p {
  color: rgba(23, 23, 19, 0.62);
  margin: 0;
  max-width: 27rem;
}

.service-card:hover > p {
  color: rgba(255, 255, 255, 0.7);
}

.service-tag {
  border-top: 1px solid currentColor;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  text-transform: uppercase;
}

.manifesto {
  background:
    radial-gradient(circle at 15% 100%, rgba(244, 167, 29, 0.2), transparent 29%),
    var(--ink);
  color: #fff;
  display: grid;
  gap: 4vw;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1.2fr) minmax(250px, 0.55fr);
  overflow: hidden;
  padding: clamp(4.5rem, 7vw, 7rem) 7vw;
  position: relative;
}

.manifesto::before {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  height: 640px;
  left: -330px;
  position: absolute;
  top: -180px;
  width: 640px;
}

.manifesto-mark {
  align-items: center;
  border: 1px solid var(--white-line);
  border-radius: 50%;
  color: var(--amber);
  display: flex;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.7rem);
  font-style: italic;
  height: clamp(110px, 11vw, 160px);
  justify-content: center;
  position: relative;
  transform: rotate(-8deg);
  width: clamp(110px, 11vw, 160px);
  z-index: 2;
}

.manifesto-mark::after {
  border: 1px dashed rgba(244, 167, 29, 0.5);
  border-radius: 50%;
  content: "";
  inset: 10px;
  position: absolute;
}

.section-kicker-light {
  color: var(--amber);
}

.manifesto h2 {
  font-size: clamp(3rem, 5.2vw, 6.1rem);
  margin: 0;
  max-width: 11ch;
}

.manifesto h2 span {
  color: var(--amber);
  display: block;
  font-style: italic;
  font-weight: 600;
}

.manifesto-copy > p:last-child {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.75;
  margin: 1.5rem 0 0;
  max-width: 42rem;
}

.manifesto-facts {
  align-self: end;
  margin: 0;
}

.manifesto-facts div {
  border-top: 1px solid var(--white-line);
  padding: 1.2rem 0;
}

.manifesto-facts dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.manifesto-facts dd {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin: 0.3rem 0 0;
}

.process {
  background: var(--paper-bright);
}

.section-intro-row {
  align-items: end;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.section-intro-row h2 {
  max-width: 11ch;
}

.section-intro-row > p {
  margin-bottom: 0.4rem !important;
  max-width: 24rem !important;
}

.process-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-grid li,
.process-grid > .process-step {
  border-right: 1px solid var(--line);
  min-height: 265px;
  padding: 1.5rem 3vw 2rem 0;
}

.process-grid li:not(:first-child),
.process-grid > .process-step:not(:first-child) {
  padding-left: 3vw;
}

.process-grid li:last-child,
.process-grid > .process-step:last-child {
  border-right: 0;
}

.process-number {
  color: var(--amber-dark);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  margin: 0;
}

.process-grid li > div,
.process-grid > .process-step > div {
  margin-top: 4.5rem;
}

.process-grid h3 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.2vw, 2.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 1rem;
}

.process-grid p {
  color: rgba(23, 23, 19, 0.62);
  margin: 0;
  max-width: 22rem;
}

.process-grid p.process-number {
  color: var(--amber-dark);
}

.process-callout {
  align-items: center;
  background: var(--amber);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.2rem;
  margin-top: 2rem;
  padding: 1.2rem 1.6rem;
}

.process-callout p {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 750;
  margin: 0 auto 0 0;
}

.process-callout span {
  align-items: center;
  display: flex;
  font-size: 0.65rem;
  font-weight: 850;
  gap: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-callout span::before {
  background: var(--ink);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.hours {
  background:
    linear-gradient(135deg, rgba(244, 167, 29, 0.08), transparent 42%),
    var(--paper);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
}

.hours-intro {
  align-self: center;
}

.hours-intro h2 {
  font-size: clamp(2.9rem, 4.6vw, 5.3rem);
  margin: 0;
  max-width: 10ch;
}

.hours-intro > p:not(.section-kicker) {
  color: rgba(23, 23, 19, 0.65);
  line-height: 1.75;
  margin: 1.4rem 0 0;
  max-width: 34rem;
}

.hours-link {
  color: var(--amber-dark);
}

.hours-card {
  background: var(--ink);
  border-top: 8px solid var(--amber);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.hours-card-heading {
  border-bottom: 1px solid var(--white-line);
  display: flex;
  font-size: 0.61rem;
  font-weight: 850;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.hours-card-heading span:last-child {
  color: var(--amber);
}

.hours-list {
  margin: 0;
}

.hours-row {
  align-items: center;
  border-bottom: 1px solid var(--white-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
  padding: 0.75rem 0;
}

.hours-row dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hours-row dd {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
}

.hours-row-closed dd {
  color: var(--amber);
  font-style: italic;
}

.hours-card-note {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  font-size: 0.68rem;
  gap: 0.6rem;
  line-height: 1.55;
  margin: 1.2rem 0 0;
}

.hours-card-note span {
  color: var(--amber);
  font-size: 0.55rem;
  margin-top: 0.18rem;
}

.service-area {
  background: var(--ink-soft);
  color: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  padding: clamp(4.5rem, 7vw, 7rem) 7vw;
}

.service-area-heading {
  align-self: start;
  position: sticky;
  top: 110px;
}

.service-area h2 {
  font-size: clamp(2.9rem, 4.6vw, 5.3rem);
  margin: 0;
  max-width: 10ch;
}

.service-area-heading > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
  margin: 1.4rem 0 0;
  max-width: 34rem;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid var(--amber);
  color: var(--amber);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}

.route-list {
  position: relative;
}

.route-list::before {
  background: linear-gradient(var(--amber), rgba(244, 167, 29, 0.14));
  bottom: 37px;
  content: "";
  left: 37px;
  position: absolute;
  top: 37px;
  width: 2px;
}

.route-stop {
  display: grid;
  gap: 2rem;
  grid-template-columns: 74px 1fr;
  min-height: 205px;
  position: relative;
}

.route-dot {
  align-items: center;
  background: var(--ink-soft);
  border: 1px solid rgba(244, 167, 29, 0.42);
  border-radius: 50%;
  display: flex;
  height: 74px;
  justify-content: center;
  position: relative;
  width: 74px;
  z-index: 2;
}

.route-dot::before {
  background: var(--amber);
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}

.route-dot span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.58rem;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 90px;
  transform: translateX(-50%);
}

.route-stop > div:last-child {
  border-top: 1px solid var(--white-line);
  padding: 1.2rem 0 3rem;
}

.route-stop p {
  color: var(--amber);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.route-stop h3 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.6vw, 4.3rem);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0.5rem 0 1rem;
}

.route-stop > div:last-child > span {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  max-width: 30rem;
}

.faq {
  background: var(--paper);
  display: grid;
  gap: 6vw;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.faq > * {
  min-width: 0;
}

.faq .section-intro {
  margin: 0;
}

.faq .section-intro h2 {
  font-size: clamp(2.9rem, 4.3vw, 5rem);
}

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

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

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: 42px 1fr 28px;
  letter-spacing: -0.025em;
  list-style: none;
  padding: 1.35rem 0;
}

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

.faq-list summary > span {
  color: var(--amber-dark);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.faq-list summary i {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  text-align: right;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p,
.faq-list .faq-answer {
  color: rgba(23, 23, 19, 0.62);
  line-height: 1.75;
  margin: -0.1rem 0 1.6rem 58px;
  max-width: 40rem;
}

.faq-list .faq-answer p {
  margin: 0;
}

.final-cta {
  align-items: end;
  background: var(--amber);
  display: grid;
  gap: 6vw;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  padding: clamp(4rem, 6vw, 6rem) 7vw;
}

.final-cta .section-kicker {
  color: var(--ink);
}

.final-cta h2 {
  font-size: clamp(3rem, 5.1vw, 5.8rem);
  margin: 0;
  max-width: 11ch;
}

.cta-phone {
  align-items: center;
  border-bottom: 3px solid var(--ink);
  display: grid;
  gap: 0.2rem 1rem;
  grid-template-columns: 1fr auto;
  padding: 1.2rem 0;
}

.cta-phone span {
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-phone strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  grid-column: 1;
  letter-spacing: -0.05em;
}

.cta-phone .button-arrow {
  font-size: 2rem;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 3rem 7vw;
}

.jbs-home-navigation .wp-block-navigation-item__content {
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
}

.jbs-content-shell {
  min-height: 58vh;
  padding: clamp(4rem, 7vw, 7rem) 7vw;
}

.jbs-content-shell > h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  margin-top: 0;
}

.jbs-index-card {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.jbs-404 {
  align-content: center;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 750;
  letter-spacing: -0.05em;
}

.footer-brand span {
  color: var(--amber);
  display: block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  font-size: 0.75rem;
  font-weight: 750;
  gap: 0.6rem;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-meta a:hover,
.footer-meta a:focus-visible {
  color: var(--amber);
}

.footer-meta {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  justify-self: end;
  text-align: right;
}

.footer-meta p {
  margin: 0 0 0.35rem;
}

.footer-meta a {
  color: #fff;
  display: block;
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.mobile-call {
  display: none;
}

:focus-visible {
  outline: 3px solid var(--amber-dark);
  outline-offset: 4px;
}

.topline a:focus-visible,
.site-footer a:focus-visible,
.nav-call:focus-visible {
  outline-color: var(--amber);
}

.button-primary:focus-visible,
.mobile-call:focus-visible,
.jbs-home-navigation a:focus-visible {
  outline-color: var(--ink);
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
  }

  .hero-copy {
    padding-left: 5vw;
  }

  .hero-route {
    left: 5vw;
  }

  .manifesto {
    grid-template-columns: 150px 1fr;
  }

  .manifesto-facts {
    display: grid;
    grid-column: 2;
    grid-template-columns: repeat(3, 1fr);
  }

  .manifesto-facts div {
    border-right: 1px solid var(--white-line);
    padding: 1.2rem;
  }

  .faq {
    gap: 5vw;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 108px;
  }

  .topline {
    justify-content: center;
  }

  .topline p {
    display: none;
  }

  .site-header {
    height: 70px;
    padding: 0 5vw;
  }

  .brand-crop {
    height: 44px;
    width: 60px;
  }

  .brand-crop img {
    height: 100%;
    width: 100%;
  }

  .site-header .desktop-nav > a:not(.nav-call) {
    display: none;
  }

  .mobile-nav {
    display: block;
    margin-left: 0.75rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy {
    padding: 5rem 6vw 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 11vw, 5.5rem);
    max-width: 9ch;
  }

  .hero-visual {
    min-height: 55vw;
  }

  .hero-visual > img {
    object-position: right 48%;
  }

  .hero-stamp {
    bottom: auto;
    left: auto;
    right: 4vw;
    top: 1rem;
  }

  .hero-route {
    display: none;
  }

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

  .proof-strip > div {
    border-bottom: 1px solid var(--white-line);
    border-left: 1px solid var(--white-line);
    min-height: 105px;
  }

  .service-area,
  .hours,
  .faq {
    grid-template-columns: 1fr;
  }

  .service-area-heading {
    position: static;
  }

  .manifesto {
    gap: 4rem;
    grid-template-columns: 1fr;
  }

  .manifesto-mark {
    height: 140px;
    width: 140px;
  }

  .manifesto-facts {
    grid-column: auto;
  }

  .section-intro-row {
    align-items: start;
    flex-direction: column;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li,
  .process-grid li:not(:first-child),
  .process-grid > .process-step,
  .process-grid > .process-step:not(:first-child) {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 60px 1fr;
    min-height: auto;
    padding: 2rem 0;
  }

  .process-grid li > div,
  .process-grid > .process-step > div {
    margin-top: 0;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 68px;
  }

  .topline {
    min-height: 31px;
  }

  .site-header {
    height: 64px;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .brand-crop {
    height: 40px;
    width: 54px;
  }

  .brand-crop img {
    height: 100%;
    width: 100%;
  }

  .nav-call {
    display: none;
  }

  .hero-copy {
    padding: 3.7rem 6vw 3.2rem;
  }

  .eyebrow {
    margin-bottom: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 16vw, 4.7rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-note {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 78vw;
  }

  .hero-stamp {
    height: 90px;
    right: 5vw;
    top: 1rem;
    width: 90px;
  }

  .hero-stamp strong {
    font-size: 1.65rem;
  }

  .hero-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .section-shell,
  .hours,
  .manifesto,
  .service-area {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-intro h2,
  .manifesto h2,
  .service-area h2,
  .final-cta h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

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

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

  .manifesto-facts {
    grid-template-columns: 1fr;
  }

  .manifesto-facts div {
    border-right: 0;
    padding-left: 0;
  }

  .process-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-callout p {
    margin-bottom: 0.5rem;
  }

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

  .route-list::before {
    left: 32px;
  }

  .route-stop {
    gap: 1.2rem;
    grid-template-columns: 64px 1fr;
    min-height: 200px;
  }

  .route-dot {
    height: 64px;
    width: 64px;
  }

  .route-dot span {
    top: 82px;
  }

  .route-stop h3 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .faq-list summary {
    font-size: 1.25rem;
    grid-template-columns: 30px 1fr 20px;
  }

  .faq-list details > p,
  .faq-list .faq-answer {
    margin-left: 46px;
  }

  .final-cta {
    padding: 4rem 6vw;
  }

  .cta-phone {
    grid-template-columns: 1fr auto;
  }

  .cta-phone strong {
    font-size: 1.85rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 6vw;
  }

  .footer-meta {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .mobile-call {
    align-items: center;
    background: var(--amber);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(23, 23, 19, 0.16);
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 1fr auto;
    left: 0;
    min-height: 68px;
    padding: 0.8rem 6vw;
    position: fixed;
    right: 0;
    z-index: 70;
  }

  .mobile-call span {
    font-size: 0.58rem;
    font-weight: 850;
    grid-column: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-call strong {
    font-family: var(--font-display);
    font-size: 1.45rem;
    grid-column: 1;
    letter-spacing: -0.04em;
  }

  .mobile-call .button-arrow {
    font-size: 1.65rem;
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
