:root {
  --lv-background: oklch(98.5% .008 70);
  --lv-foreground: oklch(32% .03 35);
  --lv-primary: oklch(66% .096 31);
  --lv-primary-glow: oklch(79% .065 35);
  --lv-primary-foreground: oklch(99% .006 70);
  --lv-secondary: oklch(95.5% .018 60);
  --lv-muted: oklch(95.5% .014 65);
  --lv-muted-foreground: oklch(53% .03 40);
  --lv-border: oklch(90% .02 60);
  --lv-card: oklch(100% 0 0);
  --lv-gradient-rose: linear-gradient(135deg, oklch(66% .096 31) 0%, oklch(79% .065 35) 55%, oklch(72% .075 75) 100%);
  --lv-gradient-soft: linear-gradient(180deg, color-mix(in oklab, oklch(93% .03 55) 55%, oklch(98.5% .008 70)) 0%, oklch(98.5% .008 70) 100%);
  --lv-shadow-card: 0 10px 30px -18px color-mix(in oklab, oklch(66% .096 31) 40%, transparent);
  --lv-shadow-soft: 0 18px 45px -22px color-mix(in oklab, oklch(66% .096 31) 45%, transparent);
}

html { background: var(--lv-background); }
body {
  background: var(--lv-background);
  color: var(--lv-foreground);
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.header {
  width: 100%;
  height: 69px;
  padding: 12px max(20px, calc((100% - 1112px) / 2));
  background: color-mix(in oklab, var(--lv-background) 85%, transparent);
  border-bottom: 1px solid color-mix(in oklab, var(--lv-border) 60%, transparent);
  backdrop-filter: blur(12px);
}

.brand { gap: 12px; }
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--lv-border);
}
.brand b { font-size: 18px; line-height: 20px; color: var(--lv-foreground); }
.brand small { margin-top: 3px; font-size: 8px; letter-spacing: .2em; color: var(--lv-primary); }
.nav { gap: 32px; font-size: 14px; }
.nav a, .link-button { color: var(--lv-muted-foreground); }

.button,
.header .button {
  border: 0;
  border-radius: 999px;
  background: var(--lv-gradient-rose);
  color: var(--lv-primary-foreground);
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  box-shadow: var(--lv-shadow-soft);
}
.header .button.compact { padding: 10px 20px; font-size: 14px; }

.hero {
  position: relative;
  isolation: isolate;
  width: min(100%, 1152px);
  min-height: 0;
  margin: 0 auto;
  padding: 96px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  overflow: visible;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--lv-gradient-soft);
}
.hero-copy { align-self: center; padding: 0; }
.hero .eyebrow { margin: 0; }
.eyebrow {
  color: var(--lv-primary);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  font-weight: 500;
}
.hero h1 {
  max-width: none;
  margin: 16px 0 0;
  color: var(--lv-foreground);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
}
.hero h1 em {
  font-style: normal;
  font-weight: 500;
  color: transparent;
  background: var(--lv-gradient-rose);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero .lead {
  max-width: 448px;
  margin: 24px 0 0;
  color: var(--lv-muted-foreground);
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.hero .actions { margin-top: 36px; gap: 12px; }
.hero .text-link {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--lv-border);
  border-radius: 999px;
  background: var(--lv-card);
  color: var(--lv-primary);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.hero .phone { margin: 24px 0 0; color: var(--lv-muted-foreground); font-size: 14px; letter-spacing: 0; }
.hero-image {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  align-self: center;
  transform: none;
}
.hero-image::before {
  inset: -16px;
  border: 0;
  border-radius: 32px;
  background: var(--lv-gradient-rose);
  opacity: .15;
  filter: blur(40px);
}
.hero-image img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  max-height: none;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--lv-shadow-soft);
}
.hero .spark { display: none; }

.section.portfolio {
  width: min(100%, 1152px);
  margin: 0 auto;
  padding: 80px 20px;
  background: transparent;
}
.section h2,
.about h2,
.location h2 {
  margin: 12px 0 0;
  color: var(--lv-foreground);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 62px;
}
.work-card {
  position: static;
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--lv-border);
  border-radius: 20px;
  background: var(--lv-card);
  box-shadow: var(--lv-shadow-card);
  transition: transform .3s;
}
.work-card:hover { transform: translateY(-4px); }
.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.work-card:hover img { transform: none; }
.work-card div {
  position: static;
  flex: 1;
  padding: 20px;
  background: transparent;
  color: var(--lv-foreground);
}
.work-card h3 {
  margin: 0;
  color: var(--lv-primary);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.work-card p { margin: 8px 0 0; color: var(--lv-muted-foreground); font-size: 14px; line-height: 1.625; }

.section.services {
  width: 100%;
  padding: 80px max(20px, calc((100% - 1112px) / 2));
  background: color-mix(in oklab, var(--lv-secondary) 60%, transparent);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 62px;
  border: 0;
}
.service-card {
  min-height: 167px;
  padding: 24px;
  border: 1px solid var(--lv-border);
  border-radius: 20px;
  background: var(--lv-card);
  box-shadow: var(--lv-shadow-card);
}
.service-card > span { color: var(--lv-primary); font-size: 0; font-style: normal; }
.service-card > span::before { content: "✣"; font-size: 20px; line-height: 20px; }
.service-card h3 { margin: 16px 0 0; color: var(--lv-foreground); font-size: 20px; line-height: 28px; }
.service-card p { margin: 8px 0 0; color: var(--lv-muted-foreground); font-size: 14px; line-height: 20px; }

.about {
  width: min(100%, 1152px);
  min-height: 0;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 48px;
  align-items: center;
  background: transparent;
}
.about-image {
  width: min(100%, 384px);
  max-width: 384px;
  height: auto;
  margin: 0 auto;
  justify-self: center;
}
.about-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--lv-shadow-soft);
}
.about-copy { max-width: none; padding: 0; }
.about-copy h2 { text-align: left; }
.about-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--lv-muted-foreground);
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.signature {
  margin-top: 32px;
  padding: 0;
  border: 0;
  justify-content: flex-start;
  gap: 8px;
  color: var(--lv-primary);
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.location {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 80px max(20px, calc((100% - 1112px) / 2));
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: 90px 287px;
  column-gap: 32px;
  row-gap: 48px;
  align-items: stretch;
  background: color-mix(in oklab, var(--lv-secondary) 60%, transparent);
  color: var(--lv-foreground);
}
.location::before {
  content: "Localização";
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: end;
  padding-bottom: 2px;
  color: var(--lv-foreground);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.location::after {
  content: "ONDE ME ENCONTRAR";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  color: var(--lv-primary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}
.location-copy {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  min-width: 0;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--lv-border);
  border-radius: 20px;
  background: var(--lv-card);
  box-shadow: var(--lv-shadow-card);
}
.location-copy > .eyebrow, .location-copy > h2 { display: none; }
.location-item { margin: 8px 0; }
.location-item b { color: var(--lv-foreground); font-family: Jost, sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; }
.location-item span { margin-top: 2px; color: var(--lv-muted-foreground); font-size: 14px; line-height: 20px; }
.big-phone { margin: 8px 0 16px; color: var(--lv-foreground); font-family: Jost, sans-serif; font-size: 14px; line-height: 20px; }
.location .button { width: 100%; padding: 12px 20px; }
.location iframe {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid var(--lv-border);
  border-radius: 20px;
  filter: none;
  box-shadow: var(--lv-shadow-card);
}

footer {
  min-height: 345px;
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-top: 1px solid var(--lv-border);
  background: transparent;
  color: var(--lv-muted-foreground);
  text-align: center;
  font-size: 14px;
}
footer > div:first-child { flex-direction: column; gap: 16px; }
footer img { width: 80px; height: 80px; border-radius: 999px; box-shadow: 0 0 0 1px var(--lv-border); }
footer b { color: var(--lv-primary); font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 500; }
footer p { margin: 0; }
.social { gap: 16px; }
.social a:not(.admin-link) { width: 32px; height: 32px; border: 0; }
.social svg { stroke: var(--lv-muted-foreground); }
.social svg:first-child { fill: var(--lv-muted-foreground); }
.admin-link { display: none; }
.floating-whatsapp { right: 24px; bottom: 24px; width: 56px; height: 56px; }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; padding: 64px 20px; }
  .hero h1 { font-size: 48px; line-height: 1; }
  .hero-image { width: 100%; max-width: 600px; margin: 0 auto; }
  .works-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr; gap: 48px; }
  .about-image { width: min(100%, 384px); }
  .location { grid-template-columns: 1fr; grid-template-rows: 90px auto 380px; }
  .location-copy { grid-column: 1; grid-row: 2; }
  .location iframe { grid-column: 1; grid-row: 3; min-height: 380px; }
}

@media (max-width: 600px) {
  .header { padding-inline: 20px; }
  .hero { gap: 48px; }
  .hero h1 { font-size: 42px; }
  .hero .actions { align-items: stretch; flex-direction: column; }
  .hero .button, .hero .text-link { width: 100%; }
  .works-grid, .service-grid { grid-template-columns: 1fr; }
  .section.portfolio, .about { padding-block: 64px; }
  .section.services, .location { padding-block: 64px; }
  .location::after { top: 64px; }
  .location { grid-template-rows: 90px auto 340px; }
  .location iframe { min-height: 340px; }
}
