:root {
  color-scheme: dark;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000;
  color: #f8f8fb;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 280px;
  min-height: 100%;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 48px);
}

.info {
  position: relative;
}

.info summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #777780;
  border-radius: 50%;
  color: #f8f8fb;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

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

.info summary:hover,
.info[open] summary {
  border-color: #f8f8fb;
}

.info summary:focus-visible,
.info-panel a:focus-visible {
  outline: 2px solid #a9a3ff;
  outline-offset: 4px;
}

.info-panel {
  position: absolute;
  top: 58px;
  right: 0;
  width: min(276px, calc(100vw - 48px));
  padding: 22px 24px 24px;
  border: 1px solid #4b4b54;
  background: #0d0d10;
}

.info-label {
  display: block;
  margin-bottom: 13px;
  color: #aaaab3;
  font-size: 12px;
}

.info-panel a {
  color: #f8f8fb;
  font-size: 16px;
  text-decoration-color: #777780;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}

.info-panel a:hover {
  text-decoration-color: currentColor;
}

.info-panel .info-privacy {
  display: block;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #3b3b42;
  font-size: 14px;
}

.hero {
  display: grid;
  min-height: 82vh;
  min-height: 82svh;
  place-items: center;
  padding: 108px 24px 80px;
}

.identity {
  width: min(100%, 610px);
  text-align: center;
}

.identity h1 {
  margin: 0;
  line-height: 0;
}

.identity img {
  width: 100%;
  height: auto;
}

.identity .motto {
  margin: 30px 0 0;
  color: #b4b4bd;
  font-size: 14px;
  line-height: 1.5;
}

.models {
  border-top: 1px solid #303036;
  padding: 60px 24px 100px;
}

.models-inner {
  width: min(100%, 800px);
  margin-inline: auto;
}

.models h2 {
  margin: 0 0 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.models ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.models li {
  border-top: 1px solid #303036;
  padding: 20px 0;
  color: #c2c2ca;
  font-size: 17px;
  line-height: 1.4;
}

.privacy-header,
.privacy-main {
  width: min(100% - 48px, 680px);
  margin-inline: auto;
}

.privacy-header {
  padding-top: clamp(32px, 5vw, 56px);
}

.privacy-header a {
  display: inline-block;
  line-height: 0;
}

.privacy-header img {
  width: 120px;
  height: auto;
}

.privacy-main {
  padding-top: clamp(72px, 11vw, 128px);
  padding-bottom: 96px;
}

.privacy-main h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.1;
}

.privacy-date {
  margin: 16px 0 56px;
  color: #aaaab3;
  font-size: 13px;
}

.privacy-main section {
  padding: 26px 0 30px;
  border-top: 1px solid #38383e;
}

.privacy-main h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.privacy-main section p {
  max-width: 62ch;
  margin: 0;
  color: #c2c2ca;
  font-size: 15px;
  line-height: 1.7;
}

.privacy-main a {
  color: #f8f8fb;
  text-decoration-color: #777780;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.privacy-main a:hover {
  text-decoration-color: currentColor;
}

.privacy-main a:focus-visible,
.privacy-header a:focus-visible {
  outline: 2px solid #a9a3ff;
  outline-offset: 4px;
}

@media (max-width: 480px) {
  .identity .motto {
    margin-top: 22px;
  }

  .models {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .models h2 {
    margin-bottom: 32px;
    font-size: 23px;
  }

  .models ul {
    column-gap: 24px;
  }

  .models li {
    font-size: 15px;
  }
}
