:root {
  --bg: #120f0e;
  --bg-soft: #1b1614;
  --surface: #231c19;
  --surface-2: #2d2420;
  --paper: #f7efe8;
  --text: #fffaf5;
  --muted: #d8c8bd;
  --soft: rgba(255, 250, 245, 0.68);
  --line: rgba(255, 250, 245, 0.14);
  --accent: #d38d73;
  --accent-light: #f1c1aa;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

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

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

[hidden] {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(116px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(18, 15, 14, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(241, 193, 170, 0.55);
  border-radius: 50%;
  color: var(--accent-light);
  font-family: "Italiana", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.brand strong {
  display: block;
}

.brand strong {
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 0.96;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 42px);
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a,
.brand,
.gallery figure,
.service-card,
.how-card,
.contact-card,
.hero-copy,
.hero-visual {
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.header-whatsapp {
  justify-self: end;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  color: #f4fff8;
  font-size: 13px;
  font-weight: 800;
}

.wa-icon,
.instagram-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  align-self: center;
  background-color: #fff;
  vertical-align: middle;
}

.wa-icon {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.9 3 3.08 8.8 3.08 15.92c0 2.28.6 4.5 1.74 6.45L3 29l6.8-1.78a12.95 12.95 0 0 0 6.24 1.59h.01c7.14 0 12.95-5.8 12.95-12.93C29 8.8 23.18 3 16.04 3Zm0 23.64h-.01c-1.97 0-3.9-.53-5.58-1.53l-.4-.23-4.03 1.05 1.08-3.92-.26-.4a10.7 10.7 0 0 1-1.64-5.69c0-5.92 4.86-10.75 10.84-10.75 2.9 0 5.62 1.12 7.67 3.16a10.67 10.67 0 0 1 3.17 7.6c0 5.91-4.86 10.71-10.84 10.71Zm5.94-8.03c-.33-.16-1.93-.95-2.23-1.06-.3-.11-.52-.16-.74.16-.22.33-.85 1.06-1.04 1.28-.19.22-.38.25-.7.08-.33-.16-1.37-.5-2.62-1.6-.97-.86-1.62-1.92-1.81-2.24-.19-.33-.02-.5.14-.66.15-.14.33-.38.49-.57.16-.19.22-.33.33-.55.11-.22.05-.41-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.57.08-.87.41-.3.33-1.14 1.11-1.14 2.7 0 1.6 1.17 3.14 1.33 3.35.16.22 2.3 3.49 5.58 4.9.78.33 1.39.53 1.86.68.78.25 1.49.21 2.05.13.63-.09 1.93-.79 2.2-1.55.27-.76.27-1.41.19-1.55-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.9 3 3.08 8.8 3.08 15.92c0 2.28.6 4.5 1.74 6.45L3 29l6.8-1.78a12.95 12.95 0 0 0 6.24 1.59h.01c7.14 0 12.95-5.8 12.95-12.93C29 8.8 23.18 3 16.04 3Zm0 23.64h-.01c-1.97 0-3.9-.53-5.58-1.53l-.4-.23-4.03 1.05 1.08-3.92-.26-.4a10.7 10.7 0 0 1-1.64-5.69c0-5.92 4.86-10.75 10.84-10.75 2.9 0 5.62 1.12 7.67 3.16a10.67 10.67 0 0 1 3.17 7.6c0 5.91-4.86 10.71-10.84 10.71Zm5.94-8.03c-.33-.16-1.93-.95-2.23-1.06-.3-.11-.52-.16-.74.16-.22.33-.85 1.06-1.04 1.28-.19.22-.38.25-.7.08-.33-.16-1.37-.5-2.62-1.6-.97-.86-1.62-1.92-1.81-2.24-.19-.33-.02-.5.14-.66.15-.14.33-.38.49-.57.16-.19.22-.33.33-.55.11-.22.05-.41-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.57.08-.87.41-.3.33-1.14 1.11-1.14 2.7 0 1.6 1.17 3.14 1.33 3.35.16.22 2.3 3.49 5.58 4.9.78.33 1.39.53 1.86.68.78.25 1.49.21 2.05.13.63-.09 1.93-.79 2.2-1.55.27-.76.27-1.41.19-1.55-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.instagram-icon {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 3h11.6A7.2 7.2 0 0 1 29 10.2v11.6a7.2 7.2 0 0 1-7.2 7.2H10.2A7.2 7.2 0 0 1 3 21.8V10.2A7.2 7.2 0 0 1 10.2 3Zm0 2.4a4.8 4.8 0 0 0-4.8 4.8v11.6a4.8 4.8 0 0 0 4.8 4.8h11.6a4.8 4.8 0 0 0 4.8-4.8V10.2a4.8 4.8 0 0 0-4.8-4.8H10.2ZM16 9.4a6.6 6.6 0 1 1 0 13.2 6.6 6.6 0 0 1 0-13.2Zm0 2.4a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Zm7.05-3.02a1.57 1.57 0 1 1 0 3.14 1.57 1.57 0 0 1 0-3.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 3h11.6A7.2 7.2 0 0 1 29 10.2v11.6a7.2 7.2 0 0 1-7.2 7.2H10.2A7.2 7.2 0 0 1 3 21.8V10.2A7.2 7.2 0 0 1 10.2 3Zm0 2.4a4.8 4.8 0 0 0-4.8 4.8v11.6a4.8 4.8 0 0 0 4.8 4.8h11.6a4.8 4.8 0 0 0 4.8-4.8V10.2a4.8 4.8 0 0 0-4.8-4.8H10.2ZM16 9.4a6.6 6.6 0 1 1 0 13.2 6.6 6.6 0 0 1 0-13.2Zm0 2.4a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Zm7.05-3.02a1.57 1.57 0 1 1 0 3.14 1.57 1.57 0 0 1 0-3.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-action,
.instagram-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  text-align: center;
}

.button.whatsapp-action,
.button.instagram-action,
.service-link.whatsapp-action,
.extra-pill.whatsapp-action,
.footer-socials a {
  justify-content: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 86px) clamp(52px, 7vw, 86px);
  background:
    linear-gradient(90deg, rgba(18, 15, 14, 0.98), rgba(18, 15, 14, 0.82)),
    linear-gradient(180deg, rgba(211, 141, 115, 0.09), transparent);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
  line-height: 0.95;
}

h1 {
  max-width: 720px;
  font-size: clamp(66px, 9vw, 126px);
}

h2 {
  font-size: clamp(48px, 6vw, 84px);
}

h3 {
  font-size: clamp(36px, 4.2vw, 54px);
}

.hero-text,
.section-heading p,
.contact-section p {
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
}

.hero-text {
  max-width: 610px;
  margin: 0 0 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-nails {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-nails img {
  width: clamp(88px, 9vw, 132px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 250, 245, 0.16);
  border-radius: 50%;
  box-shadow: var(--shadow);
  transition: transform 240ms ease, filter 240ms ease;
}

.hero-nails img:hover {
  transform: translateY(-5px) scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}

.hero-highlight {
  margin: 28px 0 0;
  color: var(--accent-light);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.5;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button.primary {
  background: var(--whatsapp-dark);
  color: #fff;
  box-shadow: 0 18px 36px rgba(18, 140, 74, 0.24);
}

.button.primary:hover,
.header-whatsapp:hover,
.service-link:hover,
.extra-pill:hover {
  background: var(--whatsapp);
  color: #fff;
}

.button.ghost {
  border-color: var(--line);
  color: var(--muted);
}

.button.ghost:hover {
  border-color: rgba(241, 193, 170, 0.72);
  color: var(--text);
}

.button.social {
  margin-top: 12px;
  border-color: rgba(255, 250, 245, 0.2);
  background: rgba(255, 250, 245, 0.08);
  color: #fff;
}

.button.social:hover {
  border-color: rgba(255, 250, 245, 0.34);
  background: rgba(255, 250, 245, 0.14);
}

.button.full {
  width: 100%;
}

.hero-visual {
  position: relative;
  min-height: clamp(440px, 56vw, 680px);
}

.artist-photo-mobile {
  display: none;
}

.artist-photo,
.gallery img,
.service-card img {
  object-fit: cover;
  border: 1px solid rgba(255, 250, 245, 0.16);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.artist-photo {
  position: absolute;
  top: 5%;
  right: 8%;
  width: min(70%, 480px);
  aspect-ratio: 0.74;
  border-radius: 999px 999px 8px 8px;
  object-position: center top;
  animation: portraitFloat 7s ease-in-out infinite;
}

.section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 6vw, 86px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(250px, 0.62fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.section-heading p:last-child {
  margin: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
}

.gallery figure {
  margin: 0;
  min-width: 0;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
}

.gallery figure:hover img {
  transform: translateY(-6px) scale(1.025);
  filter: saturate(1.08) contrast(1.03);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.48);
}

.gallery figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.services-section {
  background: var(--bg-soft);
}

.service-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.service-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.04);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: rgba(241, 193, 170, 0.52);
  background: rgba(241, 193, 170, 0.14);
  color: var(--text);
}

.filter-button:active {
  transform: scale(0.97);
}

.price-notice {
  margin: 0;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.services-catalog {
  min-height: 220px;
}

.service-group {
  margin-top: clamp(34px, 5vw, 58px);
}

.service-group:first-child {
  margin-top: 0;
}

.group-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.group-title span {
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 16px;
  min-height: 218px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 193, 170, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-card.highlighted {
  border-color: rgba(241, 193, 170, 0.36);
  background: var(--surface-2);
}

.service-card img {
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.service-card h4 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.service-card p {
  margin: 8px 0 13px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.5;
}

.service-card strong {
  display: block;
  color: var(--accent-light);
  font-size: 19px;
  font-weight: 800;
}

.service-link {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  color: #eafff1;
  font-size: 13px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.service-link:active,
.button:active,
.extra-pill:active {
  transform: translateY(0) scale(0.98);
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.extra-pill {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.extra-pill span,
.extra-pill strong {
  min-width: 0;
}

.extra-pill span {
  color: currentColor;
  font-size: 14px;
  font-weight: 800;
}

.extra-pill strong {
  color: var(--accent-light);
  font-size: 14px;
  text-align: right;
}

.extra-pill:hover strong {
  color: #fff;
}

.how-section {
  background: #15110f;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.how-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 250, 245, 0.07), rgba(255, 250, 245, 0.025));
}

.how-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 193, 170, 0.32);
}

.how-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.how-card h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.how-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.data-error {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(241, 193, 170, 0.32);
  border-radius: var(--radius);
  background: rgba(241, 193, 170, 0.08);
  color: var(--accent-light);
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 86px);
  background:
    linear-gradient(90deg, rgba(18, 15, 14, 0.86), rgba(18, 15, 14, 0.52)),
    url("assets/trabalho-12.jpeg") center 50% / cover;
}

.contact-card {
  padding: 24px;
  border: 1px solid rgba(255, 250, 245, 0.18);
  border-radius: var(--radius);
  background: rgba(18, 15, 14, 0.88);
  box-shadow: var(--shadow);
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 250, 245, 0.28);
}

.contact-bio {
  margin: 0 0 24px;
  color: var(--paper);
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 86px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #0d0a09;
}

footer p {
  margin: 0;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

footer a {
  color: #eafff1;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(37, 211, 102, 0.5);
  border-radius: 50%;
  background: var(--whatsapp-dark);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  transition: transform 160ms ease, background 160ms ease;
}

.floating-whatsapp .wa-icon {
  width: 26px;
  height: 26px;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  background: var(--whatsapp);
}

.header-whatsapp:hover,
.button:hover,
.service-link:hover,
.extra-pill:hover {
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.reveal.is-visible:hover {
  transform: translateY(-5px);
}

.contact-card.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.how-card.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.extra-pill.reveal.is-visible:hover,
.button:hover,
.service-link.reveal.is-visible:hover {
  transform: translateY(-2px);
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .extras-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
  }

  .hero,
  .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    display: none;
  }

  .artist-photo-mobile {
    display: block;
    width: min(52vw, 220px);
    aspect-ratio: 0.74;
    border-radius: 999px;
    object-fit: cover;
    object-position: center top;
    margin: 24px auto 40px;
    border: 2px solid rgba(241, 193, 170, 0.5);
    outline: 6px solid rgba(211, 141, 115, 0.12);
    box-shadow: 0 8px 40px rgba(211, 141, 115, 0.28), 0 0 0 10px rgba(211, 141, 115, 0.06);
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 14px;
  }

  .brand {
    grid-column: 1 / -1;
  }

  .header-whatsapp {
    justify-self: stretch;
  }

  .nav-links {
    font-size: 12px;
  }

  h1 {
    font-size: clamp(58px, 17vw, 82px);
  }

  .hero-actions,
  footer,
  .group-title {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .services-grid,
  .extras-grid {
    grid-template-columns: 1fr;
  }

  .service-tools {
    align-items: stretch;
  }

  .service-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-button {
    width: 100%;
  }

  .price-notice {
    text-align: left;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
  }

  .service-card {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 0;
    padding: 13px;
  }

  .service-card img {
    width: 76px;
  }

  .service-card h4 {
    font-size: 16px;
  }
}
