@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  color-scheme: dark;
  --paper: #0b0c10;
  --ink: #f4f5f0;
  --muted: #a4a6b2;
  --accent: #c4f55b;
  --violet: #a78bfa;
  --line: #282a35;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}

/* SVG icons stay monochrome and never use a device's emoji font. */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vertical-align: -0.125em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 7px;
}
::selection {
  background: var(--accent);
  color: var(--paper);
}
.wrap {
  width: min(1440px, 100% - 112px);
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-family: var(--display);
  font-size: 34px;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 1;
}
.brand-dot {
  display: inline-block;
  color: var(--accent);
  font-size: 18px;
  letter-spacing: 0;
  vertical-align: top;
  margin: 0 0 0 4px;
}
nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 550;
}
nav a:hover {
  color: var(--accent);
}
.nav-contact {
  border: 1px solid #454852;
  padding: 12px 17px;
}
.nav-contact span {
  margin-left: 20px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding-block: 68px 80px;
}
.hero-copy {
  z-index: 1;
}
.eyebrow {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}
.tiny-mark {
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
}
h1 {
  font-family: var(--display);
  font-size: clamp(78px, 8.1vw, 124px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 600;
  margin: 0 0 30px;
}
.play-word,
.period {
  color: var(--accent);
}
.hero-description {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 30px;
}
.primary-link {
  display: inline-flex;
  gap: 48px;
  align-items: center;
  background: var(--accent);
  color: #12150b;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-link:hover {
  background: #d5ff84;
  transform: translateY(-2px);
}
.primary-link:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px white;
}
.primary-link span {
  font-size: 20px;
}
.hero-visual {
  position: relative;
  aspect-ratio: 1/1.1;
  background: #08090d;
  border: 1px solid #282433;
  overflow: hidden;
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
}
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #0b0c1070,
    transparent 22%,
    transparent 75%,
    #0b0c10b3
  );
}
.visual-label,
.visual-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.visual-label {
  top: 24px;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #b8b4c8;
}
.visual-label span:last-child {
  color: var(--accent);
}
.visual-caption {
  bottom: 23px;
  font-size: 13px;
  color: #c5c4ce;
}
.art-cross {
  font-family: var(--display);
  font-size: 25px;
  color: var(--accent);
}
.about {
  border-top: 1px solid var(--line);
  padding-block: 60px 80px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
}
.section-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: var(--muted);
}
.asterisk {
  font-size: 90px;
  color: var(--violet);
  line-height: 1;
  margin-top: 36px;
}
.about h2 {
  font-family: var(--display);
  font-size: clamp(32px, 3.8vw, 56px);
  letter-spacing: -0.055em;
  line-height: 1.12;
  font-weight: 500;
  margin: 0 0 25px;
}
.about h2 em {
  font-style: normal;
  color: var(--violet);
}
.about-content > p {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 650px;
  margin: 0;
}
.disciplines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.disciplines span {
  font-size: 14px;
  border: 1px solid #333642;
  background: #12141b;
  padding: 9px 15px;
  color: #c7cad4;
}
.contact {
  background:
    radial-gradient(ellipse at 0 100%, #38264d60, transparent 65%), #14131c;
  border-block: 1px solid #32283e;
  color: var(--ink);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  padding-block: 64px 70px;
  align-items: center;
}
.contact .eyebrow {
  margin-bottom: 24px;
  color: var(--violet);
}
.contact h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4.2vw, 62px);
  letter-spacing: -0.055em;
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}
.contact-details {
  max-width: 400px;
  justify-self: end;
}
.contact-details > p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #b7b6c4;
}
.email-link {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  font-size: clamp(20px, 2.15vw, 31px);
  letter-spacing: -1px;
  border-bottom: 1px solid #505442;
  padding-bottom: 15px;
  color: var(--accent);
}
.email-link:hover {
  border-color: var(--accent);
}
.contact-details > .support-note {
  font-size: 14px;
  line-height: 1.6;
  max-width: 330px;
  margin: 20px 0 0;
  color: var(--muted);
}
.footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-block: 38px;
  font-size: 12px;
  color: var(--muted);
}
.footer .wordmark {
  font-size: 26px;
  color: var(--ink);
}
.footer a:last-child {
  font-size: 14px;
}
.footer a:hover {
  color: var(--accent);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  background: var(--accent);
  color: var(--paper);
  padding: 15px;
  z-index: 10;
}
.skip-link:focus {
  top: 16px;
}
@media (min-width: 1700px) {
  .hero {
    gap: 80px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 24px;
    padding-block: 55px;
  }
  .hero h1 {
    font-size: clamp(74px, 9vw, 100px);
  }
  .hero-description {
    font-size: 16px;
  }
  .desktop-break {
    display: none;
  }
  .hero-visual {
    aspect-ratio: 1/1.3;
  }
  .visual-label {
    font-size: 12px;
    letter-spacing: 0;
  }
  .visual-label span:last-child {
    display: none;
  }
  .about {
    gap: 40px;
  }
  .contact-inner {
    gap: 35px;
  }
  .footer > span:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 23px;
  }
  .wordmark {
    font-size: 29px;
  }
  nav {
    gap: 22px;
  }
  nav > a:first-child {
    display: none;
  }
  .nav-contact {
    padding: 10px 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 40px 45px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .tiny-mark {
    font-size: 20px;
  }
  .hero h1 {
    font-size: clamp(82px, 19vw, 112px);
    margin-bottom: 24px;
  }
  .hero-description {
    font-size: 17px;
  }
  .primary-link {
    padding: 16px 22px;
  }
  .hero-visual {
    aspect-ratio: 1;
    max-height: 560px;
  }
  .visual-label,
  .visual-caption {
    left: 20px;
    right: 20px;
  }
  .visual-label span:last-child {
    display: inline;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 36px 48px;
  }
  .section-label {
    flex-direction: row;
    align-items: center;
  }
  .asterisk {
    font-size: 34px;
    margin: 0;
  }
  .about h2 {
    font-size: 38px;
  }
  .about-content > p {
    font-size: 17px;
  }
  .disciplines {
    gap: 8px;
  }
  .disciplines span {
    padding: 8px 11px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 42px 46px;
  }
  .contact h2 {
    font-size: 46px;
  }
  .contact-details {
    justify-self: start;
    width: 100%;
    max-width: none;
  }
  .email-link {
    max-width: 370px;
    font-size: 27px;
  }
  .contact-details > .support-note {
    max-width: 350px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 26px;
    padding-block: 30px;
  }
  .footer .wordmark {
    margin-right: auto;
  }
  .footer a:last-child {
    margin-left: auto;
  }
  .footer > span:first-of-type {
    order: 3;
    width: 50%;
  }
  .footer a:last-child {
    order: 4;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
