@font-face {
  font-family: "Wittgenstein";
  src: url("./assets/fonts/Wittgenstein.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Fira Sans";
  src: url("./assets/fonts/FiraSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #141414;
  --charcoal: #2f2f2f;
  --body: #525252;
  --soft: #f5f5f5;
  --gray: #e0e0e0;
  --lime: #b6f829;
  --lime-dark: #67dd0a;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1.4;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
.site-name,
.header nav a,
.primary-button,
.project-label,
.project-features,
.service-card h3,
.process-list h3 {
  font-family: "Wittgenstein", Georgia, serif;
}

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 0.25rem;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.header,
.container {
  width: min(calc(100% - 2.5rem), 1200px);
  margin: 0 auto;
}

.header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem 0;
}

.site-name {
  width: fit-content;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.header nav {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.header nav a,
.header-contact {
  position: relative;
  display: block;
  padding: 0.65rem 0.85rem;
  font-size: 1.03rem;
  text-decoration: none;
}

.header nav a::after {
  position: absolute;
  right: 0.85rem;
  bottom: 0.35rem;
  left: 0.85rem;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.header nav a:hover::after,
.header nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-contact {
  justify-self: end;
  padding: 0.68rem 1.1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 2rem;
  font-family: "Wittgenstein", Georgia, serif;
}

.header-contact:hover,
.primary-button:hover {
  background: var(--charcoal);
  transform: scale(1.04);
}

.container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(3rem, 8vw, 6.25rem);
  padding: clamp(5rem, 10vw, 7.5rem) 0;
}

.intro {
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.85fr);
  align-items: center;
  min-height: calc(100svh - 7rem);
  padding-top: clamp(2.75rem, 5vw, 4.5rem);
}

.overline,
.project-label,
.service-card > span,
.process-list > li > span {
  color: var(--body);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.intro-copy {
  position: relative;
  max-width: 45rem;
  min-width: 0;
}

.intro-copy h1 {
  margin: 0.6rem 0 1.5rem;
  max-width: 21ch;
  font-size: clamp(3rem, 3.8vw, 4.35rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.intro-text {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: var(--body);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.38;
}

.intro-panel {
  justify-self: end;
  width: min(100%, 25rem);
  padding: 2rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3.5rem rgb(20 20 20 / 12%);
}

.intro-panel-label {
  margin-bottom: 1.7rem;
  color: #bcbcbc;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-panel h2 {
  max-width: 12ch;
  margin-bottom: 2rem;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.intro-panel-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #494949;
}

.intro-panel-list li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.7rem;
  padding: 1rem 0;
  border-bottom: 1px solid #494949;
}

.intro-panel-list > li > span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 700;
}

.intro-panel-list strong {
  display: block;
  margin-bottom: 0.18rem;
  font-family: "Wittgenstein", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.intro-panel-list p {
  color: #c9c9c9;
  font-size: 0.84rem;
  line-height: 1.35;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.25rem;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 2rem;
  font-size: 1.12rem;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.section-title {
  max-width: 5.4ch;
  color: var(--gray);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
  word-break: break-all;
}

.services-content,
.fit-content {
  min-width: 0;
}

.section-lead {
  max-width: 41rem;
  margin-bottom: 3.5rem;
  color: var(--body);
  font-size: clamp(1.25rem, 2.7vw, 1.65rem);
  line-height: 1.34;
}

.service-list {
  border-top: 1px solid var(--gray);
}

.service-card {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray);
}

.service-card > span {
  grid-row: 1 / span 2;
  color: var(--body);
  text-align: left;
}

.service-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.05;
}

.service-card p {
  grid-column: 2;
  color: var(--body);
  font-size: 0.95rem;
}

.project {
  color: var(--ink);
  background: var(--soft);
}

.project-container {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.85fr);
  align-items: center;
  padding-top: clamp(6rem, 12vw, 8.4rem);
  padding-bottom: clamp(6rem, 12vw, 8.4rem);
}

.project-case {
  justify-self: start;
  width: min(100%, 25rem);
  margin: 0;
}

.project-case-media {
  overflow: hidden;
  aspect-ratio: 0.7;
  background: var(--white);
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3.5rem rgb(20 20 20 / 12%);
}

.project-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.project-content {
  min-width: 0;
}

.project-label {
  position: relative;
  display: block;
  margin-bottom: 0.9rem;
  padding-left: 1.25rem;
  color: var(--body);
  font-family: "Wittgenstein", Georgia, serif;
  text-transform: uppercase;
}

.project-label::before {
  position: absolute;
  top: 0.04rem;
  left: 0;
  width: 0.25rem;
  height: 1.45rem;
  background: linear-gradient(var(--lime), var(--lime-dark));
  content: "";
}

.project-content h2 {
  max-width: 48rem;
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.project-text {
  max-width: 39rem;
  color: var(--body);
  font-size: 1.15rem;
}

.project-features {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 2.25rem 0;
  list-style: none;
}

.project-features li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--ink);
  font-size: 1.08rem;
}

.project-features li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.store-badge {
  display: inline-grid;
  grid-template-columns: 1.55rem auto;
  align-items: center;
  gap: 0.7rem;
  min-width: 10.8rem;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.store-badge img {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

.store-badge span {
  display: grid;
  gap: 0.18rem;
}

.store-badge small {
  color: #d6d6d6;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.store-badge strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.store-badge:hover {
  color: var(--white);
  background: var(--charcoal);
  transform: translateY(-0.15rem);
}

.store-badge:active {
  transform: translateY(0);
}

.fit {
  align-items: start;
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--gray);
  font-family: "Wittgenstein", Georgia, serif;
  font-size: 1.1rem;
}

.process {
  align-items: start;
  border-top: 1px solid var(--gray);
}

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

.process-list > li {
  display: grid;
  grid-template-columns: 5.3rem 1fr;
  gap: 1.25rem;
  padding: 1.3rem 0 2.3rem;
}

.process-list > li + li {
  border-top: 1px solid var(--gray);
}

.process-list > li > span {
  color: var(--body);
  text-align: right;
}

.process-list h3 {
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
  line-height: 1.07;
}

.process-list p {
  color: var(--body);
}

.pricing {
  align-items: start;
  border-top: 1px solid var(--gray);
}

.pricing-content {
  min-width: 0;
}

.pricing-list {
  border-top: 1px solid var(--gray);
}

.pricing-plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray);
}

.pricing-number {
  margin-bottom: 0.45rem;
  color: var(--body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pricing-plan h3 {
  margin-bottom: 0.45rem;
  font-size: 1.65rem;
  line-height: 1.04;
}

.pricing-plan > div > p:last-child {
  max-width: 33rem;
  color: var(--body);
}

.pricing-price {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 0.2rem;
  margin: 0;
  text-align: right;
}

.pricing-price span {
  color: var(--body);
  font-size: 0.78rem;
  font-weight: 700;
}

.pricing-price strong {
  font-family: "Wittgenstein", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 1;
}

.pricing-features {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 0.85rem;
  color: var(--body);
  font-size: 0.92rem;
}

.pricing-features li::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.pricing-cta {
  justify-self: start;
  padding: 0.62rem 0;
  color: var(--ink);
  border-bottom: 2px solid var(--lime-dark);
  font-family: "Wittgenstein", Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.pricing-cta:hover {
  color: var(--lime-dark);
  border-color: var(--ink);
}

.pricing-plan-custom {
  align-items: center;
  padding: 2rem;
  margin-top: 1rem;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 1rem;
}

.pricing-plan-custom .pricing-number,
.pricing-plan-custom .pricing-price span,
.pricing-plan-custom > div > p:last-child {
  color: #bcbcbc;
}

.pricing-plan-custom .pricing-price strong {
  color: var(--white);
}

.pricing-plan-custom .pricing-cta {
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--lime);
  border: 0;
  border-radius: 2rem;
}

.pricing-plan-custom .pricing-cta:hover {
  color: var(--ink);
  background: var(--lime-dark);
}

.contact-section {
  align-items: start;
  border-top: 1px solid var(--gray);
}

.contact-content {
  min-width: 0;
}

.contact-section .contact-form {
  padding: 1.25rem;
  background: var(--soft);
}

.contact-section label {
  color: var(--ink);
}

.contact-section input,
.contact-section textarea {
  color: var(--ink);
  background: var(--white);
  border-color: #d5d5d5;
}

.footer {
  position: relative;
  background: #000;
}

.footer::before {
  position: absolute;
  top: -50px;
  left: max(1.25rem, calc(50% - 36.25rem));
  display: block;
  width: 130px;
  height: 100px;
  background: url("./assets/detalhe.svg") no-repeat center;
  content: "";
  pointer-events: none;
}

.footer-container {
  max-width: 1200px;
  padding: 120px 20px 60px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: start;
}

.footer-texto {
  font-size: 1.5rem;
  line-height: 1.333;
  color: #ccc;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-content: start;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row-full,
.contact-form .primary-button,
.form-status {
  grid-column: 1 / -1;
}

label {
  color: #ccc;
  font-size: 0.9rem;
}

input,
textarea {
  width: 100%;
  color: var(--white);
  background: #282828;
  border: 1px solid #3f3f3f;
  border-radius: 0;
  outline: none;
}

input {
  height: 2.8rem;
  padding: 0 0.75rem;
}

textarea {
  min-height: 8.2rem;
  padding: 0.75rem;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgb(182 248 41 / 16%);
}

.contact-form .primary-button {
  justify-self: start;
  color: var(--ink);
  background: var(--lime);
}

.contact-form .primary-button:hover {
  background: var(--lime-dark);
}

.form-status {
  min-height: 1.25rem;
  margin: 0;
  color: #8f8f8f;
  font-size: 0.85rem;
}

.footer-contato {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contato li {
  font-family: "Wittgenstein", Georgia, serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}

.footer-contato li a {
  text-decoration: underline;
}

.footer-contato img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.footer-copy {
  grid-column: 1 / -1;
  justify-self: center;
  color: #8f8f8f;
  font-size: 1.125rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.78rem 1rem;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--lime);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgb(0 0 0 / 20%);
  font-family: "Wittgenstein", Georgia, serif;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-0.2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 900px) {
  .header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header nav {
    display: none;
  }

  .intro,
  .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .intro {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .intro-panel {
    justify-self: start;
    width: min(100%, 32rem);
  }

  .project-case {
    width: min(72%, 25rem);
  }

  .section-title {
    max-width: none;
    word-break: normal;
  }

}

@media (max-width: 600px) {
  .header,
  .container {
    width: min(calc(100% - 2rem), 1200px);
  }

  .header {
    padding: 1.25rem 0;
  }

  .site-name {
    font-size: 1.75rem;
  }

  .header-contact {
    padding: 0.58rem 0.85rem;
    font-size: 0.95rem;
  }

  .container {
    gap: 2.5rem;
    padding: 4.5rem 0;
  }

  .intro {
    padding-top: 2.5rem;
  }

  .intro-copy h1 {
    font-size: clamp(2.9rem, 12.4vw, 4.15rem);
  }

  .intro-panel {
    padding: 1.5rem;
  }

  .project-case {
    width: min(86%, 21rem);
  }

  .section-title {
    font-size: clamp(3.3rem, 15vw, 4.5rem);
  }

  .section-lead {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }

  .service-card,
  .process-list > li {
    grid-template-columns: 3.3rem 1fr;
    gap: 0.85rem;
  }

  .pricing-plan {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pricing-price {
    justify-items: start;
    text-align: left;
  }

  .pricing-features {
    grid-column: auto;
  }

  .pricing-plan-custom {
    padding: 1.5rem;
  }

  .fit-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-row,
  .form-row-full,
  .contact-form .primary-button,
  .form-status {
    grid-column: auto;
  }

  .whatsapp-float {
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.7rem 0.85rem;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-texto {
    font-size: 1.2rem;
  }

  .footer-contato li {
    font-size: 1.5rem;
    justify-self: center;
  }

  .footer-copy {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

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