:root {
  --black: #000;
  --soft: #111;
  --white: #fff;
  --muted: #a9a9a9;
  --shell: 1440px;
  --pad: clamp(24px, 3vw, 80px);
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.45;
}

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

img {
  max-width: 100%;
  display: block;
}

.page-shell {
  width: min(100%, var(--shell));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.72);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease;
}
.site-header__inner {
  height: 68px;
  width: min(100%, var(--shell));
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 116px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo img {
  width: 157px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 72px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}
.site-nav a {
  opacity: 0.86;
}
.site-nav a:hover, .site-nav a[aria-current=page] {
  opacity: 1;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  width: 34px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.hero {
  height: 100vh;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero--home {
  background-image: url("../img/home/hero_new.webp");
}
.hero--portfolio {
  background-image: url("../img/portfolio/hero.webp");
}
.hero--contact {
  background-image: url("../img/contact/hero.webp");
  filter: grayscale(1);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, #000 80%);
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.2) 55%, #000 100%);
}

.section-angle {
  position: relative;
  overflow: hidden;
}
.section-angle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(166deg, transparent 0 46%, rgba(255, 255, 255, 0.035) 46.2%, rgba(255, 255, 255, 0.035) 63%, transparent 63.2%);
  pointer-events: none;
}
.section-angle > * {
  position: relative;
  z-index: 1;
}

.intro,
.presence,
.portfolio-preview,
.portfolio-intro {
  text-align: center;
}

.intro {
  padding: 150px var(--pad) 190px;
}
.intro h1 {
  font-size: 4.4rem;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.intro p {
  max-width: 620px;
  margin: 0 auto 8px;
  color: #d5d5d5;
  font-size: 1.16rem;
}

.presence {
  padding: 145px var(--pad) 100px;
}
.presence h2 {
  font-size: 44px;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.presence p {
  max-width: 460px;
  margin: 0 auto 8px;
  color: #d5d5d5;
  font-size: 12px;
}

.portfolio-preview {
  padding: 170px var(--pad) 120px;
}
.portfolio-preview h2 {
  font-size: 44px;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.portfolio-intro {
  padding: 150px var(--pad) 130px;
}
.portfolio-intro h1 {
  font-size: 4.4rem;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.portfolio-intro p {
  max-width: 620px;
  margin: 0 auto 8px;
  color: #d5d5d5;
  font-size: 1.16rem;
}

.governance {
  padding: 0 0 150px;
}
.governance__holder {
  padding: 60px var(--pad);
  max-width: 630px;
}
.governance__holder--right {
  margin-left: auto;
}
.governance__item h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
.governance__item h2 ~ p:nth-of-type(1) {
  margin: 0 0 80px;
}
.governance__item h3 {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  font-weight: 700;
}
.governance__item p {
  color: #c8c8c8;
  margin: 0;
  font-size: 12px;
}
.governance__item--right {
  margin-left: auto;
}
.governance .item_divider {
  position: relative;
  z-index: 0;
}
.governance .item_divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(100% - 10px);
  width: 1px;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.governance .item_divider::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 15px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.governance .item_divider:not(.governance .item_divider.item_divider--left)::after {
  right: -15px;
}
.governance .item_divider:not(.governance .item_divider.item_divider--left)::before {
  right: -18px;
}
.governance .item_divider--left::after {
  left: -15px;
}
.governance .item_divider--left::before {
  left: -18px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 370px;
  text-align: right;
}
.split--image-right {
  text-align: left;
}
.split > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split__text {
  padding: 0 var(--pad);
}
.split__text h2 {
  font-size: 4rem;
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 500;
}
.split__text p {
  color: #c8c8c8;
  font-size: 1.05rem;
}
.split--zurich {
  margin-top: -1px;
}

.fineprint {
  text-align: center;
  max-width: 620px;
  margin: 120px auto 0;
  color: #8a8a8a;
  font-size: 10px;
}

.earth-band {
  width: 100%;
  overflow: hidden;
}
.earth-band img {
  width: 100%;
  aspect-ratio: 1/0.4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  text-align: left;
  margin-top: 80px;
}

.brand-card > img {
  height: 22px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.brand-card:nth-of-type(4) > img {
  height: 25px;
  margin-top: -5px;
}
.brand-card p {
  font-size: 10px;
  min-height: 30px;
  color: #e7e7e7;
  margin: 12px 0 20px;
}
.brand-card span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.brand-card p.link {
  display: block;
  min-height: initial;
  font-size: 12px;
  cursor: pointer;
}

.cosmetics, .governance--mobile {
  display: none;
}

.portfolio-list {
  padding: 0 var(--pad) 160px;
}

.portfolio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 185px;
  align-items: center;
  margin: 0 0 120px;
}
.portfolio-row > img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.portfolio-row > div {
  text-align: center;
}
.portfolio-row p {
  font-size: 1.15rem;
  color: #e2e2e2;
  max-width: 580px;
  margin: 12px auto;
}

.brand-logo {
  height: 50px;
  width: auto;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-logo ~ a {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.brand-logo--wide {
  height: 42px;
}

.contact-section {
  padding: 100px var(--pad) 190px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
}

.contact-form-wrap h1 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 64px;
  font-weight: 500;
  max-width: 390px;
  text-align: center;
}
.contact-form-wrap > p {
  font-size: 12px;
  margin: 0 0 60px;
  color: #e0e0e0;
  text-align: center;
  max-width: 390px;
}

.contact-form {
  max-width: 390px;
}
.contact-form label {
  display: block;
  font-size: 1.1rem;
  margin: 0 0 22px;
  color: #e8e8e8;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.035);
  border: none;
  outline: none;
  border-bottom: 1px solid #4b4b4b;
  color: #fff;
  height: 28px;
  padding: 4px 0;
  font: inherit;
}
.contact-form textarea {
  height: 96px;
  resize: vertical;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
}
.contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 12px) 12px, calc(100% - 7px) 12px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 22px;
  color: #aaa !important;
  margin: 30px 0 !important;
}
.checkbox input {
  width: 12px !important;
  height: 12px;
  accent-color: #fff;
  flex: 0 0 12px;
}

.outline-button {
  display: block;
  margin: 44px auto 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 28px;
  font: inherit;
  cursor: pointer;
}

.form-status {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  z-index: 21;
  display: grid;
  place-items: center;
}
.form-status:not(.active) {
  display: none;
}
.form-status__inner {
  width: 400px;
  max-width: 90vw;
  margin: 0 auto;
}
.form-status img {
  display: block;
  margin: 0 auto 30px;
  width: 20px;
}
.form-status p {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0;
  padding: 25px 40px;
  text-align: center;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}

.contact-emails {
  margin-top: 70px;
}
.contact-emails p {
  margin: 0 0 48px;
  font-size: 1.1rem;
}

.contact-info {
  text-align: center;
  padding-top: 150px;
}
.contact-info h2 {
  text-transform: uppercase;
  font-size: 1.7rem;
  margin: 0 0 70px;
  font-weight: 500;
}
.contact-info p {
  font-size: 1.15rem;
  color: #e0e0e0;
  margin: 0 0 75px;
}
.contact-info .muted {
  color: #848484;
  margin-top: -20px;
}

.site-footer {
  background: #141414;
}
.site-footer__inner {
  min-height: 78px;
  padding: 14px clamp(20px, 5vw, 105px);
  display: grid;
  grid-template-columns: 1.55fr 1.2fr auto auto;
  gap: 36px;
  align-items: center;
  color: #8c8c8c;
}

.newsletter label {
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}
.newsletter__row {
  display: flex;
  gap: 8px;
}
.newsletter input {
  width: min(320px, 100%);
  height: 18px;
  border: 0;
  background: #fff;
}
.newsletter button {
  height: 20px;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

.footer-nav {
  display: flex;
  gap: 42px;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
}

.copyright {
  margin: 0;
  white-space: nowrap;
}

.footer-mark {
  width: 26px;
  opacity: 0.9;
}

.brand-logo-mobile, .brand-logo-mobile_a {
  display: none;
}

.portfolio-dots {
  display: none;
}

.mobile-logo-cosmetics {
  display: none;
}

@media (max-width: 900px) {
  body {
    font-size: 1.3rem;
  }
  .site-header__inner {
    position: relative;
    height: 75px;
    justify-content: center;
  }
  .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-logo img {
    width: 145px;
  }
  .nav-toggle {
    position: absolute;
    right: clamp(22px, 5vw, 116px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 34px;
    height: 34px;
  }
  .nav-toggle span {
    width: 3px;
    height: 16px;
    margin: 0;
  }
  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 75px;
    background: rgba(0, 0, 0, 0.94);
    display: grid;
    gap: 0;
    padding: 18px 24px;
    transform: translateY(-150%);
    transition: 0.25s;
  }
  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-open .site-header__inner {
    background: #000;
  }
  .nav-open .site-nav {
    transform: translateY(0);
  }
  .hero {
    height: 95vh;
  }
  .hero--home {
    background-position: center;
  }
  .hero--contact {
    height: 75vh;
    background-position-x: 38%;
  }
  .intro {
    padding: 60px 40px 80px;
  }
  .intro h1 {
    font-size: 34px;
  }
  .intro p {
    text-align: justify;
  }
  .cosmetics {
    display: block;
    position: relative;
    margin: 0 0 80px;
    width: 100%;
  }
  .cosmetics img {
    display: block;
    height: 20px;
    margin: 0 auto;
  }
  .mobile-logo-cosmetics {
    display: block;
    margin: 30px auto 50px;
    height: 20px;
  }
  .presence {
    padding: 100px 32px 70px;
  }
  .presence h2 {
    font-size: 34px;
  }
  .presence p {
    text-align: justify;
  }
  .portfolio-preview {
    padding: 120px 0 90px;
  }
  .portfolio-preview h2 {
    font-size: 34px;
  }
  .portfolio-intro {
    padding-bottom: 100px;
  }
  .portfolio-intro h1 {
    font-size: 34px;
  }
  .brand-logo-mobile {
    height: 100px;
    display: block;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
  .brand-logo-mobile_a {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 0 0 40px;
  }
  .split,
  .portfolio-row,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .split {
    gap: 0;
  }
  .split--image-right > img {
    order: -1;
  }
  .split > img {
    height: auto;
  }
  .split__text {
    padding: 56px 32px;
    text-align: center;
    margin: auto;
  }
  .governance--mobile {
    padding: 80px 0;
  }
  .governance--mobile h2 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-weight: 500;
  }
  .governance--mobile p {
    font-size: 13px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    max-width: 310px;
  }
  .governance__holder {
    padding: 0;
  }
  .governance__item {
    padding: 70px 40px;
    text-align: center;
    margin: auto;
  }
  .governance__item h3 {
    text-align: right;
  }
  .governance__item p {
    text-align: justify;
  }
  .governance__item h2, .governance__item h2 ~ p:nth-of-type(1) {
    display: none;
  }
  .governance__item .item_divider::after, .governance__item .item_divider::before {
    display: none;
  }
  .governance__item.item_divider--left::after, .governance__item.item_divider--left::after {
    display: none;
  }
  .fineprint {
    padding: 0 32px;
  }
  .earth-band img {
    height: 400px;
  }
  .brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 22px;
    margin-top: 70px;
  }
  .brand-grid--preview {
    display: flex;
    grid-template-columns: unset;
    gap: 18px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .brand-grid--preview::-webkit-scrollbar {
    display: none;
  }
  .brand-grid--preview .brand-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .brand-grid--preview .brand-card span img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.78/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portfolio-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    height: 16px;
  }
  .portfolio-dots__button {
    width: 8px;
    height: 8px;
    border: none;
    outline: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.5019607843);
    cursor: pointer;
    margin-bottom: 0;
    transform: scaleY(1);
    transition: background 0.3s ease, transform 0.3s ease, margin 0.3s ease;
  }
  .portfolio-dots__button.is-active {
    margin-bottom: 4px;
    background: #fff;
    transform: scaleY(2);
  }
  .brand-card > img {
    margin: 0 auto;
  }
  .brand-card > p {
    text-align: center;
  }
  .brand-card span img {
    height: 260px;
  }
  .brand-card p.link {
    text-align: center;
    font-size: 16px;
  }
  .site-footer__inner {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "link link" "form form" "nav copy";
  }
  .site-footer__inner form.newsletter {
    grid-area: form;
  }
  .site-footer__inner form.newsletter input, .site-footer__inner form.newsletter button {
    height: 25px;
  }
  .site-footer__inner form.newsletter button {
    width: 40px;
  }
  .site-footer__inner form.newsletter label {
    margin-bottom: 4px;
  }
  .site-footer__inner .footer-nav {
    grid-area: nav;
    display: grid;
    justify-content: flex-start;
  }
  .site-footer__inner p.copyright {
    grid-area: copy;
    align-self: flex-end;
    font-size: 12px;
  }
  .site-footer__inner img.footer-mark {
    grid-area: link;
    width: 20px;
  }
  .newsletter__row {
    justify-content: space-between;
    gap: 25px;
  }
  .footer-nav {
    gap: 12px;
    flex-wrap: wrap;
  }
  .footer-mark {
    margin: 0 auto;
  }
  .contact-section {
    padding: 70px 32px 120px;
  }
  .portfolio-list {
    padding: 20px 0 120px;
  }
  .portfolio-row {
    margin-bottom: 82px;
    position: relative;
    z-index: 0;
  }
  .portfolio-row > div {
    position: absolute;
    bottom: 0;
    padding: 100px 40px 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8705882353) 60%);
  }
  .portfolio-row > div > img, .portfolio-row > div > a {
    display: none;
  }
  .portfolio-row > div p {
    text-align: justify;
  }
  .portfolio-row--reverse > img {
    order: 2;
  }
  .portfolio-row--reverse > div {
    order: 1;
  }
  .contact-info {
    padding-top: 0;
  }
  .contact-info h2 {
    text-align: center;
  }
  .contact-form {
    margin: 0 auto;
  }
  .contact-form-wrap h1, .contact-form-wrap > p {
    text-align: center;
  }
  .contact-emails {
    text-align: left;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 560px) {
  .brand-grid:not(.brand-grid--preview) {
    grid-template-columns: 1fr;
  }
  .brand-grid--preview .brand-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .brand-card > img {
    height: 25px;
    display: block;
    margin: 0 auto;
  }
  .brand-card p {
    width: 300px;
    height: auto;
    font-size: 11px;
    margin: 30px auto;
    display: block;
    text-align: center;
  }
  .brand-grid:not(.brand-grid--preview) .brand-card img {
    height: auto;
    max-height: 420px;
  }
  .hero {
    min-height: 500px;
  }
  .intro h1 {
    font-size: 3rem;
  }
  .presence h2 {
    font-size: 3rem;
  }
  .portfolio-preview h2 {
    font-size: 3rem;
  }
  .portfolio-intro h1 {
    font-size: 3rem;
  }
  .split__text h2 {
    font-size: 3rem;
  }
  .contact-grid {
    gap: 70px;
  }
}/*# sourceMappingURL=style.css.map */