html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

select {
  display: block;
}

@font-face {
  font-family: "PP Mori";
  src: url("fonts/PPMori-Extralight.woff2") format("woff2"), url("fonts/PPMori-Extralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  position: relative;
}

body {
  position: relative;
  background: #D8A48F;
  font-family: "PP Mori", sans-serif;
}

::-moz-placeholder {
  color: rgba(251, 248, 225, 0.7);
}

::placeholder {
  color: rgba(251, 248, 225, 0.7);
}

::-moz-selection {
  color: #FBF8E1;
  background: #000000;
}

::selection {
  color: #FBF8E1;
  background: #000000;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(128px, 8.3333333333vw, 176px) 0 clamp(38.4px, 2.5vw, 52.8px);
}
@media (min-width: 782px) {
  main {
    padding: clamp(224px, 14.5833333333vw, 308px) 0 clamp(38.4px, 2.5vw, 52.8px);
  }
}
main:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: clamp(2.4px, 0.15625vw, 3.3px);
  display: block;
  background: #FBF8E1;
  transition: width 1.8s, opacity 1s 1s;
}
[data-loading=true] main:before {
  width: 100%;
}
[data-animation=active] main:before {
  opacity: 0;
}

.message {
  width: clamp(192px, 12.5vw, 264px);
  margin: 0 0 clamp(76.8px, 5vw, 105.6px);
  overflow: hidden;
}
@media (min-width: 782px) {
  .message {
    margin: 0 0 clamp(96px, 6.25vw, 132px);
  }
}
.message img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1.6s 0.8s, transform 1s 0.8s;
}
[data-animation=active] .message img {
  opacity: 1;
  transform: translateY(0);
}

.brand {
  opacity: 0.3;
  width: clamp(1280px, 83.3333333333vw, 1760px);
  max-width: calc(100% - clamp(38.4px, 2.5vw, 52.8px));
  filter: blur(30px);
  transition: opacity 2s, filter 2s;
}
[data-animation=active] .brand {
  opacity: 1;
  filter: blur(0px);
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-form {
  background: #000000;
  border-radius: clamp(19.2px, 1.25vw, 26.4px);
  padding: clamp(57.6px, 3.75vw, 79.2px) clamp(38.4px, 2.5vw, 52.8px);
  margin: clamp(76.8px, 5vw, 105.6px) auto 0;
  width: calc(100% - clamp(38.4px, 2.5vw, 52.8px));
  max-width: clamp(960px, 62.5vw, 1320px);
}
@media (min-width: 782px) {
  .contact-form {
    width: calc(100% - clamp(76.8px, 5vw, 105.6px));
    margin: clamp(96px, 6.25vw, 132px) auto 0;
    padding: clamp(57.6px, 3.75vw, 79.2px) clamp(128px, 8.3333333333vw, 176px);
  }
}
.contact-form .prompt {
  width: clamp(144px, 9.375vw, 198px);
  margin: 0 auto clamp(38.4px, 2.5vw, 52.8px);
  opacity: 0;
  transition: opacity 1.6s 0.8s;
}
[data-animation=active] .contact-form .prompt {
  opacity: 1;
}
.contact-form .prompt img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  opacity: 0;
  margin: clamp(38.4px, 2.5vw, 52.8px) 0 0;
  transition: opacity 1.6s 0.8s;
}
[data-animation=active] .contact-form form {
  opacity: 1;
}
.contact-form .form-row {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #000000;
}
.contact-form label {
  display: none;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  background: none;
  border-radius: 0;
  padding: 0 clamp(19.2px, 1.25vw, 26.4px);
  width: 100%;
  height: clamp(48px, 3.125vw, 66px);
  font-family: "PP Mori", sans-serif;
  color: #FBF8E1;
  outline: 0;
  border-radius: clamp(1.6px, 0.1041666667vw, 2.2px);
  font-size: clamp(14.4px, 0.9375vw, 19.8px);
  border: 1px solid #FBF8E1;
}
.contact-form input[type=text]:nth-child(n+2),
.contact-form input[type=email]:nth-child(n+2) {
  margin: clamp(9.6px, 0.625vw, 13.2px) 0 0;
}
.contact-form textarea {
  background: none;
  border-radius: 0;
  padding: clamp(16px, 1.0416666667vw, 22px) clamp(19.2px, 1.25vw, 26.4px);
  width: 100%;
  height: clamp(96px, 6.25vw, 132px);
  font-family: "PP Mori", sans-serif;
  font-size: clamp(14.4px, 0.9375vw, 19.8px);
  outline: 0;
  border-radius: clamp(1.6px, 0.1041666667vw, 2.2px);
  color: #FBF8E1;
  border: 1px solid #FBF8E1;
  margin: clamp(9.6px, 0.625vw, 13.2px) 0 0;
}
.contact-form input[type=submit] {
  border: 0;
  background: #FBF8E1;
  color: #000000;
  height: clamp(48px, 3.125vw, 66px);
  font-family: "PP Mori", sans-serif;
  font-size: clamp(14.4px, 0.9375vw, 19.8px);
  text-transform: uppercase;
  padding: 0 clamp(20.8px, 1.3541666667vw, 28.6px);
  border-radius: clamp(4.8px, 0.3125vw, 6.6px);
  border: 1px solid #000000;
  margin: clamp(19.2px, 1.25vw, 26.4px) 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.contact-form input[type=submit]:hover {
  background: #fff;
  transform: scale(1.1);
}
.contact-form .success {
  font-size: clamp(17.6px, 1.1458333333vw, 24.2px);
  color: #FBF8E1;
  text-align: center;
}

.copyright {
  font-size: clamp(14.4px, 0.9375vw, 19.8px);
  color: #FBF8E1;
  margin: clamp(38.4px, 2.5vw, 52.8px) 0 0;
  text-align: center;
}
