@font-face {
  font-family: 'Outfit';
  src: url('./fonts/Outfit-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('./fonts/Outfit-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --page-bg: #d9d9d9;
  --text: #000000;
  --design-width: 1180px;
  --design-height: 2556px;
  --app-height: 100vh;
  --slide-transition: 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100vh;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

body {
  background: var(--page-bg);
  color: var(--text);
  font-family: 'Outfit', sans-serif;
}

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
}

#app {
  height: 100%;
}

.page-shell {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  min-height: var(--app-height);
  height: var(--app-height);
  background: var(--page-bg);
  overflow: hidden;
  touch-action: none;
}

.loading-screen {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--page-bg);
}

.loading-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(74vw, 760px);
}

.loading-symbol {
  display: block;
  width: 100%;
  height: auto;
}

.loader-fade-enter-active,
.loader-fade-leave-active {
  transition: opacity 420ms ease;
}

.loader-fade-enter-from,
.loader-fade-leave-to {
  opacity: 0;
}

.stage-frame {
  position: relative;
  flex: 0 0 auto;
}

.design-canvas {
  position: absolute;
  inset: 0 auto auto 0;
  width: var(--design-width);
  height: var(--design-height);
  transform-origin: top left;
  background: var(--page-bg);
}

.design-canvas--slider {
  overflow: visible;
}

.slider-track {
  width: 100%;
  height: calc(var(--design-height) * 2);
}

.slider-track.is-animating {
  transition: transform var(--slide-transition);
}

.panel {
  position: relative;
  width: var(--design-width);
  height: var(--design-height);
  background: var(--page-bg);
}

.brand-symbol {
  position: absolute;
  top: 58px;
  left: 190px;
  width: 800px;
  height: auto;
  display: block;
}

.brand-copy {
  position: absolute;
  top: 594px;
  left: 190px;
  width: 720px;
}

.brand-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0;
}

.brand-subtitle {
  margin-top: 47px;
  width: 720px;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.portrait-frame {
  position: absolute;
  top: 918px;
  left: 190px;
  width: 800px;
  height: 800px;
  overflow: hidden;
  background: #f7f7f4;
}

.portrait-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-block {
  position: absolute;
  top: 1854px;
  left: 190px;
  width: 800px;
  height: 507px;
}

.contact-row {
  position: absolute;
  left: 0;
  width: 100%;
}

.contact-row--name {
  top: 0;
  height: 67px;
}

.contact-row--social {
  top: 110px;
  height: 67px;
}

.contact-name,
.contact-instagram,
.contact-link {
  font-size: 70px;
  font-weight: 500;
  line-height: 53px;
  white-space: nowrap;
}

.contact-name {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 520px;
}

.contact-role {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.contact-instagram {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 520px;
}

.contact-label {
  position: absolute;
  top: 23px;
  left: 573px;
  width: 227px;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-align: right;
}

.contact-link {
  position: absolute;
  left: 0;
  display: block;
}

.contact-link--phone {
  top: 220px;
  width: 651px;
}

.contact-link--email {
  top: 336px;
  width: 723px;
}

.contact-link--website {
  top: 440px;
  width: 723px;
}

.slide-arrow {
  position: absolute;
  left: 565px;
  bottom: 62px;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-arrow img {
  display: block;
  width: 50px;
  height: 26px;
}

.slide-arrow--up {
  bottom: 40px;
}

.slide-arrow--up img {
  transform: rotate(180deg);
}

.about-back-button {
  position: absolute;
  top: 107px;
  left: 564px;
  width: 52px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-back-button img {
  display: block;
  width: 52px;
  height: 28px;
  transform: rotate(180deg);
}

.about-page-copy {
  position: absolute;
  top: 244px;
  left: 170px;
  width: 735px;
}

.about-page-title {
  font-size: 77px;
  font-weight: 500;
  line-height: 69.3px;
  letter-spacing: 11.5px;
}

.about-page-summary {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
}

.about-page-summary:first-of-type {
  margin-top: 28px;
}

.accordion-group {
  position: absolute;
  top: 594px;
  left: 0;
  width: 100%;
}

.accordion-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.accordion-trigger {
  width: 100%;
  height: 150px;
  padding: 25px 116px 0 170px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.accordion-trigger--static {
  justify-content: flex-start;
}

.accordion-title {
  font-size: 77px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.accordion-icon {
  width: 52px;
  height: 28px;
  align-self: center;
}

.accordion-section:not(:first-child) .accordion-trigger {
  padding-top: 18px;
}

.accordion-icon.is-open {
  transform: rotate(180deg);
}

.accordion-panel {
  min-height: 200px;
  padding: 27px 170px 31px;
}

.accordion-panel--services {
  min-height: 0;
  padding-top: 25px;
  padding-bottom: 31px;
}

.accordion-copy {
  width: 850px;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
}

.accordion-copy--service + .accordion-copy--service {
  margin-top: 8px;
}

.about-footer {
  position: absolute;
  top: 1638px;
  left: 170px;
  width: 842px;
}

.about-footer-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.about-footer-row + .about-footer-row {
  margin-top: 60px;
}

.about-footer-row--brand {
  margin-bottom: 0;
}

.about-footer-row--stack {
  justify-content: flex-start;
}

.about-footer-brand,
.about-footer-primary {
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.about-footer-meta {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.about-bottom-brand {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100vw / var(--stage-scale));
  height: 203px;
  transform: translateX(-50%);
  background: #000000;
}

.about-bottom-wordmark {
  display: block;
  width: 958px;
  margin: 44px auto 0;
}
