* {
  box-sizing: border-box;
}

html {
  background: var(--s-canvas);
  color: var(--s-text);
  font-family: var(--s-font);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 84% 7%, rgba(145, 242, 184, 0.08), transparent 28rem),
    var(--s-canvas);
}

a {
  color: inherit;
}

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

.proof-skip {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--s-white);
  color: var(--s-black);
  text-decoration: none;
  transform: translateY(-160%);
}

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

.proof-header {
  width: var(--s-page);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--s-line);
}

.proof-header nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.proof-header nav > a:not(.s-button) {
  color: var(--s-text-2);
  font-size: 11px;
  text-decoration: none;
}

.proof-header nav > a:hover {
  color: var(--s-text);
}

.proof-main {
  width: var(--s-page);
  margin: 0 auto;
}

.proof-hero {
  min-height: 610px;
  padding: 110px 0 72px;
  display: grid;
  align-content: end;
  border-bottom: 1px solid var(--s-line);
}

.proof-hero.compact {
  min-height: 480px;
}

.proof-kicker,
.proof-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--s-text-2);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.proof-pill {
  padding: 8px 11px;
  border: 1px solid var(--s-line-strong);
  border-radius: 999px;
  background: var(--s-surface-2);
  letter-spacing: 0.06em;
}

.proof-pill::before,
.proof-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--s-accent);
  content: "";
}

.proof-hero h1 {
  max-width: 1000px;
  margin: 28px 0 24px;
  font-size: var(--s-type-display);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.proof-hero > p {
  max-width: 720px;
  margin: 0;
  color: var(--s-text-2);
  font-size: var(--s-type-lead);
  line-height: 1.55;
}

.proof-facts {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--s-line);
  border-bottom: 1px solid var(--s-line);
}

.proof-facts div {
  padding: 22px 0;
}

.proof-facts div + div {
  padding-left: 22px;
  border-left: 1px solid var(--s-line);
}

.proof-facts small,
.proof-section-label {
  display: block;
  color: var(--s-text-3);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proof-facts strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.proof-section {
  padding: 110px 0;
  border-bottom: 1px solid var(--s-line);
}

.proof-section h2 {
  max-width: 800px;
  margin: 16px 0 42px;
  font-size: var(--s-type-h2);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

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

.proof-panel {
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--s-line);
  border-radius: var(--s-radius-lg);
  background: var(--s-surface);
}

.proof-panel h3 {
  margin: 32px 0 16px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.proof-panel p,
.proof-panel li,
.proof-copy {
  color: var(--s-text-2);
  font-size: 13px;
  line-height: 1.7;
}

.proof-panel ul,
.proof-scope ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.proof-panel li,
.proof-scope li {
  position: relative;
  padding-left: 16px;
}

.proof-panel li::before,
.proof-scope li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--s-accent);
  content: "";
}

.proof-process {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--s-line);
  list-style: none;
}

.proof-process li {
  min-height: 230px;
  padding: 24px 24px 24px 0;
}

.proof-process li + li {
  padding-left: 24px;
  border-left: 1px solid var(--s-line);
}

.proof-process span {
  color: var(--s-text-3);
  font-family: var(--s-font-mono);
  font-size: 9px;
}

.proof-process h3 {
  margin: 58px 0 12px;
  font-size: 18px;
  font-weight: 500;
}

.proof-process p {
  margin: 0;
  color: var(--s-text-3);
  font-size: 11px;
  line-height: 1.6;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 14px;
  align-items: stretch;
}

.proof-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--s-line);
  border-radius: var(--s-radius-lg);
  background: var(--s-surface);
}

.proof-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.proof-shot-mobile {
  max-height: 680px;
}

.proof-shot-detail {
  margin-top: 14px;
  max-height: 700px;
}

.proof-table-wrap {
  overflow-x: auto;
}

.proof-table {
  width: 100%;
  border-collapse: collapse;
}

.proof-table th,
.proof-table td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--s-line);
  color: var(--s-text-2);
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.proof-table th {
  color: var(--s-text-3);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.proof-card {
  min-height: 430px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--s-line);
  border-radius: var(--s-radius-lg);
  background: var(--s-surface);
  text-decoration: none;
  transition: transform var(--s-motion-fast) var(--s-ease-standard), border-color var(--s-motion-fast) var(--s-ease-standard);
}

.proof-card:hover {
  border-color: var(--s-line-strong);
  transform: translateY(-3px);
}

.proof-card-visual {
  min-height: 190px;
  margin-bottom: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--s-radius-md);
  background: var(--s-surface-2);
}

.proof-card-visual img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top;
}

.proof-card-visual strong {
  font-size: 36px;
  letter-spacing: -0.065em;
}

.proof-card h2 {
  margin: 22px 0 12px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.proof-card p {
  margin: 0;
  color: var(--s-text-3);
  font-size: 12px;
  line-height: 1.6;
}

.proof-card > span:last-child {
  margin-top: auto;
  padding-top: 28px;
  color: var(--s-text-2);
  font-size: 10px;
}

.proof-card-casa .proof-card-visual {
  background: #dce3d7;
  color: #1d2822;
}

.proof-card-taller .proof-card-visual {
  background: #bbdfc8;
  color: #18211d;
}

.sample-stage {
  min-height: 620px;
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
  gap: 52px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--s-radius-xl);
}

.sample-stage-casa {
  background: #dce3d7;
  color: #1d2822;
}

.sample-stage-taller {
  background: #18211d;
  color: #f5f7f5;
}

.sample-stage small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sample-stage h2 {
  margin: 20px 0 24px;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.sample-stage p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.72;
}

.sample-action {
  width: max-content;
  margin-top: 34px;
  padding: 14px 18px;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.sample-stage-casa .sample-action::after {
  color: #dce3d7;
}

.sample-stage-taller .sample-action::after {
  color: #18211d;
}

.sample-action::after {
  content: attr(data-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sample-services {
  display: grid;
  gap: 12px;
}

.sample-services div {
  min-height: 98px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: 1px solid currentColor;
  border-radius: var(--s-radius-sm);
}

.sample-services span {
  font-size: 13px;
  font-weight: 600;
}

.sample-services b {
  font-family: var(--s-font-mono);
  font-size: 9px;
  opacity: 0.55;
}

.proof-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.proof-scope h3 {
  margin: 16px 0 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.proof-scope li {
  color: var(--s-text-2);
  font-size: 12px;
  line-height: 1.55;
}

.proof-cta {
  min-height: 430px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  border-radius: var(--s-radius-xl);
  background: var(--s-white);
  color: var(--s-black);
}

.proof-cta h2 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: var(--s-type-h2);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

.proof-cta .proof-section-label {
  color: #5f665f;
}

.proof-cta .s-button {
  border-color: var(--s-black);
  color: var(--s-black);
}

.proof-footer {
  width: var(--s-page);
  min-height: 170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--s-text-3);
  font-size: 10px;
}

@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: 340px;
  }

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

  .proof-process li:nth-child(3) {
    border-left: 0;
  }

  .sample-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .proof-header {
    min-height: 74px;
  }

  .proof-header nav > a:not(.s-button) {
    display: none;
  }

  .proof-header .s-button {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 9px;
  }

  .proof-hero,
  .proof-hero.compact {
    min-height: 490px;
    padding: 86px 0 54px;
  }

  .proof-hero h1 {
    font-size: 49px;
  }

  .proof-facts {
    grid-template-columns: 1fr;
  }

  .proof-facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--s-line);
    border-left: 0;
  }

  .proof-section {
    padding: 76px 0;
  }

  .proof-two-col,
  .proof-scope,
  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .proof-panel {
    min-height: 0;
    padding: 24px;
  }

  .proof-process {
    grid-template-columns: 1fr;
  }

  .proof-process li,
  .proof-process li + li,
  .proof-process li:nth-child(3) {
    min-height: 0;
    padding: 24px 0;
    border-top: 1px solid var(--s-line);
    border-left: 0;
  }

  .proof-process h3 {
    margin-top: 24px;
  }

  .proof-shot-mobile {
    width: min(280px, 100%);
    max-height: none;
    justify-self: center;
  }

  .sample-stage {
    min-height: 610px;
    padding: 32px 22px;
    gap: 36px;
  }

  .sample-stage h2 {
    font-size: 46px;
  }

  .proof-cta {
    min-height: 360px;
    padding: 34px 24px;
    grid-template-columns: 1fr;
  }

  .proof-footer {
    padding: 40px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .proof-card {
    transition: none;
  }

  .proof-card:hover {
    transform: none;
  }
}
