.service-system {
  --service-navy: #002b5c;
  --service-navy-soft: #0d376a;
  --service-gold: #a39161;
  --service-gold-soft: #f0e8d1;
  --service-ink: #202434;
  --service-muted: #626877;
  --service-paper: #f9f7f4;
  --service-panel: #f4f1ea;
  --service-line: rgba(0, 43, 92, 0.18);
  --service-white: #fff;
  color: var(--service-ink);
  font-family: gothambook, Helvetica, Arial, sans-serif;
}

body.hinckley-service-proof .entry-header,
body.hinckley-service-proof .privacy-inner > .header-sec {
  display: none;
}

body.hinckley-service-proof .privacy-inner > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.hinckley-service-proof .site-main,
body.hinckley-service-proof .entry-content,
body.hinckley-service-proof .privacy-inner {
  margin-top: 0;
}

.service-system * {
  box-sizing: border-box;
}

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

.service-system a {
  color: inherit;
  text-decoration: none;
}

.service-system p,
.service-system li,
.service-system a,
.service-system button,
.service-system input,
.service-system select,
.service-system textarea {
  font-family: gothambook, Helvetica, Arial, sans-serif;
}

.service-system .service-container,
.service-system .service-hero-panel {
  width: min(1320px, calc(100% - 84px));
  margin-right: auto;
  margin-left: auto;
}

.service-system h1,
.service-system h2,
.service-system h3 {
  margin: 0;
  color: var(--service-navy);
  font-weight: 400;
}

.service-system h1,
.service-system h2 {
  font-family: "Cormorant Garamond", Cardo, serif;
}

.service-system h1 {
  font-size: clamp(64px, 6.2vw, 112px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-system h2 {
  font-size: clamp(42px, 4vw, 74px);
  line-height: 1.02;
}

.service-system h3 {
  font-family: gothambook, Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.18;
}

.service-system p {
  margin: 0;
  color: var(--service-muted);
  font-size: 18px;
  line-height: 1.62;
}

.service-system .service-eyebrow {
  margin: 0 0 18px;
  color: var(--service-gold);
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.service-system .service-lede {
  max-width: 760px;
  color: #404756;
  font-size: 22px;
  line-height: 1.58;
}

.service-system .service-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  background: #d6d9d9;
}

.service-system .service-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-system .service-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(249, 247, 244, 0.9) 0%, rgba(249, 247, 244, 0.7) 34%, rgba(249, 247, 244, 0.12) 76%),
    linear-gradient(180deg, rgba(0, 43, 92, 0.16), rgba(0, 0, 0, 0.05));
}

.service-system .service-hero--compact {
  min-height: 560px;
}

.service-system .service-hero-panel {
  position: relative;
  z-index: 2;
  padding: 74px 0;
}

.service-system .service-hero-panel .service-lede {
  margin-top: 26px;
}

.service-system .service-hero-action {
  position: fixed;
  right: 28px;
  bottom: 34px;
  z-index: 90;
  display: inline-flex;
  width: 132px;
  height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 3px solid var(--service-white);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  color: var(--service-white) !important;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.service-system .service-hero-action:before {
  content: "";
  width: 29px;
  height: 26px;
  margin-bottom: 9px;
  border: 2px solid currentColor;
  border-top-width: 6px;
}

.service-system .service-breadcrumbs {
  background: var(--service-white);
  border-bottom: 1px solid var(--service-line);
}

.service-system .service-breadcrumbs .service-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 0;
  color: var(--service-muted);
  font-size: 14px;
}

.service-system .service-breadcrumbs span + span:before {
  content: "/";
  margin-right: 14px;
  color: var(--service-gold);
}

.service-system .service-breadcrumbs span:last-child {
  color: var(--service-navy);
}

.service-system .service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.service-system .service-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 188px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  overflow: hidden;
  border: 1px solid var(--service-gold);
  background: var(--service-gold);
  color: var(--service-white) !important;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.service-system .service-button:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 0;
  background: linear-gradient(90deg, var(--service-gold-soft) 0%, rgba(240, 232, 209, 0.3) 100%);
  transition: width 220ms ease;
}

.service-system .service-button:hover {
  color: var(--service-gold) !important;
}

.service-system .service-button:hover:after {
  width: 100%;
}

.service-system .service-button.is-secondary {
  background: transparent;
  color: var(--service-navy) !important;
}

.service-system .service-button.is-secondary:hover {
  color: var(--service-gold) !important;
}

.service-system .service-section {
  padding: 92px 0;
}

.service-system .service-section.is-paper {
  background: var(--service-paper);
}

.service-system .service-section.is-panel {
  background: var(--service-panel);
}

.service-system .service-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: start;
}

.service-system .service-split + .service-container,
.service-system .service-split + .service-path-grid,
.service-system .service-container > .service-path-grid {
  margin-top: 56px;
}

.service-system .service-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.95fr);
  gap: clamp(46px, 6vw, 90px);
  align-items: center;
}

.service-system .service-feature + .service-feature {
  margin-top: 104px;
}

.service-system .service-feature:nth-child(even) .service-feature-media {
  order: 2;
}

.service-system .service-feature-media {
  min-height: 430px;
  background: #eee;
}

.service-system .service-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.service-system .service-feature-copy {
  max-width: 590px;
}

.service-system .service-feature-copy p {
  margin-top: 22px;
}

.service-system .service-detail-link,
.service-system .service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: #111;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.service-system .service-detail-link:after,
.service-system .service-card-link:after {
  content: "->";
  color: var(--service-gold);
  letter-spacing: 0;
}

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

.service-system .service-path-card,
.service-system .service-list-item {
  min-height: 230px;
  padding: 34px;
  border-right: 1px solid var(--service-line);
  border-bottom: 1px solid var(--service-line);
  background: var(--service-white);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.service-system .service-path-card:hover,
.service-system .service-location-card:hover {
  box-shadow: 0 20px 48px rgba(0, 43, 92, 0.08);
}

.service-system .service-path-card span,
.service-system .service-service-list span {
  display: block;
  margin-bottom: 30px;
  color: var(--service-gold);
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.service-system .service-path-card p,
.service-system .service-list-item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.56;
}

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

.service-system .service-service-list > div {
  display: grid;
  grid-template-columns: 88px minmax(210px, 0.58fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid var(--service-line);
}

.service-system .service-service-list p {
  font-size: 16px;
  line-height: 1.58;
}

.service-system .service-location-finder {
  display: grid;
  grid-template-columns: minmax(310px, 0.38fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.service-system .service-filter-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.service-system .service-filter-chip {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid var(--service-line);
  background: var(--service-white);
  color: var(--service-muted);
  font-size: 15px;
}

.service-system .service-location-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-system .service-location-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--service-line);
  background: var(--service-white);
}

.service-system .service-location-card.is-featured {
  background: var(--service-navy);
  color: var(--service-white);
}

.service-system .service-location-card.is-featured h3,
.service-system .service-location-card.is-featured p,
.service-system .service-location-card.is-featured span {
  color: var(--service-white);
}

.service-system .service-region-label {
  margin-bottom: 16px;
  color: var(--service-gold);
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.service-system .service-location-card p {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.55;
}

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

.service-system .service-mini-list p {
  padding: 14px 16px;
  border: 1px solid var(--service-line);
  background: var(--service-white);
  color: var(--service-muted);
  font-size: 15px;
}

.service-system .service-contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: start;
}

.service-system .service-contact-card {
  padding: 34px;
  border: 1px solid var(--service-line);
  background: var(--service-white);
}

.service-system .service-contact-card p {
  margin-top: 13px;
  font-size: 16px;
}

.service-system .service-capability-list,
.service-system .service-text-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--service-line);
}

.service-system .service-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-system .service-capability-list li,
.service-system .service-text-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--service-line);
  color: var(--service-ink);
  font-size: 16px;
  line-height: 1.45;
}

.service-system .service-capability-list li:nth-child(odd) {
  padding-right: 24px;
}

.service-system .service-note {
  margin-top: 28px;
  color: var(--service-muted);
  font-size: 14px;
}

.service-system .gform_wrapper {
  margin-top: 0;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--service-line);
  background: var(--service-white);
}

.service-system .gform_wrapper input,
.service-system .gform_wrapper select,
.service-system .gform_wrapper textarea {
  border-radius: 0 !important;
}

.service-system .gform_wrapper .gform_button {
  min-height: 48px;
  padding: 0 36px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--service-gold) !important;
  color: var(--service-white) !important;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase;
}

.service-entry-system {
  --entry-gray: #f3f3f3;
  --entry-gray-2: #ececec;
  --entry-line: #d9d9d9;
  --entry-placeholder: #b8b8b8;
  background: #fff;
  color: var(--service-navy);
}

.service-entry-system h1,
.service-entry-system h2,
.service-entry-system h3 {
  color: var(--service-navy);
  font-family: gothambook, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.service-entry-system h1 {
  color: #fff;
  font-family: "Cormorant Garamond", Cardo, serif;
  font-size: clamp(58px, 6.1vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.service-entry-system h2 {
  font-size: clamp(30px, 2vw, 36px);
  line-height: 1.15;
}

.service-entry-system h3 {
  font-size: 24px;
  line-height: 1.22;
}

.service-entry-system p {
  color: #6a6f81;
  font-size: 16px;
  line-height: 1.68;
}

.service-entry-system .service-container {
  width: min(1320px, calc(100% - 84px));
}

.service-entry-hero {
  position: relative;
  min-height: 535px;
  display: flex;
  align-items: flex-start;
  overflow: visible;
  background: var(--entry-gray);
}

.service-entry-hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.03) 41%, rgba(255, 255, 255, 0.42) 100%),
    var(--entry-gray);
}

.service-entry-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.service-entry-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 78px;
  text-align: center;
}

.service-entry-hero-copy p {
  display: none;
}

.service-entry-section {
  padding: 82px 0;
  scroll-margin-top: 150px;
}

.service-entry-intro {
  padding-bottom: 58px;
}

.service-entry-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.service-entry-image,
.service-entry-card-media,
.service-entry-band-image,
.service-entry-authorized-hero .service-entry-image {
  position: relative;
  display: grid;
  place-items: center;
  background: var(--entry-gray);
  min-height: 320px;
  overflow: hidden;
}

.service-entry-image img,
.service-entry-card-media img,
.service-entry-band-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 1;
}

.service-entry-hero-media:before,
.service-entry-image:before,
.service-entry-card-media:before,
.service-entry-band-image:before,
.service-entry-authorized-hero:before {
  content: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border: 4px solid var(--entry-placeholder);
  border-radius: 8px;
  background:
    radial-gradient(circle at 29% 29%, transparent 0 3px, var(--entry-placeholder) 4px 6px, transparent 7px),
    linear-gradient(135deg, transparent 58%, var(--entry-placeholder) 59% 64%, transparent 65%),
    linear-gradient(45deg, transparent 53%, var(--entry-placeholder) 54% 60%, transparent 61%);
  opacity: 0.72;
}

.service-entry-hero-media:before {
  top: 57%;
  left: 50%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  border-width: 5px;
  opacity: 0.52;
}

.service-entry-authorized-hero:before {
  top: 118px;
  transform: translateX(-50%);
}

.service-entry-authorized-hero .service-entry-image:before {
  display: none;
}

.service-entry-copy p {
  max-width: 720px;
  margin-top: 16px;
}

.service-entry-system .service-detail-link {
  margin-top: 24px;
  color: #111;
  font-size: 13px;
  letter-spacing: 2.8px;
}

.service-entry-maintenance {
  padding-top: 0;
  padding-bottom: 88px;
}

.service-entry-maintenance-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.service-entry-sticky-copy {
  padding-top: 24px;
}

.service-entry-card {
  position: relative;
  display: block;
  min-height: 420px;
  padding: 0 28px 42px;
  background: var(--entry-gray);
  color: var(--service-navy);
}

.service-entry-card:nth-child(3),
.service-entry-card:nth-child(5) {
  margin-top: 74px;
}

.service-entry-card-media {
  margin: 0 -28px 34px;
  min-height: 258px;
  background: transparent;
}

.service-entry-card-tall .service-entry-card-media {
  min-height: 300px;
}

.service-entry-card p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
}

.service-entry-band {
  padding: 90px 0;
  background: var(--entry-gray);
}

.service-entry-band-inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.62fr) minmax(0, 0.82fr);
  gap: clamp(74px, 13vw, 210px);
  align-items: center;
}

.service-entry-band-card {
  background: #fff;
  padding: 56px;
}

.service-entry-band-card p {
  margin-top: 16px;
}

.service-entry-band-image {
  min-height: 285px;
}

.service-entry-refit {
  display: grid;
  grid-template-columns: minmax(310px, 0.46fr) minmax(0, 1fr);
  gap: clamp(72px, 11vw, 190px);
  align-items: start;
}

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

.service-entry-rows a {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr) 28px;
  gap: 30px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--entry-line);
  color: #111;
}

.service-entry-rows a:after {
  content: "->";
  text-align: right;
}

.service-entry-rows strong {
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  color: var(--service-navy);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}

.service-entry-rows span {
  color: #6a6f81;
  font-size: 16px;
  line-height: 1.68;
}

.service-entry-authorized {
  padding-top: 42px;
}

.service-entry-authorized-hero {
  display: grid;
  min-height: 540px;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: var(--entry-gray);
  text-align: center;
}

.service-entry-authorized-hero .service-entry-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.service-entry-authorized-hero > div:last-child {
  position: relative;
  z-index: 2;
  width: min(560px, calc(100% - 48px));
}

.service-entry-authorized-hero p {
  margin-top: 16px;
}

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

.service-entry-authorized-card {
  padding: 54px 40px 48px;
  min-height: 245px;
  border-bottom: 1px solid var(--entry-line);
  color: var(--service-navy);
}

.service-entry-authorized-card:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid var(--entry-line);
}

.service-entry-authorized-card:nth-child(even) {
  padding-right: 0;
}

.service-entry-authorized-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.service-entry-authorized-card p {
  margin-top: 14px;
}

.service-entry-authorized-card span {
  display: inline-block;
  margin-top: 24px;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  color: #111;
  font-size: 13px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.service-entry-location {
  display: grid;
  grid-template-columns: minmax(380px, 0.42fr) minmax(0, 1fr);
  min-height: 500px;
  background: transparent;
  gap: 0;
}

.service-entry-location-panel {
  padding: 48px 42px;
  background: #fff;
}

.service-entry-location-panel .service-filter-bar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.service-entry-location-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--entry-line);
}

.service-entry-location-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.62fr) 22px;
  gap: 16px;
  align-items: start;
  min-height: 74px;
  padding: 17px 0;
  border-bottom: 1px solid var(--entry-line);
  color: #111;
}

.service-entry-location-list a:after {
  content: "->";
  align-self: center;
}

.service-entry-location-list strong,
.service-entry-map-card strong {
  display: block;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.service-entry-location-list span,
.service-entry-map-card span {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 12px;
}

.service-entry-map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%) 0 0 / 48px 48px,
    linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%) 0 0 / 48px 48px,
    #dcdcdc;
}

.service-entry-map:before,
.service-entry-map:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #111;
}

.service-entry-map:before {
  width: 16px;
  height: 16px;
  left: 58%;
  top: 47%;
}

.service-entry-map:after {
  width: 10px;
  height: 10px;
  left: 74%;
  top: 34%;
}

.service-entry-map-card {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 230px;
  transform: translate(-50%, -50%);
  padding: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.service-entry-map-card a {
  display: block;
  margin-top: 16px;
  padding: 12px;
  background: #000;
  color: #fff !important;
  font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-entry-request {
  padding-top: 112px;
  padding-bottom: 118px;
  background: var(--entry-gray);
}

.service-entry-form-wrap {
  max-width: 860px;
  text-align: center;
}

.service-entry-form-wrap .gform_wrapper {
  margin-top: 28px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}

.service-entry-form-wrap .gform_wrapper .gform_button {
  display: block !important;
  min-width: 230px;
  margin: 26px auto 0 !important;
  background: var(--service-gold) !important;
}

.service-entry-system .service-hero-action {
  position: fixed;
  right: 28px;
  bottom: 34px;
  z-index: 6;
  width: 132px;
  height: 132px;
  padding: 18px;
  font-size: 13px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.service-entry-system .service-hero-action:before {
  width: 29px;
  height: 26px;
  margin-bottom: 7px;
  border-width: 2px;
  border-top-width: 6px;
}

@media (max-width: 1100px) {
  .service-system .service-container,
  .service-system .service-hero-panel {
    width: min(100% - 48px, 1320px);
  }

  .service-system .service-feature,
  .service-system .service-split,
  .service-system .service-location-finder,
  .service-system .service-contact-panel,
  .service-entry-feature,
  .service-entry-maintenance-grid,
  .service-entry-band-inner,
  .service-entry-refit,
  .service-entry-location {
    grid-template-columns: 1fr;
  }

  .service-system .service-feature:nth-child(even) .service-feature-media {
    order: initial;
  }

  .service-entry-card:nth-child(3),
  .service-entry-card:nth-child(5) {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .service-system .service-container,
  .service-system .service-hero-panel {
    width: min(100% - 32px, 1320px);
  }

  .service-system .service-hero {
    min-height: 590px;
  }

  .service-system .service-hero:before {
    background:
      linear-gradient(180deg, rgba(249, 247, 244, 0.94) 0%, rgba(249, 247, 244, 0.75) 56%, rgba(249, 247, 244, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 43, 92, 0.13), rgba(0, 0, 0, 0.04));
  }

  .service-system .service-hero-panel {
    padding: 52px 0 92px;
  }

  .service-system .service-hero-action {
    right: 16px;
    bottom: 18px;
    width: 94px;
    height: 94px;
    padding: 12px;
    font-size: 10px;
  }

  .service-system .service-hero-action:before {
    width: 22px;
    height: 20px;
    margin-bottom: 6px;
    border-top-width: 5px;
  }

  .service-system .service-section {
    padding: 68px 0;
  }

  .service-system h1 {
    font-size: clamp(52px, 17vw, 74px);
  }

  .service-system h2 {
    font-size: 42px;
  }

  .service-system h3 {
    font-size: 25px;
  }

  .service-system .service-lede {
    font-size: 19px;
  }

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

  .service-system .service-button {
    width: 100%;
  }

  .service-system .service-path-grid,
  .service-system .service-list-grid,
  .service-system .service-location-board,
  .service-system .service-mini-list,
  .service-system .service-filter-bar,
  .service-system .service-capability-list {
    grid-template-columns: 1fr;
  }

  .service-system .service-service-list > div {
    display: block;
  }

  .service-system .service-service-list h3,
  .service-system .service-service-list p,
  .service-system .service-service-list .service-detail-link {
    margin-top: 14px;
  }

  .service-system .service-feature-media,
  .service-system .service-feature-media img {
    min-height: 290px;
  }

  .service-system .service-path-card,
  .service-system .service-list-item,
  .service-system .service-location-card {
    min-height: auto;
    padding: 28px;
  }

  .service-entry-system .service-container {
    width: min(100% - 32px, 1220px);
  }

  .service-entry-hero {
    min-height: 520px;
  }

  .service-entry-hero-copy {
    padding-top: 68px;
    padding-bottom: 96px;
  }

  .service-entry-system .service-hero-action {
    position: fixed;
    right: 16px;
    bottom: 18px;
    width: 94px;
    height: 94px;
    padding: 10px;
    font-size: 9px;
  }

  .service-entry-system h1 {
    font-size: 46px;
  }

  .service-entry-system h2 {
    font-size: 34px;
  }

  .service-entry-section {
    padding: 64px 0;
  }

  .service-entry-image,
  .service-entry-card-media,
  .service-entry-band-image {
    min-height: 240px;
  }

  .service-entry-band-card,
  .service-entry-location-panel {
    padding: 28px;
  }

  .service-entry-rows a,
  .service-entry-authorized-grid,
  .service-entry-authorized-card,
  .service-entry-location-panel .service-filter-bar {
    display: block;
  }

  .service-entry-location-list a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-entry-rows strong,
  .service-entry-rows span {
    display: block;
  }

  .service-entry-rows span {
    margin-top: 8px;
  }

  .service-entry-rows a:after {
    display: block;
    margin-top: 10px;
    text-align: left;
  }

  .service-entry-authorized-grid {
    border-left: 0;
  }

  .service-entry-authorized-card {
    border-left: 1px solid var(--entry-line);
    border-right: 1px solid var(--entry-line);
    padding: 28px;
  }

  .service-entry-location-panel .service-filter-chip + .service-filter-chip {
    margin-top: 10px;
  }

  .service-entry-map {
    min-height: 380px;
  }

  .service-entry-map-card {
    width: min(240px, calc(100% - 48px));
  }
}

/* New Yacht Services entry proof. This is intentionally independent from the legacy service page. */
.service-entry-system {
  --entry-gray: #f3f3f1;
  --entry-gray-2: #ededeb;
  --entry-line: #d8d9d8;
  background: #fff;
}

.service-entry-system h1,
.service-entry-system h2,
.service-entry-system h3 {
  color: var(--service-navy);
  font-family: gothambook, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.service-entry-system h1 {
  font-size: clamp(44px, 4.4vw, 72px);
  line-height: 1;
}

.service-entry-system h2 {
  font-size: clamp(32px, 2.7vw, 48px);
  line-height: 1.08;
}

.service-entry-system h3 {
  font-size: clamp(21px, 1.55vw, 27px);
  line-height: 1.18;
}

.service-entry-system p {
  color: #4f586b;
  font-size: 16px;
  line-height: 1.65;
}

.service-entry-system .service-container {
  width: min(1220px, calc(100% - 96px));
}

.service-entry-hero {
  min-height: 520px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--entry-gray);
}

.service-entry-hero-media {
  background: var(--entry-gray);
}

.service-entry-hero-media:before,
.service-entry-image:before,
.service-entry-card-media:before,
.service-entry-band-image:before,
.service-entry-authorized-hero:before {
  content: none;
}

.service-entry-hero-media img {
  opacity: 1;
  filter: saturate(.62) contrast(.96);
}

.service-entry-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(246, 246, 244, .86) 0%, rgba(246, 246, 244, .72) 38%, rgba(246, 246, 244, .2) 100%);
}

.service-entry-hero-copy {
  z-index: 2;
  padding: 0 0 76px;
  text-align: left;
}

.service-entry-hero-copy p {
  display: block;
  width: min(520px, 100%);
  margin-top: 18px;
}

.service-entry-system .service-hero-action {
  position: fixed;
  right: 28px;
  bottom: 34px;
  width: 112px;
  height: 112px;
  padding: 15px;
  font-size: 11px;
}

.service-entry-section {
  padding: 90px 0;
}

.service-entry-feature {
  grid-template-columns: minmax(0, .96fr) minmax(340px, .74fr);
  gap: clamp(54px, 8vw, 120px);
}

.service-entry-image,
.service-entry-card-media,
.service-entry-band-image {
  background: var(--entry-gray);
}

.service-entry-image img,
.service-entry-card-media img,
.service-entry-band-image img {
  opacity: 1;
  filter: saturate(.48) contrast(.94);
}

.service-entry-card {
  background: var(--entry-gray);
}

.service-entry-band {
  background: var(--entry-gray);
}

.service-entry-band-inner {
  grid-template-columns: minmax(390px, .66fr) minmax(0, .9fr);
}

.service-entry-band-card {
  background: #fff;
}

.service-entry-authorized-hero {
  background: var(--entry-gray);
}

.service-entry-authorized-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(246, 246, 244, .62);
}

.service-entry-authorized-hero > div:last-child {
  z-index: 2;
}

.service-entry-location {
  grid-template-columns: minmax(330px, .42fr) minmax(0, 1fr);
}

.service-entry-form-wrap .gform_wrapper .gform_button {
  background: #111 !important;
}

@media (max-width: 1100px) {
  .service-entry-system .service-container {
    width: min(100% - 48px, 1220px);
  }

  .service-entry-feature,
  .service-entry-band-inner,
  .service-entry-maintenance-grid,
  .service-entry-refit,
  .service-entry-location {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .service-entry-system .service-container {
    width: min(100% - 32px, 1220px);
  }

  .service-entry-hero {
    min-height: 430px;
  }

  .service-entry-hero-copy {
    padding-bottom: 52px;
  }

  .service-entry-system h1 {
    font-size: 42px;
  }

  .service-entry-system h2 {
    font-size: 34px;
  }

  .service-entry-section {
    padding: 64px 0;
  }

  .service-entry-system .service-hero-action {
    right: 14px;
    bottom: 18px;
    width: 82px;
    height: 82px;
    padding: 10px;
    font-size: 9px;
  }
}
