:root{
  --cream:#f5eee6;
  --cream2:#fbf7f1;
  --gold:#b18449;
  --black:#050505;
  --line:#ded1c2;
  --text:#101010;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream2);
  color:var(--text);
  font-family:Montserrat, Arial, sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}

.mobile-header{
  height:126px;
  padding:22px 7vw 18px;
  display:grid;
  grid-template-columns:54px 1fr 72px;
  align-items:center;
  gap:14px;
  background:linear-gradient(180deg,#fbf8f3,#f4ebdf);
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.menu{
  border:0;
  background:transparent;
  width:42px;
  height:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:0;
}
.menu span{
  width:34px;
  height:4px;
  border-radius:4px;
  background:#111;
}
.brand{
  text-align:center;
  line-height:1;
}
.brand strong{
  font-family:'Playfair Display',serif;
  font-size:clamp(38px,9vw,58px);
  letter-spacing:4px;
  display:block;
  white-space:nowrap;
}
.brand em{
  font-family:Parisienne,cursive;
  font-size:clamp(24px,5vw,34px);
  display:block;
  margin-top:-5px;
}
.call-round{
  width:68px;
  height:68px;
  border-radius:50%;
  background:var(--gold);
  color:white;
  display:grid;
  place-items:center;
  font-size:30px;
  box-shadow:0 10px 22px rgba(177,132,73,.25);
}

.hero{
  position:relative;
  min-height:720px;
  padding:72px 7vw 32px;
  background:
    linear-gradient(90deg,#f7efe6 0%,rgba(247,239,230,.96) 46%,rgba(247,239,230,.44) 68%,rgba(247,239,230,.1) 100%);
  overflow:hidden;
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:560px;
}
.hero h1{
  margin:0;
  font-family:'Playfair Display',serif;
  font-size:clamp(53px,10.4vw,78px);
  line-height:.98;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.hero h1 span{color:var(--gold)}
.signature{
  margin:34px 0 28px;
  color:var(--gold);
  font-family:Parisienne,cursive;
  font-size:clamp(42px,8vw,60px);
  line-height:1;
}
.intro{
  max-width:520px;
  margin:0;
  font-size:clamp(23px,4.4vw,31px);
  line-height:1.65;
}
.actions{
  margin-top:42px;
  display:grid;
  gap:18px;
  max-width:594px;
}
.btn{
  min-height:96px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.2px;
  font-size:clamp(20px,4.2vw,28px);
}
.primary{
  background:#000;
  color:#fff;
  box-shadow:0 12px 25px rgba(0,0,0,.08);
}
.secondary{
  background:#fff;
  border:3px solid #111;
  color:#111;
}
.hero-photo{
  position:absolute;
  right:-18vw;
  top:190px;
  width:68vw;
  height:540px;
  z-index:1;
}
.hero-photo:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(245,238,230,.65),rgba(245,238,230,.05));
  z-index:2;
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.trust-row{
  position:absolute;
  left:7vw;
  right:7vw;
  bottom:34px;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  text-align:center;
}
.trust-row i{
  display:block;
  color:var(--gold);
  font-style:normal;
  font-size:42px;
  height:52px;
}
.trust-row strong{
  display:block;
  font-size:clamp(18px,3.6vw,24px);
  font-weight:800;
}
.trust-row span{
  display:block;
  font-size:clamp(16px,3.3vw,22px);
  line-height:1.15;
}

.section-title{
  text-align:center;
  margin-bottom:24px;
}
.section-title h2{
  margin:0;
  font-family:'Playfair Display',serif;
  font-size:clamp(38px,7vw,58px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:1px;
}
.section-title span{
  color:var(--gold);
  font-size:22px;
}
.collection{
  padding:70px 0 50px;
  background:#fffdfa;
}
.chips{
  padding:0 7vw 30px;
  display:flex;
  gap:16px;
  overflow-x:auto;
  scrollbar-width:none;
}
.chips::-webkit-scrollbar,.cards::-webkit-scrollbar,.review-track::-webkit-scrollbar,.steps::-webkit-scrollbar{display:none}
.chips button{
  flex:0 0 auto;
  min-width:150px;
  min-height:58px;
  border-radius:999px;
  border:2px solid var(--line);
  background:white;
  padding:0 26px;
  text-transform:uppercase;
  font-weight:700;
  font-size:16px;
}
.chips .active{
  background:#000;
  color:white;
  border-color:#000;
  min-width:205px;
}

.cards{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:0 7vw 18px;
  scroll-snap-type:x mandatory;
}
.card{
  flex:0 0 265px;
  background:#fff;
  border:1px solid #e5ded5;
  border-radius:12px;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:0 7px 22px rgba(0,0,0,.035);
}
.pic{
  height:314px;
  overflow:hidden;
  background:#eee;
}
.pic img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.info{
  padding:20px;
}
.info h3{
  margin:0 0 16px;
  font-size:21px;
  font-weight:600;
}
.info p{
  margin:8px 0;
  font-size:17px;
}
.info b{
  color:#168036;
  display:block;
  margin:15px 0 18px;
  font-size:16px;
}
.info a{
  height:50px;
  display:grid;
  place-items:center;
  background:#000;
  color:white;
  border-radius:6px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
}
.all{
  width:calc(100% - 14vw);
  max-width:520px;
  margin:18px auto 0;
  min-height:62px;
  border:2px solid var(--gold);
  color:var(--gold);
  display:grid;
  place-items:center;
  border-radius:6px;
  text-transform:uppercase;
  font-weight:700;
  font-size:18px;
}

.process{
  background:#060606;
  color:white;
  padding:52px 0 58px;
  background-image:
    radial-gradient(circle at left top,rgba(177,132,73,.18),transparent 33%),
    radial-gradient(circle at right bottom,rgba(177,132,73,.15),transparent 30%);
}
.light h2{color:white}
.steps{
  padding:8px 7vw 0;
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
}
.steps div{
  flex:0 0 245px;
  min-height:250px;
  text-align:center;
  border-left:1px solid rgba(177,132,73,.35);
  padding:10px 18px;
  scroll-snap-align:start;
}
.steps small{
  color:var(--gold);
  font-size:23px;
}
.steps i{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin:10px auto 16px;
  border:2px solid var(--gold);
  border-radius:50%;
  color:var(--gold);
  font-style:normal;
  font-size:34px;
}
.steps h3{
  margin:0 0 12px;
  text-transform:uppercase;
  font-size:17px;
}
.steps p{
  margin:0;
  line-height:1.55;
  font-size:15px;
}

.reviews{
  background:#fffdfa;
  padding:58px 0 45px;
}
.review-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:0 7vw;
}
.review-track article{
  flex:0 0 330px;
  min-height:180px;
  background:#f5eee6;
  border-radius:12px;
  padding:26px;
  color:var(--gold);
  box-shadow:0 8px 22px rgba(0,0,0,.035);
}
.review-track p{
  color:#111;
  line-height:1.55;
  margin:16px 0;
}
.review-track strong{color:#111}

.contact{
  background:#eadfd3;
  padding:34px 7vw;
}
.contact h2{
  font-family:'Playfair Display',serif;
  text-transform:uppercase;
  font-size:30px;
  margin:0 0 6px;
}
.contact p{margin:0 0 18px}
.contact div{
  display:grid;
  gap:12px;
}
.contact a{
  background:#fff8f0;
  min-height:58px;
  border:1px solid #cfb99b;
  border-radius:7px;
  display:grid;
  place-items:center;
  font-weight:800;
}
footer{
  background:#000;
  color:#fff;
  text-align:center;
  font-size:12px;
  padding:16px 10px;
}
.float-call{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:40;
  width:72px;
  height:72px;
  border-radius:50%;
  background:var(--gold);
  color:white;
  display:grid;
  place-items:center;
  font-size:34px;
  box-shadow:0 14px 30px rgba(0,0,0,.25);
}

/* Desktop version */
@media(min-width:900px){
  .mobile-header{
    height:88px;
    grid-template-columns:240px 1fr 210px;
    padding:0 5vw;
  }
  .menu{display:none}
  .brand{text-align:left}
  .brand strong{font-size:36px}
  .brand em{font-size:22px}
  .call-round{
    width:auto;height:auto;border-radius:6px;
    padding:18px 24px;
    font-size:17px;
  }
  .call-round:after{content:" 07 67 34 56 78";font-family:Montserrat;font-weight:800}
  .hero{
    min-height:650px;
    padding:90px 5vw 40px;
  }
  .hero h1{font-size:64px}
  .signature{font-size:44px}
  .intro{font-size:18px;max-width:380px}
  .actions{
    grid-template-columns:230px 180px;
    max-width:440px;
  }
  .btn{min-height:60px;font-size:14px}
  .hero-photo{
    right:5vw;
    top:95px;
    width:45vw;
    height:555px;
  }
  .trust-row{
    left:5vw;
    right:auto;
    bottom:60px;
    width:560px;
  }
  .trust-row i{font-size:30px}
  .trust-row strong{font-size:14px}
  .trust-row span{font-size:13px}
  .cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:visible;
    padding:0 5vw;
  }
  .card{min-width:0;flex:auto}
  .pic{height:340px}
  .chips{justify-content:center}
  .steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:visible;
    padding:10px 5vw 0;
  }
  .steps div{min-width:0;flex:auto}
  .review-track{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    overflow:visible;
    padding:0 5vw;
  }
  .review-track article{min-width:0;flex:auto}
  .contact{
    display:grid;
    grid-template-columns:1.2fr 2fr;
    align-items:center;
    gap:30px;
    padding:34px 5vw;
  }
  .contact div{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:430px){
  .mobile-header{
    height:108px;
    padding-left:22px;
    padding-right:22px;
    grid-template-columns:42px 1fr 58px;
  }
  .menu span{width:29px;height:3px}
  .brand strong{font-size:34px;letter-spacing:3px}
  .brand em{font-size:24px}
  .call-round{width:56px;height:56px;font-size:26px}
  .hero{
    min-height:705px;
    padding:58px 22px 28px;
  }
  .hero h1{font-size:45px}
  .signature{font-size:38px;margin:28px 0 24px}
  .intro{font-size:21px}
  .actions{margin-top:34px}
  .btn{min-height:76px;font-size:19px}
  .hero-photo{
    top:196px;
    right:-180px;
    width:390px;
    height:470px;
  }
  .trust-row{
    left:22px;
    right:22px;
    bottom:26px;
  }
  .trust-row i{font-size:36px}
  .trust-row strong{font-size:16px}
  .trust-row span{font-size:15px}
  .card{flex-basis:240px}
  .pic{height:285px}
}
