:root {
  --purple: #5b28cc;
  --purple-bright: #7a35f1;
  --purple-soft: #eee8ff;
  --ink: #15141a;
  --graphite: #202027;
  --muted: #65626d;
  --line: #e5e2ea;
  --off-white: #f8f7f4;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(36, 22, 70, .12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--off-white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 112px 0; }
.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(113, 50, 235, .25), transparent 28%),
    #181820;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -60px;
  padding: 10px 14px;
  color: #fff;
  background: var(--purple);
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 84px;
  background: rgba(248, 247, 244, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 214, 224, .75);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(91, 40, 204, .18);
}
.brand-copy, .footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: .18em;
}
.brand-copy strong, .footer-brand strong { font-size: 15px; }
.brand-copy small, .footer-brand small {
  margin-top: 7px;
  font-size: 7px;
  letter-spacing: .16em;
  color: var(--muted);
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 38px;
}
.main-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--purple);
  transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, #4d1faf, #732de2);
  box-shadow: 0 14px 34px rgba(91, 40, 204, .25);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(91, 40, 204, .34);
}
.button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.button-small {
  min-height: 44px;
  padding-inline: 20px;
  font-size: 11px;
}

/* Hero */
.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 42%, rgba(121, 55, 241, .12), transparent 25%),
    linear-gradient(180deg, #fbfaf8 0%, #f7f5f7 100%);
}
.hero-grid {
  min-height: 636px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 42px;
}
.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 22px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.4vw, 94px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}
.hero h1 em {
  color: var(--purple);
  font-style: normal;
}
.hero-text {
  max-width: 580px;
  margin: 30px 0 34px;
  color: #514e59;
  font-size: 18px;
  line-height: 1.72;
}

/* Custom camera composition */
.hero-art {
  position: relative;
  min-height: 580px;
  isolation: isolate;
}
.purple-halo {
  position: absolute;
  z-index: -2;
  inset: 4% -18% -8% 0;
  border-radius: 54% 46% 38% 62% / 46% 38% 62% 54%;
  background:
    radial-gradient(circle at 48% 45%, rgba(196, 164, 255, .62), rgba(105, 42, 219, .34) 35%, rgba(70, 26, 151, .02) 70%);
  filter: blur(5px);
}
.camera-module {
  position: absolute;
  top: 42px;
  right: 24px;
  width: 286px;
  height: 286px;
  border-radius: 64px;
  transform: rotate(7deg);
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(198,206,219,.58));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset -18px -22px 30px rgba(105, 94, 135, .12),
    0 32px 70px rgba(42, 29, 74, .2);
}
.phone-lens {
  position: absolute;
  width: 105px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 8px;
  background: linear-gradient(145deg, #e8edf7, #818b9c 48%, #f8f9fd 53%, #929dad);
  box-shadow: 0 10px 18px rgba(32,31,42,.28);
}
.phone-lens i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.85) 0 4%, transparent 5%),
    radial-gradient(circle at 52% 48%, #1c112d 0 16%, #372356 22%, #11101b 44%, #07070b 58%, #343142 69%, #0e0c14 78%);
  border: 5px solid #171521;
}
.phone-lens-a { left: 27px; top: 27px; }
.phone-lens-b { right: 27px; top: 84px; }
.phone-lens-c { left: 52px; bottom: 27px; }
.sensor {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 48px;
  bottom: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, #17131e 0 26%, #85829a 30% 35%, #1e1c27 38% 70%);
}
.flash {
  position: absolute;
  width: 34px;
  height: 22px;
  right: 50px;
  top: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #fff 0 22%, #e4d9ad 55%, #b8a76e 80%);
  box-shadow: 0 0 22px rgba(255, 239, 176, .65);
}
.pro-lens {
  position: absolute;
  z-index: 3;
  left: 2%;
  bottom: 34px;
  width: min(410px, 70%);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: rotate(-10deg);
  background:
    radial-gradient(circle at 50% 50%, transparent 0 51%, #bcc3cf 52% 56%, #383845 57% 66%, #d9dde5 67% 73%, #2d2c35 74% 82%, #cfd4dd 83% 88%, #32313a 89%);
  box-shadow: 0 34px 80px rgba(41, 31, 65, .34);
}
.lens-ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.44);
}
.ring-2 { inset: 15%; border-color: rgba(255,255,255,.2); }
.ring-3 { inset: 24%; border-color: rgba(180,147,255,.65); }
.lens-glass {
  position: absolute;
  inset: 29%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 39% 32%, rgba(255,255,255,.8) 0 4%, transparent 5%),
    radial-gradient(circle at 58% 45%, rgba(127, 87, 212, .95) 0 9%, rgba(49,30,92,.9) 18%, #11101a 39%, #050508 59%, #25212e 67%, #0a090e 76%);
  box-shadow: inset 0 0 28px rgba(155, 105, 255, .54);
}
.lens-shine {
  position: absolute;
  width: 42%;
  height: 13%;
  left: 30%;
  top: 22%;
  border-radius: 50%;
  transform: rotate(-28deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  filter: blur(7px);
}
.light-sweep {
  position: absolute;
  z-index: 4;
  width: 65%;
  height: 180px;
  right: -4%;
  bottom: 10%;
  transform: rotate(-22deg);
  background: linear-gradient(90deg, transparent, rgba(169, 117, 255, .32), rgba(255,255,255,.62), transparent);
  filter: blur(24px);
  mix-blend-mode: screen;
}

/* Shared section headings */
.section-intro {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
}
.section-intro h2, .experience h2, .process h2, .contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.section-intro > p {
  max-width: 490px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card {
  min-height: 390px;
  padding: 30px 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 40px rgba(28, 21, 42, .045);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #c8b8ef;
  box-shadow: var(--shadow);
}
.service-card.featured {
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(243,239,252,.78));
}
.service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  color: var(--purple);
}
.service-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tag {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.service-card h3 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.04;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.secondary-services {
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 24px;
  color: #55515d;
  font-size: 13px;
}
.secondary-services span::before {
  content: "◈";
  margin-right: 9px;
  color: var(--purple);
}

/* Experience */
.experience { padding: 118px 0; }
.experience-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}
.eyebrow-light { color: #bda0ff; }
.experience-title h2 { max-width: 550px; }
.experience-copy > p {
  max-width: 670px;
  margin: 42px 0 46px;
  color: #d1ced8;
  font-size: 18px;
  line-height: 1.75;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pillars div {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.pillars strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
}
.pillars span {
  color: #aaa6b3;
  font-size: 13px;
  line-height: 1.55;
}

/* Process */
.process-intro { grid-template-columns: 1fr; }
.process-grid {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.process-grid li {
  position: relative;
  padding: 0 28px 0 0;
}
.process-grid li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 48px;
  right: 14px;
  border-top: 1px dashed #cac4d3;
}
.process-grid li > span {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #a98de6;
  border-radius: 50%;
  color: var(--purple);
  background: var(--off-white);
  font-size: 11px;
  font-weight: 800;
}
.process-grid h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* Contact */
.contact { padding: 104px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.contact-copy > p:first-child {
  max-width: 500px;
  margin: 0 0 28px;
  color: #cbc8d2;
  font-size: 17px;
  line-height: 1.7;
}
.direct-contact {
  margin: 18px 0 0;
  color: #8f8b98;
  font-size: 12px;
}
.direct-contact a {
  color: #fff;
  font-weight: 700;
}

/* Footer */
.site-footer {
  padding: 44px 0 22px;
  color: #d6d3dc;
  background: #111117;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 50px;
  align-items: center;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.footer-brand small { color: #817c89; }
.footer-grid nav {
  display: flex;
  gap: 28px;
}
.footer-grid nav a {
  color: #96919e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.instagram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
}
.instagram svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  color: #65616c;
  font-size: 10px;
  letter-spacing: .04em;
}

/* Floating button */
.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  display: none;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #4d1faf, #732de2);
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(61, 25, 138, .35);
}
.floating-whatsapp svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle {
    grid-column: 3;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30,25,42,.08);
  }
  .menu-toggle span:not(.sr-only) {
    width: 19px;
    height: 2px;
    background: var(--ink);
    transition: transform .25s ease;
  }
  .main-nav {
    position: fixed;
    inset: 84px 0 auto;
    padding: 28px 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: rgba(248,247,244,.98);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid {
    min-height: auto;
    padding: 72px 0 60px;
    grid-template-columns: 1fr;
  }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 520px; }
  .section-intro, .experience-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars { max-width: 780px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 52px 24px; }
  .process-grid li:nth-child(2)::after { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 6px; }
  .main-nav { inset: 72px 0 auto; }
  .hero-grid { padding-top: 54px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-text { margin-top: 24px; font-size: 16px; }
  .button { width: 100%; padding-inline: 18px; font-size: 10.5px; }
  .hero-art { min-height: 400px; }
  .camera-module {
    width: 210px;
    height: 210px;
    right: -5px;
    border-radius: 48px;
  }
  .phone-lens { width: 77px; padding: 6px; }
  .phone-lens-a { left: 20px; top: 20px; }
  .phone-lens-b { right: 20px; top: 61px; }
  .phone-lens-c { left: 38px; bottom: 20px; }
  .sensor { width: 25px; height: 25px; right: 36px; bottom: 31px; }
  .flash { width: 25px; height: 16px; right: 38px; top: 28px; }
  .pro-lens { width: 285px; left: -10px; bottom: 22px; }
  .section-intro { margin-bottom: 34px; }
  .section-intro h2, .experience h2, .process h2, .contact h2 {
    font-size: 43px;
  }
  .section-intro > p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .secondary-services { justify-content: flex-start; }
  .experience { padding: 82px 0; }
  .experience-copy > p { margin-top: 0; font-size: 16px; }
  .pillars { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-grid li::after { display: none; }
  .contact { padding: 78px 0; }
  .footer-grid { grid-template-columns: 1fr auto; gap: 28px; }
  .footer-grid nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { display: grid; }
}
