/* Shared design system. Original families and palette recovered from Elementor. */
@font-face {
  font-family:Rajdhani;
  src:url('../assets/fonts/rajdhani-400.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

:root {
  --paper:#f8f7fc;
  --ink:#342c40;
  --purple:#4f13cd;
  --magenta:#c00957;
  --body:#55515c;
  --stroke:rgba(99,81,121,.18);
  --gradient:linear-gradient(110deg,#5314d4 0%,#8814ab 48%,#dd0052 100%);
  --display:Geologica,Arial,sans-serif;
  --heading:Urbanist,Arial,sans-serif;
  --reading:Questrial,Arial,sans-serif;
  --card:Rajdhani,Arial,sans-serif;
  --radius:24px;
  --width:1160px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:155px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--body);
  font-family:var(--reading);
  font-size:18px;
  line-height:1.7
}

a {
  color:inherit;
  text-decoration:none
}

img {
  display:block;
  max-width:100%;
  height:auto
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button {
  font:inherit
}

h1,h2,h3,p {
  margin-top:0
}

h1,h2,h3 {
  color:var(--purple)
}

h1 {
  font-family:var(--display);
  font-weight:700;
  letter-spacing:-.045em;
  line-height:1.17
}

h2 {
  font-family:var(--heading);
  font-weight:700;
  font-size:clamp(2.2rem,4vw,3.25rem);
  line-height:1.15;
  letter-spacing:-.035em;
  margin-bottom:26px
}

h3 {
  font-family:var(--heading);
  font-weight:600;
  font-size:1.75rem;
  line-height:1.2;
  letter-spacing:-.025em
}

p {
  margin-bottom:24px
}

a:focus-visible {
  outline:3px solid var(--magenta);
  outline-offset:6px;
  border-radius:5px
}

a:hover {
  color:var(--purple)
}

.wrap {
  width:min(var(--width),calc(100% - 48px));
  margin-inline:auto
}

.section {
  padding-block:90px
}

.eyebrow {
  font-family:var(--reading);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.075em;
  line-height:1.5;
  color:var(--magenta);
  margin-bottom:20px
}

.section-heading {
  max-width:720px;
  margin-bottom:46px
}

.section-heading>p:not(.eyebrow) {
  max-width:650px
}

.centered {
  text-align:center;
  margin-inline:auto
}

.actions {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  background:var(--gradient);
  color:white;
  border-radius:100px;
  min-height:48px;
  padding:13px 28px;
  font-family:var(--card);
  font-size:15px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.025em;
  box-shadow:0 5px 16px #6916b210;
  transition:transform .2s ease,box-shadow .2s ease
}

.button:hover {
  color:white;
  transform:translateY(-2px);
  box-shadow:0 7px 24px #7512bc35
}

.button-reverse {
  background:linear-gradient(110deg,#dd0052,#5714ca)
}

.button span {
  font-family:Arial,sans-serif;
  font-size:18px
}

.text-link {
  font-family:var(--card);
  text-transform:uppercase;
  font-size:15px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-height:44px
}

.text-link span {
  font-family:Arial,sans-serif;
  font-size:21px
}

.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  transform:translateY(-150%);
  z-index:99;
  background:white;
  padding:10px 20px
}

.skip-link:focus {
  transform:translateY(0)
}

/* The original logo has transparent artboard padding. Object-fit retains the artwork. */
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(248,247,252,.87);
  backdrop-filter:blur(22px);
  border-bottom:1px solid #fff;
  border-radius:0 0 26px 26px;
  box-shadow:0 12px 22px #29223e18
}

.header-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:78px
}

.brand {
  display:block;
  width:200px;
  height:75px;
  position:relative;
  flex-shrink:0;
  overflow:hidden
}

.brand img {
  position:absolute;
  width:200px;
  max-width:none;
  top:50%;
  transform:translateY(-50%)
}

.desktop-nav {
  display:none;
  gap:32px;
  font-size:15px
}

.header-cta {
  font-family:var(--reading);
  font-size:12px;
  min-height:44px;
  padding:12px 22px
}

.header-cta span {
  display:none
}

.contact-strip {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  border-top:1px solid #d4cde32e;
  font-size:14px;
  line-height:1.5;
  padding:5px 16px;
  color:#4e2898;
  gap:0
}

.contact-strip a {
  padding:1px 14px
}

.contact-strip a+a {
  border-left:1px solid #d9d2e2
}

.contact-strip span {
  margin-right:6px
}

.hero {
  position:relative;
  overflow:hidden;
  padding-top:50px;
  isolation:isolate
}

.hero-glow {
  position:absolute;
  inset:-50px -20% 0;
  z-index:-1;
  background:radial-gradient(ellipse at 15% 15%,#6b64f354,transparent 35%),radial-gradient(ellipse at 85% 50%,#ef559e3b,transparent 40%);
  filter:blur(35px)
}

.hero-copy {
  position:relative;
  text-align:center;
  z-index:1
}

.hero h1 {
  font-size:clamp(2.5rem,6.2vw,5.25rem);
  margin-bottom:24px
}

.hero h1 span {
  display:block
}

.hero-description {
  max-width:650px;
  margin:0 auto 28px;
  font-size:18px;
  line-height:1.8
}

.hero-art {
  max-width:1100px;
  margin:16px auto -16px
}

.hero-art img {
  width:100%
}

.hero .eyebrow {
  margin-bottom:18px
}

.about-grid {
  display:grid;
  gap:44px
}

.about-copy {
  max-width:630px
}

.about-copy .principle {
  font-family:var(--heading);
  font-weight:700;
  line-height:1.4;
  color:var(--ink)
}

.about-copy hr {
  height:1px;
  border:0;
  background:var(--stroke);
  margin:28px 0
}

.about-copy ul {
  padding-left:22px;
  font-size:16px;
  margin-bottom:32px
}

.about-copy li {
  padding-left:4px;
  margin-bottom:9px
}

.about-copy li p {
  margin:0
}

.stats {
  display:flex;
  justify-content:space-around;
  text-align:center;
  gap:24px;
  margin:0 0 30px
}

.stats div {
  display:flex;
  flex-direction:column-reverse;
  flex:1
}

.stats dd {
  font-family:var(--card);
  font-size:3.5rem;
  line-height:1.2;
  color:var(--magenta);
  margin:0 0 10px
}

.stats dt {
  font-family:var(--card);
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:.06em;
  color:#343039;
  font-weight:400;
  line-height:1.4
}

.celebration {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:50% 50%;
  border-radius:var(--radius)
}

.glass {
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  background:linear-gradient(125deg,#fff5,#ffffff1c);
  box-shadow:inset 0 1px 1px #ffffffd0;
  backdrop-filter:blur(8px)
}

.services {
  position:relative;
  background:linear-gradient(170deg,#f8f7fc 8%,#f8f7fcb0 45%,#f8f7fc35),url('../assets/backgrounds/skyscrapers.webp') center/cover
}

.service-grid {
  display:grid;
  gap:22px
}

.service-card {
  text-align:center;
  padding:34px 28px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  border-color:#ffffffd9;
  background:linear-gradient(125deg,#ffffff3d,#f8f7fc60)
}

.icon-orbit {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100px;
  height:100px;
  border:1px solid #ac9db52e;
  border-radius:50%;
  margin:0 0 24px;
  flex-shrink:0
}

.icon-orbit img {
  width:78px;
  height:78px;
  object-fit:contain
}

.service-card h3 {
  font-weight:800;
  max-width:340px;
  margin-bottom:16px
}

.service-card p,.process-card p {
  font-family:var(--card);
  font-size:21px;
  line-height:1.55
}

.service-card .text-link {
  margin-top:auto
}

.service-card p {
  max-width:365px
}

.process {
  position:relative
}

.process:before {
  content:'';
  position:absolute;
  width:400px;
  height:430px;
  left:-150px;
  top:20px;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(ellipse,#f48bb83d,transparent 65%)
}

.process-grid {
  display:grid;
  gap:20px
}

.process-card {
  padding:34px 30px
}

.step {
  display:block;
  color:var(--magenta);
  font-family:var(--heading);
  font-size:27px;
  line-height:1.3;
  margin-bottom:20px
}

.process-card h3 {
  margin-bottom:28px
}

.rule {
  height:2px;
  background:linear-gradient(90deg,#fff,transparent);
  margin:0 -30px 28px;
  width:calc(100% + 30px)
}

.process-card p:last-child {
  margin:0
}

.process-cta {
  background:radial-gradient(ellipse at 90% 100%,#ed9ac550,transparent 70%)
}

.process-cta .button {
  margin-top:6px
}

.work {
  background:radial-gradient(ellipse at 0% 28%,#f2a4c254,transparent 35%),radial-gradient(ellipse at 100% 0%,#dbaff133,transparent 40%)
}

.case-grid {
  display:grid;
  gap:24px
}

.case-card {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:var(--radius);
  min-height:600px;
  color:white;
  background:#29213c
}

.case-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2
}

.case-card:after {
  position:absolute;
  content:'';
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,#19102312 0%,#10101965 35%,#0c0c14e6 100%)
}

.case-content {
  padding:34px 32px;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.case-content .icon-orbit {
  border-color:#ffffff55;
  margin-bottom:46px
}

.case-content .eyebrow {
  color:#ffffffdb;
  margin-bottom:14px
}

.case-card h3 {
  color:white;
  font-size:1.85rem;
  font-weight:500;
  line-height:1.14;
  margin-bottom:22px
}

.case-content>p:last-child {
  font-family:var(--card);
  font-size:20px;
  line-height:1.55;
  color:#f2edf6;
  margin-bottom:0
}

.case-placeholder {
  background:radial-gradient(ellipse at 70% 25%,#b186dc,transparent 44%),linear-gradient(150deg,#8970a8,#392d54 75%)
}

.case-placeholder>span {
  position:absolute;
  top:27px;
  right:20px;
  max-width:140px;
  font-size:12px;
  line-height:1.4;
  border:1px solid #ffffff55;
  border-radius:10px;
  padding:7px 9px;
  color:#fff;
  background:#34264588
}

.dental .case-image {
  object-position:45% center
}

.founder {
  position:relative;
  overflow:hidden
}

.founder-glow {
  position:absolute;
  width:540px;
  height:540px;
  right:-220px;
  top:-140px;
  pointer-events:none;
  background:radial-gradient(circle,#d3499e35 0%,#7d4bda20 42%,transparent 70%);
  filter:blur(10px)
}

.founder-card {
  position:relative;
  display:grid;
  gap:34px;
  padding:26px;
  overflow:hidden;
  background:linear-gradient(130deg,#ffffffb8,#f1e9fb8f)
}

.founder-card:after {
  content:'';
  position:absolute;
  width:230px;
  height:230px;
  right:-85px;
  bottom:-110px;
  border-radius:50%;
  background:linear-gradient(135deg,#5f22d9,#d30a65);
  opacity:.12
}

.founder-portrait {
  min-height:340px;
  overflow:hidden;
  border-radius:calc(var(--radius) - 6px);
  background:#6455b2
}

.founder-portrait img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%
}

.founder-copy {
  position:relative;
  z-index:1;
  align-self:center;
  padding:4px 2px 10px
}

.founder-copy h2 {
  margin-bottom:6px
}

.founder-role {
  margin-bottom:22px;
  color:var(--magenta);
  font-family:var(--card);
  font-size:20px;
  letter-spacing:.08em;
  text-transform:uppercase
}

.founder-copy>p:not(.eyebrow):not(.founder-role) {
  max-width:620px;
  margin-bottom:28px
}

@media(min-width:760px) {
  .founder-card {
    grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
    gap:52px;
    padding:38px
  }

  .founder-portrait {
    min-height:440px
  }

  .founder-copy {
    padding-right:28px
  }
}

@media(min-width:1100px) {
  .founder-card {
    grid-template-columns:420px 1fr;
    gap:72px;
    padding:48px
  }

  .founder-copy h2 {
    font-size:3.4rem
  }
}

.package-banner {
  background:linear-gradient(135deg,#f8f7fc70,#eef9fb55),url('../assets/backgrounds/skyscrapers.webp') center/cover;
  text-align:center;
  padding:70px 0
}

.package-banner h2 {
  font-family:var(--display);
  font-size:clamp(2.4rem,5vw,4rem);
  margin:0;
  font-weight:700
}

.package-body {
  background:linear-gradient(120deg,#bc9eee65,#e594c478),url('../assets/backgrounds/gradient.webp') center/cover
}

.package-body .section-heading {
  max-width:720px
}

.package-grid {
  display:grid;
  background:#faf4ff22;
  border-color:#ffffff85;
  overflow:hidden
}

.package-card {
  padding:34px 28px;
  border-bottom:1px solid #ffffff66;
  display:flex;
  flex-direction:column;
  align-items:center
}

.package-card:last-child {
  border-bottom:0
}

.package-card .icon-orbit {
  border-color:#8867a644
}

.package-card h3 {
  text-align:center;
  font-weight:500;
  font-size:1.8rem
}

.package-card ul {
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
  font-family:var(--card);
  font-size:21px;
  line-height:1.45;
  color:#43374e
}

.package-card li {
  position:relative;
  padding-left:24px;
  margin-bottom:13px
}

.package-card li:before {
  content:'+';
  position:absolute;
  left:0;
  top:0;
  color:#b0004a;
  font-family:Arial,sans-serif;
  font-size:24px;
  font-weight:bold;
  line-height:1.3
}

.ready {
  background:#c3aafa
}

.ready .wrap {
  max-width:760px
}

.ready h2 {
  max-width:630px;
  margin-inline:auto
}

.ready p:not(.eyebrow) {
  color:#42354f;
  max-width:680px;
  margin:0 auto 34px
}

.ready .button {
  font-family:var(--heading);
  text-transform:none;
  font-size:24px;
  padding:14px 30px;
  box-shadow:0 7px 12px #35214235
}

.contact {
  text-align:center;
  max-width:870px
}

.contact p:not(.eyebrow) {
  max-width:690px;
  margin-inline:auto
}

.contact-actions {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:24px
}

.contact-actions .button {
  text-transform:none;
  font-family:var(--reading);
  font-size:17px
}

.phone-link {
  font-size:20px;
  color:var(--purple);
  padding:12px
}

.site-footer {
  border-top:1px solid var(--stroke);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-block:20px;
  font-size:14px
}

.back-to-top {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:15;
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#31253ee6;
  color:white;
  font-family:Arial,sans-serif;
  backdrop-filter:blur(10px)
}

.back-to-top[hidden] {
  display:none
}

.back-to-top:hover {
  color:white;
  background:var(--purple)
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }

}

h1,h2,h3 {
  text-transform:capitalize
}

.contact-strip span {
  font-family:Arial,sans-serif
}
