:root {
  --ink: #111210;
  --paper: #f1f1ed;
  --white: #ffffff;
  --mist: #deded8;
  --gray: #797a75;
  --line-dark: rgba(17, 18, 16, 0.18);
  --line-light: rgba(255, 255, 255, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.home-skip {
  position: fixed;
  top: 12px;
  left: -999px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
}

.home-skip:focus {
  left: 12px;
}

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

.home-main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-filter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.hero-filter {
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.60) 28%,
    rgba(0, 0, 0, 0.45) 40%,
    transparent 52%
  );
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: calc(100% - 76px);
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.nav {
  position: absolute;
  top: 20px;
  right: -38px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 70px 0 34px;
  border: 0;
  border-radius: 999px 0 0 999px;
  background-color: rgba(0, 0, 0, 0.32);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.brand {
  width: 168px;
}

.brand img,
.footer img {
  width: 100%;
}

.brand img {
  filter: brightness(0);
}

.footer img {
  filter: brightness(0) invert(1);
}

.menu-icon {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 242, 239, 0.76);
  backdrop-filter: blur(10px);
}

.menu-icon i {
  width: 17px;
  height: 1px;
  background: var(--ink);
}

.hero-message {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31vh 24px 0;
  text-align: center;
}

.hero-message h1 {
  --hero-title-shift: 0px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 1.9vw, 31px);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
  transform: translate3d(0, var(--hero-title-shift), 0);
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hero-message h1 {
    will-change: transform;
  }
}

.hero-sky-cta {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #1b1c19;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-sky-cta:hover,
.hero-sky-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.introduction {
  padding: clamp(90px, 10vw, 150px) 0;
  background: var(--paper);
}

.intro-shell,
.pillars,
.invitation {
  width: min(1380px, calc(100% - 96px));
  margin: 0 auto;
}

.intro-shell {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 70px;
}

.section-index {
  margin: 9px 0 0;
  color: #686964;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.intro-copy h2,
.pillars-heading h2,
.benefits-home__heading h2,
.app-showcase__copy h2,
.statement-copy h2,
.invitation h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.intro-copy h2 {
  font-size: clamp(30px, 5.4vw, 60px);
}

.intro-copy > p {
  max-width: 640px;
  margin: 55px 0 0;
  color: #4e4f4a;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.5;
}

.benefits-home {
  min-width: 0;
}

.benefits-home__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 44px;
}

.benefits-home__heading h2 {
  max-width: 720px;
  font-size: clamp(30px, 5.4vw, 60px);
}

.benefits-home__heading p {
  max-width: 430px;
  margin: 0 0 4px;
  color: #4e4f4a;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.5;
}

.benefits-home__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 44px;
}

.benefit-home-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 18, 16, 0.14);
  border-bottom: 1px solid rgba(17, 18, 16, 0.14);
}

.benefit-home-card__logo {
  width: 138px;
  height: 78px;
  overflow: hidden;
  border-radius: 10px;
  background: #111210;
}

.benefit-home-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.benefit-home-card__copy {
  min-height: 0;
  padding: 0;
}

.benefit-home-card__copy > span {
  color: #686964;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.benefit-home-card__copy h3 {
  margin: 10px 0 0;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.benefit-home-card__copy p {
  max-width: 420px;
  margin: 10px 0 0;
  color: #5e5f5a;
  font-size: 14px;
  line-height: 1.5;
}

.soft-action {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 44px;
  padding: 15px 22px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.soft-action svg {
  display: block;
  flex: 0 0 auto;
}

.pillars {
  padding: clamp(90px, 10vw, 150px) 0;
}

.pillars-heading {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 70px;
  margin-bottom: 90px;
}

.pillars-heading h2 {
  font-size: clamp(30px, 5.4vw, 60px);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pillar {
  position: relative;
  min-height: 500px;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
}

.pillar > span {
  position: relative;
  z-index: 2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.pillar h3 {
  position: relative;
  z-index: 2;
  margin: 170px 0 0;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.pillar p {
  position: relative;
  z-index: 2;
  max-width: 310px;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.pillar-arrow {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.pillar-dark {
  background: var(--ink);
  color: var(--white);
}

.pillar-dark p {
  color: #b6b7b1;
}

.pillar-light {
  background: var(--mist);
}

.pillar-photo {
  color: var(--white);
}

.pillar-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.67));
}

.pillar-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillar-photo h3 {
  margin-top: 300px;
}

.pillar-gallery {
  background: #171815;
  color: var(--white);
  isolation: isolate;
}

.pillar-gallery::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 20%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.card-slides,
.card-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.card-slides {
  z-index: 0;
}

.card-slides img {
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
  transition: opacity 0.35s ease, transform 0s;
}

.card-slides img.is-active {
  opacity: 1;
}

.pillar-gallery:hover .card-slides img.is-active {
  transform: scale(1.015);
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}

.pillar-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  pointer-events: none;
}

.pillar-content > span {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.pillar-gallery h3,
.pillar-gallery:last-child h3 {
  margin: 0;
  max-width: 340px;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.pillar-gallery p {
  max-width: 300px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.card-slider-btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: #111210;
  font: 400 28px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.card-slider-btn--prev {
  left: 16px;
}

.card-slider-btn--next {
  right: 16px;
}

.card-counter {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.statement {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  text-align: center;
  isolation: isolate;
}

.statement-media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
    url("../img/hero-03.webp") center / cover no-repeat;
}

.statement-copy {
  width: min(1100px, calc(100% - 44px));
  padding: 100px 0;
}

.statement-copy p {
  margin: 0 0 32px;
  font-size: clamp(18px, 1.8vw, 27px);
  line-height: 1.35;
}

.statement-copy h2 {
  font-size: clamp(30px, 5.4vw, 60px);
  text-transform: none !important;
}

.app-showcase {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: clamp(44px, 6vw, 100px);
  padding: 60px clamp(32px, 6vw, 100px);
  overflow: hidden;
  background: #ececea;
  color: var(--ink);
}

.app-showcase__visual {
  min-height: 0;
  height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: transparent;
}

.app-showcase__visual img {
  width: min(100%, 460px);
  height: auto;
  max-height: 100%;
  display: block;
  border-radius: 24px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1);
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0s;
}

.app-showcase__visual img:hover {
  transform: scale(1.03);
  transition: transform 0.35s ease-out;
}

.app-showcase__copy {
  align-self: center;
  max-width: 620px;
  padding: 0;
}

.app-showcase__kicker {
  margin: 0 0 30px;
  color: #676863;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.app-showcase__copy h2 {
  font-size: clamp(30px, 5.4vw, 60px);
}

.app-showcase__copy > p:not(.app-showcase__kicker) {
  max-width: 520px;
  margin: 34px 0 0;
  color: #4f504c;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.app-showcase__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 46px;
}

.app-showcase__platforms a {
  min-width: 176px;
  min-height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 22px;
  border: 1px solid rgba(17, 18, 16, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.app-showcase__platforms a > img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.app-showcase__platforms a > span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.app-showcase__platforms a:hover,
.app-showcase__platforms a:focus-visible {
  border-color: rgba(17, 18, 16, 0.34);
  background: #ffffff;
}

.app-showcase__platforms small {
  color: #747570;
  font-size: 9px;
}

.app-showcase__platforms strong {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.invitation {
  padding: clamp(100px, 11vw, 170px) 0;
  text-align: center;
}

.invitation h2 {
  margin: 38px 0 55px;
  font-size: clamp(30px, 5.4vw, 60px);
}

body.home-v2 main .invitation h2.invitation-handle {
  margin: 0 0 24px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.invitation-handle img {
  width: min(100%, 520px);
  height: auto;
  display: block;
  margin: 0;
}

.invitation-copy {
  max-width: 520px;
  margin: 0 0 38px;
  color: #4e4f4a;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.5;
}

.instagram-showcase {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  margin: 48px auto 0;
  text-align: left;
}

.instagram-story {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border-radius: 24px;
  background: #111210;
  box-shadow: 0 22px 55px rgba(17, 18, 16, 0.2);
  isolation: isolate;
}

.instagram-story-frame,
.instagram-story-slides,
.instagram-story-slide {
  position: absolute;
  inset: 0;
}

.instagram-story-frame {
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
}

.instagram-story-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 28%, transparent 64%, rgba(0, 0, 0, 0.68));
  content: "";
}

.instagram-story-slide {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.015);
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.instagram-story-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.instagram-story-progress {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.instagram-story-progress span {
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.instagram-story-progress i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #ffffff;
}

.instagram-story-progress span.is-complete i {
  width: 100%;
}

.instagram-story-progress span.is-active i {
  animation: instagram-story-progress 4s linear forwards;
}

@keyframes instagram-story-progress {
  from { width: 0; }
  to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .instagram-story-progress span.is-active i {
    animation-duration: 4s !important;
  }
}

.instagram-story-profile {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
}

.instagram-story-profile > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.instagram-story-profile strong {
  font-size: 11px;
  letter-spacing: 0.01em;
}

.instagram-story-profile small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.instagram-story-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}

.instagram-story-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.instagram-story-open {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 20px;
  left: 18px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.instagram-story-control {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 44px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.instagram-story-control--prev {
  left: 0;
  border-radius: 0 12px 12px 0;
}

.instagram-story-control--next {
  right: 0;
  border-radius: 12px 0 0 12px;
}

.invitation-instagram {
  gap: 10px;
}

.invitation-instagram img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.primary-action {
  min-width: 220px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.google-reviews {
  width: min(1180px, calc(100% - 96px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(48px, 8vw, 130px);
  margin: 0 auto clamp(90px, 10vw, 150px);
  padding: clamp(54px, 6vw, 84px) 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.google-reviews__copy h2 {
  margin: 30px 0 0;
  font-size: clamp(30px, 5.4vw, 60px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.google-reviews__content > p {
  max-width: 470px;
  margin: 0;
  color: #4e4f4a;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.5;
}

.google-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.google-reviews__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(17, 18, 16, 0.28);
  border-radius: 999px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.google-reviews__button--primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.google-reviews__button:hover,
.google-reviews__button:focus-visible {
  transform: scale(1.025);
  background: var(--ink);
  color: var(--white);
}

@media (min-width: 901px) {
  .pillars,
  .introduction {
    padding-top: clamp(84px, 7vw, 112px);
    padding-bottom: clamp(84px, 7vw, 112px);
  }

  .invitation {
    padding-top: clamp(80px, 8vw, 120px);
    padding-bottom: clamp(80px, 8vw, 120px);
  }

  .statement {
    min-height: 68vh;
  }
}

@media (max-width: 1100px) {
  .nav {
    display: none;
  }

  .header {
    display: flex;
    justify-content: space-between;
  }

  .menu-icon {
    display: flex;
  }

  .header.open .nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.9);
  }

  .header.open .nav a {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .header.open .nav a:last-child {
    border-bottom: 0;
  }

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

  .pillar:last-child {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .pillar:last-child h3 {
    margin-top: 125px;
  }

  .app-showcase {
    grid-template-columns: minmax(280px, 0.78fr) minmax(390px, 1.22fr);
    gap: 44px;
    padding: 56px 36px;
  }

  .app-showcase__visual {
    height: 330px;
  }
}

@media (max-width: 720px) {
  .hero {
    height: clamp(340px, 80vw, 430px);
    min-height: 340px;
    max-height: 430px;
  }

  .header {
    width: calc(100% - 30px);
    height: 82px;
  }

  .brand {
    width: 138px;
  }

  .hero-message {
    padding: clamp(130px, 22vh, 190px) 20px 0;
  }

  .hero-message h1 {
    max-width: 340px;
    font-size: 25px;
    line-height: 1.12;
  }

  .intro-shell,
  .pillars,
  .invitation,
  .google-reviews {
    width: calc(100% - 34px);
  }

  .introduction {
    padding: 105px 0;
  }

  .intro-shell,
  .pillars-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro-copy h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .benefits-home__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .benefits-home__heading h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .benefits-home__heading p {
    font-size: 16px;
  }

  .benefits-home__cards {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .benefit-home-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
    border-bottom: 0;
  }

  .benefit-home-card:last-child {
    border-bottom: 1px solid rgba(17, 18, 16, 0.14);
  }

  .benefit-home-card__logo {
    width: 112px;
    height: 63px;
    border-radius: 8px;
  }

  .benefit-home-card__copy {
    min-height: 0;
    padding: 0;
  }

  .benefit-home-card__copy h3 {
    font-size: 20px;
  }

  .benefit-home-card__copy p {
    font-size: 13px;
  }

  .intro-copy > p {
    margin-top: 38px;
    font-size: 17px;
  }

  .pillars {
    padding: 105px 0;
  }

  .pillars-heading {
    margin-bottom: 58px;
  }

  .pillars-heading h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

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

  .pillar,
  .pillar:last-child {
    min-height: 460px;
    grid-column: auto;
    border-radius: 28px;
    padding: 28px;
  }

  .pillar h3,
  .pillar:last-child h3 {
    margin-top: 195px;
    font-size: 34px;
  }

  .pillar-photo h3 {
    margin-top: 275px;
  }

  .pillar-gallery h3,
  .pillar-gallery:last-child h3 {
    margin: 0;
    font-size: 32px;
  }

  .pillar-content {
    padding: 26px;
  }

  .pillar-content > span {
    top: 26px;
    left: 26px;
  }

  .card-counter {
    top: 26px;
    right: 26px;
  }

  .statement {
    min-height: 82vh;
  }

  .statement-copy h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .app-showcase {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 52px 18px 68px;
  }

  .app-showcase__visual {
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
  }

  .app-showcase__visual img {
    width: min(88%, 360px);
    border-radius: 18px;
  }

  .app-showcase__copy h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .app-showcase__copy > p:not(.app-showcase__kicker) {
    margin-top: 28px;
    font-size: 16px;
  }

  .app-showcase__platforms {
    gap: 10px;
    margin-top: 36px;
  }

  .app-showcase__platforms a {
    min-width: 0;
    flex: 1 1 145px;
    min-height: 60px;
    padding: 9px 16px;
  }

  .invitation h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .google-reviews {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
    margin-bottom: 76px;
    padding: 58px 0;
  }

  .google-reviews__copy h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .google-reviews__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .google-reviews__button {
    width: 100%;
  }

  .footer {
    min-height: 310px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer p {
    justify-self: center;
  }
}

/* Ajustes finais para telas pequenas */

@media (max-width: 560px) {
  .header {
    width: calc(100% - 28px);
    height: 74px;
  }

  .header.open .nav {
    top: 68px;
    max-height: calc(100svh - 84px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .hero-message {
    padding-inline: 18px;
  }

  .introduction,
  .pillars {
    padding: 78px 0;
  }

  .intro-shell,
  .pillars,
  .invitation,
  .google-reviews {
    width: calc(100% - 32px);
  }

  .intro-copy h2,
  .benefits-home__heading h2,
  .pillars-heading h2,
  .app-showcase__copy h2,
  .invitation h2,
  .google-reviews__copy h2,
  .statement-copy h2 {
    font-size: clamp(36px, 11vw, 44px);
  }

  .pillars-heading {
    margin-bottom: 42px;
  }

  .pillar,
  .pillar:last-child {
    min-height: 390px;
    padding: 22px;
    border-radius: 18px;
  }

  .pillar-content {
    padding: 22px;
  }

  .pillar-gallery h3,
  .pillar-gallery:last-child h3 {
    font-size: 28px;
  }

  .pillar-content > span {
    top: 22px;
    left: 22px;
  }

  .card-counter {
    top: 22px;
    right: 22px;
  }

  .app-showcase {
    gap: 30px;
    padding: 46px 16px 58px;
  }

  .app-showcase__visual {
    justify-content: center;
  }

  .app-showcase__visual img {
    width: min(76%, 280px);
    border-radius: 14px;
  }

  .app-showcase__copy {
    min-width: 0;
    max-width: 100%;
  }

  .app-showcase__platforms {
    width: 100%;
    margin-top: 30px;
  }

  .app-showcase__platforms a {
    min-height: 56px;
    padding: 8px 12px;
  }

  .app-showcase__platforms strong {
    font-size: 15px;
  }

  .statement {
    min-height: 62svh;
  }

  .statement-copy {
    padding: 76px 0;
  }

  .invitation {
    padding: 78px 0;
  }

  .invitation h2 {
    margin: 28px 0 38px;
  }

  body.home-v2 main .invitation h2.invitation-handle {
    margin: 0 0 20px;
  }

  .invitation-handle img {
    width: min(78vw, 300px);
    margin: 0 auto;
  }

  .invitation-copy {
    max-width: 330px;
    margin: 0 auto 30px;
    font-size: 15px;
  }

  .instagram-showcase {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 34px;
    text-align: center;
  }

  .instagram-story {
    width: min(78vw, 290px);
  }

  .instagram-showcase__copy {
    text-align: center;
  }

  .google-reviews {
    gap: 28px;
    margin-bottom: 58px;
    padding: 48px 0;
  }
}

@media (max-width: 360px) {
  .header {
    width: calc(100% - 22px);
  }

  .brand {
    width: 102px;
  }

  .benefit-home-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
  }

  .benefit-home-card__logo {
    width: 92px;
    height: 52px;
  }

  .benefit-home-card__copy h3 {
    font-size: 18px;
  }

  .app-showcase__platforms {
    flex-direction: column;
  }

  .app-showcase__platforms a {
    width: 100%;
    flex-basis: auto;
  }
}
