@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

button {
  padding: 0;
}

/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/inter-v13-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/inter-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/inter-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/inter-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/inter-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/inter-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --brown-1: #fffbef;
  --brown-2: #dddad1;
  --brown-3: #af9c8d;
  --brown-4: #9f8c7d;
  --black: #242223;
}

a {
  color: var(--brown-4);
}

p {
  margin-top: 10px;
}

h3 {
  color: var(--brown-4);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  h3 {
    margin-bottom: 0;
  }
}

h4,
.h4 {
  font-size: 1.1em;
  margin-top: 10px;
  color: var(--brown-4);
  letter-spacing: 0;
  text-transform: none;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--black);
  font-family: "Inter", sans-serif;
  color: #444444;
  z-index: 1;
}

img {
  height: auto;
  width: auto;
}

.no-scroll {
  width: 100vw;
  position: fixed;
}

.wrapper {
  background-color: var(--brown-1);
}

.container {
  max-width: min(100vw - 40px, 1000px);
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full-width-bg {
  position: relative;
}
.full-width-bg::before {
  content: "";
  position: absolute;
  width: calc(100vw + 10px);
  height: 100%;
  left: 50%;
  transform: translateX(calc(-50vw - 5px));
  background: inherit;
  z-index: 1 !important;
  top: 0;
}
.full-width-bg * {
  position: relative;
  z-index: 2;
}

.topheader {
  background-color: var(--black);
  color: white;
  padding: 10px 0;
  display: flex;
  justify-content: end;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
}
.topheader h1 {
  color: #888;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 800px) {
  .topheader h1 {
    display: none;
  }
}
.topheader a {
  color: inherit;
  text-decoration: none;
}
.topheader > * {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.topheader .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 600px) {
  .topheader {
    display: none;
  }
}

.header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
}
.header .logo {
  flex-grow: 1;
  flex-shrink: 1;
}
.header .logo img,
.header .logo svg {
  width: 400px;
}
.header nav {
  display: flex;
  gap: inherit;
  justify-content: center;
  align-items: center;
}
.header .item {
  flex-grow: 0;
  white-space: nowrap;
  text-decoration: none;
  color: var(--black);
  padding: 10px;
  font-weight: 500;
}
.header .item:hover {
  background-color: var(--brown-2);
}
.header .hamburger {
  display: none;
}
.header .hamburger span {
  display: block;
  width: 25px;
  height: 5px;
  margin-bottom: 4px;
  position: relative;
  border-radius: 1.5px;
}
.header .hamburger span:last-child {
  margin-bottom: 0;
}
.header #hamburger {
  position: fixed;
  cursor: pointer;
  right: 20px;
  z-index: 4;
}
.header #hamburger span {
  background: var(--black);
  box-shadow: 0px 0px 1.8px 0.3px var(--brown-1);
}
@media screen and (max-width: 600px) {
  .header .hamburger {
    display: block;
  }
  .header nav {
    --duration: 300ms;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 0;
    z-index: 5;
    flex-direction: column;
    letter-spacing: 1px;
    transition: background-color var(--duration) ease, height 0ms linear var(--duration);
    background-color: rgba(36, 34, 35, 0);
    overflow: hidden;
  }
  .header .item {
    position: relative;
    color: var(--brown-1);
    font-size: 30px;
    transform: translateX(-50vw);
    opacity: 0;
    transition: transform 150ms ease 50ms, opacity 250ms;
  }
  .header .item:hover {
    background: none;
  }
  .header nav.active {
    height: 100vh;
    background-color: rgba(36, 34, 35, 0.95);
    transition: background-color var(--duration) ease, height 0ms linear 0ms;
  }
  .header nav.active .item {
    opacity: 1;
    transform: translateX(0px);
  }
  .header .logo svg {
    width: 300px;
    height: auto;
  }
}

.large {
  font-size: 18px;
  font-weight: 475;
}

main > section,
aside > section,
.section {
  padding: 50px 0;
  line-height: 1.7;
}

.about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 40px 60px;
}
.about section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 400px;
  display: flex;
  flex-direction: column;
}
.about .portrait-container {
  flex-basis: 300px;
  min-width: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.about .portrait-container img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
  transition: filter 0.05s, transform 0.05s ease 0.08s;
}
.about .portrait-container .is-loading {
  filter: blur(3px);
  transform: scale(1.02);
}
.about p {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .about {
    padding-top: 0;
  }
  .about .portrait-container {
    min-width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .about {
    padding-top: 10px;
  }
}

.with-line {
  margin-bottom: 60px;
}
.with-line::after {
  content: " ";
  height: 2px;
  width: 223px;
  background-color: var(--brown-4);
  position: relative;
  display: block;
  top: 30px;
}

.contact {
  background-color: var(--brown-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 800px;
}
.contact > * {
  margin: 0;
}
.contact > p {
  text-align: center;
}
.contact .buttons {
  display: flex;
  gap: 30px;
}
.contact .buttons a {
  background-color: transparent;
  color: var(--brown-4);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 2px solid var(--brown-4);
}
.contact .buttons a:hover {
  background-color: var(--brown-1);
}
.contact .buttons a span {
  display: block;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 600;
}
.contact .buttons a svg {
  width: 20px;
  height: 20px;
}
.contact .buttons a h3 {
  font-size: 0.6em;
  color: var(--brown-3);
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.contact .buttons a.primary {
  background-color: var(--brown-4);
  color: var(--brown-1);
}
.contact .buttons a.primary:hover {
  background-color: var(--brown-3);
}
.contact .buttons a.primary h3 {
  color: var(--brown-2);
}
@media screen and (max-width: 700px) {
  .contact .buttons {
    flex-direction: column;
    gap: 15px;
  }
}

.split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.split section {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 250px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  align-items: start;
  justify-content: center;
}
.row div,
.row section {
  flex-basis: 350px;
  flex-grow: 1;
  flex-shrink: 1;
}

.process {
  background-color: var(--black);
  color: white;
}
.process h4 {
  margin-top: 25px;
}
.process p {
  margin-top: 10px;
}
.process img.portrait-2 {
  flex-basis: 150px;
  min-width: 180px;
  flex-grow: 1;
  flex-shrink: 1;
}

.pricing p {
  margin-bottom: 10px;
}
.pricing h2 {
  margin-bottom: 10px;
}
.pricing img.on-phone {
  flex-basis: 220px;
  min-width: 250px;
  flex-grow: 1;
  flex-shrink: 1;
}

em,
.em {
  font-weight: bold;
}

footer {
  background-color: var(--black);
  color: white;
  padding: 30px 0 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 20px 50px;
  font-size: 14px;
  font-weight: 500;
}
footer h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  line-height: inherit;
}
footer a {
  color: white;
}
footer h2,
footer p {
  margin-top: 0;
}
footer .logo {
  margin-bottom: 20px;
  width: 200px;
}
footer .details {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .details > * {
  margin-top: 10px;
}
footer .details > *:first-child {
  margin-top: 0;
}
footer .dim {
  color: var(--brown-2);
  max-width: 300px;
}

.whatsapp {
  background-color: #128c7e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: start;
  position: fixed;
  bottom: 16px;
  right: 16px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.5));
  z-index: 3;
}
.whatsapp svg {
  margin-top: 4px;
}
.whatsapp .stack {
  display: flex;
  flex-direction: column;
}
.whatsapp .badge {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 0.6em;
  align-self: start;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.whatsapp .indicator {
  background-color: #3e1;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.reviews {
  background-color: var(--brown-2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__carousel {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(var(--sides) * 0.375);
  padding: 5px var(--sides) 10px;
  margin: 20px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-padding: var(--sides);
  position: relative;
}
.reviews__carousel::-webkit-scrollbar {
  display: none;
}

.reviews__container {
  --sides: 80px;
  width: 100%;
  overflow-y: visible;
}
.reviews__container:before, .reviews__container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(var(--sides) * 0.9);
  z-index: 3;
}
.reviews__container:before {
  left: 0;
  background: linear-gradient(to right, var(--brown-2), rgba(1, 1, 1, 0));
}
.reviews__container:after {
  right: 0;
  background: linear-gradient(to left, var(--brown-2), rgba(1, 1, 1, 0));
}

.reviews__chevron {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  --margin: -10px;
  cursor: pointer;
  transition: opacity 200ms;
}
.reviews__chevron svg {
  height: 70px;
  aspect-ratio: 1;
  color: var(--black);
}
.reviews__chevron--left {
  left: var(--margin);
  opacity: 0;
}
.reviews__chevron--right {
  right: var(--margin);
}

.reviews__summary {
  text-align: center;
}

.review {
  display: flex;
  flex-direction: column;
  border: 1px solid #bbb;
  background-color: white;
  padding: 12px;
  gap: 10px;
  font-size: 14px;
  min-width: calc(50% - 15px);
  scroll-snap-align: start start;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 650px) {
  .reviews__container {
    --sides: 40px;
  }
  .reviews__chevron {
    --margin: -25px;
  }
  .reviews__chevron svg {
    height: 60px;
  }
  .review {
    min-width: 100%;
  }
}
.review__avatar {
  float: left;
  margin-right: 10px;
  min-width: 48px;
  height: 48px;
  background-color: darkgreen;
  color: white;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 1.6px;
}

.review__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
}

.review__author_name {
  display: block;
  line-height: 0.8;
  font-size: 16px;
  padding-top: 10px;
  width: 100%;
}

.review__stars {
  display: inline-block;
  --rating: 0%;
  line-height: 1.5;
}
.review__stars:before {
  font-size: 1.35em;
  content: "★★★★★";
  background: linear-gradient(to right, #fbbc04 var(--rating), #aaa var(--rating));
  color: transparent;
  background-clip: text;
}
.review__stars--1 {
  --rating: 20%;
}
.review__stars--2 {
  --rating: 40%;
}
.review__stars--3 {
  --rating: 60%;
}
.review__stars--4 {
  --rating: 80%;
}
.review__stars--5 {
  --rating: 100%;
}

.review__stars--brown {
  filter: brightness(90%);
  --rating: 100%;
}

.review__timestamp {
  display: inline-block;
  color: #999;
  font-size: 0.8rem;
  font-weight: 500;
}

.review__body {
  white-space: pre-line;
}

.landing {
  padding-top: 0;
}
.landing h1 {
  font-size: 36px;
}
.landing h4 {
  margin-top: 25px;
}
.landing p {
  margin-top: 5px;
}

.u-row {
  display: flex;
  flex-direction: row;
}

.u-align-center {
  align-items: center;
}

.u-block {
  display: block;
}

/*# sourceMappingURL=style.css.map */