/* AinaviCE orange / navy visual system  Eshared by TOP, AI registration and EC consulting. */
:root {
  --tone-navy: #080c4e;
  --tone-navy-deep: #050833;
  --tone-orange: #ed7731;
  --tone-orange-dark: #cf5d1f;
  --tone-ivory: #fffaf4;
  --tone-mist: #f5f6fa;
  --tone-ink: #15183c;
  --tone-muted: #62677d;
  --tone-line: rgba(8, 12, 78, .14);
  --tone-shadow: 0 24px 70px rgba(8, 12, 78, .10);
}

/* Shared header */
.site-header {
  background: rgba(255, 250, 244, .94) !important;
  border-bottom: 1px solid var(--tone-line) !important;
  box-shadow: 0 8px 30px rgba(8, 12, 78, .04);
}
.header-inner { min-height: 76px !important; }
.brand-ai, .brand-rest { color: var(--tone-navy) !important; }
.brand-ai { position: relative; }
.brand-ai::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tone-orange);
}
.primary-menu a { color: var(--tone-navy) !important; }
.primary-menu > li > a { position: relative; }
.primary-menu > li > a::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 2px;
  background: var(--tone-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.primary-menu > li > a:hover::before { transform: scaleX(1); transform-origin: left; }
.primary-menu .service-submenu { border-color: var(--tone-line) !important; }
.primary-menu .service-submenu a:hover { background: var(--tone-ivory) !important; color: var(--tone-orange-dark) !important; }
.header-cta {
  background: var(--tone-orange) !important;
  border-color: var(--tone-orange) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(237, 119, 49, .22);
}
.header-cta:hover { background: var(--tone-orange-dark) !important; }
.nav-toggle { border-color: var(--tone-line) !important; background: var(--tone-ivory) !important; }
.nav-toggle span { background: var(--tone-navy) !important; }

/* Remove every painted content background. Hero artwork is intentionally preserved. */
.service-section::before,
.service-section::after,
.about-section::before,
.about-section::after,
.company-section::before,
.company-section::after,
.inquiry-section::before,
.inquiry-section::after,
.ec-section::before,
.ec-section::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* Registration + consulting: quiet editorial rhythm below the first view. */
.service-section,
.company-section,
.ec-section { background: #fff !important; }
.about-section,
.ec-section:nth-of-type(odd) { background: var(--tone-mist) !important; }
.ai-registration-flow-section,
.ec-support,
.ec-faq { background: var(--tone-ivory) !important; }
.service-section__label,
.about-section__label,
.company-section__label,
.inquiry-section__label,
.ec-page-label { color: var(--tone-orange-dark) !important; }
.service-section__label::after,
.about-section__label::after,
.company-section__label::after,
.inquiry-section__label::after,
.ec-page-label::after { background: var(--tone-orange) !important; }
.service-section h2,
.about-section h2,
.company-section h2,
.ec-section h2 { color: var(--tone-navy) !important; }
.service-section h2 span,
.about-section h2 span,
.company-section h2 span,
.ec-section h2 span { color: var(--tone-orange) !important; }

.ai-registration-card,
.service-card,
.ec-issue-grid article,
.ec-compare-card,
.ec-feature-list article,
.ec-support-card,
.ec-faq-list details,
.ai-registration-source {
  border-color: var(--tone-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}
.ai-registration-card,
.service-card,
.ec-support-card,
.ec-compare-card { border-top: 3px solid var(--tone-orange) !important; }
.ai-registration-card:hover,
.service-card:hover,
.ec-support-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tone-shadow) !important;
}
.ai-registration-card > span,
.service-card__number,
.ec-feature-number,
.ec-flow-list b { color: var(--tone-orange) !important; }
.flow-num b {
  background: var(--tone-navy) !important;
  color: #fff !important;
  box-shadow: 0 0 0 6px var(--tone-ivory);
}
.flow-num::after { background: rgba(237, 119, 49, .38) !important; }
.ec-compare-card.is-primary {
  color: #fff !important;
  background: var(--tone-navy) !important;
  border-color: var(--tone-navy) !important;
}
.ec-compare-card.is-primary h3,
.ec-compare-card.is-primary p,
.ec-compare-card.is-primary li { color: #fff !important; }
.ec-support-icon { color: var(--tone-navy) !important; }
.ec-support-icon__accent { color: var(--tone-orange) !important; stroke: var(--tone-orange) !important; }
.ec-faq-list summary::after { color: var(--tone-orange) !important; }

/* Contact becomes the strong navy closing panel on both service pages. */
.inquiry-section {
  color: #fff !important;
  background: var(--tone-navy) !important;
}
.inquiry-section h2 { color: #fff !important; }
.inquiry-section__copy p:not(.inquiry-section__label) { color: rgba(255, 255, 255, .76) !important; }
.inquiry-form {
  padding: clamp(24px, 4vw, 48px) !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  box-shadow: 0 28px 80px rgba(2, 4, 28, .28) !important;
}
.inquiry-form button,
.hero-cta-primary { background: var(--tone-orange) !important; border-color: var(--tone-orange) !important; }
.inquiry-form button:hover,
.hero-cta-primary:hover { background: var(--tone-orange-dark) !important; }

/* Shared footer */
.site-footer {
  color: #fff !important;
  background: var(--tone-navy-deep) !important;
  border-top: 5px solid var(--tone-orange);
}
.footer-brand, .footer-brand span { color: #fff !important; }
.footer-brand::after { content: "."; color: var(--tone-orange); }
.footer-brand-block p,
.footer-nav p,
.footer-bottom p { color: rgba(255, 255, 255, .56) !important; }
.footer-nav a { color: rgba(255, 255, 255, .82) !important; }
.footer-nav a:hover { color: var(--tone-orange) !important; }
.footer-social a { border-color: rgba(255, 255, 255, .22) !important; color: #fff !important; }
.footer-social a:hover { background: var(--tone-orange) !important; border-color: var(--tone-orange) !important; }

/* TOP: preserve the in-progress first view, redesign everything below it. */
.ainavi-v7 .v7-header {
  background: rgba(255, 250, 244, .94) !important;
  border-bottom: 1px solid var(--tone-line) !important;
  backdrop-filter: blur(14px);
}
.ainavi-v7 .v7-header nav a:not(.v7-primary),
.ainavi-v7 .v7-logo { color: var(--tone-navy) !important; }
.ainavi-v7 .v7-header nav a:not(.v7-primary):hover { color: var(--tone-orange) !important; }
body.ainavi-v7 .v7-values {
  border-top: 0;
  box-shadow: none;
}
.ainavi-v7 .v7-values article { background: #fff; }
.ainavi-v7 .v7-manifesto {
  background: var(--tone-navy) !important;
}
.ainavi-v7 .v7-manifesto::after { color: rgba(237, 119, 49, .055); }
.ainavi-v7 .v7-section { background: #fff; }
.ainavi-v7 #services { background: var(--tone-ivory); }
.ainavi-v7 .v7-services article {
  border-color: var(--tone-line);
  border-top-color: var(--tone-orange);
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ainavi-v7 .v7-services article:hover { transform: translateY(-5px); box-shadow: var(--tone-shadow); }
.ainavi-v7 .v7-about { background: var(--tone-mist) !important; }
.ainavi-v7 .v7-kpis p { border-left-color: rgba(8, 12, 78, .055); }
.ainavi-v7 .v7-vision { position: relative; background: var(--tone-navy) !important; overflow: hidden; }
.ainavi-v7 .v7-vision::after {
  content: "CREATE";
  position: absolute;
  right: -2vw;
  bottom: -.28em;
  color: rgba(237, 119, 49, .07);
  font-size: 18vw;
  font-weight: 900;
  line-height: 1;
}
.ainavi-v7 .v7-vision .v7-wrap { position: relative; z-index: 1; }
.ainavi-v7 .v7-contact { background: #fff; }
.ainavi-v7 .v7-contact form {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--tone-line);
  border-top: 4px solid var(--tone-orange);
  background: var(--tone-ivory);
}
.ainavi-v7 .v7-footer {
  padding: 4rem 5vw;
  color: rgba(255, 255, 255, .65);
  background: var(--tone-navy-deep);
  border-top: 5px solid var(--tone-orange);
}
.ainavi-v7 .v7-footer .v7-logo { color: #fff !important; }
.ainavi-v7 .v7-replay { background: var(--tone-navy); border: 1px solid rgba(255, 255, 255, .22); }

@media (max-width: 920px) {
  .primary-menu { background: var(--tone-ivory) !important; border-color: var(--tone-line) !important; }
  .ainavi-v7 .v7-header { padding-inline: 5vw; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 64px !important; }
  .inquiry-form { padding: 22px !important; }
  .ainavi-v7 .v7-values { border-top-width: 3px; }
  .ainavi-v7 .v7-services article { padding: 2rem; }
  .ainavi-v7 .v7-footer { padding: 3rem 7vw; }
}

/* The v8 hero uses a pure white, static canvas. */
.ainavi-v7 .v7-header {
  background: rgba(255, 255, 255, .96) !important;
}

/* v10  Ecarry the earlier editorial system into the quiet orange/navy direction. */
.ainavi-v7 .v7-lead b {
  color: var(--tone-orange) !important;
}

.ainavi-v7 .v8-navigate {
  color: var(--tone-navy);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .01em;
}

.ainavi-v7 .v7-kicker,
.ainavi-v7 .v7-section h2,
.ainavi-v7 .v7-manifesto h2,
.ainavi-v7 .v7-services h3,
.ainavi-v7 .v7-services small,
.ainavi-v7 .v7-values strong,
.ainavi-v7 .v7-about h2,
.ainavi-v7 .v7-vision .v7-wrap > p,
.ainavi-v7 .v7-vision h2,
.ainavi-v7 .v7-contact h2 {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.ainavi-v7 .v7-kicker {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 .8rem;
  color: var(--tone-orange);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.ainavi-v7 .v7-kicker::before {
  content: "";
  width: 2.7rem;
  height: 4px;
  background: var(--tone-orange);
}

.ainavi-v7 .v7-section {
  position: relative;
  padding-block: clamp(7rem, 11vw, 10rem);
  overflow: hidden;
}

.ainavi-v7 .v7-section h2,
.ainavi-v7 .v7-contact h2 {
  max-width: 850px;
  margin: .35rem 0 1.25rem;
  font-weight: 600;
  letter-spacing: -.035em;
}

.ainavi-v7 .v7-intro,
.ainavi-v7 .v7-section article p,
.ainavi-v7 .v7-about-grid > div > p,
.ainavi-v7 .v7-contact-grid > p {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}

.ainavi-v7 .v7-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 7rem);
  width: 100%;
  margin: 0;
  padding: clamp(6rem, 9vw, 9rem) max(5vw, calc((100vw - 1160px) / 2)) clamp(16rem, 29vw, 30rem);
  border-top: 0;
  background:
    radial-gradient(circle at 48% 42%, rgba(239, 146, 56, .12), transparent 24%),
    linear-gradient(180deg, #fbfaf8 0%, #fbfaf8 34%, #f5eee8 48%, #d8d6dc 61%, #85879d 74%, #343866 87%, #080c4e 100%);
  box-shadow: none;
}

body.ainavi-v7 .v7-values article {
  position: relative;
  min-height: 14rem;
  padding: 2.8rem 0 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

body.ainavi-v7 .v7-values article::after {
  content: none;
}

body.ainavi-v7 .v7-values em {
  position: absolute;
  z-index: 0;
  top: -.45em;
  left: -.06em;
  margin: 0;
  color: rgba(237, 119, 49, .065);
  font-size: clamp(8rem, 13vw, 14rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.08em;
}

body.ainavi-v7 .v7-values strong {
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  font-weight: 600;
}

body.ainavi-v7 .v7-manifesto {
  padding-block: clamp(8rem, 13vw, 12rem);
  border-top: 0;
}

.ainavi-v7 .v7-manifesto .v7-kicker {
  color: #ef9238;
}

.ainavi-v7 .v7-manifesto h2 {
  max-width: 980px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.ainavi-v7 #services::after {
  content: "SERVICE";
  position: absolute;
  top: 0 !important;
  right: -1.5vw;
  color: transparent;
  -webkit-text-stroke: 2px rgba(8, 12, 78, .055);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(6rem, 14vw, 13rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.ainavi-v7 #services .v7-wrap {
  position: relative;
  z-index: 1;
}

.ainavi-v7 .v7-services {
  gap: clamp(1.25rem, 3vw, 3rem);
  margin-top: 4rem;
}

.ainavi-v7 .v7-services article {
  min-height: 510px;
  padding: clamp(2.2rem, 4vw, 4rem);
  border: 0;
  border-top: 7px solid var(--tone-orange);
  box-shadow: 0 24px 70px rgba(8, 12, 78, .07);
}

.ainavi-v7 .v7-services article:nth-child(2) {
  margin-top: 3.5rem;
  background: var(--tone-navy);
  color: #fff;
}

.ainavi-v7 .v7-services article:nth-child(2) h3,
.ainavi-v7 .v7-services article:nth-child(2) small {
  color: #fff;
}

.ainavi-v7 .v7-services h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  font-weight: 600;
}

.ainavi-v7 .v7-services a {
  padding-bottom: .25rem;
  border-bottom: 3px solid currentColor;
}

.ainavi-v7 .v7-about {
	padding-top: clamp(8rem, 12vw, 12rem);
	background:
		linear-gradient(180deg, #f8f2eb 0%, #f7f1eb 22%, #f5f1ee 44%, #f2f3f7 74%, #f2f3f7 100%) !important;
	margin-top: -1px;
}

.ainavi-v7 .v7-about::before {
  content: "GROWTH";
  position: absolute;
  left: -1vw;
  bottom: -.15em;
  color: rgba(237, 119, 49, .055);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(7rem, 16vw, 15rem);
  font-weight: 700;
  line-height: 1;
}

.ainavi-v7 .v7-about-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ainavi-v7 .v7-kpis {
  display: grid;
  gap: 1.15rem;
  border-top: 0;
  box-shadow: none;
}

.ainavi-v7 .v7-kpis p {
  position: relative;
  display: grid;
  grid-template-columns: 6.7rem minmax(0, 1fr);
  align-items: center;
  min-height: 8.6rem;
  margin: 0;
  padding: 1.65rem 1.75rem;
  border: 1px solid rgba(8, 12, 78, .055);
  border-left: 0;
  border-bottom: 1px solid rgba(8, 12, 78, .055);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, .94) 0%, rgba(255, 253, 250, .9) 100%);
  box-shadow: 0 24px 64px rgba(8, 12, 78, .075);
  overflow: hidden;
}

.ainavi-v7 .v7-kpis p::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .98) 0 32%, rgba(239, 146, 56, .13) 34% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(237, 119, 49, .12),
    0 10px 24px rgba(8, 12, 78, .045);
}

.ainavi-v7 .v7-kpis p::after {
  content: none;
}

.ainavi-v7 .v7-kpis span,
.ainavi-v7 .v7-kpis strong {
  grid-column: 2;
}

.ainavi-v7 .v7-kpis span {
  align-self: end;
  color: rgba(8, 12, 78, .58);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.5;
}

.ainavi-v7 .v7-kpis strong {
  align-self: start;
  margin-top: .35rem;
  color: var(--tone-navy);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.65rem, 5.2vw, 4.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
}

.ainavi-v7 .v7-kpis em {
  margin-left: .12em;
  color: var(--tone-navy);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .46em;
  font-style: normal;
  font-weight: 600;
}

.ainavi-v7 .v7-kpis .v7-kpi-text {
  font-size: clamp(1.42rem, 2.05vw, 2.05rem);
  line-height: 1.15;
  white-space: nowrap;
}

.ainavi-v7 .v7-kpi-card > i {
  position: absolute;
  left: 4.9rem;
  top: 50%;
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  transform: translate(-50%, -50%);
}

.ainavi-v7 .v7-kpi-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ainavi-v7 .v7-about-grid > div > p strong {
  color: var(--tone-navy);
  font-weight: 800;
}

.ainavi-v7 .v7-about-grid > div > small {
  display: block;
  max-width: 680px;
  margin-top: 2rem;
  color: rgba(8, 12, 78, .58);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: .82rem;
  line-height: 1.9;
}

.ainavi-v7 .v7-vision {
  min-height: auto;
  padding: clamp(3.8rem, 5.8vw, 5.4rem) 0 clamp(4.2rem, 6vw, 5.8rem);
  display: grid;
  align-items: center;
  border-bottom: 0;
}

.ainavi-v7 .v7-vision::before {
  content: "SPACE / CREATION";
  position: absolute;
  left: 52%;
  top: 50%;
  color: transparent;
  -webkit-text-stroke: 2px rgba(239, 146, 56, .18);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(4.5rem, 10vw, 10rem);
  font-weight: 700;
  line-height: .9;
  transform: translateY(-50%);
  white-space: nowrap;
}

.ainavi-v7 .v7-vision::after {
  display: none;
}

.ainavi-v7 .v7-vision h2 {
  max-width: 980px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.ainavi-v7 .v7-contact {
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
}

.ainavi-v7 .v7-contact form {
  border-top-width: 7px;
  box-shadow: 0 24px 70px rgba(8, 12, 78, .07);
}

@media (max-width: 760px) {
  body.ainavi-v7 .v7-values {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin-top: 0;
    padding: 5.5rem 7vw 15rem;
    background:
      radial-gradient(circle at 72% 54%, rgba(239, 146, 56, .12), transparent 24%),
      linear-gradient(180deg, #fbfaf8 0%, #fbfaf8 43%, #f0e8e4 57%, #aaaab8 72%, #343866 88%, #080c4e 100%);
  }
  body.ainavi-v7 .v7-values article { min-height: 10.5rem; padding: 1.8rem 0 0; }
  body.ainavi-v7 .v7-values em { top: -.35em; font-size: 8rem; }
  .ainavi-v7 .v7-services article { min-height: auto; }
  .ainavi-v7 .v7-services article:nth-child(2) { margin-top: 0; }
  .ainavi-v7 .v7-about-grid { grid-template-columns: 1fr; }
  .ainavi-v7 .v7-vision { min-height: 520px; }
  .ainavi-v7 .v7-vision::before { left: 14%; top: auto; bottom: .15em; transform: none; }
}

/* v10.2: seamless feature-to-service flow and equal-height service cards. */
body.ainavi-v7 {
  --v7-display-heading-size: clamp(2.75rem, 4.1vw, 4.15rem);
  --v7-display-heading-line: 1.35;
  --v7-display-heading-weight: 600;
}

body.ainavi-v7 .v7-display-heading {
  margin-top: .9rem;
  color: var(--tone-navy);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: var(--v7-display-heading-size) !important;
  font-weight: var(--v7-display-heading-weight) !important;
  line-height: var(--v7-display-heading-line) !important;
  letter-spacing: -.035em !important;
}

body.ainavi-v7 .v7-values,
body.ainavi-v7 .v7-values article {
  border-bottom: 0 !important;
}

body.ainavi-v7 .v7-values article::before,
body.ainavi-v7 .v7-values article::after {
  border: 0 !important;
  content: none !important;
}

body.ainavi-v7 #services.v7-section {
  position: relative;
  padding-top: clamp(18rem, 24vw, 23rem);
  background: #f8f2eb !important;
  color: var(--tone-navy) !important;
  overflow: visible;
}

body.ainavi-v7 #services.v7-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5rem;
  right: 0;
  left: 0;
  height: clamp(22rem, 28vw, 27rem);
  background:
    radial-gradient(ellipse 58% 118% at 100% 0%, rgba(239, 146, 56, .80) 0%, rgba(237, 119, 49, .42) 23%, rgba(237, 119, 49, .14) 47%, transparent 70%),
    linear-gradient(180deg, #080c4e 0%, #141749 12%, #303461 29%, #666a85 47%, #aaa9b4 64%, #d9d1d1 80%, #eee5df 91%, #f8f2eb 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 100%);
  pointer-events: none;
}

body.ainavi-v7 #services.v7-section::after {
  content: "SERVICE";
  position: absolute;
  z-index: 1;
  top: clamp(8.8rem, 12vw, 12rem);
  right: max(3vw, calc((100vw - 1280px) / 2));
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .58);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(4.8rem, 9.5vw, 9.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  pointer-events: none;
}

body.ainavi-v7 #services .v7-wrap > .v7-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.15rem;
  color: var(--tone-orange) !important;
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.ainavi-v7 #services .v7-wrap > .v7-kicker::before {
  content: "";
  flex: 0 0 clamp(2.1rem, 3.2vw, 3.45rem);
  width: clamp(2.1rem, 3.2vw, 3.45rem);
  height: 3px;
  background: currentColor;
}

body.ainavi-v7 #services .v7-wrap > h2 {
  color: var(--tone-navy) !important;
}

body.ainavi-v7 #services .v7-intro {
  color: rgba(8, 12, 78, .72) !important;
}

body.ainavi-v7 #services .v7-services {
  align-items: stretch;
}

body.ainavi-v7 #services .v7-services article,
body.ainavi-v7 #services .v7-services article:nth-child(2) {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: clamp(34rem, 43vw, 40rem);
  margin-top: 0 !important;
  padding: clamp(2.5rem, 4vw, 4rem);
  border: 0 !important;
  background: #fbfaf8 !important;
  color: var(--tone-navy) !important;
  overflow: hidden;
}

body.ainavi-v7 #services .v7-services article > * {
  position: relative;
  z-index: 1;
}

body.ainavi-v7 #services .v7-services article::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(18rem, 28vw, 30rem);
  aspect-ratio: 1;
  background: url("../images/service-ring-orange.png") center / contain no-repeat;
  opacity: .115;
  pointer-events: none;
}

body.ainavi-v7 #services .v7-services article:first-child::before {
  top: -12rem;
  right: -11rem;
}

body.ainavi-v7 #services .v7-services article:nth-child(2)::before {
  right: -13rem;
  bottom: -13rem;
  width: clamp(20rem, 31vw, 34rem);
  background-image: url("../images/service-ring-navy.png");
  opacity: .075;
  filter: brightness(1.55) saturate(.72);
}

body.ainavi-v7 #services .v7-services em {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--tone-orange);
  font-size: clamp(3rem, 4.5vw, 4.6rem);
}

body.ainavi-v7 #services .v7-services em::after {
  content: none;
}

body.ainavi-v7 #services .v7-services small {
  display: block;
  margin-top: 1.15rem;
  color: var(--tone-orange) !important;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .13em;
}

body.ainavi-v7 #services .v7-services h3,
body.ainavi-v7 #services .v7-services article:nth-child(2) h3 {
  margin: 1.1rem 0 0;
  color: var(--tone-navy) !important;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

body.ainavi-v7 #services .v7-services article > p {
  margin: 1.7rem 0 1.25rem;
}

body.ainavi-v7 #services .v7-services ul {
  margin-bottom: 2.2rem;
}

body.ainavi-v7 #services .v7-services a {
  margin-top: auto;
  border-bottom: 0 !important;
}

@media (max-width: 760px) {
  body.ainavi-v7 {
    --v7-display-heading-size: clamp(2.55rem, 12vw, 3.6rem);
  }
  body.ainavi-v7 #services.v7-section {
    padding-top: 14rem;
  }
  body.ainavi-v7 #services.v7-section::before {
    top: -3rem;
    height: 15.5rem;
  }
  body.ainavi-v7 #services.v7-section::after {
    top: 6.5rem;
    right: -1rem;
    font-size: clamp(3.6rem, 20vw, 5.8rem);
    letter-spacing: 0;
  }
  body.ainavi-v7 #services .v7-services article,
  body.ainavi-v7 #services .v7-services article:nth-child(2) {
    min-height: 0;
    padding: 2.25rem 1.5rem;
  }
}
