:root {
  --bg: #f1bf00;
  --bg-soft: #f1bf00;
  --ink: #111111;
  --paper: #fef7d8;
  --stitch: #8f6e00;
  --shadow: 0 18px 40px rgba(17, 17, 17, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

.stitch-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle, var(--stitch) 1.3px, transparent 1.3px),
    radial-gradient(circle, var(--stitch) 1.3px, transparent 1.3px);
  background-size: 26px 26px, 26px 26px;
  background-position: 0 0, 13px 13px;
  mask-image: linear-gradient(180deg, transparent, black 12%, black 88%, transparent);
}

.floating-notions {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.notion {
  position: absolute;
  opacity: 0.68;
}

.scissors {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  animation: drift 11s ease-in-out infinite;
}

.s1 {
  top: 18%;
  left: 6%;
  transform: rotate(-16deg);
}

.s2 {
  right: 7%;
  top: 62%;
  transform: rotate(18deg);
  animation-duration: 13s;
}

.spool {
  width: 78px;
  height: 44px;
  border: 4px solid var(--ink);
  border-radius: 18px;
  background: repeating-linear-gradient(
    90deg,
    var(--paper),
    var(--paper) 8px,
    #e29f0b 8px,
    #e29f0b 14px
  );
  box-shadow: var(--shadow);
  animation: drift 15s ease-in-out infinite;
}

.spool::before,
.spool::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 52px;
  border: 4px solid var(--ink);
  border-radius: 12px;
  background: var(--paper);
  transform: translateY(-50%);
}

.spool::before {
  left: -10px;
}

.spool::after {
  right: -10px;
}

.sp1 {
  right: 14%;
  top: 14%;
}

.sp2 {
  left: 10%;
  bottom: 9%;
  transform: scale(0.82) rotate(-8deg);
  animation-duration: 17s;
}

.thread {
  height: 2px;
  width: 170px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 10px,
    var(--ink) 10px,
    var(--ink) 18px
  );
  animation: sway 9s ease-in-out infinite;
}

.t1 {
  top: 24%;
  right: 22%;
  transform: rotate(22deg);
}

.t2 {
  left: 16%;
  bottom: 22%;
  transform: rotate(-28deg);
  animation-duration: 12s;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 32px 20px 72px 112px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0.25rem 0 0.35rem;
  width: calc(100vw - 120px);
  margin-left: calc(50% - 50vw + 92px);
}

.logo-frame {
  position: relative;
  width: min(1120px, 100%);
  padding: 12px 14px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(254, 247, 216, 0.94), rgba(246, 221, 112, 0.92));
  box-shadow: var(--shadow);
}

.logo-frame::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 3px dashed rgba(17, 17, 17, 0.85);
  border-radius: 20px;
  pointer-events: none;
}

.brand-logo {
  display: block;
  width: min(980px, 100%);
  height: auto;
  max-height: none;
  margin: 0 auto;
  filter: drop-shadow(0 16px 24px rgba(17, 17, 17, 0.14));
}

.stitch-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--bg-soft);
  z-index: 2;
}

.corner-tl { top: -9px; left: -9px; }
.corner-tr { top: -9px; right: -9px; }
.corner-bl { bottom: -9px; left: -9px; }
.corner-br { bottom: -9px; right: -9px; }

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 16vw, 9rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intro {
  max-width: 600px;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  line-height: 1.6;
}

.zipper-section {
  display: grid;
  gap: 16px;
  align-items: start;
}

.zipper-sidebar {
  position: fixed;
  top: 22px;
  left: 18px;
  width: 78px;
  z-index: 5;
}

.zipper-track {
  position: relative;
  --zip-open: 36px;
  --zip-gap: 0px;
  height: calc(100vh - 44px);
  min-height: 420px;
  max-height: 860px;
  border: 4px solid var(--ink);
  border-radius: 44px;
  background: var(--ink);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.zipper-panel {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.zipper-top {
  top: 0;
  height: var(--zip-open, 0px);
}

.zipper-bottom {
  top: var(--zip-open, 0px);
  bottom: 0;
}

.zipper-side {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #131313;
  transition: transform 0.16s linear;
}

.zipper-left {
  left: 0;
}

.zipper-right {
  right: 0;
}

.zipper-side::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4d96b, #e5b60e);
}

.zipper-left::before {
  right: 0;
  transform: translateX(50%);
}

.zipper-right::before {
  left: 0;
  transform: translateX(-50%);
}

.zipper-side::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 12px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      180deg,
      #111111 0 8px,
      transparent 8px 14px
    );
  opacity: 0.98;
}

.zipper-left::after {
  right: 5px;
}

.zipper-right::after {
  left: 5px;
}

.zipper-left-top,
.zipper-right-top {
  transition: transform 0.18s linear;
}

.zipper-left-bottom,
.zipper-right-bottom {
  transition: none;
}

.zipper-handle {
  position: absolute;
  left: 50%;
  top: var(--zip-open, 0px);
  width: 62px;
  height: 74px;
  border: 4px solid var(--ink);
  border-radius: 18px 18px 26px 26px;
  background: var(--paper);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2);
}

.zipper-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 20px;
  height: 24px;
  border: 4px solid var(--ink);
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #d6a60a;
  transform: translateX(-50%);
}

.zipper-hole {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 22px;
  height: 24px;
  border: 4px solid var(--ink);
  border-radius: 10px;
  transform: translateX(-50%);
}

.zipper-copy p,
.zipper-copy strong {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.zipper-copy p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
}

.zipper-copy strong {
  margin-top: 10px;
  font-size: 0.96rem;
  line-height: 1.15;
  max-width: 110px;
}

.menu-links {
  display: grid;
  gap: 16px;
}

.menu-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.14);
  overflow: hidden;
  transform: translateY(0);
  transition: none;
}

.menu-card-button {
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.menu-card::before,
.menu-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 6px;
  background-image: radial-gradient(circle, var(--bg) 1.5px, transparent 1.5px);
  background-size: 14px 6px;
  background-repeat: repeat-x;
  opacity: 0.55;
}

.menu-card::before {
  top: 10px;
}

.menu-card::after {
  bottom: 10px;
}

.menu-card:hover {
  transform: translateY(-2px);
  background: #000000;
}

.menu-index {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 3px solid #000;
  background: var(--bg);
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}

.menu-index svg {
  width: 1.95rem;
  height: 1.95rem;
  fill: currentColor;
  display: block;
}

.menu-label {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
}

.menu-note {
  justify-self: end;
  max-width: 220px;
  text-align: right;
  font-size: 0.92rem;
  line-height: 1.4;
}

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

.social-background {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 56px;
}

.embed-card {
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.embed-card h3 {
  margin: 0;
  padding: 14px 18px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.6rem;
  border-bottom: 3px dashed rgba(17, 17, 17, 0.7);
}

.embed-frame {
  display: block;
  width: 100%;
  height: 420px;
  border: none;
  background: #f8f1cb;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #111;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.slide.is-active {
  opacity: 1;
}

.slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.slide-nav.prev { left: 12px; }
.slide-nav.next { right: 12px; }

.slide-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.slide-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}

.slide-dots button.is-active {
  background: #fff;
}

.service-card {
  padding: 24px;
  min-height: 170px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.72);
  box-shadow: var(--shadow);
  transform: translateY(32px) rotate(1.3deg);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1), opacity 0.7s ease;
}

.service-card:nth-child(2) {
  transform: translateY(48px) rotate(-1.2deg);
}

.service-card:nth-child(3) {
  transform: translateY(60px) rotate(0.7deg);
}

.service-card.is-visible {
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}

.tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border: 2px dashed var(--ink);
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-card h2 {
  margin: 0 0 0.8rem;
  font-size: 1.55rem;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  line-height: 1.6;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 3px dashed rgba(17, 17, 17, 0.9);
  font-weight: 700;
  text-transform: uppercase;
}

.footer a {
  color: inherit;
}

@keyframes drift {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(6deg);
  }
}

@keyframes sway {
  0%, 100% {
    transform: translateX(0) rotate(20deg);
  }
  50% {
    transform: translateX(22px) rotate(25deg);
  }
}

@media (max-width: 900px) {
  .services,
  .social-background {
    grid-template-columns: 1fr;
  }

  .page-shell {
    padding-left: 104px;
  }

  .menu-card {
    grid-template-columns: 64px 1fr;
  }

  .menu-note {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 20px 12px 56px 84px;
  }

  .hero {
    gap: 8px;
    padding: 0.35rem 0 0.45rem;
    width: 100%;
    margin-left: 0;
  }

  .logo-frame {
    padding: 10px 12px;
    border-radius: 20px;
  }

  .logo-frame::before {
    inset: 7px;
    border-radius: 14px;
  }

  .brand-logo {
    width: min(700px, 100%);
    max-height: none;
    height: auto;
  }

  .zipper-sidebar {
    top: 10px;
    left: 10px;
    width: 60px;
  }

  .zipper-track {
    height: calc(100vh - 20px);
    min-height: 260px;
    border-radius: 32px;
  }

  .zipper-handle {
    width: 48px;
    height: 58px;
  }

  .menu-links {
    width: calc(100% - 8px);
    margin-left: auto;
  }

  .menu-card {
    grid-template-columns: 64px 1fr;
    gap: 10px;
    width: 100%;
    padding: 18px 14px;
  }

  .menu-note,
  .menu-index {
    justify-self: start;
    text-align: left;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .scissors,
  .spool,
  .thread {
    opacity: 0.34;
  }

  .zipper-copy {
    display: none;
  }
}

/* Efeito de tesoura abrindo o menu */
.bottom-menu {
  position: relative;
  margin-top: 4px;
  padding-top: 6px;
  overflow: hidden;
}

.menu-links {
  transform: none;
  clip-path: none;
  opacity: 1;
}

body.menu-open .menu-links {
  animation: none;
}

/* Orçamento via WhatsApp */
.budget-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.budget-modal.is-open {
  display: block;
}

.budget-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.56);
  backdrop-filter: blur(2px);
}

.budget-panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 28px));
  max-height: min(84vh, 760px);
  overflow-y: auto;
  margin: 8vh auto 0;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.9);
  box-shadow: var(--shadow);
}

.budget-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.budget-panel h2 {
  margin: 0 0 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.budget-form {
  display: grid;
  gap: 16px;
}

.repair-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repair-fields.is-hidden {
  display: none;
}

.budget-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.budget-form select,
.budget-form textarea,
.budget-form input[type="file"] {
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  padding: 14px 16px;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.budget-form textarea {
  resize: vertical;
}

.photo-note {
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.budget-form button {
  justify-self: start;
  border: 4px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.budget-form button:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  box-shadow: 0 22px 42px rgba(17, 17, 17, 0.24);
}

.location-modal {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: none;
}

.location-modal.is-open {
  display: block;
}

.location-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.56);
  backdrop-filter: blur(2px);
}

.location-panel {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 28px));
  margin: 7vh auto 0;
  padding: 20px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.92);
  box-shadow: var(--shadow);
}

.location-panel h2 {
  margin: 0 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.location-address {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.4;
}

.location-map {
  display: block;
  width: 100%;
  height: min(68vh, 520px);
  border: 3px solid var(--ink);
  border-radius: 18px;
}

.location-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.services-modal {
  position: fixed;
  inset: 0;
  z-index: 64;
  display: none;
}

.services-modal.is-open {
  display: block;
}

.services-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.56);
  backdrop-filter: blur(2px);
}

.services-panel {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 28px));
  max-height: min(84vh, 760px);
  overflow-y: auto;
  margin: 8vh auto 0;
  padding: 20px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.92);
  box-shadow: var(--shadow);
}

.services-panel h2 {
  margin: 0 0 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.services-grid-modal .service-card {
  opacity: 1;
  transform: none;
  min-height: 170px;
}

.services-grid-modal .service-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
}

.services-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.history-modal {
  position: fixed;
  inset: 0;
  z-index: 63;
  display: none;
}

.history-modal.is-open {
  display: block;
}

.history-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.56);
  backdrop-filter: blur(2px);
}

.history-panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 28px));
  max-height: min(84vh, 780px);
  overflow-y: auto;
  margin: 7vh auto 0;
  padding: 22px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(254, 247, 216, 0.94);
  box-shadow: var(--shadow);
}

.history-panel h2 {
  margin: 0 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.history-panel p {
  margin: 0 0 12px;
  line-height: 1.55;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.history-card {
  padding: 14px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.36);
}

.history-card h3 {
  margin: 0 0 8px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.history-card p {
  margin: 0;
}

.history-highlight {
  margin-top: 12px;
  padding: 10px 12px;
  border: 3px dashed var(--ink);
  border-radius: 14px;
  background: rgba(241, 191, 0, 0.2);
  font-weight: 700;
}

.history-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .bottom-menu {
    padding-top: 4px;
  }

  .budget-panel {
    width: calc(100% - 16px);
    margin-top: 3vh;
    padding: 18px;
  }

  .social-background {
    grid-template-columns: 1fr;
  }

  .embed-frame {
    height: 360px;
  }

  .slideshow {
    height: 360px;
  }

  .location-panel {
    width: calc(100% - 16px);
    margin-top: 3vh;
    padding: 16px;
  }

  .location-map {
    height: 58vh;
  }

  .services-panel {
    width: calc(100% - 16px);
    margin-top: 3vh;
    padding: 16px;
  }

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

  .history-panel {
    width: calc(100% - 16px);
    margin-top: 3vh;
    padding: 16px;
  }

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

  .repair-fields {
    grid-template-columns: 1fr;
  }

  .budget-form button {
    width: 100%;
  }
}
