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

:root {
  --ink: #241d29;
  --ink-soft: #514958;
  --muted: #776f7b;
  --purple: #765486;
  --purple-deep: #4d3c56;
  --purple-dark: #2e2533;
  --lilac: #bda0cb;
  --lilac-soft: #efe7f2;
  --surface: #ffffff;
  --surface-soft: #f8f5f9;
  --surface-warm: #fcfafc;
  --border: rgba(69, 48, 78, .13);
  --border-strong: rgba(118, 84, 134, .25);
  --shadow-sm: 0 10px 30px rgba(46, 37, 51, .07);
  --shadow-md: 0 22px 60px rgba(46, 37, 51, .12);
  --shadow-lg: 0 32px 90px rgba(46, 37, 51, .18);
  --radius-sm: .9rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.75rem;
  --header-height: 76px;
  --container: 1160px;
  --gutter: clamp(1rem, 4vw, 3rem);
  --section-space: clamp(4.5rem, 8vw, 7rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
img, video, svg { display: block; max-width: 100%; }
button { -webkit-tap-highlight-color: transparent; }

.bd-grid {
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.section { padding-block: var(--section-space); }
.section_intro {
  width: min(760px, calc(100% - (var(--gutter) * 2)));
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}
.section_kicker,
.hero_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--purple);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section_kicker::before,
.hero_eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: .6;
}
.section-title {
  margin: .7rem 0 1rem;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.section_intro p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.8;
}

/* Header */
.l-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  z-index: 1000;
  background: rgba(46, 37, 51, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.l-header.is-scrolled {
  background: rgba(36, 29, 41, .96);
  box-shadow: 0 10px 30px rgba(22,16,26,.14);
}
.nav {
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand-lockup { display: flex; align-items: center; gap: .45rem; min-width: 0; }
.nav_icon { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.nav_wordmark { width: clamp(100px, 10vw, 132px); max-height: 50px; object-fit: contain; }
.nav_list { display: flex; align-items: center; gap: clamp(.35rem, 1.2vw, 1.15rem); }
.nav_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .55rem .65rem;
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  font-weight: 600;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav_link:hover,
.nav_link.active { color: #fff; background: rgba(255,255,255,.07); }
.nav_link_cta {
  padding-inline: 1rem;
  color: var(--purple-dark);
  background: #fff;
  border: 1px solid rgba(255,255,255,.6);
}
.nav_link_cta:hover { color: var(--purple-dark); background: var(--lilac-soft); transform: translateY(-1px); }
.nav_toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease;
}
.nav_toggle:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.25); }
.nav_toggle i { font-size: 1.65rem; }
.nav_scrim { display: none; }

/* Hero */
.home {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 88% 15%, rgba(255,255,255,.18), transparent 29%),
    radial-gradient(circle at 72% 86%, rgba(62,39,72,.22), transparent 34%),
    linear-gradient(132deg, #bda0cb 0%, #9272a1 48%, #5b4665 100%);
}
.home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.home_container {
  min-height: max(660px, calc(100svh - var(--header-height)));
  padding-block: clamp(4rem, 9vh, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}
.home_data { position: relative; z-index: 2; min-width: 0; }
.hero_eyebrow { color: rgba(255,255,255,.78); margin-bottom: 1.1rem; }
.home_title {
  max-width: 780px;
  margin-bottom: 1.45rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.home_title span { color: rgba(255,255,255,.67); }
.home_description {
  max-width: 650px;
  margin-bottom: 1.8rem;
  color: rgba(255,255,255,.86);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.75;
}
.hero_actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.55rem; }
.home_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.3rem;
  border-radius: 999px;
  background: #fff;
  color: var(--purple-deep);
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(34,25,39,.15);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.home_button:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(34,25,39,.2); }
.home_button_secondary { color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.42); box-shadow: none; }
.home_button_secondary:hover { background: rgba(255,255,255,.13); }
.hero_proof { display: flex; flex-wrap: wrap; gap: .65rem .8rem; }
.hero_proof span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .48rem .7rem;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(33,24,38,.14);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .78rem;
  backdrop-filter: blur(7px);
}
.hero_proof i { color: #fff; }
.hero_visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero_orbit {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
}
.hero_orbit::before,
.hero_orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
}
.hero_orbit::before { inset: 9%; }
.hero_orbit::after { inset: 22%; }
.hero_visual img {
  position: relative;
  z-index: 2;
  width: min(72%, 300px);
  filter: drop-shadow(0 30px 45px rgba(36,29,41,.22));
  animation: heroFloat 6s ease-in-out infinite;
}
.hero_chip {
  position: absolute;
  z-index: 3;
  padding: .65rem .85rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(40,31,45,.24);
  box-shadow: 0 12px 28px rgba(31,22,35,.12);
  backdrop-filter: blur(12px);
  font-size: .78rem;
  font-weight: 600;
}
.hero_chip_one { top: 15%; left: 0; }
.hero_chip_two { top: 28%; right: -2%; }
.hero_chip_three { bottom: 16%; left: 7%; }
@keyframes heroFloat { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }

/* About */
.about { background: var(--surface-warm); }
.about_container {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: clamp(2rem, 6vw, 5rem);
}
.about_media { position: relative; min-width: 0; }
.about_img {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--radius-lg);
  background: var(--lilac-soft);
  box-shadow: var(--shadow-md);
}
.about_img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.42);
  border-radius: inherit;
}
.about_img img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center top; }
.about_badge {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  z-index: 3;
  display: grid;
  gap: .08rem;
  min-width: 160px;
  padding: .9rem 1rem;
  border-radius: 1rem;
  color: #fff;
  background: var(--purple-deep);
  box-shadow: var(--shadow-md);
}
.about_badge strong { font-family: "Manrope", sans-serif; font-size: .95rem; }
.about_badge span { color: rgba(255,255,255,.66); font-size: .75rem; }
.about_content {
  align-self: center;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.65rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-sm);
}
.about_subtitle {
  margin-bottom: .8rem;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.about_profession { margin-bottom: 1.35rem; color: var(--purple); font-size: .9rem; font-weight: 700; }
.about_text { margin-bottom: .9rem; color: var(--muted); line-height: 1.85; }
.about_points { display: grid; gap: .8rem; margin: 1.65rem 0; }
.about_points div {
  position: relative;
  display: grid;
  gap: .2rem;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--surface-soft);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.about_points div::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-size: .7rem;
  font-weight: 700;
}
.about_points div:hover { transform: translateX(4px); border-color: var(--border-strong); background: #fff; }
.about_points strong { font-size: .9rem; }
.about_points span { color: var(--muted); font-size: .85rem; line-height: 1.55; }
.about_social { display: flex; flex-wrap: wrap; gap: .55rem; }
.about_social-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--purple-deep);
  background: #fff;
  font-size: 1.15rem;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.about_social-icon:hover { transform: translateY(-3px); color: #fff; background: var(--purple); border-color: var(--purple); }

/* Services — retained visual direction */
.services { background: var(--surface-soft); }
.package_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.package_card {
  position: relative;
  min-width: 0;
  padding: 1.55rem;
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.package_card:hover { transform: translateY(-5px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.package_featured { border: 1.5px solid var(--purple); }
.popular_badge { position: absolute; top: 1rem; right: 1rem; padding: .35rem .6rem; border-radius: 999px; color: #fff; background: var(--purple-deep); font-size: .67rem; }
.package_icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: .75rem; color: var(--purple-deep); background: var(--lilac-soft); font-size: 1.35rem; }
.package_label { display: block; margin-bottom: .35rem; color: var(--purple); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700; }
.package_card h3 { margin: 0 0 .55rem; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.package_price { margin-bottom: .8rem; color: var(--purple-deep); }
.package_price strong { font-size: 1.45rem; }
.package_card > p:not(.package_price) { margin-bottom: 1rem; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.package_card ul { margin-bottom: 1.2rem; }
.package_card li { position: relative; padding-left: 1.2rem; margin-bottom: .5rem; color: var(--ink-soft); font-size: .86rem; }
.package_card li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 700; }
.package_link { display: inline-flex; align-items: center; gap: .25rem; color: var(--purple-deep); font-size: .86rem; font-weight: 700; }
.package_link i { transition: transform .2s ease; }
.package_link:hover i { transform: translateX(4px); }
.pricing_note { margin-top: 1.35rem; }
.pricing_note p { margin: 0; padding: 1.2rem 1.35rem; border: 1px solid var(--border); border-radius: .85rem; color: var(--muted); background: rgba(255,255,255,.74); line-height: 1.7; }

/* Portfolio — retained visual direction */
.portfolio { background: #fff; }
.work_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.work_card { overflow: hidden; min-width: 0; border: 1px solid var(--border); border-radius: 1rem; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.work_card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.work_card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--surface-soft); transition: transform .5s ease; }
.work_card:hover img { transform: scale(1.025); }
.work_content { padding: 1rem 1rem 1.2rem; }
.work_content > span { color: var(--purple); text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 700; }
.work_content h3 { margin: .35rem 0 .45rem; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1.08rem; }
.work_content p { margin-bottom: 0; color: var(--muted); line-height: 1.55; font-size: .86rem; }
.portfolio_actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.outline_button { display: inline-flex; align-items: center; gap: .4rem; min-height: 46px; padding: .75rem 1rem; border: 1px solid var(--border); border-radius: 999px; color: var(--purple-deep); background: #fff; font-size: .9rem; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.outline_button:hover { transform: translateY(-2px); background: var(--surface-soft); border-color: var(--border-strong); }

/* Process */
.process { position: relative; overflow: clip; padding-bottom: clamp(3.5rem, 6vw, 5.5rem); background: var(--purple-dark); color: #fff; }
.process::before { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -250px; border-radius: 50%; background: rgba(189,160,203,.12); }
.process .section_kicker { color: #d9c8e1; }
.process .section-title { color: #fff; }
.process .section_intro p { color: rgba(255,255,255,.62); }
.process_grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.process_grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 40px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent); }
.process_step {
  position: relative;
  min-width: 0;
  padding: 1.45rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.process_step:hover { transform: translateY(-6px); border-color: rgba(189,160,203,.38); background: rgba(255,255,255,.075); }
.process_step > span {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: var(--purple-dark);
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(255,255,255,.04);
}
.process_step h3 { margin: 0 0 .55rem; color: #fff; font-family: "Manrope", sans-serif; font-size: 1.08rem; }
.process_step p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.7; font-size: .88rem; }

/* Contact */
.contact { padding-top: 0; background: var(--purple-dark); }
.contact_inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(135deg, rgba(118,84,134,.92), rgba(68,49,76,.96));
  box-shadow: 0 30px 70px rgba(19,14,22,.2);
}
.contact_inner::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; bottom: -220px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.contact_copy, .contact_actions { position: relative; z-index: 2; }
.contact .section_kicker { color: #eadff0; }
.contact_copy h2 { margin: .6rem 0 1rem; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.04; letter-spacing: -.045em; }
.contact_copy p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.74); line-height: 1.78; }
.contact_actions { display: flex; flex-direction: column; align-items: stretch; gap: .75rem; }
.contact_primary,
.contact_secondary { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .85rem 1rem; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.contact_primary { color: var(--purple-deep); background: #fff; }
.contact_primary:hover { transform: translateY(-3px); background: var(--lilac-soft); }
.contact_secondary { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.contact_secondary:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.contact_actions > span { overflow-wrap: anywhere; color: rgba(255,255,255,.56); text-align: center; font-size: .78rem; }

/* Footer */
.footer { padding: clamp(3.5rem, 7vw, 5rem) 0 1.5rem; color: #fff; background: #1f1923; }
.footer_container { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(130px, .7fr) minmax(170px, .7fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.footer_brand { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .85rem; align-items: start; }
.footer_brand img { width: 44px; }
.footer_title { margin: 0 0 .9rem; color: #fff; font-family: "Manrope", sans-serif; font-size: .8rem; letter-spacing: .08em; }
.footer_brand .footer_title { margin-bottom: .45rem; }
.footer_text { max-width: 430px; margin: 0; color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.7; }
.footer_data ul { display: grid; gap: .55rem; }
.footer_link { color: rgba(255,255,255,.62); font-size: .88rem; transition: color .2s ease, transform .2s ease; }
.footer_link:hover { color: #fff; transform: translateX(3px); }
.footer_social { width: 42px; height: 42px; display: inline-grid; place-items: center; margin: 0 .35rem .35rem 0; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: 1.15rem; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.footer_social:hover { transform: translateY(-3px); color: #fff; background: var(--purple); border-color: var(--purple); }
.footer_bottom { width: min(var(--container), calc(100% - (var(--gutter) * 2))); margin: 2.5rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); text-align: center; font-size: .76rem; }

/* Tablet */
@media (max-width: 1080px) {
  :root { --gutter: clamp(1rem, 3vw, 2rem); }
  .nav_toggle { display: inline-flex; }
  .nav_menu {
    position: fixed;
    top: calc(var(--header-height) + .75rem);
    right: var(--gutter);
    width: min(360px, calc(100vw - (var(--gutter) * 2)));
    max-height: calc(100svh - var(--header-height) - 1.5rem);
    overflow-y: auto;
    padding: .7rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.3rem;
    background: rgba(31,25,35,.98);
    box-shadow: 0 30px 70px rgba(18,13,21,.35);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(.98);
    transform-origin: top right;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 1002;
  }
  .nav_menu.show { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
  .nav_list { flex-direction: column; align-items: stretch; gap: .25rem; }
  .nav_link { width: 100%; justify-content: space-between; min-height: 48px; padding: .75rem .9rem; border-radius: .9rem; color: rgba(255,255,255,.8); }
  .nav_link:hover, .nav_link.active { background: rgba(255,255,255,.07); }
  .nav_link_cta { justify-content: center; margin-top: .35rem; color: var(--purple-deep); background: #fff; }
  .nav_scrim {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: block;
    background: rgba(20,15,23,.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 1001;
  }
  body.menu-open .nav_scrim { opacity: 1; visibility: visible; }
  .home_container { grid-template-columns: minmax(0, 1fr) minmax(240px, .62fr); gap: 2rem; }
  .hero_visual { min-height: 350px; }
  .about_container { gap: 2.5rem; }
  .package_grid, .work_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process_grid::before { display: none; }
}

/* Mobile + small tablet */
@media (max-width: 767px) {
  :root { --header-height: 70px; --gutter: 1rem; --section-space: clamp(4rem, 14vw, 5rem); }
  .nav_icon { width: 34px; height: 34px; }
  .nav_wordmark { width: 106px; }
  .home_container {
    min-height: auto;
    padding-block: clamp(4rem, 12vw, 5.5rem);
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .home_title { font-size: clamp(3rem, 14vw, 5rem); }
  .home_description { font-size: 1rem; }
  .hero_actions { flex-direction: column; }
  .home_button { width: 100%; }
  .hero_proof { display: grid; grid-template-columns: 1fr; align-items: start; }
  .hero_proof span { width: fit-content; }
  .hero_visual { min-height: 300px; }
  .hero_orbit { width: min(88vw, 330px); }
  .hero_chip { font-size: .7rem; padding: .55rem .7rem; }
  .hero_chip_one { left: 1%; }
  .hero_chip_two { right: 0; }
  .section_intro { text-align: left; }
  .section-title { font-size: clamp(2rem, 10vw, 3rem); }
  .about_container { grid-template-columns: 1fr; gap: 1.5rem; }
  .about_img { position: relative; top: auto; min-height: 0; }
  .about_img img { min-height: 0; aspect-ratio: 4/4.7; object-position: center 18%; }
  .about_badge { right: .8rem; bottom: .8rem; min-width: 145px; }
  .about_content { padding: 1.25rem; }
  .about_subtitle { font-size: 1.55rem; }
  .about_profession { font-size: .82rem; }
  .package_grid, .work_grid, .process_grid { grid-template-columns: 1fr; }
  .package_card, .work_card, .process_step { width: 100%; }
  .portfolio_actions { display: grid; }
  .outline_button { justify-content: center; }
  .process { padding-bottom: 2.5rem; }
  .contact { padding-top: 0; }
  .contact_inner { width: calc(100% - 2rem); grid-template-columns: 1fr; gap: 1.6rem; padding: 1.5rem; border-radius: 1.35rem; }
  .contact_copy h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .footer_container { grid-template-columns: 1fr; gap: 2rem; }
  .footer_brand { grid-template-columns: auto minmax(0, 1fr); }
  .footer_bottom { text-align: left; }
}

/* Very small devices */
@media (max-width: 380px) {
  :root { --gutter: .85rem; }
  .nav_wordmark { width: 94px; }
  .nav_toggle { width: 42px; height: 42px; }
  .home_title { font-size: clamp(2.7rem, 15vw, 4rem); }
  .hero_chip { font-size: .64rem; }
  .about_badge { min-width: 132px; padding: .75rem .8rem; }
  .package_card { padding: 1.25rem; }
  .contact_inner { width: calc(100% - 1.7rem); padding: 1.25rem; }
}

/* Short landscape screens */
@media (max-height: 620px) and (min-width: 768px) {
  .home_container { min-height: auto; padding-block: 3.5rem; }
  .hero_visual { min-height: 300px; }
}

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