@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400..700&display=swap");
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable-next-line selector-not-notation */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* stylelint-disable no-invalid-position-at-import-rule */
/* stylelint-disable stylistic/number-no-trailing-zeros */
:root {
  --black: #000;
  --white: #fff;
  --gutter: 5vw;
}

@font-face {
  font-family: "Neue Haas Unica W1G";
  src: url("../fonts/neue-haas-unica-w1g-xblack.woff2") format("woff2");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  font-size: 250%;
}
@media (max-width: 6000px) {
  html {
    font-size: 187.5%;
  }
}
@media (max-width: 4000px) {
  html {
    font-size: 125%;
  }
}
@media (max-width: 3000px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 2000px) {
  html {
    font-size: 68.75%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 46.875%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 43.75%;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 40.625%;
  }
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.35;
  color: var(--black);
  background: var(--white);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
}
body:has(.dialog[open]) {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Unica W1G", serif;
  text-wrap: balance;
  text-transform: uppercase;
  line-height: 1.2;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 1.5em;
}

h2 {
  font-size: 3rem;
}
@media (max-width: 560px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.4rem;
  text-transform: none;
}
@media (max-width: 560px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: none;
}

p {
  margin: 1.2em 0;
  text-wrap: pretty;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

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

.icon {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  max-width: none;
  fill: currentcolor;
}

.is-hidden {
  display: none !important;
}

.header {
  padding: calc(var(--gutter) * 1.4) calc(var(--gutter) * 2) var(--gutter);
}
.page-home .header.is-active {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--gutter) * 3) calc(var(--gutter) * 1.4);
  pointer-events: none;
}
.page-home .header.is-active svg {
  fill: var(--white);
}
.page-home .header.is-active img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header h1 {
  width: 100%;
}
.header h1 svg {
  aspect-ratio: 519/90;
}
.header img {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
  height: 0;
}

.footer {
  padding: var(--gutter) calc(var(--gutter) * 4) calc(var(--gutter) * 3);
  display: flex;
  gap: calc(var(--gutter) * 2);
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer {
    padding: var(--gutter) calc(var(--gutter) * 3) calc(var(--gutter) * 3);
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: var(--gutter) calc(var(--gutter) * 2) calc(var(--gutter) * 3);
  }
}
@media (max-width: 768px) {
  .footer {
    gap: var(--gutter);
  }
}
@media (max-width: 560px) {
  .footer {
    flex-direction: column;
  }
}
.page-project .footer {
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page-project .footer {
    padding: var(--gutter) calc(var(--gutter) * 4) calc(var(--gutter) * 3);
  }
}
.page-project .footer .contact {
  flex-direction: row;
  justify-content: space-between;
}
.footer .bio {
  flex: 0 0 50%;
  max-width: 42rem;
}
@media (max-width: 768px) {
  .footer .bio {
    flex: 1 0 auto;
  }
}
@media (max-width: 560px) {
  .footer .bio {
    max-width: none;
  }
}
.footer .bio p {
  text-align: justify;
}
.footer .contact {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter) * 0.4);
}
.footer .contact li a {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Neue Haas Unica W1G", serif;
  font-size: 2.4rem;
}
@media (max-width: 560px) {
  .footer .contact li a {
    font-size: 2rem;
  }
}
.footer .next-project-preview {
  position: relative;
  padding: var(--gutter) 0;
}
.footer .next-project-preview img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .next-project-preview h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--gutter) * 0.4);
  color: var(--white);
  font-family: "Neue Haas Unica W1G", serif;
  font-size: 8rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .next-project-preview h3 {
    font-size: 6rem;
  }
}
@media (max-width: 560px) {
  .footer .next-project-preview h3 {
    font-size: 4rem;
  }
}

.module {
  padding: calc(var(--gutter) * 2);
}

.module-projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
  padding: calc(var(--gutter) * 0.4) calc(var(--gutter) * 2) calc(var(--gutter) * 2);
}
@media (max-width: 768px) {
  .module-projects {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(var(--gutter) * 2);
  }
}
.module-projects > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: calc(var(--gutter) * 3.6);
}
@media (max-width: 768px) {
  .module-projects > ul {
    display: contents;
  }
}
.module-projects > ul li {
  cursor: pointer;
}
.module-projects > ul li a {
  position: relative;
  display: block;
}
.module-projects > ul li a:hover > h2 {
  opacity: 1;
}
@media (max-width: 768px) {
  .module-projects > ul li a:hover > h2 {
    opacity: 0;
  }
}
.module-projects > ul li a h2 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--gutter) * 0.4);
  opacity: 0;
  color: var(--white);
  pointer-events: none;
  z-index: 1;
}
.module-projects > ul li a .splide h2 {
  opacity: 0;
}
@media (max-width: 768px) {
  .module-projects > ul li a .splide h2 {
    opacity: 1;
  }
}
.module-projects > ul + ul {
  margin-top: 80%;
}
@media (max-width: 768px) {
  .module-projects > ul + ul {
    margin-top: 0; /* no effect with display:contents, kept for fallback */
  }
}

.module-project {
  padding: calc(var(--gutter) * 0.4) calc(var(--gutter) * 2) var(--gutter);
}
.module-project .project-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--gutter) * 1.6) calc(var(--gutter) * 0.2);
}
.module-project .project-content li.column-full {
  grid-column: 1/-1;
}
.module-project .project-content li.column-full-half {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
}
.module-project .project-content li.column-full-half > * {
  width: calc(50% - var(--gutter) * 0.1);
}
.module-project .project-content li.column-pair-start {
  grid-column-start: 1;
}
.module-project .project-content li.column-navigation {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--gutter) * 0.4);
}
.module-project .project-content li.column-navigation a {
  font-family: "Neue Haas Unica W1G", serif;
  font-size: 2.4rem;
}
@media (max-width: 560px) {
  .module-project .project-content li.column-navigation a span {
    display: none;
  }
}
.module-project .project-content li h2 {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--gutter) * 0.4);
}
.module-project .project-content li figure {
  cursor: pointer;
}
.module-project .project-content li p {
  text-align: justify;
}
.module-project .splide__track {
  position: relative;
}
.module-project .splide .slider-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
}
.module-project .splide .slider-nav--prev {
  left: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 397 508'%3E%3Cpath d='M349.538 71.553c4.732-1.691 9.108-3.218 14.016-4.93.106 1.905.268 3.456.268 5.006.014 40.655-.06 81.31.12 121.964.018 4.192-1.253 5.97-5.172 7.348-63.366 22.289-126.676 44.74-189.993 67.168-1.52.538-2.98 1.245-4.667 3.07l199.574 71.06v132.475c-14.82-5.284-29.365-10.473-43.91-15.656C218.834 423.092 117.9 387.118 16.94 351.211c-2.51-.893-4.21-1.44-4.2-4.836.131-51.481.091-102.963.091-155.099 8.037-2.867 16.218-5.794 24.406-8.704 103.981-36.953 207.963-73.904 312.3-111.02z' fill='%23000'/%3E%3C/svg%3E") 9 11, w-resize;
}
.module-project .splide .slider-nav--next {
  right: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 397 508'%3E%3Cpath d='M47.462 71.553c-4.732-1.691-9.108-3.218-14.016-4.93-.106 1.905-.268 3.456-.268 5.006-.014 40.655.06 81.31-.12 121.964-.018 4.192 1.253 5.97 5.172 7.348 63.366 22.289 126.676 44.74 189.993 67.168 1.52.538 2.98 1.245 4.667 3.07L33.316 342.24V474.714c14.82-5.284 29.365-10.473 43.91-15.656 100.94-35.966 201.874-71.94 302.834-107.847 2.51-.893 4.21-1.44 4.2-4.836-.131-51.481-.091-102.963-.091-155.099-8.037-2.867-16.218-5.794-24.406-8.704-103.981-36.953-207.963-73.904-312.3-111.02z' fill='%23000'/%3E%3C/svg%3E") 9 11, e-resize;
}
.module-project .splide .slider-nav.is-disabled {
  cursor: default;
}
.module-project .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
.module-project .splide__slide img {
  width: auto;
  height: 100%;
  max-height: calc(100vh - var(--gutter) * 2);
  -o-object-fit: contain;
     object-fit: contain;
}
.module-project .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 768px) {
  .module-project .splide__arrow {
    display: none;
  }
}
.module-project .splide__arrow svg {
  display: none;
}
.module-project .splide__arrow::before {
  content: "<";
  font-family: "Neue Haas Unica W1G", serif;
  font-size: 2.4rem;
  line-height: 1;
}
.module-project .splide__arrow--next::before {
  content: ">";
}
.module-project .splide .button-close {
  position: absolute;
  top: -3rem;
  right: 0;
  font-family: "Neue Haas Unica W1G", serif;
  font-size: 2.4rem;
  line-height: 1;
}
/*# sourceMappingURL=main.css.map */
