* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17120f;
  background: #f7f2ec;
}

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

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw;
  color: white;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
}

.brand {
  font-size: 22px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.nav nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  opacity: .95;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(15, 10, 8, .88), rgba(28, 18, 12, .55), rgba(0,0,0,.2)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-content {
  position: relative;
  max-width: 980px;
  padding: 0 6vw;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
  color: #b89068;
}

.hero .eyebrow {
  color: #f1c58d;
}

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

h1 {
  font-size: clamp(54px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -0.07em;
  max-width: 950px;
  margin-bottom: 28px;
}

.lead {
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.45;
  max-width: 720px;
  color: rgba(255,255,255,.82);
  margin-bottom: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 999px;
  background: white;
  color: #17120f;
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

.button.light {
  background: #17120f;
  color: white;
}

.intro {
  padding: 110px 10vw 70px;
}

.intro p {
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.04em;
  max-width: 1150px;
}

.section {
  padding: 95px 6vw;
}

.section-title {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 40px;
  margin-bottom: 42px;
}

.section-title h2,
.lifestyle h2,
.cta h2 {
  font-size: clamp(38px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 850px;
}

.cards {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 22px;
}

.card {
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #fffaf4;
  box-shadow: 0 24px 70px rgba(64, 46, 30, .12);
}

.card.large {
  grid-row: span 2;
  min-height: 760px;
}

.image {
  height: 68%;
  background-size: cover;
  background-position: center;
}

.img-1 {
  background-image: url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1600&q=80");
}

.img-2 {
  background-image: url("https://images.unsplash.com/photo-1600607687644-c7171b42498b?auto=format&fit=crop&w=1200&q=80");
}

.img-3 {
  background-image: url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1200&q=80");
}

.card-text {
  padding: 30px;
}

.card-text h3,
.step h3,
.trust h3 {
  font-size: 26px;
  letter-spacing: -.03em;
}

.card-text p,
.step p,
.trust p,
.lifestyle p,
.cta p,
footer p {
  font-size: 17px;
  line-height: 1.65;
  color: #6f6258;
}

.process {
  background: #17120f;
  color: white;
}

.process .section-title h2 {
  color: white;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  padding: 32px;
  min-height: 300px;
  border-radius: 30px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
}

.step span {
  display: block;
  color: #f1c58d;
  font-weight: 800;
  margin-bottom: 80px;
}

.step p {
  color: rgba(255,255,255,.64);
}

.lifestyle {
  margin: 95px 6vw;
  padding: 80px;
  min-height: 640px;
  border-radius: 42px;
  color: white;
  display: grid;
  align-content: end;
  gap: 30px;
  background:
    linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.25)),
    url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.lifestyle p {
  max-width: 760px;
  color: rgba(255,255,255,.75);
}

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

.trust-grid > div {
  padding: 36px;
  border-radius: 30px;
  background: #fffaf4;
  box-shadow: 0 20px 60px rgba(64, 46, 30, .08);
}

.cta {
  margin: 40px 6vw 80px;
  padding: 100px 8vw;
  border-radius: 42px;
  text-align: center;
  background: #fffaf4;
  box-shadow: 0 30px 90px rgba(64, 46, 30, .12);
}

.cta h2,
.cta p {
  margin-left: auto;
  margin-right: auto;
}

.cta p {
  max-width: 640px;
  margin-bottom: 34px;
}

footer {
  padding: 40px 6vw;
  text-align: center;
}

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

  .section-title,
  .cards,
  .steps,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .card.large {
    min-height: 560px;
  }

  .lifestyle {
    padding: 42px;
    min-height: 560px;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 20px;
  }

  .section,
  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 52px;
  }

  .lifestyle,
  .cta {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 28px;
  }

  .lifestyle {
    padding: 28px;
  }

  .cta {
    padding: 62px 24px;
  }
}
