@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,500&display=swap");

:root {
  --site-ink: #26323a;
  --site-muted: #657177;
  --site-paper: #f7f3ed;
  --site-card: rgba(255, 252, 247, .94);
  --site-line: rgba(97, 123, 111, .18);
  --site-sage: #6f9684;
  --site-sage-deep: #466f63;
  --site-clay: #c7836d;
  --site-rose: #d8afa2;
  --site-cream: #fffaf2;
  --site-blue: #586f8f;
  --site-shadow: 0 18px 42px rgba(80, 63, 48, .11), 0 3px 0 rgba(255, 255, 255, .72) inset;
  --site-shadow-lift: 0 30px 72px rgba(80, 63, 48, .17), 0 12px 24px rgba(111, 150, 132, .11);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--site-ink) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(216, 175, 162, .22), transparent 22rem),
    radial-gradient(circle at 88% 16%, rgba(111, 150, 132, .22), transparent 25rem),
    linear-gradient(180deg, #fbf7f0 0%, #fffaf4 42%, #f2f6f1 100%) !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background:
    linear-gradient(115deg, rgba(199, 131, 109, .09) 0 1px, transparent 1px 58px),
    linear-gradient(25deg, rgba(70, 111, 99, .08) 0 1px, transparent 1px 70px);
  background-size: 220px 220px, 260px 260px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 34vh;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(111, 150, 132, .14), transparent);
}

main {
  animation: sitePageIn .7s cubic-bezier(.2, .8, .2, 1) both;
}

.site-header {
  border-bottom: 1px solid rgba(97, 123, 111, .16) !important;
  background: rgba(255, 250, 242, .84) !important;
  backdrop-filter: blur(18px) saturate(1.1);
  box-shadow: 0 12px 34px rgba(80, 63, 48, .07) !important;
}

.brand {
  transform-style: preserve-3d;
}

.brand-mark {
  color: transparent !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 14px !important;
  box-shadow: 0 13px 28px rgba(80, 63, 48, .18), -5px -5px 14px rgba(255, 255, 255, .9) !important;
  transform: translateZ(16px) rotate(-2deg);
}

.brand strong,
h1,
h2,
h3 {
  color: var(--site-ink) !important;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 700 !important;
}

h3,
.brand strong,
.button,
.nav-links,
.eyebrow,
dt,
strong {
  font-family: "Nunito Sans", Arial, sans-serif !important;
}

.brand small,
p,
li,
dd,
.hero-lede,
.section-heading p:not(.eyebrow),
.about-copy,
.portrait-card p,
.service-list p,
.systems-grid p,
.trust-grid p,
.contact-copy p,
.site-footer {
  color: var(--site-muted) !important;
}

.eyebrow,
.summary-card dt,
.link-more,
.open,
.site-footer a {
  color: var(--site-sage-deep) !important;
  letter-spacing: .08em !important;
}

.nav-links a {
  position: relative;
  transition: color .22s ease, transform .22s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--site-clay), var(--site-sage));
  opacity: 0;
  transform: scaleX(.65);
  transition: opacity .22s ease, transform .22s ease;
}

.nav-links a:hover {
  color: var(--site-sage-deep) !important;
  transform: translateY(-1px);
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.button.primary {
  color: #fff !important;
  border-color: rgba(70, 111, 99, .1) !important;
  background: linear-gradient(135deg, #476f63, #788f65 55%, #c7836d) !important;
  box-shadow: 0 18px 38px rgba(70, 111, 99, .24), inset 0 1px 0 rgba(255, 255, 255, .34) !important;
}

.button.secondary {
  color: var(--site-ink) !important;
  border-color: rgba(97, 123, 111, .2) !important;
  background: rgba(255, 250, 242, .9) !important;
  box-shadow: 0 12px 24px rgba(80, 63, 48, .08), inset 0 1px 0 rgba(255, 255, 255, .84) !important;
}

.button,
.asset-modal__close,
button {
  border-radius: 11px !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease !important;
}

.button:hover,
.asset-modal__close:hover,
button:hover {
  transform: translateY(-3px) scale(1.012);
}

.summary-card,
.portrait-card,
.service-list article,
.support-grid article,
.systems-grid article,
.steps li,
.trust-grid p,
.lead-form,
.quote-form,
.scheduler-box,
.resource-grid article,
.testimonial-grid article,
.faq-list article,
.article-body,
.card,
.service-card,
.specialty-card,
.resource-card,
.testimonial-card,
.fit-card,
.process-card,
.detail-card {
  position: relative;
  isolation: isolate;
  border-color: var(--site-line) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, .97), rgba(247, 241, 232, .92)) !important;
  box-shadow: var(--site-shadow) !important;
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
}

.summary-card::after,
.portrait-card::after,
.service-list article::after,
.support-grid article::after,
.systems-grid article::after,
.resource-grid article::after,
.testimonial-grid article::after,
.faq-list article::after,
.article-body::after,
.card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), transparent 45%),
    radial-gradient(circle at 86% 12%, rgba(216, 175, 162, .16), transparent 8rem);
  pointer-events: none;
}

.service-list article:hover,
.support-grid article:hover,
.systems-grid article:hover,
.steps li:hover,
.resource-grid article:hover,
.testimonial-grid article:hover,
.faq-list article:hover,
.article-body:hover,
.card:hover,
.service-card:hover,
.specialty-card:hover,
.resource-card:hover,
.testimonial-card:hover,
.fit-card:hover,
.process-card:hover,
.detail-card:hover,
article[class*="card"]:hover,
a[class*="card"]:hover {
  transform: translateY(-8px) rotateX(1.4deg) rotateY(-1.2deg) !important;
  border-color: rgba(111, 150, 132, .36) !important;
  background: linear-gradient(145deg, #fffdf8, #f6efe5) !important;
  box-shadow: var(--site-shadow-lift) !important;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(216, 175, 162, .2), transparent 24rem),
    radial-gradient(circle at 18% 20%, rgba(111, 150, 132, .19), transparent 26rem),
    linear-gradient(135deg, rgba(255, 250, 242, .94), rgba(242, 246, 241, .94)) !important;
  border-bottom-color: rgba(97, 123, 111, .14) !important;
}

.hero::before,
.page-hero::before {
  border-color: rgba(97, 123, 111, .12) !important;
  border-radius: 22px !important;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 7vw, 92px);
  top: clamp(24px, 8vw, 88px);
  width: min(32vw, 330px);
  aspect-ratio: 1;
  border-radius: 31% 69% 62% 38% / 42% 36% 64% 58%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .76), transparent 21%),
    linear-gradient(145deg, rgba(216, 175, 162, .28), rgba(111, 150, 132, .18));
  box-shadow: 22px 28px 58px rgba(80, 63, 48, .12), inset 16px 16px 32px rgba(255, 255, 255, .56);
  pointer-events: none;
  z-index: 0;
  animation: siteFloat 9s ease-in-out infinite;
}

.hero > *,
.page-hero > * {
  position: relative;
  z-index: 1;
}

.summary-card {
  transform: perspective(900px) rotateY(-4deg) rotateX(2deg) !important;
}

.summary-card:hover {
  transform: perspective(900px) translateY(-6px) rotateY(-1deg) rotateX(1deg) !important;
}

.portrait,
.services-hero-art,
.specialty-hero-art,
.resource-hero-art,
.portrait-glass {
  border-color: rgba(111, 150, 132, .22) !important;
  border-radius: 18px !important;
  background: #efe9de !important;
  box-shadow: 0 24px 58px rgba(80, 63, 48, .15), inset 0 1px 0 rgba(255, 255, 255, .46) !important;
  overflow: hidden;
}

.services-section,
.systems-section,
.trust-section,
.practice-support-section,
.process-section,
.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, .74), rgba(242, 246, 241, .72)),
    var(--site-paper) !important;
}

.service-list h3::before,
.systems-grid h3::before,
.support-grid h3::before,
.services-polish .article-body h2::before,
.specialty-polish .service-list article h3::before,
.workflow-track article span,
.billing-snapshot span,
.lane-icon {
  background: linear-gradient(90deg, var(--site-clay), var(--site-sage), var(--site-blue)) !important;
  box-shadow: 0 0 0 6px rgba(111, 150, 132, .08) !important;
}

.layered-section,
.viewer-note-banner {
  background:
    radial-gradient(circle at 90% 12%, rgba(216, 175, 162, .24), transparent 18rem),
    linear-gradient(135deg, #26323a, #466f63 58%, #7b6f55) !important;
  border-color: rgba(255, 250, 242, .18) !important;
}

.layered-section h2,
.layered-section .eyebrow,
.viewer-note-banner h2,
.viewer-note-banner .eyebrow {
  color: #fffaf2 !important;
}

.layered-section p,
.viewer-note-banner p {
  color: rgba(255, 250, 242, .78) !important;
}

.layered-section .mini-proof h3,
.layered-section .mini-proof p,
.layered-section .mini-proof .link-more,
.layered-section .systems-grid article h3,
.layered-section .systems-grid article p,
.viewer-note-banner .button {
  color: var(--site-ink) !important;
}

.link-more::after,
.open::after {
  content: "->";
  transition: transform .22s ease;
}

article:hover .link-more::after,
.card-link:hover .link-more::after,
.card:hover .open::after {
  transform: translateX(6px);
}

input,
select,
textarea {
  border-color: rgba(97, 123, 111, .22) !important;
  border-radius: 12px !important;
  background: rgba(255, 252, 247, .94) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: rgba(111, 150, 132, .62) !important;
  box-shadow: 0 0 0 4px rgba(111, 150, 132, .13) !important;
}

@keyframes sitePageIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes siteFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(10px, 16px, 0) rotate(3deg);
  }
}

@media (max-width: 820px) {
  .hero,
  .page-hero {
    background:
      radial-gradient(circle at 90% 0%, rgba(216, 175, 162, .2), transparent 18rem),
      linear-gradient(180deg, #fffaf2, #f3f7f1) !important;
  }

  .hero::after,
  .page-hero::after {
    opacity: .42;
  }

  .summary-card {
    transform: none !important;
  }

  .page-hero h1,
  .page-hero h2,
  .page-hero p:not(.eyebrow) {
    color: var(--site-ink) !important;
  }
}

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

/* Essential package remix: a more colorful, rearranged presentation. */
.essential-remix {
  --remix-ink: #232735;
  --remix-plum: #6f4d7d;
  --remix-coral: #d86f61;
  --remix-gold: #d9a64f;
  --remix-mint: #7bbf9f;
  --remix-teal: #3f8f8a;
  --remix-blue: #587aa8;
  --remix-paper: #fff8ee;
  background:
    radial-gradient(circle at 8% 6%, rgba(216, 111, 97, .28), transparent 19rem),
    radial-gradient(circle at 72% 10%, rgba(111, 77, 125, .24), transparent 22rem),
    radial-gradient(circle at 88% 58%, rgba(123, 191, 159, .25), transparent 24rem),
    linear-gradient(180deg, #fff7ec 0%, #f5f9ef 44%, #fff4f1 100%) !important;
}

.essential-remix main {
  overflow: hidden;
}

.essential-remix .studio-hero,
.essential-remix .fit-ribbon,
.essential-remix .intro-split,
.essential-remix .service-mosaic,
.essential-remix .reason-band,
.essential-remix .systems-strip,
.essential-remix .process-lane,
.essential-remix .trust-contact {
  position: relative;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 5vw, 70px);
}

.essential-remix .studio-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 640px;
  background:
    linear-gradient(135deg, rgba(111, 77, 125, .96), rgba(63, 143, 138, .9) 48%, rgba(216, 111, 97, .92)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .4), transparent 20rem) !important;
  color: #fffaf2;
  isolation: isolate;
}

.essential-remix .studio-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  z-index: -1;
  border: 1px solid rgba(255, 250, 242, .26);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(115deg, #000, transparent 80%);
}

.essential-remix .studio-copy {
  max-width: 730px;
}

.essential-remix .studio-copy .eyebrow,
.essential-remix .studio-copy h1,
.essential-remix .studio-copy .hero-lede {
  color: #fffaf2 !important;
}

.essential-remix .studio-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(56px, 9vw, 108px);
  line-height: .88;
}

.essential-remix .studio-copy .hero-lede {
  max-width: 660px;
  font-size: clamp(19px, 2.2vw, 24px);
}

.essential-remix .studio-board {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(240px, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 500px;
  perspective: 1200px;
}

.essential-remix .portrait-orbit {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 3;
  justify-self: end;
  width: min(100%, 330px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 10px solid rgba(255, 250, 242, .68);
  border-radius: 34px;
  background: #fffaf2;
  box-shadow: 0 38px 88px rgba(35, 39, 53, .28);
  transform: rotate(3deg);
  animation: remixFloat 8s ease-in-out infinite;
}

.essential-remix .portrait-orbit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.essential-remix .board-card {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 250, 242, .38);
  border-radius: 20px;
  background: rgba(255, 250, 242, .93);
  color: var(--remix-ink);
  box-shadow: 0 24px 62px rgba(35, 39, 53, .22);
  transition: transform .28s ease, box-shadow .28s ease;
}

.essential-remix .board-card:hover {
  transform: translateY(-8px) rotate(0deg) scale(1.02);
  box-shadow: 0 34px 78px rgba(35, 39, 53, .3);
}

.essential-remix .board-card span {
  color: var(--remix-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.essential-remix .board-card strong {
  color: var(--remix-ink) !important;
  line-height: 1.25;
}

.essential-remix .board-card-a {
  background: #fff3be;
  transform: rotate(-5deg);
}

.essential-remix .board-card-b {
  background: #daf5e7;
  transform: rotate(4deg);
}

.essential-remix .board-card-c {
  background: #f8d6ce;
  transform: rotate(-3deg);
}

.essential-remix .fit-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -46px;
  z-index: 2;
}

.essential-remix .fit-ribbon article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(35, 39, 53, .08);
  border-radius: 24px;
  background: #fffaf2;
  box-shadow: 0 22px 54px rgba(80, 63, 48, .14);
  transition: transform .24s ease, box-shadow .24s ease;
}

.essential-remix .fit-ribbon article:nth-child(1) {
  border-top: 8px solid var(--remix-coral);
}

.essential-remix .fit-ribbon article:nth-child(2) {
  border-top: 8px solid var(--remix-mint);
}

.essential-remix .fit-ribbon article:nth-child(3) {
  border-top: 8px solid var(--remix-gold);
}

.essential-remix .fit-ribbon article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(80, 63, 48, .2);
}

.essential-remix .fit-ribbon span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--remix-plum);
  color: #fffaf2;
  font-weight: 900;
}

.essential-remix .fit-ribbon strong {
  display: block;
  color: var(--remix-ink) !important;
  font-size: 17px;
  line-height: 1.35;
}

.essential-remix .intro-split {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: linear-gradient(90deg, #fff8ee, #eef8ee) !important;
}

.essential-remix .intro-split h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
}

.essential-remix .intro-note {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3.5vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 111, 97, .18), transparent 14rem),
    #fffaf2;
  box-shadow: 0 20px 54px rgba(80, 63, 48, .12);
}

.essential-remix .intro-note p {
  margin: 0;
  font-size: 18px;
}

.essential-remix .service-mosaic {
  background:
    linear-gradient(135deg, rgba(255, 243, 190, .75), rgba(248, 214, 206, .6) 48%, rgba(218, 245, 231, .7)) !important;
}

.essential-remix .mosaic-heading {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.essential-remix .mosaic-heading h2 {
  max-width: 780px;
  font-size: clamp(32px, 5vw, 58px);
}

.essential-remix .mosaic-heading p:not(.eyebrow) {
  max-width: 520px;
  font-size: 18px;
}

.essential-remix .mosaic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
}

.essential-remix .mosaic-grid article,
.essential-remix .reason-stack article,
.essential-remix .systems-pills article,
.essential-remix .process-lane li,
.essential-remix .trust-panel,
.essential-remix .contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 24px);
  border: 1px solid rgba(35, 39, 53, .08);
  border-radius: 26px;
  background: #fffaf2;
  box-shadow: 0 20px 52px rgba(80, 63, 48, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.essential-remix .mosaic-grid article:hover,
.essential-remix .reason-stack article:hover,
.essential-remix .systems-pills article:hover,
.essential-remix .process-lane li:hover,
.essential-remix .trust-panel:hover,
.essential-remix .contact-panel:hover {
  transform: translateY(-9px) rotateX(1deg);
  box-shadow: 0 32px 78px rgba(80, 63, 48, .19);
}

.essential-remix .mosaic-grid article::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 10px;
  width: 154px;
  height: 154px;
  border-radius: 40% 60% 45% 55%;
  background: rgba(255, 255, 255, .35);
}

.essential-remix .mosaic-grid article:nth-child(1) {
  background: linear-gradient(145deg, #6f4d7d, #587aa8);
}

.essential-remix .mosaic-grid article:nth-child(2) {
  background: #f8d6ce;
}

.essential-remix .mosaic-grid article:nth-child(3) {
  background: #daf5e7;
}

.essential-remix .mosaic-grid article:nth-child(4) {
  background: #fff3be;
}

.essential-remix .mosaic-grid article:nth-child(5) {
  background: #dce9ff;
}

.essential-remix .mosaic-grid article:nth-child(6) {
  background: linear-gradient(145deg, #3f8f8a, #7bbf9f);
}

.essential-remix .mosaic-large {
  grid-column: span 2;
  grid-row: auto;
}

.essential-remix .mosaic-wide {
  grid-column: span 2;
}

.essential-remix .mosaic-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 250, 242, .7);
  color: var(--remix-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.essential-remix .mosaic-grid h3 {
  font-size: clamp(20px, 2.4vw, 30px);
}

.essential-remix .mosaic-grid article:nth-child(1) h3,
.essential-remix .mosaic-grid article:nth-child(1) p,
.essential-remix .mosaic-grid article:nth-child(6) h3,
.essential-remix .mosaic-grid article:nth-child(6) p {
  color: #fffaf2 !important;
}

.essential-remix .reason-band {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 243, 190, .62), transparent 18rem),
    linear-gradient(135deg, #2e3446, #466f63) !important;
}

.essential-remix .reason-copy h2,
.essential-remix .reason-copy p,
.essential-remix .reason-copy .eyebrow {
  color: #fffaf2 !important;
}

.essential-remix .reason-stack {
  display: grid;
  gap: 16px;
}

.essential-remix .reason-stack article:nth-child(1) {
  margin-right: 12%;
  background: #fff3be;
}

.essential-remix .reason-stack article:nth-child(2) {
  margin-left: 8%;
  background: #f8d6ce;
}

.essential-remix .reason-stack article:nth-child(3) {
  margin-right: 5%;
  background: #daf5e7;
}

.essential-remix .systems-strip {
  display: grid;
  grid-template-columns: minmax(230px, .6fr) minmax(0, 1fr);
  gap: 26px;
  background:
    linear-gradient(90deg, rgba(220, 233, 255, .75), rgba(255, 248, 238, .9)) !important;
}

.essential-remix .systems-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.essential-remix .systems-pills article {
  background: #fffaf2;
}

.essential-remix .systems-pills article:nth-child(1) {
  border-top: 8px solid var(--remix-blue);
}

.essential-remix .systems-pills article:nth-child(2) {
  border-top: 8px solid var(--remix-coral);
}

.essential-remix .systems-pills article:nth-child(3) {
  border-top: 8px solid var(--remix-mint);
}

.essential-remix .process-lane {
  background: #fff8ee !important;
}

.essential-remix .process-lane ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.essential-remix .process-lane li {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 250, 242, .94)),
    linear-gradient(135deg, rgba(216, 111, 97, .2), rgba(123, 191, 159, .2));
}

.essential-remix .process-lane li span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 17px;
  background: var(--remix-plum);
  color: #fffaf2;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(111, 77, 125, .22);
}

.essential-remix .process-lane li:nth-child(2) span {
  background: var(--remix-coral);
}

.essential-remix .process-lane li:nth-child(3) span {
  background: var(--remix-teal);
}

.essential-remix .process-lane li:nth-child(4) span {
  background: var(--remix-gold);
}

.essential-remix .process-lane strong {
  display: block;
  color: var(--remix-ink) !important;
  font-size: 20px;
  margin-bottom: 10px;
}

.essential-remix .trust-contact {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr);
  gap: 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 111, 97, .26), transparent 18rem),
    linear-gradient(135deg, #edf8ef, #fff4f1) !important;
}

.essential-remix .trust-panel {
  background: #2e3446;
}

.essential-remix .trust-panel h2,
.essential-remix .trust-panel p,
.essential-remix .trust-panel .eyebrow {
  color: #fffaf2 !important;
}

.essential-remix .contact-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(145deg, #fff3be, #f8d6ce);
}

@keyframes remixFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(3deg);
  }

  50% {
    transform: translate3d(-8px, 14px, 0) rotate(-1deg);
  }
}

@media (max-width: 980px) {
  .essential-remix .studio-hero,
  .essential-remix .intro-split,
  .essential-remix .reason-band,
  .essential-remix .systems-strip,
  .essential-remix .trust-contact {
    grid-template-columns: 1fr;
  }

  .essential-remix .fit-ribbon,
  .essential-remix .systems-pills,
  .essential-remix .process-lane ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .essential-remix .studio-hero {
    min-height: auto;
    padding-top: 48px;
  }

  .essential-remix .studio-copy h1 {
    font-size: clamp(52px, 18vw, 76px);
  }

  .essential-remix .studio-board {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
  }

  .essential-remix .portrait-orbit {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    inset: auto;
    width: min(78%, 310px);
    margin: 0 auto 4px;
    transform: rotate(2deg);
  }

  .essential-remix .board-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .essential-remix .fit-ribbon,
  .essential-remix .mosaic-grid,
  .essential-remix .systems-pills,
  .essential-remix .process-lane ol {
    grid-template-columns: 1fr;
  }

  .essential-remix .mosaic-large,
  .essential-remix .mosaic-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .essential-remix .reason-stack article {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Shared remix layer for every page and package. */
.vitalweb-remix {
  --remix-ink: #232735;
  --remix-plum: #6f4d7d;
  --remix-coral: #d86f61;
  --remix-gold: #d9a64f;
  --remix-mint: #7bbf9f;
  --remix-teal: #3f8f8a;
  --remix-blue: #587aa8;
  background:
    radial-gradient(circle at 8% 6%, rgba(216, 111, 97, .24), transparent 19rem),
    radial-gradient(circle at 72% 10%, rgba(111, 77, 125, .2), transparent 22rem),
    radial-gradient(circle at 88% 58%, rgba(123, 191, 159, .22), transparent 24rem),
    linear-gradient(180deg, #fff7ec 0%, #f5f9ef 44%, #fff4f1 100%) !important;
}

.vitalweb-remix .site-header {
  border-bottom-color: rgba(35, 39, 53, .1) !important;
  background: rgba(255, 248, 238, .88) !important;
}

.vitalweb-remix .page-hero,
.vitalweb-remix:not(.essential-remix) .hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .56fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  min-height: auto;
  background:
    linear-gradient(135deg, rgba(111, 77, 125, .96), rgba(63, 143, 138, .9) 48%, rgba(216, 111, 97, .92)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .4), transparent 20rem) !important;
  color: #fffaf2 !important;
  isolation: isolate;
}

.vitalweb-remix .page-hero::before,
.vitalweb-remix:not(.essential-remix) .hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 0;
  border: 1px solid rgba(255, 250, 242, .26) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: linear-gradient(115deg, #000, transparent 82%);
}

.vitalweb-remix .page-hero > *,
.vitalweb-remix:not(.essential-remix) .hero > * {
  position: relative;
  z-index: 1;
}

.vitalweb-remix .page-hero h1,
.vitalweb-remix .page-hero h2,
.vitalweb-remix .page-hero h3,
.vitalweb-remix .page-hero p,
.vitalweb-remix .page-hero .eyebrow,
.vitalweb-remix:not(.essential-remix) .hero h1,
.vitalweb-remix:not(.essential-remix) .hero h2,
.vitalweb-remix:not(.essential-remix) .hero p,
.vitalweb-remix:not(.essential-remix) .hero .eyebrow {
  color: #fffaf2 !important;
}

.vitalweb-remix .page-hero h1,
.vitalweb-remix:not(.essential-remix) .hero h1 {
  font-size: clamp(44px, 6.4vw, 86px);
  line-height: .94;
}

.vitalweb-remix .section,
.vitalweb-remix .article-section {
  background: transparent !important;
}

.vitalweb-remix .section:nth-of-type(2n),
.vitalweb-remix .services-section,
.vitalweb-remix .systems-section,
.vitalweb-remix .contact-section,
.vitalweb-remix .practice-support-section,
.vitalweb-remix .process-section,
.vitalweb-remix .trust-section {
  background:
    linear-gradient(135deg, rgba(255, 243, 190, .55), rgba(248, 214, 206, .38) 52%, rgba(218, 245, 231, .5)) !important;
}

.vitalweb-remix .section-heading {
  max-width: 850px;
}

.vitalweb-remix .section-heading h2,
.vitalweb-remix .contact-copy h2,
.vitalweb-remix .article-body h2 {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1;
}

.vitalweb-remix .service-list,
.vitalweb-remix .systems-grid,
.vitalweb-remix .support-grid,
.vitalweb-remix .resource-grid,
.vitalweb-remix .testimonial-grid,
.vitalweb-remix .faq-list,
.vitalweb-remix .article-section,
.vitalweb-remix .steps {
  gap: 16px !important;
}

.vitalweb-remix .service-list article,
.vitalweb-remix .support-grid article,
.vitalweb-remix .systems-grid article,
.vitalweb-remix .resource-grid article,
.vitalweb-remix .testimonial-grid article,
.vitalweb-remix .faq-list article,
.vitalweb-remix .steps li,
.vitalweb-remix .article-body,
.vitalweb-remix .lead-form,
.vitalweb-remix .quote-form,
.vitalweb-remix .scheduler-box,
.vitalweb-remix .summary-card,
.vitalweb-remix .portrait-card,
.vitalweb-remix .polish-visual,
.vitalweb-remix .polish-copy {
  overflow: hidden;
  padding: clamp(20px, 2.7vw, 28px) !important;
  border: 1px solid rgba(35, 39, 53, .08) !important;
  border-radius: 26px !important;
  box-shadow: 0 20px 52px rgba(80, 63, 48, .12) !important;
}

.vitalweb-remix .service-list article:nth-child(6n+1),
.vitalweb-remix .resource-grid article:nth-child(6n+1),
.vitalweb-remix .testimonial-grid article:nth-child(6n+1),
.vitalweb-remix .faq-list article:nth-child(6n+1),
.vitalweb-remix .systems-grid article:nth-child(6n+1),
.vitalweb-remix .support-grid article:nth-child(6n+1),
.vitalweb-remix .steps li:nth-child(6n+1),
.vitalweb-remix .article-body:nth-child(6n+1) {
  background: linear-gradient(145deg, #6f4d7d, #587aa8) !important;
}

.vitalweb-remix .service-list article:nth-child(6n+2),
.vitalweb-remix .resource-grid article:nth-child(6n+2),
.vitalweb-remix .testimonial-grid article:nth-child(6n+2),
.vitalweb-remix .faq-list article:nth-child(6n+2),
.vitalweb-remix .systems-grid article:nth-child(6n+2),
.vitalweb-remix .support-grid article:nth-child(6n+2),
.vitalweb-remix .steps li:nth-child(6n+2),
.vitalweb-remix .article-body:nth-child(6n+2) {
  background: #f8d6ce !important;
}

.vitalweb-remix .service-list article:nth-child(6n+3),
.vitalweb-remix .resource-grid article:nth-child(6n+3),
.vitalweb-remix .testimonial-grid article:nth-child(6n+3),
.vitalweb-remix .faq-list article:nth-child(6n+3),
.vitalweb-remix .systems-grid article:nth-child(6n+3),
.vitalweb-remix .support-grid article:nth-child(6n+3),
.vitalweb-remix .steps li:nth-child(6n+3),
.vitalweb-remix .article-body:nth-child(6n+3) {
  background: #daf5e7 !important;
}

.vitalweb-remix .service-list article:nth-child(6n+4),
.vitalweb-remix .resource-grid article:nth-child(6n+4),
.vitalweb-remix .testimonial-grid article:nth-child(6n+4),
.vitalweb-remix .faq-list article:nth-child(6n+4),
.vitalweb-remix .systems-grid article:nth-child(6n+4),
.vitalweb-remix .support-grid article:nth-child(6n+4),
.vitalweb-remix .steps li:nth-child(6n+4),
.vitalweb-remix .article-body:nth-child(6n+4) {
  background: #fff3be !important;
}

.vitalweb-remix .service-list article:nth-child(6n+5),
.vitalweb-remix .resource-grid article:nth-child(6n+5),
.vitalweb-remix .testimonial-grid article:nth-child(6n+5),
.vitalweb-remix .faq-list article:nth-child(6n+5),
.vitalweb-remix .systems-grid article:nth-child(6n+5),
.vitalweb-remix .support-grid article:nth-child(6n+5),
.vitalweb-remix .steps li:nth-child(6n+5),
.vitalweb-remix .article-body:nth-child(6n+5) {
  background: #dce9ff !important;
}

.vitalweb-remix .service-list article:nth-child(6n),
.vitalweb-remix .resource-grid article:nth-child(6n),
.vitalweb-remix .testimonial-grid article:nth-child(6n),
.vitalweb-remix .faq-list article:nth-child(6n),
.vitalweb-remix .systems-grid article:nth-child(6n),
.vitalweb-remix .support-grid article:nth-child(6n),
.vitalweb-remix .steps li:nth-child(6n),
.vitalweb-remix .article-body:nth-child(6n) {
  background: linear-gradient(145deg, #3f8f8a, #7bbf9f) !important;
}

.vitalweb-remix .service-list article:nth-child(6n+1) h3,
.vitalweb-remix .service-list article:nth-child(6n+1) p,
.vitalweb-remix .service-list article:nth-child(6n) h3,
.vitalweb-remix .service-list article:nth-child(6n) p,
.vitalweb-remix .resource-grid article:nth-child(6n+1) h3,
.vitalweb-remix .resource-grid article:nth-child(6n+1) p,
.vitalweb-remix .resource-grid article:nth-child(6n) h3,
.vitalweb-remix .resource-grid article:nth-child(6n) p,
.vitalweb-remix .testimonial-grid article:nth-child(6n+1) h3,
.vitalweb-remix .testimonial-grid article:nth-child(6n+1) p,
.vitalweb-remix .testimonial-grid article:nth-child(6n+1) strong,
.vitalweb-remix .testimonial-grid article:nth-child(6n) h3,
.vitalweb-remix .testimonial-grid article:nth-child(6n) p,
.vitalweb-remix .testimonial-grid article:nth-child(6n) strong,
.vitalweb-remix .faq-list article:nth-child(6n+1) h3,
.vitalweb-remix .faq-list article:nth-child(6n+1) p,
.vitalweb-remix .faq-list article:nth-child(6n) h3,
.vitalweb-remix .faq-list article:nth-child(6n) p,
.vitalweb-remix .systems-grid article:nth-child(6n+1) h3,
.vitalweb-remix .systems-grid article:nth-child(6n+1) p,
.vitalweb-remix .systems-grid article:nth-child(6n) h3,
.vitalweb-remix .systems-grid article:nth-child(6n) p,
.vitalweb-remix .support-grid article:nth-child(6n+1) h3,
.vitalweb-remix .support-grid article:nth-child(6n+1) p,
.vitalweb-remix .support-grid article:nth-child(6n) h3,
.vitalweb-remix .support-grid article:nth-child(6n) p,
.vitalweb-remix .steps li:nth-child(6n+1) strong,
.vitalweb-remix .steps li:nth-child(6n+1) span,
.vitalweb-remix .steps li:nth-child(6n) strong,
.vitalweb-remix .steps li:nth-child(6n) span,
.vitalweb-remix .article-body:nth-child(6n+1) h2,
.vitalweb-remix .article-body:nth-child(6n+1) p,
.vitalweb-remix .article-body:nth-child(6n+1) li,
.vitalweb-remix .article-body:nth-child(6n) h2,
.vitalweb-remix .article-body:nth-child(6n) p,
.vitalweb-remix .article-body:nth-child(6n) li {
  color: #fffaf2 !important;
}

.vitalweb-remix .trust-grid p,
.vitalweb-remix .viewer-note-banner,
.vitalweb-remix .layered-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 243, 190, .35), transparent 18rem),
    linear-gradient(135deg, #2e3446, #466f63) !important;
  color: #fffaf2 !important;
}

.vitalweb-remix .trust-grid p,
.vitalweb-remix .trust-grid p *,
.vitalweb-remix .viewer-note-banner *,
.vitalweb-remix .layered-section > .section-heading h2,
.vitalweb-remix .layered-section > .section-heading p {
  color: #fffaf2 !important;
}

.vitalweb-remix .contact-section,
.vitalweb-remix .scheduler-box,
.vitalweb-remix .lead-form,
.vitalweb-remix .quote-form {
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 111, 97, .2), transparent 18rem),
    linear-gradient(135deg, #edf8ef, #fff4f1) !important;
}

.vitalweb-remix input,
.vitalweb-remix select,
.vitalweb-remix textarea {
  background: #fffaf2 !important;
  border-color: rgba(35, 39, 53, .18) !important;
}

.vitalweb-remix .button.primary {
  background: linear-gradient(135deg, #6f4d7d, #3f8f8a 52%, #d86f61) !important;
}

.vitalweb-remix .button.secondary {
  background: #fff3be !important;
  border-color: rgba(35, 39, 53, .12) !important;
}

.vitalweb-remix .page-hero img,
.vitalweb-remix .services-hero-art img,
.vitalweb-remix .resource-hero-art img,
.vitalweb-remix .specialty-hero-art img,
.vitalweb-remix .portrait img,
.vitalweb-remix .polish-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vitalweb-remix .services-hero-art,
.vitalweb-remix .resource-hero-art,
.vitalweb-remix .specialty-hero-art,
.vitalweb-remix .portrait,
.vitalweb-remix .polish-visual {
  border: 8px solid rgba(255, 250, 242, .58) !important;
  border-radius: 30px !important;
  box-shadow: 0 28px 70px rgba(35, 39, 53, .22) !important;
  transform: rotate(1deg);
}

.vitalweb-remix .polish-showcase {
  align-items: stretch;
}

.vitalweb-remix .polish-copy {
  background: #fff3be !important;
}

@media (max-width: 980px) {
  .vitalweb-remix .page-hero,
  .vitalweb-remix:not(.essential-remix) .hero,
  .vitalweb-remix .services-polish .page-hero,
  .vitalweb-remix .resources-polish .page-hero,
  .vitalweb-remix .specialty-polish .page-hero {
    grid-template-columns: 1fr !important;
  }

  .vitalweb-remix .service-list,
  .vitalweb-remix .systems-grid,
  .vitalweb-remix .support-grid,
  .vitalweb-remix .resource-grid,
  .vitalweb-remix .testimonial-grid,
  .vitalweb-remix .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .vitalweb-remix .page-hero,
  .vitalweb-remix:not(.essential-remix) .hero {
    padding-top: 46px;
  }

  .vitalweb-remix .page-hero h1,
  .vitalweb-remix:not(.essential-remix) .hero h1 {
    font-size: clamp(40px, 14vw, 62px);
  }

  .vitalweb-remix .service-list,
  .vitalweb-remix .systems-grid,
  .vitalweb-remix .support-grid,
  .vitalweb-remix .resource-grid,
  .vitalweb-remix .testimonial-grid,
  .vitalweb-remix .steps,
  .vitalweb-remix .article-section {
    grid-template-columns: 1fr !important;
  }

  .vitalweb-remix .services-hero-art,
  .vitalweb-remix .resource-hero-art,
  .vitalweb-remix .specialty-hero-art,
  .vitalweb-remix .portrait,
  .vitalweb-remix .polish-visual {
    transform: none;
  }
}

.vitalweb-remix.services-polish .service-list article,
.vitalweb-remix.services-polish .service-list article:hover,
.vitalweb-remix.services-polish .service-list article:hover .card-link,
.vitalweb-remix.services-polish .card-link:hover {
  transform: translateY(-5px) !important;
  rotate: 0deg;
}

.vitalweb-remix.services-polish .service-list article::after,
.vitalweb-remix.services-polish .service-list article::before {
  transform: none !important;
  transition: opacity .2s ease !important;
}

.vitalweb-remix.services-polish .card-link::after {
  display: none !important;
}

.service-detail-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(94, 231, 223, .18), transparent 20rem),
    radial-gradient(circle at 86% 16%, rgba(164, 92, 255, .18), transparent 24rem),
    linear-gradient(180deg, #0f1722 0%, #172235 42%, #101720 100%) !important;
  color: #eaf6f4 !important;
}

.service-detail-page .site-header {
  background: rgba(15, 23, 34, .78) !important;
  border-bottom-color: rgba(234, 246, 244, .12) !important;
}

.service-detail-page .brand strong,
.service-detail-page .brand small,
.service-detail-page .nav-links a {
  color: #eaf6f4 !important;
}

.service-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .45fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 70px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(25, 38, 58, .96), rgba(35, 87, 95, .86) 54%, rgba(92, 69, 142, .9)),
    radial-gradient(circle at 80% 10%, rgba(94, 231, 223, .22), transparent 18rem) !important;
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(234, 246, 244, .16);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(94, 231, 223, .1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(164, 92, 255, .1) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
  mask-image: linear-gradient(120deg, #000, transparent 86%);
}

.service-detail-hero > * {
  position: relative;
  z-index: 1;
}

.service-detail-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
  color: #f8fffd !important;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .93;
}

.service-detail-hero p,
.service-detail-hero .eyebrow {
  color: rgba(248, 255, 253, .82) !important;
}

.detail-console {
  padding: 24px;
  border: 1px solid rgba(94, 231, 223, .26);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(234, 246, 244, .12), rgba(234, 246, 244, .05)),
    rgba(15, 23, 34, .7);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.detail-console span,
.detail-console strong {
  display: block;
}

.detail-console span {
  margin-bottom: 10px;
  color: #5ee7df;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.detail-console strong {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.detail-console p {
  margin: 0;
  color: rgba(234, 246, 244, .74) !important;
}

.detail-jumpbar {
  position: sticky;
  top: 66px;
  z-index: 8;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(18px, 5vw, 70px);
  border-block: 1px solid rgba(234, 246, 244, .12);
  background: rgba(15, 23, 34, .82);
  backdrop-filter: blur(18px);
}

.detail-jumpbar a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(94, 231, 223, .18);
  border-radius: 999px;
  color: #eaf6f4;
  background: rgba(234, 246, 244, .06);
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.detail-jumpbar a:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 231, 223, .48);
  background: rgba(94, 231, 223, .12);
}

.detail-grid {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 74px) clamp(18px, 5vw, 70px);
}

.detail-module {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, .92fr) minmax(280px, .72fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
  scroll-margin-top: 130px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(94, 231, 223, .18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(234, 246, 244, .11), rgba(234, 246, 244, .045)),
    rgba(18, 29, 44, .88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.detail-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(94, 231, 223, .13), transparent 16rem),
    radial-gradient(circle at 96% 20%, rgba(164, 92, 255, .13), transparent 18rem);
  pointer-events: none;
}

.detail-module > * {
  position: relative;
  z-index: 1;
}

.module-index {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: #06151b;
  background: linear-gradient(135deg, #5ee7df, #f8d66d);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(94, 231, 223, .18);
}

.detail-module .eyebrow {
  color: #5ee7df !important;
}

.detail-module h2 {
  margin-bottom: 12px;
  color: #f8fffd !important;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.detail-module p {
  max-width: 760px;
  color: rgba(234, 246, 244, .76) !important;
  font-size: 17px;
}

.detail-module dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-module dl div {
  padding: 16px;
  border: 1px solid rgba(234, 246, 244, .12);
  border-radius: 18px;
  background: rgba(234, 246, 244, .06);
}

.detail-module dt {
  margin-bottom: 5px;
  color: #f8d66d !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-module dd {
  margin: 0;
  color: rgba(234, 246, 244, .78) !important;
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 70px) clamp(38px, 6vw, 74px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(94, 231, 223, .2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 20%, rgba(94, 231, 223, .16), transparent 18rem),
    linear-gradient(135deg, rgba(35, 87, 95, .88), rgba(92, 69, 142, .8));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.detail-cta h2,
.detail-cta p,
.detail-cta .eyebrow {
  color: #f8fffd !important;
}

.service-detail-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vitalweb-remix .complete-home-intro {
  position: relative;
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  padding: clamp(42px, 7vw, 84px) clamp(18px, 5vw, 70px) clamp(36px, 6vw, 68px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(111, 77, 125, .78), rgba(63, 143, 138, .68) 48%, rgba(216, 111, 97, .7)),
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, .38), transparent 18rem),
    linear-gradient(180deg, #fff7ec, #f5f9ef) !important;
}

.vitalweb-remix .complete-home-intro::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: -1;
  border: 1px solid rgba(255, 250, 242, .24);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  opacity: .48;
  mask-image: linear-gradient(115deg, #000, transparent 84%);
}

.vitalweb-remix .complete-home-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(255, 250, 242, .14);
}

.vitalweb-remix .intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.vitalweb-remix .complete-home-intro h1 {
  margin-bottom: 16px;
  color: var(--remix-ink) !important;
  font-size: clamp(50px, 6.4vw, 86px);
  line-height: .92;
  text-wrap: balance;
}

.vitalweb-remix .complete-home-intro .hero-lede,
.vitalweb-remix .complete-home-intro .intro-copy-panel--primary > .eyebrow {
  color: var(--remix-berry) !important;
}

.vitalweb-remix .complete-home-intro .hero-lede {
  max-width: 760px;
  color: #38484d !important;
  font-size: clamp(18px, 2.1vw, 24px);
}

.vitalweb-remix .intro-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.vitalweb-remix .intro-copy-panel,
.vitalweb-remix .complete-home-intro .summary-card,
.vitalweb-remix .complete-home-intro .portrait-card {
  border: 1px solid rgba(255, 250, 242, .45) !important;
  border-radius: 26px !important;
  background: rgba(255, 250, 242, .9) !important;
  color: var(--remix-ink);
  box-shadow: 0 24px 70px rgba(35, 39, 53, .18) !important;
}

.vitalweb-remix .intro-copy-panel,
.vitalweb-remix .complete-home-intro .summary-card,
.vitalweb-remix .complete-home-intro .portrait-card {
  padding: clamp(20px, 3vw, 30px);
}

.vitalweb-remix .intro-copy-panel {
  display: grid;
  align-content: start;
  gap: 10px;
}

.vitalweb-remix .intro-copy-panel--primary {
  padding: clamp(26px, 5vw, 56px);
  background:
    radial-gradient(circle at 86% 16%, rgba(248, 214, 109, .24), transparent 16rem),
    rgba(255, 250, 242, .92) !important;
}

.vitalweb-remix .intro-copy-panel--primary .hero-actions {
  margin-top: 10px;
  margin-bottom: 18px;
}

.vitalweb-remix .intro-divider {
  height: 1px;
  margin: clamp(14px, 3vw, 28px) 0;
  background: linear-gradient(90deg, rgba(111, 77, 125, .22), rgba(63, 143, 138, .3), transparent);
}

.vitalweb-remix .intro-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vitalweb-remix .intro-copy-panel .eyebrow {
  color: var(--remix-berry) !important;
}

.vitalweb-remix .intro-copy-panel h2,
.vitalweb-remix .complete-home-intro .summary-card h2 {
  color: var(--remix-ink) !important;
}

.vitalweb-remix .intro-copy-panel p:not(.eyebrow),
.vitalweb-remix .complete-home-intro .summary-card dd,
.vitalweb-remix .complete-home-intro .portrait-card p {
  color: #4e5960 !important;
}

.vitalweb-remix .complete-home-intro .summary-card {
  transform: none !important;
}

.vitalweb-remix .complete-home-intro .summary-card h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 32px);
}

.vitalweb-remix .complete-home-intro .summary-card dl {
  gap: 10px;
}

.vitalweb-remix .complete-home-intro .summary-card div {
  padding-top: 10px;
}

.vitalweb-remix .complete-home-intro .portrait-card {
  display: grid;
  gap: 16px;
}

.vitalweb-remix .complete-home-intro .portrait {
  min-height: 0;
  aspect-ratio: 16 / 10;
  border: 0 !important;
  border-radius: 22px !important;
  transform: none !important;
}

.vitalweb-remix .intro-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vitalweb-remix .intro-proof-strip span {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 250, 242, .88);
  color: var(--remix-ink);
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(35, 39, 53, .12);
}

@media (max-width: 1050px) {
  .vitalweb-remix .intro-layout {
    grid-template-columns: 1fr;
  }

  .vitalweb-remix .intro-side {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  }

  .vitalweb-remix .complete-home-intro .portrait {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 920px) {
  .detail-jumpbar {
    top: 0;
  }

  .service-detail-hero,
  .detail-module,
  .detail-cta,
  .service-detail-preview {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .vitalweb-remix .complete-home-intro {
    gap: 24px;
    padding-top: 42px;
  }

  .vitalweb-remix .complete-home-intro::before {
    inset: 14px;
    border-radius: 24px;
  }

  .vitalweb-remix .complete-home-intro h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  .vitalweb-remix .complete-home-intro .hero-lede {
    font-size: 17px;
  }

  .vitalweb-remix .intro-copy-panel--primary {
    padding: 24px;
  }

  .vitalweb-remix .intro-copy-panel h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .vitalweb-remix .intro-side,
  .vitalweb-remix .intro-columns,
  .vitalweb-remix .intro-proof-strip {
    grid-template-columns: 1fr;
  }

  .detail-module {
    grid-template-columns: 1fr;
  }

  .module-index {
    width: 48px;
    height: 48px;
  }
}
