.service-detail-page {
  --service-accent: #4d7fff;
  --service-accent-strong: #79a0ff;
  --service-hero: #08111f;
  --service-hero-copy: #f7f8fb;
  --service-hero-muted: #aeb9c9;
  --service-panel: #eceff4;
  --service-mobile-title: clamp(1.95rem, 8vw, 2.15rem);
  --service-mobile-section: clamp(1.55rem, 6.3vw, 1.8rem);
  background: var(--canvas);
}

.service-detail-page.plus-service-page {
  --service-accent: #22b99e;
  --service-accent-strong: #5ce0c4;
  --service-hero: #062f2f;
  --service-hero-muted: #b6cfca;
  --service-panel: #e7f0ed;
}

.service-detail-page .service-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  min-height: 44px;
  padding: 12px 16px;
  background: white;
  color: #08111f;
  font-weight: 760;
  text-decoration: none;
}

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

.service-detail-page :focus-visible {
  outline: 3px solid var(--service-accent-strong);
  outline-offset: 3px;
}

.service-detail-page .search-nav {
  min-height: 70px;
  border-color: rgba(255, 255, 255, 0.13);
  background: color-mix(in srgb, var(--service-hero) 92%, transparent);
  color: white;
}

.service-detail-page .search-brand { color: white; }
.service-detail-page .search-nav nav { color: var(--service-hero-muted); }
.service-detail-page .search-nav nav > a:not(.search-primary):hover { color: white; }
.service-detail-page .search-nav .search-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: var(--service-accent);
  color: #fff;
}

.service-brand-mark {
  width: 29px;
  height: 29px;
  overflow: visible;
  color: var(--service-accent-strong);
}

.service-brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-width: 5.5;
}

.service-brand-mark rect { fill: currentColor; }

.service-mobile-nav {
  display: none;
  position: sticky;
  top: 62px;
  z-index: 19;
  gap: 6px;
  width: 100%;
  min-height: 46px;
  padding: 5px 16px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--service-hero);
  color: var(--service-hero-muted);
  scrollbar-width: none;
}

.service-mobile-nav::-webkit-scrollbar { display: none; }
.service-mobile-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 680;
  white-space: nowrap;
}

.service-detail-page .service-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--service-hero);
  color: var(--service-hero-copy);
}

.service-detail-page .service-hero .search-hero-grid {
  width: var(--content);
  min-height: min(780px, calc(100svh - 70px));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(48px, 7vw, 96px);
}

.service-hero-copy { position: relative; z-index: 2; }
.service-detail-page .service-hero .search-kicker { color: var(--service-accent-strong); }
.service-detail-page .service-hero h1 {
  max-width: 13ch;
  margin: 22px 0 26px;
  color: white;
  font-size: clamp(3.15rem, 5vw, 5rem);
  font-weight: 690;
  line-height: 1.06;
  letter-spacing: -0.052em;
}

.service-detail-page .service-hero h1 span { color: var(--service-accent-strong); }
.service-detail-page .service-hero .search-lede {
  max-width: 39rem;
  color: var(--service-hero-muted);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.78;
}

.service-detail-page .service-hero .search-actions a {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: white;
}

.service-detail-page .service-hero .search-actions a:first-child {
  border-color: var(--service-accent);
  background: var(--service-accent);
}

.service-launch-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: var(--service-hero-muted);
  font-size: 0.78rem;
}

.service-launch-note i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--service-accent-strong);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--service-accent-strong) 18%, transparent);
}

.service-detail-page .service-hero .search-visual {
  isolation: isolate;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #101d2c;
}

.service-detail-page .service-hero .search-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 62%, rgba(4, 12, 22, 0.72));
  content: "";
  pointer-events: none;
}

.service-detail-page .service-hero .search-visual img { min-height: 520px; }
.service-detail-page .service-hero .search-visual figcaption {
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  background: rgba(8, 17, 31, 0.82);
  color: white;
}

.service-detail-page .service-hero .search-visual figcaption > * {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  font-style: normal;
  font-weight: 650;
}

.service-detail-page .service-hero .search-visual figcaption > :first-child {
  border-left: 0;
  color: var(--service-accent-strong);
}

.service-detail-page .search-facts {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  margin-bottom: 28px;
  border-color: rgba(16, 26, 43, 0.18);
  background: var(--surface);
}

.service-detail-page .search-facts div { padding-left: 22px; }
.service-detail-page .search-facts dt { letter-spacing: 0.02em; }
.service-detail-page .search-facts dd { font-size: 1.02rem; }

.service-detail-page .search-section { scroll-margin-top: 116px; }
.service-detail-page .search-section > header { align-items: end; }
.service-detail-page .search-section > header .search-kicker { margin-bottom: 18px; }
.service-detail-page .search-section h2 { max-width: 14ch; }

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

.service-plan-compare article { padding: clamp(30px, 4vw, 50px); }
.service-plan-compare article + article { border-left: 1px solid var(--line); }
.service-plan-compare article.is-plus { background: var(--service-panel); }
.service-plan-compare article > div { display: grid; gap: 16px; }
.service-plan-compare article span,
.service-scope section > span {
  color: var(--service-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-plan-compare article strong {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  letter-spacing: -0.035em;
}

.service-plan-compare article p,
.service-plan-compare article li {
  color: var(--copy);
  line-height: 1.75;
  word-break: keep-all;
}

.service-plan-compare article p { min-height: 3.5em; margin: 24px 0 18px; }
.service-plan-compare article ul { margin: 0; padding-left: 1.15rem; }
.service-plan-compare article > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 25px;
  font-size: 0.9rem;
  font-weight: 760;
  text-underline-offset: 5px;
}

.service-plan-compare article > a span { margin-left: 8px; font-size: 1rem; }

.service-module-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  background: var(--ink);
  color: white;
}

.service-module-strip span {
  display: grid;
  gap: 11px;
  min-height: 118px;
  padding: 24px;
}

.service-module-strip span + span { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.service-module-strip small { color: #aeb8c7; font-size: 0.72rem; }
.service-module-strip strong { font-size: 0.94rem; line-height: 1.5; word-break: keep-all; }

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

.service-demo-grid > a {
  min-width: 0;
  text-decoration: none;
}

.service-demo-grid figure {
  aspect-ratio: 8 / 5;
  margin: 0;
  overflow: hidden;
  background: #e5e8ec;
}

.service-demo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-demo-grid a:hover img { transform: scale(1.035); }
.service-demo-grid > a > span { display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; padding-top: 15px; }
.service-demo-grid small { grid-column: 1 / -1; color: var(--muted); font-size: 0.7rem; }
.service-demo-grid strong { min-width: 0; font-size: 0.95rem; letter-spacing: -0.02em; }
.service-demo-grid em { color: var(--service-accent); font-size: 0.76rem; font-style: normal; font-weight: 720; }

.service-all-demos {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 28px;
  font-size: 0.9rem;
  font-weight: 740;
  text-underline-offset: 5px;
}

.service-all-demos span { margin-left: 8px; color: var(--service-accent); }

.service-detail-page .search-process article::before { color: var(--service-accent); }

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

.service-scope section { padding: clamp(30px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.service-scope section + section { border-left: 1px solid var(--line); background: var(--service-panel); }
.service-scope h3 { margin: 17px 0 21px; font-size: 1.28rem; letter-spacing: -0.025em; }
.service-scope ul { margin: 0; padding-left: 1.15rem; color: var(--copy); line-height: 1.9; }

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

.service-price-grid article { padding: clamp(32px, 4.5vw, 56px); background: var(--surface); }
.service-price-grid article + article { border-left: 1px solid var(--line); }
.service-price-grid article.is-plus { background: var(--service-hero); color: white; }
.service-price-grid article > span { color: var(--service-accent); font-size: 0.76rem; font-weight: 780; }
.service-price-grid h3 { margin: 19px 0 28px; }
.service-price-grid h3 strong { font-size: clamp(2.3rem, 4vw, 3.6rem); letter-spacing: -0.05em; }
.service-price-grid h3 small { margin-left: 7px; color: var(--muted); font-size: 0.84rem; font-weight: 620; }
.service-price-grid article.is-plus h3 small { color: var(--service-hero-muted); }
.service-price-grid dl { margin: 0; border-top: 1px solid var(--line); }
.service-price-grid article.is-plus dl { border-color: rgba(255, 255, 255, 0.18); }
.service-price-grid dl div { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.service-price-grid article.is-plus dl div { border-color: rgba(255, 255, 255, 0.14); }
.service-price-grid dt { color: var(--muted); font-size: 0.78rem; }
.service-price-grid article.is-plus dt { color: var(--service-hero-muted); }
.service-price-grid dd { margin: 0; font-size: 0.82rem; font-weight: 690; line-height: 1.5; word-break: keep-all; }
.service-price-grid article > a,
.service-final a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 740;
}

.service-price-grid article.is-plus > a { border-color: var(--service-accent); background: var(--service-accent); }
.service-price-disclosure { display: grid; gap: 5px; margin: 18px 0 0; padding-left: 18px; border-left: 2px solid var(--service-accent); color: var(--copy); line-height: 1.65; }
.service-price-disclosure strong { color: var(--ink); font-size: 0.88rem; }
.service-price-disclosure span { font-size: 0.83rem; }
.service-price-disclosure small { color: var(--muted); font-size: 0.75rem; }

.service-detail-page .search-faq details { padding: 0; }
.service-detail-page .search-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 18px 0;
  list-style: none;
}

.service-detail-page .search-faq summary::-webkit-details-marker { display: none; }
.service-detail-page .search-faq summary::after { margin-left: 20px; color: var(--service-accent); content: "+"; font-size: 1.4rem; font-weight: 400; }
.service-detail-page .search-faq details[open] summary::after { content: "−"; }
.service-detail-page .search-faq p { margin-top: 0; padding-bottom: 24px; }

.service-final {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: end;
  width: var(--content);
  margin: 30px auto 0;
  padding: clamp(54px, 7vw, 88px);
  background: var(--service-hero);
  color: white;
}

.service-final .search-kicker { color: var(--service-accent-strong); }
.service-final h2 { max-width: 15ch; margin: 18px 0; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.15; letter-spacing: -0.045em; word-break: keep-all; }
.service-final p:not(.search-kicker) { max-width: 37rem; margin: 0; color: var(--service-hero-muted); line-height: 1.75; }
.service-final > div:last-child { display: grid; gap: 10px; }
.service-final a { width: 100%; margin: 0; border-color: var(--service-accent); background: var(--service-accent); }
.service-final a + a { border-color: rgba(255, 255, 255, 0.28); background: transparent; }

.service-detail-page .search-footer { margin-top: clamp(72px, 9vw, 118px); }

/* Plus: operating data first, optional DID as one of several surfaces. */
.plus-service-page .service-hero .search-visual { background: #092421; }
.plus-service-page .service-hero .search-visual img { object-position: center; }
.plus-service-page .service-hero .search-visual figcaption { grid-template-columns: 1.15fr 0.85fr; }
.plus-service-page .service-hero .search-visual figcaption > * { display: grid; align-content: center; }
.plus-service-page .service-hero .search-visual figcaption > :first-child { color: white; }
.plus-service-page .service-hero .search-visual figcaption small { display: block; margin-top: 4px; color: var(--service-hero-muted); font-size: 0.68rem; font-weight: 500; }

.service-statement {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(44px, 8vw, 108px);
  width: var(--content);
  margin: 0 auto;
  padding: clamp(82px, 9vw, 118px) 0;
  border-top: 1px solid var(--line);
}

.service-statement h2 { max-width: 13ch; margin: 0; font-size: clamp(2.15rem, 3.55vw, 3.55rem); line-height: 1.16; letter-spacing: -0.045em; word-break: keep-all; }
.service-statement > div > p { max-width: 42rem; margin: 0; color: var(--copy); line-height: 1.82; word-break: keep-all; }
.service-statement > div > strong { display: block; margin: 30px 0 14px; font-size: 1.15rem; letter-spacing: -0.025em; }

.service-channel-flow {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
  margin-top: 34px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.service-channel-flow span { position: relative; display: grid; gap: 9px; align-content: center; min-height: 112px; padding: 22px; }
.service-channel-flow span + span { border-left: 1px solid var(--line); }
.service-channel-flow span:first-child { background: var(--service-hero); color: white; }
.service-channel-flow span:not(:last-child)::after { position: absolute; top: 50%; right: -8px; z-index: 1; width: 16px; height: 16px; transform: translateY(-50%) rotate(45deg); border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--canvas); content: ""; }
.service-channel-flow span:first-child::after { background: var(--service-hero); }
.service-channel-flow small { color: var(--muted); font-size: 0.68rem; }
.service-channel-flow span:first-child small { color: var(--service-hero-muted); }
.service-channel-flow strong { font-size: 0.9rem; line-height: 1.45; word-break: keep-all; }

.did-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.did-showcase > a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #05161d;
  color: white;
  text-decoration: none;
}

.did-showcase figure { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; }
.did-showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1); }
.did-showcase a:hover img { transform: scale(1.025); }
.did-showcase span { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 16px; padding: 36px 22px 20px; background: linear-gradient(transparent, rgba(3, 14, 18, 0.88)); }
.did-showcase small { grid-column: 1 / -1; color: #b9ceca; font-size: 0.68rem; }
.did-showcase strong { font-size: 1rem; letter-spacing: -0.02em; }
.did-showcase em { color: var(--service-accent-strong); font-size: 0.76rem; font-style: normal; font-weight: 720; }

.did-benefit-list { border-top: 1px solid var(--ink); }
.did-benefit-list article { display: grid; grid-template-columns: 90px 0.72fr 1.28fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.did-benefit-list article > span { color: var(--service-accent); font-size: 0.72rem; font-weight: 760; }
.did-benefit-list h3 { margin: 0; font-size: 1.15rem; letter-spacing: -0.025em; }
.did-benefit-list p { margin: 0; color: var(--copy); line-height: 1.75; word-break: keep-all; }

.did-single-price {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: var(--service-hero);
  color: white;
}

.did-single-price > div { padding: clamp(34px, 5vw, 62px); }
.did-single-price > div + div { border-left: 1px solid rgba(255, 255, 255, 0.15); }
.did-single-price .search-kicker { color: var(--service-accent-strong); }
.did-single-price h3 { margin: 20px 0 5px; font-size: clamp(2.35rem, 4vw, 3.7rem); letter-spacing: -0.05em; }
.did-single-price > div:first-child > p:not(.search-kicker) { color: var(--service-hero-muted); line-height: 1.7; }
.did-single-price ul { margin: 0; padding-left: 1.15rem; color: #e0ece9; line-height: 1.85; }
.did-single-price .search-actions { margin-top: 25px; }
.did-single-price .search-actions a { border-color: var(--service-accent); background: var(--service-accent); color: white; }
.did-single-price .search-actions a + a { border-color: rgba(255, 255, 255, 0.24); background: transparent; }
.did-single-price-note { margin-top: 18px; color: var(--service-hero-muted); font-size: 0.77rem; line-height: 1.75; }
.did-single-price-note strong { color: white; }

/* Homepage renewal: an archival restoration story, not another product grid. */
.service-detail-page.renewal-service-page {
  --service-accent: #b96e42;
  --service-accent-strong: #f0b77c;
  --service-hero: #191714;
  --service-hero-copy: #fffaf2;
  --service-hero-muted: #c8beb1;
  --service-panel: #eee8dc;
}

.renewal-service-page .service-hero .search-visual { background: #2a241e; }
.renewal-service-page .service-hero .search-visual img { object-position: 46% center; }
.renewal-service-page .renewal-hero-visual figcaption { grid-template-columns: 0.9fr 1.2fr 0.9fr; }

.renewal-signal-list { border-top: 1px solid var(--ink); }
.renewal-signal-list article {
  display: grid;
  grid-template-columns: 74px minmax(260px, 0.92fr) minmax(340px, 1.08fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.renewal-signal-list article > span { color: var(--service-accent); font-size: 0.72rem; font-weight: 780; letter-spacing: 0.08em; }
.renewal-signal-list h3 { margin: 0; font-size: 1.17rem; line-height: 1.55; letter-spacing: -0.025em; word-break: keep-all; }
.renewal-signal-list p { max-width: 42rem; margin: 0; color: var(--copy); line-height: 1.75; word-break: keep-all; }

.renewal-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  background: #ddd7cc;
}

.renewal-browser {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 23, 20, 0.22);
  background: #f7f4ee;
  box-shadow: 0 24px 50px rgba(36, 29, 22, 0.12);
}

.renewal-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(25, 23, 20, 0.13);
  background: #e8e4dc;
}
.renewal-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #b5afa5; }
.renewal-browser-bar span {
  min-width: 0;
  margin-left: 5px;
  overflow: hidden;
  color: #777168;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.renewal-browser > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 58px;
  align-items: center;
  padding: 12px;
  border-top: 1px solid rgba(25, 23, 20, 0.12);
  background: #eeeae2;
}
.renewal-browser > footer span { padding: 5px 7px; border: 1px solid rgba(25, 23, 20, 0.14); color: #655f57; font-size: 0.57rem; font-weight: 720; }

.renewal-legacy-screen { min-height: 304px; overflow: hidden; background: #ece9e3; filter: grayscale(0.9) contrast(0.9); }
.renewal-legacy-screen > header,
.renewal-legacy-body { width: 560px; }
.renewal-legacy-screen > header { display: flex; height: 52px; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 3px double #8d8d8d; background: #f7f7f7; }
.renewal-legacy-screen > header strong { font-family: serif; font-size: 0.79rem; }
.renewal-legacy-screen > header nav { color: #575757; font-size: 0.5rem; }
.renewal-legacy-body { display: grid; grid-template-columns: 58% 42%; min-height: 252px; }
.renewal-broken-image { display: grid; align-content: center; justify-items: center; gap: 8px; border-right: 1px solid #b7b7b7; background: repeating-linear-gradient(135deg, #d0d0d0, #d0d0d0 9px, #d8d8d8 9px, #d8d8d8 18px); color: #686868; }
.renewal-broken-image b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #777; font-size: 1.1rem; font-weight: 400; }
.renewal-broken-image span { font-size: 0.5rem; }
.renewal-legacy-body > div:last-child { display: grid; align-content: center; gap: 9px; padding: 23px; }
.renewal-legacy-body > div:last-child strong { font-family: serif; font-size: 0.85rem; }
.renewal-legacy-body > div:last-child span { display: block; width: 90%; height: 5px; background: #bababa; }
.renewal-legacy-body > div:last-child span:nth-of-type(2) { width: 76%; }
.renewal-legacy-body > div:last-child span:nth-of-type(3) { width: 83%; }
.renewal-legacy-body > div:last-child small { margin-top: 16px; color: #727272; font-size: 0.48rem; }

.renewal-asset-rail { position: relative; z-index: 2; display: grid; gap: 7px; justify-items: center; padding: 18px 8px; background: var(--service-hero); color: white; }
.renewal-asset-rail small { margin-bottom: 3px; color: var(--service-accent-strong); font-size: 0.62rem; font-weight: 780; }
.renewal-asset-rail span { width: 100%; padding: 7px 5px; border: 1px solid rgba(255, 255, 255, 0.16); color: #e4ddd4; font-size: 0.61rem; font-weight: 690; text-align: center; }
.renewal-asset-rail i { margin-top: 5px; color: var(--service-accent-strong); font-size: 1.4rem; font-style: normal; }

.renewal-browser.is-after { border-color: rgba(185, 110, 66, 0.5); background: #fffdf8; }
.renewal-browser.is-after .renewal-browser-bar { background: #f2ede5; }
.renewal-browser.is-after > footer { background: #231f1b; }
.renewal-browser.is-after > footer span { border-color: rgba(255, 255, 255, 0.18); color: #e7ded2; }
.renewal-current-screen { position: relative; min-height: 304px; overflow: hidden; background: #f8f3e9; }
.renewal-current-screen > header { position: relative; z-index: 2; display: flex; height: 56px; align-items: center; justify-content: space-between; padding: 0 19px; }
.renewal-current-screen > header strong { font-size: 0.68rem; letter-spacing: 0.14em; }
.renewal-current-screen > header nav { font-size: 0.5rem; font-weight: 650; }
.renewal-current-copy { position: relative; z-index: 2; max-width: 64%; padding: 34px 0 34px 23px; }
.renewal-current-copy small { color: var(--service-accent); font-size: 0.47rem; font-weight: 800; letter-spacing: 0.12em; }
.renewal-current-copy h3 { margin: 10px 0 11px; font-size: clamp(1.28rem, 2vw, 1.75rem); line-height: 1.12; letter-spacing: -0.045em; }
.renewal-current-copy p { max-width: 23em; margin: 0; color: #5d564d; font-size: 0.6rem; line-height: 1.6; }
.renewal-current-copy b { display: inline-flex; min-height: 30px; align-items: center; margin-top: 17px; padding: 0 11px; background: #231f1b; color: white; font-size: 0.52rem; }
.renewal-current-media { position: absolute; top: 0; right: 0; bottom: 0; width: 45%; overflow: hidden; background: #c9ab87; }
.renewal-current-media::before { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.38), transparent 38%), linear-gradient(32deg, #a16e48, #ded0bb); content: ""; }
.renewal-current-media span { position: absolute; border: 1px solid rgba(255, 255, 255, 0.68); background: rgba(246, 234, 217, 0.32); }
.renewal-current-media span:nth-child(1) { top: 24%; left: 15%; width: 70%; height: 50%; }
.renewal-current-media span:nth-child(2) { top: 16%; left: 27%; width: 38%; height: 67%; transform: rotate(7deg); }
.renewal-current-media span:nth-child(3) { right: 12%; bottom: 9%; width: 32%; height: 25%; transform: rotate(-8deg); }

.renewal-comparison-note { max-width: 56rem; margin: 22px 0 0 auto; padding-left: 18px; border-left: 2px solid var(--service-accent); color: var(--copy); font-size: 0.86rem; line-height: 1.75; word-break: keep-all; }
.renewal-comparison-note strong { color: var(--ink); }

.renewal-asset-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.renewal-asset-columns section { padding: clamp(32px, 4.5vw, 54px); }
.renewal-asset-columns section + section { border-left: 1px solid var(--line); background: var(--service-panel); }
.renewal-asset-columns section > span,
.renewal-cost-layout section > span { color: var(--service-accent); font-size: 0.72rem; font-weight: 780; letter-spacing: 0.06em; }
.renewal-asset-columns h3,
.renewal-cost-layout h3 { margin: 18px 0 22px; font-size: 1.34rem; letter-spacing: -0.03em; }
.renewal-asset-columns ul,
.renewal-cost-layout ul { margin: 0; padding-left: 1.15rem; color: var(--copy); line-height: 1.9; }

.renewal-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 54px; border-top: 1px solid var(--ink); }
.renewal-process article { min-height: 220px; padding: 28px 24px 24px 0; border-bottom: 1px solid var(--line); }
.renewal-process article + article { padding-left: 24px; border-left: 1px solid var(--line); }
.renewal-process span { color: var(--service-accent); font-size: 0.72rem; font-weight: 780; }
.renewal-process h3 { margin: 32px 0 13px; font-size: 1.08rem; letter-spacing: -0.025em; }
.renewal-process p { margin: 0; color: var(--copy); font-size: 0.9rem; line-height: 1.75; word-break: keep-all; }

.renewal-cost-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.renewal-cost-layout section { padding: clamp(34px, 4.7vw, 58px); }
.renewal-cost-layout section + section { border-left: 1px solid var(--line); background: var(--service-panel); }
.renewal-cost-layout dl { margin: 0; border-top: 1px solid var(--line); }
.renewal-cost-layout dl div { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.renewal-cost-layout dt { color: var(--muted); font-size: 0.78rem; }
.renewal-cost-layout dd { margin: 0; font-size: 0.84rem; font-weight: 720; }
.renewal-cost-layout p { margin: 24px 0 0; color: var(--copy); font-size: 0.86rem; line-height: 1.75; word-break: keep-all; }
.renewal-cost-actions { justify-content: flex-end; }
.renewal-cost-actions a:first-child { border-color: var(--service-accent); background: var(--service-accent); }

@keyframes renewal-panel-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@supports (animation-timeline: view()) {
  .renewal-comparison > * {
    animation: renewal-panel-in both cubic-bezier(0.22, 1, 0.36, 1);
    animation-timeline: view();
    animation-range: entry 5% cover 28%;
  }
  .renewal-comparison > .renewal-asset-rail { animation-range: entry 12% cover 34%; }
  .renewal-comparison > .is-after { animation-range: entry 20% cover 42%; }
}

@keyframes service-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes service-image-in {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

.service-detail-page .service-hero-copy > * { animation: service-copy-in 650ms both cubic-bezier(0.22, 1, 0.36, 1); }
.service-detail-page .service-hero-copy > :nth-child(2) { animation-delay: 70ms; }
.service-detail-page .service-hero-copy > :nth-child(3) { animation-delay: 130ms; }
.service-detail-page .service-hero-copy > :nth-child(4) { animation-delay: 190ms; }
.service-detail-page .service-hero-copy > :nth-child(5) { animation-delay: 240ms; }
.service-detail-page .service-hero .search-visual { animation: service-image-in 850ms 90ms both cubic-bezier(0.22, 1, 0.36, 1); }

@media (max-width: 980px) {
  .service-detail-page .service-hero .search-hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1.1fr); gap: 38px; }
  .service-detail-page .service-hero h1 { font-size: clamp(2.7rem, 5.3vw, 4rem); }
  .service-demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 18px; }
  .service-module-strip { grid-template-columns: repeat(2, 1fr); }
  .service-module-strip span:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 0; }
  .service-module-strip span:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .renewal-comparison { grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr); padding: 28px 22px; }
  .renewal-signal-list article { grid-template-columns: 54px minmax(220px, 0.9fr) minmax(280px, 1.1fr); gap: 20px; }
  .renewal-process article { padding-right: 16px; }
  .renewal-process article + article { padding-left: 16px; }
}

@media (max-width: 760px) {
  .service-detail-page .service-hero .search-hero-grid,
  .service-statement { grid-template-columns: 1fr; }
  .service-detail-page .service-hero .search-hero-grid { min-height: auto; gap: 46px; }
  .service-plan-compare,
  .service-price-grid,
  .service-final,
  .did-single-price { grid-template-columns: 1fr; }
  .service-plan-compare article + article,
  .service-price-grid article + article,
  .did-single-price > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .service-plan-compare article p { min-height: 0; }
  .service-final { align-items: start; }
  .service-channel-flow { grid-template-columns: repeat(2, 1fr); }
  .service-channel-flow span:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .service-channel-flow span:nth-child(2)::after { display: none; }
  .renewal-comparison { grid-template-columns: 1fr; gap: 0; padding: 24px; }
  .renewal-asset-rail { grid-template-columns: auto repeat(3, 1fr) auto; width: 92%; justify-self: center; }
  .renewal-asset-rail small { margin: 0 4px 0 0; }
  .renewal-asset-rail i { margin: 0 0 0 3px; transform: rotate(90deg); }
  .renewal-signal-list article { grid-template-columns: 50px minmax(0, 1fr); }
  .renewal-signal-list article p { grid-column: 2; }
  .renewal-asset-columns,
  .renewal-cost-layout { grid-template-columns: 1fr; }
  .renewal-asset-columns section + section,
  .renewal-cost-layout section + section { border-top: 1px solid var(--line); border-left: 0; }
  .renewal-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .renewal-process article:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 560px) {
  .service-detail-page .search-nav { min-height: 62px; }
  .service-detail-page .search-nav nav a:not(.search-primary) { display: none; }
  .service-detail-page .search-nav .search-primary { min-height: 44px; }
  .service-detail-page .service-brand-mark { width: 26px; height: 26px; }
  .service-mobile-nav { display: flex; }

  .service-detail-page .service-hero .search-hero-grid { padding: 48px 0 38px; }
  .service-detail-page .service-hero h1 {
    max-width: 13ch;
    margin: 17px 0 19px;
    font-size: var(--service-mobile-title);
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
  .service-detail-page .service-hero .search-lede { font-size: 0.96rem; line-height: 1.7; }
  .service-detail-page .service-hero .search-actions { grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .service-detail-page .service-hero .search-actions a { min-height: 46px; padding: 0 10px; font-size: 0.8rem; }
  .service-launch-note { margin-top: 15px; font-size: 0.72rem; }
  .service-detail-page .service-hero .search-visual,
  .service-detail-page .service-hero .search-visual img { min-height: 270px; }
  .service-detail-page .service-hero .search-visual { border: 0; }
  .service-detail-page .service-hero .search-visual figcaption { right: 10px; bottom: 10px; left: 10px; }
  .service-detail-page .service-hero .search-visual figcaption > * { min-height: 46px; padding: 9px; font-size: 0.66rem; }

  .service-detail-page .search-facts { grid-template-columns: 1fr 1fr; margin-bottom: 18px; }
  .service-detail-page .search-facts div,
  .service-detail-page .search-facts div + div { min-height: 88px; padding: 16px 12px; border-top: 0; border-left: 1px solid var(--line); }
  .service-detail-page .search-facts div:nth-child(odd) { border-left: 0; }
  .service-detail-page .search-facts div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .service-detail-page .search-facts dt { font-size: 0.64rem; }
  .service-detail-page .search-facts dd { margin-top: 9px; font-size: 0.82rem; }

  .service-detail-page .search-section,
  .service-statement { padding-block: 62px; }
  .service-detail-page .search-section > header { gap: 17px; margin-bottom: 31px; }
  .service-detail-page .search-section > header .search-kicker { margin-bottom: 12px; }
  .service-detail-page .search-section h2,
  .service-statement h2,
  .service-final h2 {
    max-width: 17ch;
    font-size: var(--service-mobile-section);
    line-height: 1.22;
    letter-spacing: -0.04em;
  }
  .service-detail-page .search-section > header p,
  .service-statement > div > p { font-size: 0.92rem; line-height: 1.72; }

  .service-plan-compare article,
  .service-scope section,
  .service-price-grid article { padding: 28px 22px; }
  .service-plan-compare article strong { font-size: 1.34rem; }
  .service-plan-compare article p,
  .service-plan-compare article li,
  .service-scope li { font-size: 0.88rem; }
  .service-module-strip span { min-height: 94px; padding: 18px; }
  .service-module-strip strong { font-size: 0.82rem; }

  .service-demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 10px; }
  .service-demo-grid figure { aspect-ratio: 1 / 0.76; }
  .service-demo-grid > a > span { grid-template-columns: 1fr; padding-top: 11px; }
  .service-demo-grid strong { font-size: 0.84rem; }
  .service-demo-grid em { display: none; }

  .service-detail-page .search-process { gap: 29px; }
  .service-detail-page .search-process article { padding-top: 20px; }
  .service-detail-page .search-process h3 { margin: 17px 0 8px; font-size: 1rem; }
  .service-detail-page .search-process p { font-size: 0.88rem; line-height: 1.7; }
  .service-scope { grid-template-columns: 1fr; margin-top: 39px; }
  .service-scope section + section { border-left: 0; }

  .service-price-grid h3 strong,
  .did-single-price h3 { font-size: 2.25rem; }
  .service-price-grid dl div { grid-template-columns: 0.8fr 1.2fr; }
  .service-price-disclosure { margin-top: 16px; }
  .service-detail-page .search-faq summary { min-height: 62px; font-size: 0.94rem; }
  .service-detail-page .search-faq p { font-size: 0.88rem; line-height: 1.72; }

  .service-final { width: 100%; margin-top: 8px; padding: 52px 24px; }
  .service-final > div:last-child { width: 100%; }

  .service-channel-flow { margin-top: 27px; }
  .service-channel-flow span { min-height: 95px; padding: 17px 14px; }
  .service-channel-flow span:not(:last-child)::after { display: none; }
  .service-channel-flow strong { font-size: 0.82rem; }
  .did-showcase { grid-template-columns: 1fr; }
  .did-showcase span { padding: 32px 16px 15px; }
  .did-benefit-list article { grid-template-columns: 52px 0.8fr 1.2fr; gap: 13px; padding: 22px 0; }
  .did-benefit-list h3 { font-size: 0.93rem; }
  .did-benefit-list p { font-size: 0.82rem; line-height: 1.65; }
  .did-single-price > div { padding: 30px 23px; }
  .did-single-price ul { font-size: 0.88rem; }
  .renewal-service-page .service-hero h1 { max-width: 14ch; }
  .renewal-service-page .service-hero .search-actions { grid-template-columns: 1fr; }
  .renewal-service-page .renewal-hero-visual figcaption { grid-template-columns: 1fr 1.15fr 0.85fr; }
  .renewal-signal-list article { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 22px 0; }
  .renewal-signal-list h3 { font-size: 0.96rem; line-height: 1.55; }
  .renewal-signal-list p { font-size: 0.84rem; line-height: 1.7; }
  .renewal-comparison { width: calc(100% + 8px); margin-left: -4px; padding: 15px; }
  .renewal-browser-bar { height: 30px; }
  .renewal-legacy-screen,
  .renewal-current-screen { min-height: 244px; }
  .renewal-legacy-screen > header,
  .renewal-legacy-body { width: 480px; }
  .renewal-legacy-screen > header { height: 46px; }
  .renewal-legacy-body { min-height: 198px; }
  .renewal-current-screen > header { height: 48px; padding-inline: 15px; }
  .renewal-current-copy { max-width: 70%; padding: 25px 0 25px 17px; }
  .renewal-current-copy h3 { font-size: 1.22rem; }
  .renewal-current-copy p { max-width: 20em; }
  .renewal-current-media { width: 39%; }
  .renewal-asset-rail { width: 96%; padding: 10px 7px; }
  .renewal-asset-rail span { padding: 6px 3px; font-size: 0.53rem; }
  .renewal-asset-columns section,
  .renewal-cost-layout section { padding: 28px 22px; }
  .renewal-asset-columns h3,
  .renewal-cost-layout h3 { font-size: 1.18rem; }
  .renewal-process { grid-template-columns: 1fr; margin-top: 38px; }
  .renewal-process article,
  .renewal-process article + article,
  .renewal-process article:nth-child(3) { min-height: 0; padding: 22px 0; border-left: 0; }
  .renewal-process h3 { margin: 16px 0 8px; font-size: 1rem; }
  .renewal-process p { font-size: 0.84rem; }
  .renewal-cost-layout dl div { grid-template-columns: 0.48fr 1.52fr; gap: 10px; }
  .renewal-cost-layout dd { font-size: 0.78rem; }
  .renewal-cost-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-page .service-hero-copy > *,
  .service-detail-page .service-hero .search-visual { animation: none; }
  .service-detail-page .service-demo-grid img,
  .service-detail-page .did-showcase img { transition: none; }
  .renewal-comparison > * { animation: none; }
}
