@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #f7f8f6;
  --paper: #ffffff;
  --ink: #10141a;
  --muted: #606872;
  --line: rgba(16,20,26,.13);
  --violet: #6646f5;
  --violet-deep: #5034d9;
  --cyan: #14c9d5;
  --lime: #b8ee24;
  --pink: #f15bb5;
  --soft-violet: #f0edff;
  --soft-cyan: #ecfbfc;
  --soft-lime: #f6ffe1;
  --max: 1280px;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(26,31,42,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', 'Arial Narrow', Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 12%, rgba(102,70,245,.08), transparent 24%),
    radial-gradient(circle at 90% 18%, rgba(20,201,213,.08), transparent 21%),
    radial-gradient(circle at 82% 80%, rgba(184,238,36,.08), transparent 20%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 900px); margin-inline: auto; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,248,246,.88);
  border-bottom: 1px solid rgba(16,20,26,.08);
  backdrop-filter: blur(18px);
}
.navin { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 172px; height: auto; }
.links { display: flex; align-items: center; gap: 29px; }
.links > a:not(.btn) { position: relative; font-size: 14px; font-weight: 750; color: #3f4650; }
.links > a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: linear-gradient(90deg,var(--violet),var(--cyan)); transition: right .25s ease; }
.links > a:not(.btn):hover::after, .links > a[aria-current='page']::after { right: 0; }
.links > a[aria-current='page'] { color: var(--ink); }
.menu { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 50%; font-size: 25px; cursor: pointer; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn::after { content: '\2197'; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,var(--violet),var(--cyan)); color: white; font-size: 12px; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16,20,26,.16); }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(16,20,26,.24); }
.btn.ghost::after { background: rgba(16,20,26,.08); color: var(--ink); }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.light::after { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; border-bottom: 1px solid rgba(16,20,26,.28); padding-bottom: 4px; }
.text-link::after { content: '\2197'; }

.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--violet-deep);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 800;
}
.eyebrow::before, .kicker::before { content: ''; width: 24px; height: 2px; background: linear-gradient(90deg,var(--violet),var(--cyan)); }

.hero { position: relative; padding: 92px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; min-height: 620px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .pagehero h1 {
  margin: 18px 0 26px;
  max-width: 1020px;
  font-family: 'Ivar Display', 'DM Serif Display', Georgia, serif;
  font-size: clamp(50px, 6.4vw, 90px);
  line-height: .98;
  letter-spacing: -.025em;
  font-weight: 400;
}
.hero h1 .accent, .pagehero h1 .accent { color: transparent; background: linear-gradient(120deg,var(--violet) 5%,#4387e8 46%,var(--cyan) 75%,#78c878 100%); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p, .pagehero p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px,2vw,22px); font-weight: 500; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

.hero-stage { position: relative; min-height: 530px; }
.stage-orb { position: absolute; width: 410px; height: 410px; border-radius: 50%; top: 58px; right: 15px; background: linear-gradient(145deg,rgba(102,70,245,.98),rgba(20,201,213,.88) 67%,rgba(184,238,36,.78)); box-shadow: 0 45px 100px rgba(77,69,190,.25); animation: floatOrb 9s ease-in-out infinite alternate; }
.stage-orb::after { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.42); border-radius: inherit; }
.stage-mark { position: absolute; width: 190px; top: 168px; right: 125px; filter: brightness(0) invert(1); opacity: .95; z-index: 3; }
.float-card { position: absolute; z-index: 4; background: rgba(255,255,255,.94); border: 1px solid rgba(16,20,26,.09); border-radius: 22px; box-shadow: 0 24px 70px rgba(17,23,38,.12); padding: 19px 22px; min-width: 195px; backdrop-filter: blur(14px); animation: floatCard 7s ease-in-out infinite alternate; }
.float-card strong { display: block; font-size: 21px; letter-spacing: -.04em; }
.float-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.fc-one { left: 5px; top: 55px; transform: rotate(-5deg); }
.fc-two { right: -5px; top: 25px; transform: rotate(5deg); animation-delay: -2s; }
.fc-three { left: 22px; bottom: 55px; transform: rotate(4deg); animation-delay: -4s; }
.fc-four { right: 5px; bottom: 18px; transform: rotate(-4deg); animation-delay: -1s; }
.fc-one::before, .fc-two::before, .fc-three::before, .fc-four::before { content: ''; display: block; width: 38px; height: 7px; border-radius: 99px; margin-bottom: 16px; background: linear-gradient(90deg,var(--violet),var(--cyan),var(--lime)); }
@keyframes floatOrb { to { transform: translate(-14px,18px) rotate(4deg) scale(1.025); } }
@keyframes floatCard { to { translate: 0 -10px; } }


.section { padding: 118px 0; }
.section.tight { padding: 82px 0; }
.section.alt { background: #fff; border-block: 1px solid rgba(16,20,26,.08); }
.section.soft { background: linear-gradient(140deg,var(--soft-violet),#fff 48%,var(--soft-cyan)); border-block: 1px solid rgba(102,70,245,.09); }
.section-head { display: grid; grid-template-columns: 1fr .55fr; gap: 50px; align-items: end; margin-bottom: 54px; }
.section h2 { margin: 14px 0 0; max-width: 930px; font-size: clamp(42px,5.7vw,78px); line-height: .96; letter-spacing: -.058em; font-weight: 800; }
.section-head p, .lead { margin: 0; max-width: 720px; color: var(--muted); font-size: 19px; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); overflow: hidden; position: relative; transition: transform .28s ease, box-shadow .28s ease; }
.service-card::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -90px; top: -90px; background: rgba(102,70,245,.10); transition: transform .35s ease; }
.service-card:nth-child(2)::after { background: rgba(79,127,247,.10); }
.service-card:nth-child(3)::after { background: rgba(20,201,213,.10); }
.service-card:nth-child(4)::after { background: linear-gradient(135deg,rgba(102,70,245,.10),rgba(79,127,247,.10) 52%,rgba(20,201,213,.09)); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.4); }
.service-num { position: relative; z-index: 1; font-size: 12px; font-weight: 800; color: var(--violet); letter-spacing: .12em; }
.service-card h3 { position: relative; z-index: 1; margin: auto 0 14px; font-size: 33px; line-height: 1; letter-spacing: -.045em; }
.service-card p { position: relative; z-index: 1; margin: 0 0 28px; color: var(--muted); }
.service-more { position: relative; z-index: 1; font-size: 13px; font-weight: 800; }
.service-more::after { content: '  \2197'; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.media-shell { position: relative; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid rgba(16,20,26,.08); box-shadow: var(--shadow); }
.media-shell img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.media-shell.contain img { object-fit: contain; min-height: auto; max-height: 600px; background: white; }
.media-badge { position: absolute; left: 22px; bottom: 22px; max-width: calc(100% - 44px); padding: 15px 18px; border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); font-size: 13px; font-weight: 750; box-shadow: 0 12px 32px rgba(16,20,26,.12); }
.copy-stack h2 { margin-bottom: 25px; }
.copy-stack p { color: var(--muted); font-size: 18px; }
.subscription-pill { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 12px 16px; border: 1px solid rgba(102,70,245,.2); border-radius: 999px; background: linear-gradient(90deg,rgba(102,70,245,.09),rgba(20,201,213,.09),rgba(184,238,36,.12)); font-size: 13px; font-weight: 800; }
.subscription-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 12px 0 0 var(--cyan),24px 0 0 var(--lime); margin-right: 24px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.benefit { padding: 30px; border-top: 1px solid var(--line); }
.benefit span { font-size: 12px; color: var(--violet); font-weight: 800; letter-spacing: .12em; }
.benefit h3 { margin: 34px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.benefit p { margin: 0; color: var(--muted); }

.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 46px; }
.detail-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.detail-card .index { color: var(--violet); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.detail-card h3 { margin: 28px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.detail-card p { color: var(--muted); }
.clean-list { list-style: none; padding: 0; margin: 18px 0 0; }
.clean-list li { display: flex; gap: 10px; padding: 10px 0; color: #4f5761; border-bottom: 1px solid rgba(16,20,26,.08); }
.clean-list li::before { content: '\2197'; color: var(--violet); font-weight: 800; }

.featured-project { display: grid; grid-template-columns: .84fr 1.16fr; overflow: hidden; border: 1px solid rgba(102,70,245,.15); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.featured-copy { padding: 58px 50px; display: flex; flex-direction: column; justify-content: center; }
.project-tag { color: var(--violet); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-copy h3 { margin: 18px 0 16px; font-size: clamp(42px,5vw,70px); line-height: .95; letter-spacing: -.06em; }
.featured-copy p { margin: 0; color: var(--muted); font-size: 17px; }
.project-services { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
.project-services span, .chip { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fafbfa; font-size: 12px; font-weight: 750; }
.featured-visual { min-height: 540px; display: grid; place-items: center; padding: 36px; position: relative; overflow: hidden; background: linear-gradient(135deg,#e7e0ff,#e9fbff 60%,#f3ffd8); }
.featured-visual::before { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(102,70,245,.18); top: -150px; right: -80px; }
.featured-visual img { position: relative; z-index: 1; width: 100%; border-radius: 18px; box-shadow: 0 22px 65px rgba(16,20,26,.16); }

.price-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.price-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 590px; padding: 38px; border: 1px solid rgba(16,20,26,.12); border-radius: 28px; background: #fff; box-shadow: 0 20px 65px rgba(16,20,26,.06); }
.price-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.price-card::before { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -110px; top: -110px; background: linear-gradient(145deg,rgba(102,70,245,.16),rgba(20,201,213,.14)); }
.price-card.featured::before { background: linear-gradient(145deg,rgba(102,70,245,.58),rgba(20,201,213,.36)); }
.offer-chip { position: relative; z-index: 1; align-self: flex-start; padding: 8px 12px; border-radius: 999px; background: var(--soft-lime); color: #25300b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { position: relative; z-index: 1; margin: 28px 0 9px; font-size: 34px; letter-spacing: -.04em; }
.plan-size { position: relative; z-index: 1; color: var(--muted); font-size: 14px; font-weight: 700; }
.featured .plan-size, .featured .price-note, .featured .plan-copy { color: rgba(255,255,255,.67); }
.plan-copy { position: relative; z-index: 1; color: var(--muted); max-width: 520px; min-height: 50px; }
.regular-price { margin-top: 34px; font-size: 14px; color: var(--muted); }
.regular-price strong { text-decoration: line-through; text-decoration-thickness: 2px; font-size: 18px; }
.featured .regular-price { color: rgba(255,255,255,.62); }
.price { display: flex; align-items: flex-end; gap: 8px; margin: 8px 0 8px; }
.price strong { font-size: clamp(58px,7vw,88px); line-height: .9; letter-spacing: -.07em; }
.price span { padding-bottom: 8px; color: var(--muted); font-weight: 700; }
.featured .price span { color: rgba(255,255,255,.65); }
.price-note { color: var(--muted); font-size: 13px; }
.plan-features { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 11px; }
.plan-features li { display: flex; gap: 10px; font-size: 14px; }
.plan-features li::before { content: '\2713'; flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-violet); color: var(--violet); font-size: 11px; font-weight: 900; }
.featured .plan-features li::before { background: rgba(255,255,255,.12); color: var(--lime); }
.price-card .btn { margin-top: auto; align-self: flex-start; }
.featured .btn { background: white; color: var(--ink); border-color: white; }
.featured .btn::after { background: linear-gradient(135deg,var(--violet),var(--cyan)); color: white; }

.included-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.included-item { min-height: 210px; padding: 28px; border-radius: 22px; border: 1px solid var(--line); background: white; }
.included-item span { color: var(--violet); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.included-item h3 { margin: 40px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.included-item p { margin: 0; color: var(--muted); font-size: 14px; }

.pagehero { padding: 112px 0 86px; position: relative; overflow: hidden; isolation: isolate; }
.pagehero .wrap { position: relative; z-index: 2; }
/* Day glass orb: frosted, airy and deliberately subtle on light page headers. */
.pagehero::after {
  content: '';
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  right: -125px;
  top: 24px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 19%, rgba(255,255,255,.98) 0 2%, rgba(255,255,255,.58) 9%, rgba(255,255,255,0) 27%),
    radial-gradient(circle at 72% 76%, rgba(20,201,213,.22), rgba(20,201,213,0) 47%),
    radial-gradient(circle at 34% 36%, rgba(102,70,245,.17), rgba(102,70,245,0) 49%),
    radial-gradient(circle at 74% 34%, rgba(68,135,232,.14), rgba(68,135,232,0) 40%),
    linear-gradient(145deg, rgba(255,255,255,.28), rgba(20,201,213,.11) 58%, rgba(184,238,36,.08));
  border: 1px solid rgba(255,255,255,.8);
  box-shadow:
    inset 16px 14px 34px rgba(255,255,255,.45),
    inset -18px -22px 44px rgba(20,201,213,.09),
    0 26px 72px rgba(75,91,176,.10),
    0 0 34px rgba(20,201,213,.07);
  backdrop-filter: blur(11px) saturate(1.16);
  -webkit-backdrop-filter: blur(11px) saturate(1.16);
  animation: pageGlassOrbDrift 11s ease-in-out infinite alternate;
}
/* One fine orbital curve; intentionally much quieter than the sphere. */
.pagehero::before {
  content: '';
  position: absolute;
  width: 530px;
  height: 176px;
  right: -116px;
  top: 136px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(94,83,223,.18);
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(255,255,255,.018), rgba(102,70,245,.016), rgba(20,201,213,.022));
  box-shadow: inset 0 0 12px rgba(255,255,255,.055), 0 0 12px rgba(20,201,213,.06);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  transform: rotate(-10deg);
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 20%, #000 78%, transparent 98%);
  mask-image: linear-gradient(90deg, transparent 2%, #000 20%, #000 78%, transparent 98%);
  animation: pageGlassRingDrift 13s ease-in-out infinite alternate;
}
@keyframes pageGlassOrbDrift {
  to { transform: translate3d(-7px,6px,0) scale(1.012); }
}
@keyframes pageGlassRingDrift {
  to { transform: translate3d(-4px,3px,0) rotate(-9deg); }
}
.pagehero h1 { font-size: clamp(48px,6vw,84px); }

.visual-banner { overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.visual-banner img { width: 100%; max-height: 640px; object-fit: cover; }
.visual-banner.contain img { object-fit: contain; background: white; }
.visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 26px; border-top: 1px solid var(--line); }
.visual-caption p { margin: 0; max-width: 760px; color: var(--muted); }

.workgrid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.project { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 65px rgba(16,20,26,.06); }
.project img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; background: linear-gradient(135deg,#e8e4ff,#effdff); }
.project .copy { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.project h3 { margin: 18px 0 12px; font-size: clamp(42px,5vw,68px); line-height: .95; letter-spacing: -.055em; }
.project p { color: var(--muted); font-size: 17px; }
.project-detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.faq { max-width: 940px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 25px 44px 25px 0; font-size: 19px; font-weight: 800; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.faq details[open] summary::after { content: '-'; }
.faq details p { margin: -5px 0 25px; max-width: 760px; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro h2 { margin-bottom: 24px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(16,20,26,.18); border-radius: 14px; background: #fbfcfb; color: var(--ink); padding: 15px 16px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(102,70,245,.09); }
.field textarea { min-height: 180px; resize: vertical; }
.status { min-height: 24px; margin-top: 10px; color: var(--muted); font-size: 13px; }

.cta { padding: 100px 0; color: white; background: var(--ink); overflow: hidden; position: relative; isolation: isolate; }
/* Night glass orb: the same Swerve object, deeper and illuminated on the dark CTA. */
.cta::before {
  content: '';
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  right: -120px;
  top: -210px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.78) 0 1.5%, rgba(255,255,255,.20) 8%, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 74% 72%, rgba(20,201,213,.62), rgba(20,201,213,0) 46%),
    radial-gradient(circle at 34% 36%, rgba(102,70,245,.48), rgba(102,70,245,0) 49%),
    radial-gradient(circle at 72% 86%, rgba(184,238,36,.28), rgba(184,238,36,0) 31%),
    linear-gradient(145deg, rgba(72,116,226,.76), rgba(20,201,213,.48) 62%, rgba(184,238,36,.22));
  border: 1px solid rgba(226,239,255,.72);
  box-shadow:
    inset 18px 16px 40px rgba(255,255,255,.18),
    inset -24px -30px 55px rgba(5,19,38,.28),
    0 0 22px rgba(110,119,255,.34),
    0 0 54px rgba(20,201,213,.23),
    0 28px 84px rgba(0,0,0,.24);
  backdrop-filter: blur(10px) saturate(1.12);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  animation: ctaGlassOrbDrift 12s ease-in-out infinite alternate;
}
/* Matching orbit, brighter than the daytime line so it reads against charcoal. */
.cta::after {
  content: '';
  position: absolute;
  width: 610px;
  height: 182px;
  right: -70px;
  top: 96px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(198,214,255,.46);
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(255,255,255,.018), rgba(102,70,245,.028), rgba(20,201,213,.035));
  box-shadow:
    inset 0 0 14px rgba(255,255,255,.065),
    0 0 8px rgba(102,70,245,.28),
    0 0 14px rgba(20,201,213,.14);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  transform: rotate(-11deg);
  -webkit-mask-image: linear-gradient(90deg, transparent 1%, #000 18%, #000 83%, transparent 99%);
  mask-image: linear-gradient(90deg, transparent 1%, #000 18%, #000 83%, transparent 99%);
  animation: ctaGlassRingDrift 14s ease-in-out infinite alternate;
}
@keyframes ctaGlassOrbDrift {
  to { transform: translate3d(-8px,7px,0) scale(1.012); }
}
@keyframes ctaGlassRingDrift {
  to { transform: translate3d(-5px,3px,0) rotate(-10deg); }
}
.cta .wrap { position: relative; z-index: 2; }
.cta h2 { max-width: 960px; margin: 0 0 28px; font-size: clamp(50px,7vw,96px); line-height: .92; letter-spacing: -.065em; }
.cta p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 18px; }
.cta .actions { margin-top: 30px; }

.footer { padding: 62px 0 28px; background: #fff; }
.footgrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; }
.footer img { width: 175px; }
.footer p { max-width: 420px; color: #4f5964; font-weight: 550; }
.footer strong { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.footer a { color: #4f5964; line-height: 2; font-weight: 550; }
.footer a:hover { color: var(--ink); }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: #616a74; font-size: 12px; font-weight: 500; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal.on { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-stage { max-width: 620px; width: 100%; margin: 0 auto; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .service-grid, .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .included-grid { grid-template-columns: repeat(2,1fr); }
  .split, .featured-project, .form-layout { grid-template-columns: 1fr; }
  .featured-visual { min-height: 430px; }
  .form-intro { position: static; }
}

@media (max-width: 820px) {
  .navin { height: 74px; }
  .logo img { width: 150px; }
  .menu { display: grid; place-items: center; }
  .nav { backdrop-filter: none; }
  .links { display: none; position: fixed; left: 0; right: 0; top: 74px; bottom: 0; padding: 24px; background: #f7f8f6; backdrop-filter: none; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 4px; overflow-y: auto; box-shadow: 0 24px 48px rgba(16,20,26,.18); }
  .links.open { display: flex; }
  body.menu-open { overflow: hidden; }
  .links > a:not(.btn) { padding: 12px 4px; font-size: 16px; }
  .links > a:not(.btn)::after { display: none; }
  .links .btn { margin-top: 10px; }
  .hero { padding-top: 64px; }
  .hero h1 { font-size: clamp(48px,10vw,72px); }
  .section { padding: 88px 0; }
  .section h2 { font-size: clamp(40px,9vw,62px); }
  .detail-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .project { grid-template-columns: 1fr; }
  .project img { min-height: 320px; }
  .project .copy { padding: 36px; }
  .footgrid { grid-template-columns: 1fr 1fr; }
  .footgrid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 580px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .hero-grid { gap: 35px; }
  .hero h1, .pagehero h1 { font-size: 44px; line-height: 1; letter-spacing: -.018em; }
  .hero-copy > p, .pagehero p { font-size: 17px; }
  .pagehero::after { width: 300px; height: 300px; right: -168px; top: 34px; }
  .pagehero::before { width: 350px; height: 118px; right: -145px; top: 116px; opacity: .72; }
  .cta::before { width: 370px; height: 370px; right: -220px; top: -98px; }
  .cta::after { width: 410px; height: 126px; right: -175px; top: 66px; opacity: .78; }
  .hero-stage { min-height: 410px; }
  .stage-orb { width: 300px; height: 300px; right: 1%; top: 50px; }
  .stage-mark { width: 142px; top: 140px; right: 80px; }
  .float-card { min-width: 145px; padding: 14px 16px; border-radius: 17px; }
  .float-card strong { font-size: 16px; }
  .fc-one { left: 0; top: 25px; }
  .fc-two { right: 0; top: 0; }
  .fc-three { left: 0; bottom: 32px; }
  .fc-four { right: 0; bottom: 8px; }
  .service-grid, .benefit-grid, .included-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .split { gap: 36px; }
  .media-shell img { min-height: 310px; }
  .featured-copy { padding: 36px 28px; }
  .featured-visual { min-height: 300px; padding: 18px; }
  .price-card { padding: 28px; }
  .price strong { font-size: 62px; }
  .visual-caption { align-items: flex-start; flex-direction: column; }
  .form { grid-template-columns: 1fr; padding: 22px; }
  .field.full { grid-column: auto; }
  .footgrid { grid-template-columns: 1fr; }
  .footgrid > div:first-child { grid-column: auto; }
  .legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Pricing comparison */
.pricing-compare-wrap { margin-top: 58px; }
.pricing-compare { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 18px 60px rgba(16,20,26,.055); }
.pricing-compare th, .pricing-compare td { padding: 17px 20px; border-bottom: 1px solid rgba(16,20,26,.09); text-align: left; vertical-align: middle; }
.pricing-compare thead th { background: #f6f7f6; font-size: 14px; }
.pricing-compare thead th:first-child { width: 44%; }
.pricing-compare thead th:nth-child(2), .pricing-compare thead th:nth-child(3) { width: 28%; }
.pricing-compare tbody tr:last-child td { border-bottom: 0; }
.pricing-compare tbody tr:hover td { background: #fbfcfb; }
.pricing-compare .feature-name { font-weight: 750; color: #20262e; }
.pricing-compare .tick { font-weight: 900; color: var(--violet-deep); }
.pricing-compare .premium-head { background: var(--ink); color: #fff; }
.pricing-compare .plan-head { display: block; font-size: 21px; letter-spacing: -.025em; }
.pricing-compare .plan-price { display: block; margin-top: 5px; font-size: 13px; font-weight: 650; opacity: .72; }
.pricing-compare .old-inline { text-decoration: line-through; text-decoration-thickness: 2px; opacity: .66; margin-right: 6px; }
.pricing-compare .special-inline { color: var(--lime); font-weight: 850; }
.pricing-compare .price-row td { font-size: 18px; font-weight: 900; background: #fafbfa; }
.pricing-compare .price-row td:nth-child(3) { background: #f2f5f4; }
@media(max-width:760px){
  .pricing-compare-wrap { overflow-x:auto; padding-bottom:8px; }
  .pricing-compare { min-width:760px; }
}


/* v3 typography polish: use the display face consistently across every heading. */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ivar Display', 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
.section h2, .service-card h3, .detail-card h3, .benefit h3, .featured-copy h3,
.price-card h3, .included-item h3, .project h3, .pricing-compare .plan-head {
  font-family: 'Ivar Display', 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}
.hero h1, .pagehero h1 { letter-spacing: -.018em; }
.section h2 { letter-spacing: -.026em; }
.service-card h3, .detail-card h3, .benefit h3, .featured-copy h3, .price-card h3,
.included-item h3, .project h3 { letter-spacing: -.018em; }

/* Make the Premium saving impossible to miss. */
.regular-price {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
}
.regular-price strong {
  display: inline-block;
  margin-left: 6px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  font-family: 'Ivar Display', 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: currentColor;
}
.featured .regular-price { color: rgba(255,255,255,.78); }
.pricing-compare .old-inline {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  opacity: .78;
  text-decoration-thickness: 2px;
}
.pricing-compare .price-row .old-inline { font-size: 22px; margin-right: 10px; }


/* v4 refinement: outcome-led pricing, tighter CTAs and disciplined card alignment. */
.cta { padding: 88px 0; }
.cta h2 {
  max-width: 820px;
  font-size: clamp(42px,5.25vw,72px);
  line-height: 1.01;
  letter-spacing: -.026em;
  text-wrap: balance;
}
.cta p { max-width: 620px; }

/* Keep card typography and controls on a shared visual baseline. */
.service-card h3 { min-height: 2em; margin-top: auto; }
.service-card p { min-height: 6.4em; }
.detail-card { display:flex; flex-direction:column; }
.detail-card h3 { min-height: 2.1em; }
.detail-card > p { min-height: 3.4em; margin-bottom:0; }
.detail-card .clean-list { margin-top:auto; padding-top:18px; }
.included-item { display:flex; flex-direction:column; }
.included-item h3 { min-height:2em; }
.included-item p { margin-top:auto; }
.benefit { display:flex; flex-direction:column; }
.benefit h3 { min-height:2.1em; }
.benefit p { margin-top:auto; }

/* Pricing cards are aligned by section, while Growth is visually dominant. */
.price-card { min-height: 690px; }
.price-card h3 { margin-top: 4px; }
.price-card .plan-size { min-height: 44px; font-size:15px; line-height:1.45; }
.price-card .plan-copy { min-height: 72px; margin-bottom:0; }
.price-card .regular-price { min-height: 42px; margin-top: 22px; }
.price-card:not(.featured) .price { margin-top: 64px; }
.offer-chip {
  position:absolute;
  top:24px;
  right:24px;
  z-index:3;
  background:var(--lime);
  color:#1b2309;
  box-shadow:0 8px 24px rgba(184,238,36,.16);
}
.price-card.featured { border:1px solid rgba(184,238,36,.42); box-shadow:0 28px 85px rgba(16,20,26,.16); }
.price-card.featured h3 { padding-right:170px; }
.price-card.featured .regular-price strong { font-size:clamp(34px,3.4vw,46px); }
.price-card .plan-features li { align-items:flex-start; }
.price-card .plan-features li strong { font-weight:850; }

.pricing-compare .premium-head { position:relative; padding-top:44px; }
.popular-badge {
  position:absolute; top:12px; right:16px;
  display:inline-flex; padding:5px 9px; border-radius:999px;
  background:var(--lime); color:#1b2309; font-size:9px; font-weight:900; letter-spacing:.11em;
}
.pricing-compare td:nth-child(3) strong { font-weight:850; color:#1e2932; }
.pricing-compare tbody tr:nth-child(even) td { background:rgba(247,248,246,.55); }
.pricing-compare tbody tr:hover td { background:#f6f8f7; }
.pricing-compare .premium-head .old-inline { color:#fff; opacity:.82; }
.pricing-compare .special-inline { font-size:14px; }

@media(max-width:820px){
  .service-card h3,.service-card p,.detail-card h3,.detail-card>p,.included-item h3,.benefit h3 { min-height:0; }
  .price-card { min-height:0; }
  .price-card .plan-size,.price-card .plan-copy,.price-card .regular-price { min-height:0; }
  .price-card:not(.featured) .price { margin-top:22px; }
}
@media(max-width:580px){
  .cta { padding:72px 0; }
  .cta h2 { font-size:clamp(38px,11vw,52px); line-height:1.02; letter-spacing:-.02em; max-width:100%; }
  .price-card.featured h3 { padding-right:0; padding-top:34px; }
  .offer-chip { left:28px; right:auto; top:24px; }
}

/* v5 final alignment polish: static service strip, precise card baselines, Home nav. */
.expertise-strip {
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}
.expertise-strip-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  align-items: center;
}
.expertise-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 12px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 850;
  border-right: 1px solid rgba(255,255,255,.11);
}
.expertise-strip span:last-child { border-right: 0; }
.expertise-strip span::before {
  content: '';
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--lime);
}

/* Service cards use explicit rows so every heading, description and link shares a baseline. */
.service-card {
  display: grid;
  grid-template-rows: auto minmax(86px,1fr) auto minmax(128px,auto) auto;
  align-items: start;
}
.service-card .service-num { grid-row: 1; }
.service-card h3 {
  grid-row: 3;
  min-height: 0;
  margin: 0 0 18px;
  align-self: end;
}
.service-card p {
  grid-row: 4;
  min-height: 0;
  margin: 0 0 26px;
  align-self: start;
}
.service-card .service-more {
  grid-row: 5;
  align-self: end;
}

/* Refine all repeated card grids so text blocks and controls align consistently. */
.detail-grid, .benefit-grid, .included-grid { align-items: stretch; }
.detail-card, .benefit, .included-item { height: 100%; }
.detail-card h3, .benefit h3, .included-item h3 { line-height: 1.08; }

@media(max-width:900px){
  .expertise-strip-inner { grid-template-columns: repeat(3,1fr); }
  .expertise-strip span:nth-child(3) { border-right: 0; }
  .expertise-strip span:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.11); }
}
@media(max-width:820px){
  .service-card { display:flex; min-height:0; }
  .service-card h3 { margin-top:auto; margin-bottom:14px; }
  .service-card p { margin-bottom:26px; }
}
@media(max-width:580px){
  .expertise-strip-inner { grid-template-columns: repeat(2,1fr); }
  .expertise-strip span { min-height:54px; font-size:10px; letter-spacing:.1em; }
  .expertise-strip span:nth-child(n) { border-right:1px solid rgba(255,255,255,.11); border-bottom:1px solid rgba(255,255,255,.11); }
  .expertise-strip span:nth-child(2n) { border-right:0; }
  .expertise-strip span:nth-last-child(-n+2) { border-bottom:0; }
}

/* v6 final alignment QA: fixed service-card baselines and consistent heading-to-copy rhythm. */
@media (min-width:821px) {
  .service-card {
    min-height: 430px;
    grid-template-rows: auto 112px 52px 158px auto;
  }
  .service-card h3 {
    grid-row: 3;
    align-self: end;
    min-height: 52px;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end;
  }
  .service-card p {
    grid-row: 4;
    align-self: start;
    min-height: 158px;
    margin: 0 0 26px;
  }
  .service-card .service-more {
    grid-row: 5;
    align-self: end;
  }
}

/* Maintain one deliberate gap between display headings and the copy that follows. */
.section h2 {
  margin-top: 14px;
  margin-bottom: 28px;
}
.section h2 + p,
.section h2 + .lead,
.copy-stack h2 + p,
.narrow h2 + p,
.narrow h2 + .lead {
  margin-top: 0;
}
.section .lead + .lead,
.narrow .lead + .lead {
  margin-top: 18px;
}

/* Headings inside side-by-side section heads do not need extra bottom rhythm because copy sits in the adjacent column. */
.section-head h2 { margin-bottom: 0; }

/* Keep card-specific heading rhythm independent from section headings. */
.service-card h3,
.detail-card h3,
.benefit h3,
.included-item h3,
.price-card h3,
.project h3,
.featured-copy h3 { margin-bottom: 14px; }

@media (max-width:820px) {
  .section h2 { margin-bottom: 24px; }
  .service-card h3 { min-height: 0; }
  .service-card p { min-height: 0; }
}

/* Contact details: consistent with the existing editorial card system. */
.contact-details{margin-top:30px;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.72)}
.contact-details .kicker{display:block;margin-bottom:18px}
.contact-details p{margin:0 0 16px;color:var(--muted)}
.contact-details p:last-child{margin-bottom:0}
.contact-details strong{color:var(--ink);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.contact-details a{color:var(--ink);font-weight:750;border-bottom:1px solid rgba(17,21,26,.18)}
.contact-details a:hover{border-color:var(--violet);color:var(--violet)}


/* v9 legal and subscription pages */
.legal-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.legal-links a{line-height:1.4;color:#616a74;font-weight:550}
.policy-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:80px;align-items:start}
.policy-summary{position:sticky;top:120px}
.policy-summary h2{font-size:clamp(42px,5vw,68px);margin-bottom:24px}
.policy-summary>p{color:var(--muted);max-width:480px}
.policy-updated{font-size:13px;margin-top:28px}
.policy-content{max-width:820px}
.policy-content section{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid var(--line)}
.policy-content section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.policy-content h2{font-size:clamp(28px,3vw,40px);line-height:1.08;margin:0 0 18px}
.policy-content p{margin:0 0 16px;color:var(--muted);font-size:17px;line-height:1.75}
.policy-content p:last-child{margin-bottom:0}
.policy-content a{color:var(--ink);font-weight:750;border-bottom:1px solid rgba(17,21,26,.18)}
.policy-keypoints{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.72)}
.policy-keypoints p{margin:0 0 16px;color:var(--muted)}
.policy-keypoints p:last-child{margin-bottom:0}
.policy-keypoints strong{color:var(--ink)}
.form-legal{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.65}
.form-legal a{color:var(--ink);font-weight:750;text-decoration:underline;text-underline-offset:3px}
.price-note strong{color:inherit}
@media(max-width:900px){.policy-layout{grid-template-columns:1fr;gap:45px}.policy-summary{position:static}.policy-content{max-width:none}}
@media(max-width:580px){.legal-links{justify-content:flex-start;gap:12px 18px}}


/* Demo Websites page */
.demo-grid{margin-top:52px;display:grid;gap:28px}
.demo-card{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(17,21,26,.08)}
.demo-preview{min-height:520px;background:linear-gradient(135deg,#f2efff,#eef8ff 54%,#f1fbf5);padding:34px;overflow:hidden}
.demo-preview iframe{width:1440px;height:900px;border:0;border-radius:15px;background:#fff;box-shadow:0 26px 70px rgba(17,21,26,.16);transform:scale(.58);transform-origin:top left;pointer-events:none}
.demo-copy{padding:52px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.demo-copy h3{font-family:var(--display);font-size:clamp(44px,5vw,66px);line-height:.95;letter-spacing:-.025em;margin:18px 0}
.demo-copy p{margin:0 0 30px;color:var(--muted);font-size:18px;line-height:1.7;max-width:520px}
@media(max-width:900px){.demo-card{grid-template-columns:1fr}.demo-preview{min-height:390px}.demo-copy{padding:38px 32px}}
@media(max-width:580px){.demo-preview{min-height:270px;padding:16px}.demo-preview iframe{transform:scale(.36)}.demo-copy{padding:30px 24px}}

/* v17 subtle depth polish: lightweight CSS perspective only.
   No WebGL, canvas or additional libraries are loaded, keeping the effect
   decorative and isolated from page content, semantics and SEO markup. */
@media (hover: hover) and (pointer: fine) and (min-width: 821px) {
  .hero-stage {
    perspective: 1200px;
    perspective-origin: 50% 46%;
    transform-style: preserve-3d;
  }

  .stage-orb {
    translate: var(--orb-x, 0px) var(--orb-y, 0px);
    transition: translate .22s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
    box-shadow:
      0 48px 105px rgba(77,69,190,.24),
      0 12px 34px rgba(20,201,213,.12);
  }

  .stage-mark {
    translate: var(--mark-x, 0px) var(--mark-y, 0px) 58px;
    transform: rotateX(var(--mark-rx, 0deg)) rotateY(var(--mark-ry, 0deg));
    transform-style: preserve-3d;
    transition: translate .22s cubic-bezier(.2,.7,.2,1), transform .22s cubic-bezier(.2,.7,.2,1);
    will-change: transform, translate;
  }

  .float-card {
    --base-rotate: 0deg;
    --card-z: 54px;
    transform:
      translate3d(var(--card-x, 0px), var(--card-y, 0px), var(--card-z))
      rotateZ(var(--base-rotate))
      rotateX(var(--card-rx, 0deg))
      rotateY(var(--card-ry, 0deg));
    transform-style: preserve-3d;
    transition: transform .22s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
    will-change: transform;
  }

  .fc-one { --base-rotate: -5deg; --card-z: 62px; }
  .fc-two { --base-rotate: 5deg; --card-z: 46px; }
  .fc-three { --base-rotate: 4deg; --card-z: 72px; }
  .fc-four { --base-rotate: -4deg; --card-z: 52px; }

  .float-card:hover {
    box-shadow: 0 30px 76px rgba(17,23,38,.16);
  }

  /* Premium surfaces receive only a 1–2 degree pointer tilt. */
  .js-depth {
    transform-style: preserve-3d;
    will-change: rotate;
  }

  .js-depth:not(.reveal),
  .reveal.on.js-depth {
    transition-property: rotate, translate, box-shadow, border-color;
    transition-duration: .34s;
    transition-timing-function: cubic-bezier(.2,.7,.2,1);
    transition-delay: 0s;
  }

  .media-shell.js-depth:hover,
  .featured-project.js-depth:hover,
  .project.js-depth:hover,
  .demo-card.js-depth:hover,
  .price-card.featured.js-depth:hover {
    translate: 0 -3px;
  }

  .media-shell.js-depth:hover,
  .featured-project.js-depth:hover,
  .project.js-depth:hover,
  .demo-card.js-depth:hover {
    box-shadow: 0 32px 84px rgba(26,31,42,.12);
  }

  .price-card.featured.js-depth:hover {
    box-shadow: 0 34px 92px rgba(16,20,26,.20);
  }

  /* A small inner lift gives the home service cards depth without changing layout. */
  .service-card.js-depth .service-num,
  .service-card.js-depth h3,
  .service-card.js-depth p,
  .service-card.js-depth .service-more {
    translate: 0 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-orb,
  .stage-mark,
  .float-card,
  .js-depth {
    translate: none !important;
    rotate: none !important;
    transform: none !important;
    will-change: auto !important;
  }
}
