/* Tejori — contact page: enquiry form + business details */

.ct__in {
  padding-left: 5.208vw;
}

.ct__w {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.146vw;
}

/* inline, so its box keeps the text line's full height — same as the original */
.ct__pic img {
  display: inline;
  width: 100%;
  max-width: 54.271vw;
}

.ct__f {
  width: 39.896vw;
}

.ct__hd {
  padding-top: 3.125vw;
}

.ct__sub {
  font-family: var(--ff-script);
  font-size: 2.659vw;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-green);
}

.ct__h {
  margin-bottom: .521vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 2.344vw;
  color: var(--c-green);
}

.ct__d {
  font-size: 1.146vw;
  font-weight: 600;
  line-height: 1.719vw;
  color: #000;
}

/* ---------- fields ---------- */

.fc__l {
  display: block;
  margin: 1.042vw 0 .417vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.fc__i {
  width: 100%;
  height: 3.385vw;
  padding: 1.042vw;
  font-family: inherit;
  font-size: 1.042vw;
  font-weight: 400;
  border: .078vw solid #000;
  border-radius: .521vw;
  box-shadow: none;
  outline: none;
}

.fc__i--ta {
  display: flex;
  height: 7.813vw;
  min-height: 10rem;
  resize: none;
  scrollbar-width: none;
}

.fc__i--ta::-webkit-scrollbar {
  display: none !important;
}

/* the labels above carry the wording, so the placeholders stay hidden on desktop */
@media (min-width: 768px) {
  .ct ::placeholder {
    color: transparent;
  }
}

/* ---------- note + submit ---------- */

.ct__btm {
  display: flex;
  align-items: center;
  gap: 1.979vw;
  margin-top: 1.302vw;
}

.ct__note {
  font-size: 1.146vw;
  font-weight: 600;
  line-height: 1.719vw;
  letter-spacing: 0;
  color: #000;
}

.ct__btn {
  position: relative;
  display: block;
  width: 10.417vw;
  padding: .547vw .521vw;
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: .052vw;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  background: var(--c-green);
  border: .052vw solid var(--c-green);
  box-shadow: var(--shadow);
  transition: .3s;
}

.ct__btn:hover {
  background: #000;
  border-color: #000;
}

.ct__btn .btn__in {
  gap: 2.083vw;
}

/* ---------- business details ---------- */

.bd {
  /* pulled up so it tucks under the form section */
  margin-top: -2.604vw;
  padding: 0 1.042vw 3.125vw;
}

.bd__in {
  max-width: 89.583vw;
  margin-inline: auto;
}

.bd__w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3.125vw;
}

.bd__h {
  flex: 1 1 100%;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3.125vw;
  color: var(--c-green);
}

.bd__l {
  width: 40vw;
}

.bc {
  padding: 1.563vw;
  background: #fbfbfb;
  border-radius: .417vw;
}

.bc + .bc {
  margin-top: 1.563vw;
}

.bc h3 {
  margin: 0;
  font-size: 1.667vw;
  font-weight: 700;
  color: #000;
}

.bc p {
  margin: 0;
  font-size: 1.458vw;
  font-weight: 400;
  line-height: 1.823vw;
  letter-spacing: 0;
  color: #444;
}

.bc a {
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 1.563vw;
  text-decoration: none;
  color: #000;
}

.bc a:hover {
  color: var(--c-green);
}

.bd__r {
  flex: 1;
  padding-left: 5.208vw;
}

.bq {
  position: relative;
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 2.083vw;
  letter-spacing: 0;
  color: var(--c-ink);
}

.bq__n {
  display: flex;
  gap: 1.302vw;
}

/* the pin keeps its own width; only the quote beside it gives way */
.bq__n > div:first-child {
  flex: none;
}

.bq__pin {
  width: 2.199vw;
  height: 2.587vw;
}

.bd__sig {
  display: block;
  margin-top: 1.563vw;
  font-family: var(--ff-script);
  font-size: 1.94vw;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
}

.fw {
  margin-top: 4.427vw;
  padding-left: 3.542vw;
}

.fw__h {
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.soc {
  display: flex;
  align-items: center;
  gap: 1.667vw;
  margin-top: .781vw;
}

.soc a {
  font-size: .938vw;
  text-decoration: none;
  color: #000;
}

/* inline (so each link keeps its line box) and a fixed size — these icons
   never scaled with the viewport */
.soc svg {
  display: inline;
}

.soc .fb { width: 19px; height: 32px; }
.soc .tt { width: 34px; height: 34px; }
.soc .ig { width: 38px; height: 38px; }

@media (min-width: 768px) {
  .bc .mxw {
    max-width: 36.458vw;
  }
}

@media (max-width: 767px) {
  .ct__in {
    padding-inline: 4.545vw;
  }

  .ct__w {
    display: block;
  }

  .ct__pic img {
    max-width: 100%;
  }

  .ct__f {
    width: 100%;
    margin-top: -9.091vw;
  }

  .ct__hd {
    padding-top: 0;
  }

  .ct__sub {
    font-size: 8.701vw;
  }

  .ct__h {
    font-size: 8.182vw;
    line-height: 10.227vw;
  }

  .ct__d {
    margin-bottom: 3.409vw;
    font-size: 3.409vw;
    line-height: 150%;
    letter-spacing: 0;
  }

  /* on small screens the placeholders do the labels' job */
  .fc__l {
    display: none;
  }

  .fc__i {
    height: 11.064vw;
    padding: 2.273vw 4.545vw;
    font-size: 4.545vw;
    border-width: .242vw;
    border-radius: 1.613vw;
  }

  .fc__i--ta {
    height: 22.727vw;
  }

  .fc + .fc {
    margin-top: 4.545vw;
  }

  .ct__fields {
    margin-bottom: 4.545vw;
  }

  .ct__note {
    font-size: 3.409vw;
    line-height: 150%;
    letter-spacing: 0;
  }

  .ct__btm {
    flex-direction: column;
    gap: 7.955vw;
    margin-top: 4.545vw;
  }

  .ct__btnbox {
    width: 100%;
  }

  .ct__btn {
    width: 100%;
    padding: 1.591vw 3.409vw;
    font-size: 4.545vw;
    letter-spacing: .227vw;
  }

  .ct__btn .btn__in {
    justify-content: center;
    gap: 4.545vw;
  }

  .ct__btn .btn__in svg {
    width: 8.759vw;
    height: 6.58vw;
  }

  .bd {
    padding: 9.091vw 4.545vw;
    background: #fff;
  }

  .bd__in {
    max-width: 100%;
  }

  .bd__w {
    flex-direction: column;
    align-items: flex-start;
    gap: 9.091vw;
  }

  .bd__h {
    font-size: 8.182vw;
    line-height: 10.227vw;
  }

  .bd__l {
    width: 100%;
  }

  .bc {
    display: flex;
    flex-direction: column;
    gap: 2.273vw;
    padding: 4.545vw;
    border-radius: 2.273vw;
  }

  .bc h3 { font-size: 5.455vw; }
  .bc p { font-size: 4.545vw; line-height: 5.682vw; }
  .bc a { font-size: 3.409vw; line-height: 5.114vw; }

  .bc + .bc {
    margin-top: 4.545vw;
  }

  .bd__r {
    padding-left: 0;
  }

  .bq {
    font-size: 4.091vw;
    line-height: 5.114vw;
  }

  .bq__n {
    gap: 2.955vw;
  }

  .bq__pin {
    width: 7.25vw;
    height: 8.465vw;
  }

  .bd__sig {
    margin-top: 6.364vw;
    font-size: 4.866vw;
    line-height: 5vw;
  }

  .fw {
    margin-top: 6.818vw;
    padding-left: 0;
  }

  .fw__h {
    font-size: 4.355vw;
    letter-spacing: 0;
  }

  .soc {
    justify-content: center;
    gap: 6.364vw;
    margin-top: 4.545vw;
  }

  .soc svg { max-width: 6.872vw; }
  .soc .fb { width: 3.78vw; }
}
