:root {
  --bg: #100708;
  --text: #ead8b9;
  --muted: #b7a38d;
  --accent: #982b2d;
  --line: rgba(234, 216, 185, 0.13);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(
    circle at 50% 35%,
    #1d0c0e 0%,
    #120809 42%,
    #0b0506 100%
  );
}

.nav-split {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 24px 2.8vw;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease,
    backdrop-filter 0.3s ease, padding 0.3s ease;
  
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100px;
  font-style: normal;
}

/* scrolled state: glass panel */
.nav-split.is-scrolled {
  padding: 14px 2.8vw;
  background: rgba(16, 7, 8, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-split.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-split .signature {
  display: flex;
  align-items: center;
  width: 118px;
  height: 39px;
}
.nav-split .signature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.nav-split .nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.78rem;
}
.nav-split .nav-links a:hover,
.nav-split .nav-links a:focus-visible {
  color: var(--text);
}

.copy-left {
  position: absolute;
  z-index: 7;
  top: 75%;
  width: min(35rem, 36vw);
}

.copy-left h1 {
  margin-top: 50px;
  color: var(--text);
  font-size: clamp(3rem, 4.8vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}
.copy-right {
  position: absolute;
  z-index: 7;
  top: 60%;
  right: 2.8vw;
  width: min(25rem, 27vw);
}

.copy-right h1 {
  margin: 0;
  color: var(--text);
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.4rem, 1.7vw, 1.85rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
}

.copy-right p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.46;
}
.work-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 7px 19px 7px 7px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 750;
}
.work-link span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--text);
  color: #260b0d;
  font-size: 1.1rem;
}
.portrait-wrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -10vh;
  transform: translateX(-50%);
  width: min(52vw, 760px);
  height: 98vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.name-wall {
  position: absolute;
  z-index: 3;
  top: 34%;
  left: 48%;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: visible;
  color: var(--text);
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(8rem, 18.2vw, 20rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.090em;
  text-align: center;
  white-space: nowrap;
}
.name-wall span {
  display: block;
  transform: scaleX(0.78);
  transform-origin: center;
}

.pillars {
  position: absolute;
  top: 8%;
  left: 4vw;
  z-index: 4; /* above name-wall (3), below portrait (5) */
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  max-width: 2rem;
  color: var(--accent);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.pillars li {
  display: inline-block;
}
.p-a { font-size: 1.2rem; font-style: normal; font-weight: 600; color: var(--text); }
.p-b { font-size: 1.2rem; font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal; font-weight: 400; font-style: italic; }
.p-c { font-size: 1.2rem; font-weight: 500; color: var(--text); }
.p-d { font-size: 1.2rem; font-weight: 400; font-style: italic; }
.p-e { font-size: 1.2rem; font-weight: 700; color: var(--text); }

/* .barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
} */

@media (max-width: 900px) {
  .hero {
    min-height: 900px;
  }
  .nav-split .signature {
    width: 104px;
    height: 34px;
  }
  .nav-split .nav-links {
    display: none;
  }

  .signature {
    width: 104px;
    height: 34px;
  }
  .nav-links {
    display: none;
  }
  .copy-left {
    top: 13%;
    left: 18px;
    width: calc(100% - 36px);
  }
  .copy-left h1 {
    font-size: clamp(2.65rem, 12vw, 4.5rem);
  }
  .copy-right {
    top: auto;
    right: auto;
    left: 18px;
    bottom: 26px;
    width: calc(100% - 36px);
  }
  .copy-right p {
    max-width: 30rem;
  }
  .portrait-wrap {
    bottom: 7%;
    width: min(94vw, 580px);
    height: 67%;
  }
  .name-wall {
    top: 42%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: clamp(5.3rem, 23vw, 10rem);
    line-height: 0.8;
  }
  .name-wall span {
    transform: scaleX(0.82);
  }
}
@media (max-width: 520px) {
  .hero {
    min-height: 820px;
  }
  .copy-left {
    top: 12%;
  }
  .portrait-wrap {
    bottom: 9%;
    height: 61%;
  }
  .name-wall {
    top: 41%;
  }
  .copy-right p {
    font-size: 0.95rem;
    max-width: 22rem;
  }
}
