:root {
  --green: #062e20;
  --green-2: #0b5b3c;
  --gold: #e5bb57;
  --cream: #f6f4ef;
  --ink: #0d2118;
  --muted: #4d5951;
  --line: #d8ded6;
  --white: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select {
  font-family: "Manrope", Arial, sans-serif;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  letter-spacing: 0.005em;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.process-list b,
figcaption,
.footer-brand strong,
.gallery-section::before,
.process-section::before {
  font-family: "Outfit", Arial, sans-serif;
}

h1,
h2 {
  line-height: 1.08;
  font-weight: 500;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: 0;
  left: -999px;
  z-index: 99;
  background: var(--white);
  padding: 10px;
}

.skip-link:focus {
  left: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 244, 239, 0.76);
  border-bottom: 1px solid rgba(6, 46, 32, 0.08);
  backdrop-filter: blur(8px);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 84px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 64px;
}

.brand img {
  display: block;
  width: 150px;
  max-width: none;
  mix-blend-mode: multiply;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav a,
.text-link,
address a,
.map-heading a,
.social-links a {
  text-decoration: none;
}

.site-nav a:not(.nav-cta):hover,
.text-link:hover {
  color: var(--green-2);
}

.nav-cta {
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  padding: 12px 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.17);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--green-2);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--green);
  font: inherit;
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 0;
  height: min(590px, calc(100vh - 84px));
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(2, 25, 16, 0.91) 0%, rgba(2, 25, 16, 0.72) 45%, rgba(2, 25, 16, 0.2) 100%),
    url("assets/images/cozinha-planejada-temporaria.png") 88% center / 102%;
}

.hero::after {
  content: "";
  position: absolute;
  left: -25vw;
  bottom: -31vw;
  z-index: -1;
  width: min(50vw, 700px);
  height: min(50vw, 700px);
  border: 1px solid rgba(229, 187, 87, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(229, 187, 87, 0.03), 0 0 0 100px rgba(229, 187, 87, 0.025);
}

.hero-content {
  width: min(1140px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 56px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 690px;
  margin-bottom: 25px;
  font-size: clamp(2.35rem, 3.7vw, 3.8rem);
  letter-spacing: -0.045em;
}

h2 {
  max-width: 790px;
  margin-bottom: 19px;
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.service-grid h3 {
  white-space: nowrap;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.hero-text {
  max-width: 520px;
  margin-bottom: 24px;
  color: #e6eee9;
  font-size: 1.02rem;
  line-height: 1.65;
}

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

.button {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 15px 23px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.button-light {
  background: var(--gold);
  color: #10271c;
}

.button-primary {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.button-light {
  margin-top: 15px;
}

.hero-note {
  margin-top: 15px;
  color: #e8eee9;
  font-size: 0.84rem;
}

.section {
  padding: 130px 0;
}

.section-intro {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.1rem;
}

.services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(229, 187, 87, 0.09), transparent 28%),
    linear-gradient(180deg, #f8f5ee 0%, #f2eee5 100%);
}

.services-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(229, 187, 87, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: end;
}

.services-copy h2 {
  max-width: 720px;
}

.services-highlight {
  border: 1px solid rgba(6, 46, 32, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 45px rgba(6, 46, 32, 0.06);
  backdrop-filter: blur(8px);
  padding: 24px 24px 22px;
}

.services-highlight strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.services-highlight p {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.services-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.services-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(229, 187, 87, 0.14);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.service-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbf9f4 0%, #f3efe6 100%);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(6, 46, 32, 0.05);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-grid article:hover {
  transform: translateY(-10px);
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
  box-shadow: 0 24px 45px rgba(6, 46, 32, 0.18);
}

.service-media {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.02);
  transition: transform 0.45s ease, filter 0.35s ease, opacity 0.35s ease;
}

.service-grid article:hover .service-media {
  transform: scale(1.04);
  filter: saturate(0.9) contrast(0.92) brightness(0.72);
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 24px 26px;
}

.service-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-grid h3 {
  position: relative;
  padding-bottom: 12px;
}

.service-grid h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: rgba(229, 187, 87, 0.55);
}

.service-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  transition: color 0.35s ease;
}

.service-grid article:hover p {
  color: #d7e1da;
}

.image-zoom-button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
}

.image-zoom-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.service-media-button {
  overflow: hidden;
}

body.is-lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 13, 0.86);
  backdrop-filter: blur(6px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-height: calc(100vh - 48px);
  display: grid;
  gap: 14px;
  justify-items: center;
}

.lightbox-close {
  justify-self: end;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 10px 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.lightbox-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  text-align: center;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  background: #ebe7db;
}

.gallery-section::before {
  content: "PROJETO";
  position: absolute;
  top: 0.23em;
  right: -0.07em;
  color: rgba(6, 46, 32, 0.035);
  font-size: clamp(7rem, 19vw, 18rem);
  line-height: 1;
  pointer-events: none;
}

.gallery-layout {
  position: relative;
}

.gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: end;
}

.gallery-copy p:last-child,
.gallery-summary p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.gallery-summary {
  display: grid;
  gap: 18px;
}

.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-tags li {
  border: 1px solid rgba(6, 46, 32, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  padding: 10px 14px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d5cb;
  box-shadow: 0 18px 42px rgba(6, 46, 32, 0.08);
}

.gallery-card-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  height: 100%;
  overflow: hidden;
}

.gallery-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.35s ease;
}

.gallery-card-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 26, 18, 0.03) 0%, rgba(6, 26, 18, 0.1) 38%, rgba(6, 26, 18, 0.46) 100%);
  transition: background 0.35s ease;
}

.gallery-card:hover .gallery-card-image,
.gallery-card:focus-within .gallery-card-image {
  transform: scale(1.04);
  filter: saturate(1.03) contrast(1.02);
}

.gallery-card:hover .gallery-card-button::before,
.gallery-card:focus-within .gallery-card-button::before {
  background: linear-gradient(180deg, rgba(6, 26, 18, 0.04) 0%, rgba(6, 26, 18, 0.12) 38%, rgba(6, 26, 18, 0.54) 100%);
}

.gallery-card-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  border: 1px solid rgba(229, 187, 87, 0.2);
  border-radius: 999px;
  background: rgba(6, 46, 32, 0.56);
  backdrop-filter: blur(6px);
  color: var(--gold);
  padding: 6px 10px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-card-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  width: calc(100% - 34px);
  margin: 0 17px 17px;
  border-radius: 14px;
  background: rgba(6, 46, 32, 0.42);
  box-shadow: 0 10px 18px rgba(4, 18, 12, 0.1);
  backdrop-filter: blur(5px);
  padding: 12px 14px;
  color: var(--white);
}

.gallery-card-overlay strong {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.gallery-card-overlay small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  line-height: 1.45;
}

.gallery-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: var(--white);
}

.process-section::before {
  content: "34";
  position: absolute;
  top: -0.31em;
  right: 4%;
  color: rgba(255, 255, 255, 0.035);
  font-size: 31rem;
  line-height: 1;
}

.process-section .container {
  position: relative;
}

.process-section .eyebrow {
  color: #e8c564;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 30px;
  align-items: end;
}

.process-copy h2 {
  max-width: 760px;
}

.process-highlight {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  padding: 24px 24px 22px;
}

.process-highlight strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.process-highlight p {
  margin: 0;
  color: #d6e2db;
  line-height: 1.7;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
}

.process-list li {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 28px 24px 24px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.process-list li:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 187, 87, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.process-list em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(229, 187, 87, 0.12);
  color: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-list b {
  display: block;
  margin-bottom: 12px;
  font-size: 1.38rem;
  line-height: 1.2;
}

.process-list span {
  color: #d6e2db;
  font-size: 0.91rem;
  line-height: 1.7;
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(229, 187, 87, 0.06), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8f6f0 100%);
}

.about-section::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(229, 187, 87, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.about-layout {
  position: relative;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
}

.about-copy h2 {
  max-width: 620px;
}

.about-text {
  max-width: 540px;
  border-left: 1px solid rgba(6, 46, 32, 0.12);
  padding: 36px 0 0 40px;
  color: var(--muted);
  font-size: 1.06rem;
}

.about-text p {
  margin-bottom: 22px;
  line-height: 1.8;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(6, 46, 32, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 10px 15px;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.about-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(229, 187, 87, 0.14);
}

.text-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--green);
  font-weight: 700;
}

.seo-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8f6f0 0%, #f2ede2 100%);
  box-shadow: inset 0 1px 0 rgba(6, 46, 32, 0.06), inset 0 -1px 0 rgba(6, 46, 32, 0.05);
}

.seo-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 187, 87, 0.55), transparent);
  pointer-events: none;
}

.seo-section::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(229, 187, 87, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.seo-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.seo-layout {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 4vw, 46px);
  border: 1px solid rgba(6, 46, 32, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at top left, rgba(229, 187, 87, 0.1), transparent 30%);
  box-shadow: 0 24px 55px rgba(6, 46, 32, 0.05);
}

.seo-layout::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(34px, 4vw, 46px);
  right: clamp(34px, 4vw, 46px);
  height: 1px;
  background: linear-gradient(90deg, rgba(229, 187, 87, 0), rgba(229, 187, 87, 0.55), rgba(229, 187, 87, 0));
}

.seo-copy p:not(.eyebrow),
.faq-copy p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.seo-copy p:last-child,
.faq-copy p:last-child {
  margin-bottom: 0;
}

.seo-cards {
  display: grid;
  gap: 16px;
}

.seo-cards article {
  border: 1px solid rgba(6, 46, 32, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 40px rgba(6, 46, 32, 0.05);
  backdrop-filter: blur(8px);
  padding: 24px 24px 22px;
}

.seo-cards strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.seo-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f3 100%);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid rgba(6, 46, 32, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 36px rgba(6, 46, 32, 0.04);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 56px 22px 24px;
  color: var(--ink);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.35;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #061e15, #11442f);
  color: var(--white);
  padding: 96px 0;
}

.contact-section::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -230px;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(229, 187, 87, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(229, 187, 87, 0.025), 0 0 0 80px rgba(229, 187, 87, 0.018);
}

.contact-layout {
  position: relative;
  z-index: 1;
  gap: 90px;
}

.contact-section .eyebrow {
  color: #e8c564;
}

.contact-layout > div > p:not(.eyebrow) {
  max-width: 550px;
  color: #dce8df;
}

address {
  display: grid;
  gap: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 35px;
  color: #e1eae3;
  font-style: normal;
}

address strong {
  color: var(--white);
  font-size: 1.1rem;
}

.map-wrap {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.map-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 17px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-heading a {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.map-heading a:hover {
  color: var(--white);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 335px;
  border-radius: 3px;
  filter: grayscale(1) sepia(0.45) hue-rotate(82deg) saturate(1.45) brightness(0.78) contrast(1.08);
}

.site-footer {
  background: #061b13;
  color: #cbd6ce;
  font-size: 0.84rem;
}

.footer-inner {
  display: block;
  padding: 37px 0 25px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-bottom: 28px;
}

.footer-brand strong {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 500;
}

.footer-brand span {
  color: #9fb6aa;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 19px;
  color: #aebfb5;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: var(--gold);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #18894a;
  color: var(--white);
  padding: 12px 17px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.27);
}

.whatsapp-float svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

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

@media (max-width: 800px) {
  .header-inner {
    min-height: 70px;
  }

  .brand {
    width: 118px;
    height: 54px;
  }

  .brand img {
    width: 118px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    background: var(--cream);
    padding: 22px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 530px;
    height: auto;
    background-position: 82% center;
    background-size: 120%;
  }

  .hero-content {
    padding: 56px 0;
  }

  h1 {
    font-size: clamp(2.1rem, 7.2vw, 3.15rem);
  }

  .section {
    padding: 85px 0;
  }

  .service-grid,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gallery-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .gallery-card-button {
    min-height: 320px;
  }

  .service-media {
    height: 158px;
  }

  .about-layout,
  .contact-layout,
  .seo-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-text {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 30px 0 0;
  }

  .process-list {
    gap: 18px;
  }

  .faq-list summary {
    font-size: 1.08rem;
  }

  .seo-layout {
    padding: 28px;
    border-radius: 24px;
  }

  .process-list li + li {
    border-left: 0;
    padding-left: 0;
  }

  .process-list em {
    margin-bottom: 26px;
  }

  address {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
    padding-top: 26px;
    padding-left: 0;
  }
}

@media (max-width: 540px) {
  .container,
  .hero-content {
    width: min(100% - 32px, 1140px);
  }

  .hero {
    min-height: 640px;
    background:
      linear-gradient(90deg, rgba(2, 25, 16, 0.92), rgba(2, 25, 16, 0.61)),
      url("assets/images/cozinha-planejada-temporaria.jpeg") 84% center / 132%;
  }

  .hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .service-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .gallery-showcase {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-grid {
    gap: 12px;
  }

  .service-grid article {
    min-height: auto;
  }

  .service-media {
    height: 180px;
  }

  .services-highlight {
    border-radius: 18px;
    padding: 20px 18px;
  }

  .seo-layout {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .seo-cards article,
  .faq-list summary,
  .faq-list p {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-list summary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1rem;
  }

  .faq-list p {
    padding-bottom: 18px;
  }

  .service-grid span {
    margin-bottom: 24px;
  }

  .gallery-card-button {
    min-height: 260px;
  }

  .gallery-card-overlay {
    padding: 18px;
  }

  .gallery-card-overlay strong {
    font-size: 1.05rem;
  }

  .process-list {
    gap: 0;
  }

  .process-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .process-list em {
    margin-bottom: 15px;
  }

  .map-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .map-wrap {
    margin-top: 45px;
  }

  .map-wrap iframe {
    height: 275px;
  }

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

  .footer-inner {
    padding: 30px 0 24px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }

  .whatsapp-float span {
    display: none;
  }
}
