:root {
  --white: #ffffff;
  --paper: #f6f3ee;
  --paper-deep: #e8e1d7;
  --ink: #1a1714;
  --ink-soft: #37322c;
  --muted: #6c675f;
  --line: #ded7cd;
  --wood: #b57d4d;
  --wood-dark: #755039;
  --sage: #5a665a;
  --charcoal: #171512;
  --charcoal-soft: #24211d;
  --gold: #c8a96c;
  --shadow: 0 24px 70px rgba(26, 23, 20, 0.14);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
}

body,
button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

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

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

button {
  border: 0;
}

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

h1,
h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: 5.7rem;
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 900px;
}

h2 {
  font-size: 3.9rem;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
  overflow-wrap: break-word;
}

:focus-visible {
  outline: 3px solid rgba(181, 125, 77, 0.36);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  background: rgba(17, 15, 12, 0.97);
  border-bottom: 1px solid rgba(200, 169, 108, 0.22);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 96px;
  padding: 8px 36px;
  position: sticky;
  top: 0;
  transition: box-shadow 180ms ease, border-color 180ms ease;
  z-index: 30;
}

.site-header.is-scrolled {
  border-color: rgba(200, 169, 108, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

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

.brand-mark {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex: 0 0 auto;
  filter: none;
  height: 82px;
  justify-content: center;
  isolation: isolate;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 70px;
}

.brand-mark::before,
.hero-brand-emblem::before {
  content: none;
}

.brand-mark::after,
.hero-brand-emblem::after {
  animation: logo-contour-sheen 3.6s ease-in-out -1.55s infinite both;
  background-image: url("./assets/logo-fp-casa-dourado-escuro.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: polygon(-46% 0, -20% 0, 54% 100%, 28% 100%);
  content: "";
  filter: brightness(2.28) saturate(1.08);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.brand-mark img {
  display: block;
  filter: none;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.brand-text {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  min-width: 0;
}

.nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 14px 0;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--gold);
}

.header-cta {
  background: linear-gradient(135deg, #f2d18b 0%, var(--gold) 48%, #9b6a3f 100%);
  box-shadow: 0 12px 28px rgba(200, 169, 108, 0.2);
  color: #171512;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 170px;
  overflow: hidden;
  padding: 14px 20px;
  position: relative;
  text-transform: uppercase;
}

.header-cta::after {
  content: none;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: linear-gradient(135deg, #ffe4a5 0%, #d6b16e 46%, #a97242 100%);
  box-shadow: 0 14px 34px rgba(200, 169, 108, 0.3);
}

.hero {
  align-items: flex-end;
  background: var(--charcoal);
  display: flex;
  min-height: 86svh;
  overflow: hidden;
  padding: 112px 36px 44px;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(17, 15, 12, 0.86) 0%, rgba(17, 15, 12, 0.7) 39%, rgba(17, 15, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 15, 12, 0.62) 0%, rgba(17, 15, 12, 0) 42%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-backdrop {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-inner {
  margin: 0 auto;
  max-width: var(--max);
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-content {
  margin: 0;
  max-width: 930px;
  text-align: left;
  width: 100%;
}

.hero-brand-emblem {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  filter: none;
  justify-content: center;
  margin: 0 0 28px;
  max-width: min(340px, 66vw);
  isolation: isolate;
  overflow: visible;
  padding: 0;
  position: relative;
  width: min(340px, 66vw);
}

.hero-brand-emblem img {
  display: block;
  filter: none;
  height: auto;
  margin: 0;
  max-height: 360px;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

.eyebrow {
  color: var(--wood-dark);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero .eyebrow,
.difference-section .eyebrow,
.conversion-section .eyebrow {
  color: #dfc08d;
}

.hero h1 {
  margin-left: 0;
  margin-right: 0;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.24rem;
  line-height: 1.58;
  margin: 0 auto 30px;
  max-width: 720px;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 38px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}

.button-primary {
  background: linear-gradient(135deg, #d9b775 0%, var(--wood) 60%, var(--wood-dark) 100%);
  box-shadow: 0 14px 34px rgba(117, 80, 57, 0.22);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #e5c98e 0%, #c6905d 58%, var(--wood-dark) 100%);
  box-shadow: 0 18px 38px rgba(117, 80, 57, 0.3);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  max-width: 900px;
  padding-top: 24px;
}

.hero-proof dt {
  color: var(--white);
  font-weight: 900;
  margin-bottom: 7px;
}

.hero-proof dd {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.section {
  padding: 96px 36px;
}

.section-shell {
  margin: 0 auto;
  max-width: var(--max);
  width: 100%;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 850px;
  text-align: center;
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.about-section {
  background: var(--white);
}

.about-grid {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
}

.section-copy {
  align-self: start;
  position: sticky;
  top: 110px;
}

.about-text {
  display: grid;
  gap: 22px;
}

.about-text p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.material-note {
  border-left: 3px solid var(--wood);
  margin-top: 12px;
  padding: 6px 0 6px 22px;
}

.material-note span {
  color: var(--wood-dark);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.material-note strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.18;
}

.projects-section {
  background: var(--paper);
}

.carousel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.carousel-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.carousel-top p {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.carousel-controls {
  display: inline-flex;
  gap: 8px;
}

.icon-button {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.7rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
  width: 42px;
}

.icon-button:hover,
.icon-button:focus-visible {
  background: var(--charcoal);
  color: var(--white);
}

.carousel-window {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-window::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: flex;
  gap: 16px;
}

.project-slide {
  background: var(--paper);
  border-radius: 8px;
  flex: 0 0 clamp(280px, 34vw, 430px);
  overflow: hidden;
  scroll-snap-align: start;
}

.project-slide img {
  aspect-ratio: 16 / 11;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.project-slide div {
  padding: 18px;
}

.project-slide span {
  color: var(--wood-dark);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.project-slide h3 {
  margin-bottom: 0;
}

.carousel-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  padding-top: 16px;
}

.carousel-dots button {
  background: #c9c0b5;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 180ms ease, width 180ms ease;
  width: 8px;
}

.carousel-dots button.is-active {
  background: var(--wood);
  width: 28px;
}

.services-section {
  background:
    linear-gradient(180deg, #fffdf9 0%, #f1ebe2 100%);
  overflow: hidden;
  position: relative;
}

.services-section::before {
  background:
    linear-gradient(90deg, rgba(200, 169, 108, 0.22), rgba(200, 169, 108, 0));
  content: "";
  height: 1px;
  left: 36px;
  position: absolute;
  right: 36px;
  top: 0;
}

.services-heading {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.7fr);
  margin-bottom: 42px;
}

.services-heading h2 {
  max-width: 820px;
}

.services-heading > p {
  color: var(--ink-soft);
  font-size: 1.06rem;
  padding-bottom: 10px;
}

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

.service-feature {
  background: var(--charcoal);
  border: 1px solid rgba(117, 80, 57, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(26, 23, 20, 0.1);
  display: grid;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.service-feature::after {
  border: 1px solid rgba(200, 169, 108, 0.24);
  border-radius: 6px;
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.service-feature img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform 520ms ease;
  width: 100%;
  z-index: 0;
}

.service-feature:hover img {
  transform: scale(1.045);
}

.service-feature::before {
  background:
    linear-gradient(0deg, rgba(17, 15, 12, 0.9) 0%, rgba(17, 15, 12, 0.58) 50%, rgba(17, 15, 12, 0.2) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.service-content {
  align-self: end;
  padding: 118px 26px 28px;
  position: relative;
  z-index: 3;
}

.service-feature span {
  color: var(--gold);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 950;
  margin-bottom: 14px;
}

.service-feature h3 {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 14px;
}

.service-feature p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.62;
}

.service-feature-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 878px;
}

.service-feature-large .service-content {
  max-width: 650px;
  padding: 160px 42px 42px;
}

.service-feature-large h3 {
  font-size: 2.75rem;
}

.service-feature-large p {
  font-size: 1.06rem;
  max-width: 620px;
}

.service-feature ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.service-feature li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  padding-left: 20px;
  position: relative;
}

.service-feature li::before {
  background: var(--gold);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.64em;
  width: 6px;
}

.service-signature {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(200, 169, 108, 0.42);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(26, 23, 20, 0.08);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(180px, 0.32fr) minmax(280px, 1fr);
  margin-top: 18px;
  padding: 28px;
}

.service-signature span {
  color: var(--wood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.05;
}

.service-signature p {
  color: var(--ink-soft);
  font-size: 1rem;
}

.difference-section {
  background: var(--charcoal);
  color: var(--white);
}

.difference-grid {
  align-items: start;
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
}

.difference-section h2,
.difference-section p {
  color: var(--white);
}

.difference-section p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
}

.difference-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.difference-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
  line-height: 1.2;
  padding: 20px 0;
}

.difference-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.difference-list span {
  display: block;
}

.process-section {
  background: var(--paper);
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-item {
  align-items: start;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: 72px 1fr;
  padding: 26px;
}

.process-item > span {
  color: var(--wood-dark);
  font-weight: 950;
}

.process-item h3 {
  font-size: 1.14rem;
}

.process-item p {
  max-width: 760px;
}

.testimonials-section {
  background:
    linear-gradient(135deg, #171512 0%, #221c17 58%, #30251c 100%);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.testimonials-section::before {
  background:
    linear-gradient(90deg, rgba(200, 169, 108, 0), rgba(200, 169, 108, 0.46), rgba(200, 169, 108, 0));
  content: "";
  height: 1px;
  left: 36px;
  position: absolute;
  right: 36px;
  top: 0;
}

.testimonials-heading {
  align-items: stretch;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 0.58fr);
  margin-bottom: 34px;
}

.testimonials-section h2,
.testimonials-section p {
  color: var(--white);
}

.testimonials-section [data-reveal] {
  opacity: 1;
  transform: none;
}

.testimonials-section .eyebrow {
  color: var(--gold);
}

.testimonials-heading h2 {
  max-width: 820px;
}

.satisfaction-card {
  align-self: end;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 169, 108, 0.34);
  border-radius: 8px;
  padding: 28px;
}

.satisfaction-card span {
  color: var(--gold);
  display: block;
  font-size: 0.76rem;
  font-weight: 950;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.satisfaction-card strong {
  color: var(--white);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 14px;
}

.satisfaction-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

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

.testimonial-grid[hidden] {
  display: none;
}

.testimonial-grid-approved {
  margin-top: 16px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  min-height: 330px;
  padding: 28px;
}

.testimonial-card-featured {
  background: rgba(200, 169, 108, 0.14);
  border-color: rgba(200, 169, 108, 0.44);
}

.rating {
  color: var(--gold);
  font-size: 0.94rem;
  margin-bottom: 32px;
}

.testimonial-card blockquote {
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.24;
  margin: 0;
}

.testimonial-card footer {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding-top: 18px;
}

.testimonial-card strong {
  color: var(--white);
  font-size: 0.95rem;
}

.testimonial-card footer span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.review-intake {
  align-items: start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 26px;
  padding: 28px;
  position: relative;
  z-index: 1;
}

.review-intake-copy {
  max-width: 360px;
}

.review-intake h3 {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 14px;
}

.review-intake p {
  color: rgba(255, 255, 255, 0.68);
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-wide,
.review-form-actions {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(17, 16, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: var(--white);
  min-height: 46px;
  padding: 12px 13px;
  width: 100%;
}

.form-field textarea {
  line-height: 1.5;
  min-height: 126px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(242, 209, 139, 0.7);
  outline: 3px solid rgba(242, 209, 139, 0.18);
}

.review-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.review-form-status {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 440px;
}

.conversion-section {
  align-items: center;
  background: var(--charcoal);
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  min-height: 520px;
}

.conversion-section > img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  width: 100%;
}

.conversion-content {
  max-width: 680px;
  padding: 74px 36px 74px 72px;
}

.conversion-content h2,
.conversion-content p {
  color: var(--white);
}

.conversion-content p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 28px;
  max-width: 540px;
}

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

.footer {
  align-items: center;
  background: #11100f;
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  justify-items: center;
  padding: 52px 36px 118px;
  text-align: center;
}

.footer-main {
  display: grid;
  justify-items: center;
  max-width: 100%;
}

.footer-brand {
  justify-content: center;
}

.footer .brand-text,
.footer p,
.footer a {
  color: var(--white);
}

.footer p {
  color: rgba(255, 255, 255, 0.7);
  margin: 18px auto 0;
  max-width: min(460px, 100%);
  overflow-wrap: anywhere;
}

.footer-contact {
  display: grid;
  font-style: normal;
  gap: 10px;
  justify-items: center;
  max-width: 680px;
  text-align: center;
  width: 100%;
}

.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
}

.footer-contact .footer-address {
  color: rgba(242, 209, 139, 0.9);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-contact .footer-address:hover,
.footer-contact .footer-address:focus-visible {
  color: #f6d990;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--gold);
}

.whatsapp-float {
  align-items: center;
  animation: whatsapp-float-glow 2.4s ease-in-out infinite;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #191715 0%, #2a2118 58%, #5f442d 100%);
  border: 1px solid rgba(242, 209, 139, 0.88);
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 18px 42px rgba(200, 169, 108, 0.34);
  color: #f2d18b;
  display: inline-flex;
  height: 66px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 20px;
  width: 66px;
  z-index: 40;
}

.whatsapp-float::before {
  animation: whatsapp-pulse 1.9s ease-out infinite;
  border: 1px solid rgba(242, 209, 139, 0.72);
  border-radius: 50%;
  content: "";
  inset: -9px;
  position: absolute;
}

.whatsapp-float::after {
  background: radial-gradient(circle, rgba(255, 230, 171, 0.52), transparent 58%);
  content: "";
  height: 18px;
  left: 16px;
  opacity: 0.5;
  position: absolute;
  top: 13px;
  width: 18px;
}

.whatsapp-float-icon {
  align-items: center;
  background: rgba(242, 209, 139, 0.08);
  border-radius: 999px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.whatsapp-float-icon svg {
  display: block;
  fill: currentColor;
  height: 31px;
  width: 31px;
}

.whatsapp-float strong {
  display: none;
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0.85;
    transform: scale(0.86);
  }

  70% {
    opacity: 0;
    transform: scale(1.36);
  }

  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

@keyframes whatsapp-float-glow {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(200, 169, 108, 0.34);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 24px 58px rgba(200, 169, 108, 0.52);
    transform: translateY(-2px);
  }
}

@keyframes logo-contour-sheen {
  0%,
  30% {
    clip-path: polygon(-46% 0, -20% 0, 54% 100%, 28% 100%);
    opacity: 0;
  }

  40% {
    opacity: 0.96;
  }

  66% {
    opacity: 0.96;
  }

  78%,
  100% {
    clip-path: polygon(70% 0, 96% 0, 170% 100%, 144% 100%);
    opacity: 0;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 1060px) {
  .site-header {
    gap: 18px;
    grid-template-columns: auto auto;
    padding: 0 24px;
  }

  .brand-text {
    display: none;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .hero {
    min-height: 780px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding: 82px 24px;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.15rem;
  }

  .about-grid,
  .difference-grid,
  .testimonials-heading,
  .conversion-section {
    grid-template-columns: 1fr;
  }

  .section-copy {
    position: static;
  }

  .conversion-section > img {
    max-height: 420px;
    min-height: 360px;
  }

  .conversion-content {
    padding: 58px 24px 66px;
  }

  .services-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

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

  .service-feature-large {
    grid-column: span 2;
    min-height: 620px;
  }

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

  .review-intake {
    grid-template-columns: 1fr;
  }

  .review-intake-copy {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 112px;
    padding: 10px 16px 8px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-mark {
    height: 78px;
    max-width: none;
    width: 76px;
  }

  .brand-text {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .nav {
    gap: 18px;
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
  }

  .nav a {
    font-size: 0.84rem;
  }

  .hero {
    min-height: 720px;
    padding: 66px 16px 34px;
  }

  .hero-brand-emblem {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: min(260px, 72vw);
    padding: 0;
    width: min(260px, 72vw);
  }

  h1 {
    font-size: 2.5rem;
    max-width: 12ch;
  }

  h2 {
    font-size: 2.28rem;
  }

  .conversion-content h2 {
    font-size: 2.05rem;
    max-width: 12ch;
    overflow-wrap: break-word;
  }

  .hero-lede {
    font-size: 1.04rem;
    max-width: 34ch;
  }

  .mobile-break {
    display: block;
  }

  .hero-actions,
  .hero-proof {
    max-width: 360px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(17, 15, 12, 0.78) 0%, rgba(17, 15, 12, 0.62) 58%, rgba(17, 15, 12, 0.18) 100%),
      linear-gradient(0deg, rgba(17, 15, 12, 0.68) 0%, rgba(17, 15, 12, 0) 50%);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-proof {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 16px;
  }

  .about-grid {
    gap: 28px;
  }

  .carousel {
    padding: 12px;
  }

  .carousel-top {
    align-items: flex-start;
    gap: 12px;
  }

  .project-slide {
    flex-basis: min(82vw, 360px);
  }

  .project-slide img {
    aspect-ratio: 4 / 3.25;
  }

  .service-showcase {
    grid-template-columns: 1fr;
  }

  .service-feature,
  .service-feature-large {
    grid-column: span 1;
    min-height: 430px;
  }

  .service-feature-large .service-content,
  .service-content {
    padding: 108px 22px 26px;
  }

  .service-feature-large h3 {
    font-size: 2rem;
  }

  .service-signature {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .testimonials-heading {
    gap: 24px;
  }

  .satisfaction-card,
  .testimonial-card {
    padding: 22px;
  }

  .satisfaction-card strong {
    font-size: 1.44rem;
  }

  .testimonial-card {
    min-height: 280px;
  }

  .testimonial-card blockquote {
    font-size: 1.22rem;
  }

  .review-intake {
    padding: 22px;
  }

  .review-form {
    grid-template-columns: 1fr;
  }

  .review-intake h3 {
    font-size: 1.66rem;
  }

  .process-item {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .conversion-section > img {
    min-height: 300px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 34px 16px 118px;
  }

  .footer p {
    max-width: 320px;
  }

  .footer-contact {
    justify-items: center;
  }

  .footer-contact .footer-address {
    font-size: 0.82rem;
    letter-spacing: 0.025em;
  }

  .whatsapp-float {
    bottom: 16px;
    height: 58px;
    right: 16px;
    width: 58px;
  }

  .whatsapp-float-icon {
    height: 40px;
    width: 40px;
  }

  .whatsapp-float-icon svg {
    height: 27px;
    width: 27px;
  }
}

@media (max-width: 420px) {
  .brand-text {
    display: none;
  }

  h1 {
    font-size: 2.25rem;
    max-width: 11ch;
  }

  .hero {
    min-height: 760px;
  }

  .hero-lede,
  .hero-proof {
    max-width: 32ch;
  }

  .hero-actions {
    max-width: 360px;
  }

  .button {
    font-size: 0.92rem;
    padding-left: 14px;
    padding-right: 14px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
