:root {
  --bg: #0a0d12;
  --bg-soft: #111722;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: rgba(255, 255, 255, 0.09);
  --text: #f3efe6;
  --muted: rgba(243, 239, 230, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --accent: #d7a86e;
  --accent-strong: #efc68f;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(174, 116, 67, 0.24), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(126, 166, 212, 0.16), transparent 18%),
    linear-gradient(180deg, #101620 0%, #090b10 48%, #06080c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 85%);
  pointer-events: none;
}

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

.page-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--accent-strong);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.hero {
  min-height: calc(100svh - 90px);
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 48px 0 64px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.eyebrow,
.section-label,
.feature-kicker,
.work-index,
.footnote {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.78rem;
}

.hero h1,
.intro-grid h2,
.section-heading h2,
.journal-card h2,
.contact-section h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.hero h1 {
  max-width: 8.5ch;
  font-size: clamp(4rem, 9vw, 7.8rem);
}

.hero-text,
.intro-copy p,
.feature-item p,
.work-item p,
.journal-card p,
.contact-copy,
.footnote {
  color: var(--muted);
}

.hero-text {
  max-width: 38rem;
  margin: 24px 0 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #111;
  font-weight: 800;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-visual {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halo {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
}

.halo-a {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(239, 198, 143, 0.36) 0%, rgba(239, 198, 143, 0.06) 55%, transparent 70%);
  inset: 90px auto auto 40px;
}

.halo-b {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(112, 139, 180, 0.28) 0%, rgba(112, 139, 180, 0.05) 50%, transparent 68%);
  inset: auto 20px 80px auto;
}

.portrait-frame {
  position: relative;
  width: min(100%, 520px);
  height: 620px;
}

.portrait-card {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(250, 240, 228, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 50% 24%, rgba(239, 198, 143, 0.28), transparent 24%),
    linear-gradient(180deg, #19202d 0%, #0d121a 58%, #090d13 100%);
  box-shadow: var(--shadow);
}

.portrait-glow {
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.portrait {
  position: absolute;
  inset: auto 50% 0 auto;
  width: 360px;
  height: 560px;
  transform: translateX(50%);
}

.head,
.hair,
.neck,
.torso,
.jacket,
.collar {
  position: absolute;
}

.head {
  top: 102px;
  left: 50%;
  width: 146px;
  height: 174px;
  transform: translateX(-50%);
  border-radius: 45% 45% 42% 42%;
  background: linear-gradient(180deg, #f0c396 0%, #d49368 100%);
  z-index: 3;
}

.hair {
  top: 74px;
  left: 50%;
  width: 188px;
  height: 184px;
  transform: translateX(-50%);
  border-radius: 46% 46% 34% 34%;
  background:
    radial-gradient(circle at 48% 25%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #1c2029 0%, #0f1117 100%);
  z-index: 4;
  clip-path: polygon(8% 36%, 20% 12%, 48% 0%, 74% 10%, 92% 30%, 90% 62%, 80% 58%, 73% 38%, 64% 31%, 44% 28%, 28% 36%, 18% 56%, 10% 64%);
}

.neck {
  top: 246px;
  left: 50%;
  width: 44px;
  height: 62px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: linear-gradient(180deg, #dfaa7f 0%, #bf805b 100%);
  z-index: 2;
}

.torso {
  bottom: 38px;
  left: 50%;
  width: 280px;
  height: 278px;
  transform: translateX(-50%);
  border-radius: 44px 44px 16px 16px;
  background: linear-gradient(180deg, #ede3d3 0%, #c8b8a2 100%);
  z-index: 1;
}

.jacket {
  bottom: 0;
  left: 50%;
  width: 340px;
  height: 300px;
  transform: translateX(-50%);
  border-radius: 54px 54px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #1e2734 0%, #0b1017 100%);
  clip-path: polygon(7% 100%, 18% 48%, 33% 35%, 43% 31%, 50% 39%, 57% 31%, 67% 35%, 82% 48%, 93% 100%);
  z-index: 0;
}

.collar {
  top: 292px;
  width: 70px;
  height: 80px;
  background: linear-gradient(180deg, #f7f1e7 0%, #d9cdbf 100%);
  z-index: 3;
}

.collar-left {
  left: 112px;
  transform: skewY(28deg);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 12% 70%);
}

.collar-right {
  right: 112px;
  transform: skewY(-28deg);
  clip-path: polygon(0 0, 100% 0, 88% 70%, 40% 100%);
}

.hero-note {
  position: absolute;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(8, 10, 14, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-note strong {
  font-size: 0.98rem;
}

.hero-note-top {
  top: 42px;
  right: -10px;
}

.hero-note-bottom {
  left: -18px;
  bottom: 40px;
}

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 70px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.intro-grid h2,
.section-heading h2,
.journal-card h2,
.contact-section h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.intro-copy {
  display: grid;
  gap: 18px;
  font-size: 1rem;
  line-height: 1.9;
}

.inline-accent {
  color: var(--accent-strong);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 24px;
}

.feature-item {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.feature-kicker,
.work-index {
  color: var(--accent-strong);
  font-size: 0.74rem;
}

.feature-item h3,
.work-item h3 {
  margin: 12px 0 10px;
  font-size: 1.28rem;
}

.section-heading {
  margin-bottom: 24px;
}

.work-list {
  border-top: 1px solid var(--line);
}

.work-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.work-item p {
  margin: 0;
  max-width: 44rem;
  line-height: 1.8;
}

.journal-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.journal-card p,
.contact-copy {
  max-width: 48rem;
  line-height: 1.9;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--text);
  font-weight: 700;
}

.contact-section {
  padding-bottom: 96px;
}

.contact-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.footnote {
  font-size: 0.72rem;
}

.subpage-main {
  padding-bottom: 72px;
}

.subpage-hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 72px 0 28px;
}

.subpage-title {
  max-width: 11ch;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 8vw, 6.6rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.subpage-intro {
  max-width: 42rem;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.entries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.entry-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.entry-card h3 {
  margin: 10px 0;
  font-size: 1.28rem;
}

.entry-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.artwork-section {
  padding-top: 8px;
}

.artwork-image {
  display: block;
  width: 100%;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

@media (max-width: 1040px) {
  .hero,
  .intro-grid,
  .feature-band,
  .split-section,
  .entries-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 32px;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-visual {
    min-height: 560px;
  }

  .portrait-frame {
    height: 560px;
  }

  .hero-note-top {
    right: 10px;
  }

  .hero-note-bottom {
    left: 10px;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 18px;
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }

  .hero,
  .section,
  .subpage-hero {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    gap: 18px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 5rem);
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .hero-visual {
    min-height: 430px;
  }

  .portrait-frame {
    height: 430px;
  }

  .portrait {
    width: 260px;
    height: 410px;
  }

  .head {
    top: 70px;
    width: 110px;
    height: 128px;
  }

  .hair {
    top: 48px;
    width: 142px;
    height: 132px;
  }

  .neck {
    top: 178px;
    width: 34px;
    height: 48px;
  }

  .torso {
    width: 198px;
    height: 196px;
    bottom: 36px;
  }

  .jacket {
    width: 248px;
    height: 216px;
  }

  .collar {
    top: 212px;
    width: 48px;
    height: 54px;
  }

  .collar-left {
    left: 78px;
  }

  .collar-right {
    right: 78px;
  }

  .hero-note {
    max-width: 180px;
    padding: 12px 14px;
  }

  .hero-note span {
    font-size: 0.72rem;
  }

  .hero-note strong {
    font-size: 0.84rem;
  }

  .hero-note-top {
    top: 20px;
    right: 4px;
  }

  .hero-note-bottom {
    left: 4px;
    bottom: 18px;
  }

  .journal-card {
    padding: 24px;
    border-radius: 22px;
  }

  .work-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
