body { background: var(--paper); }
.opening { border-bottom: 24px solid var(--orange); }
.opening::before,
.opening::after { content: "+"; position: absolute; z-index: 3; color: var(--orange); font: 700 22px/1 var(--font-mono); }
.opening::before { top: 50%; left: var(--page); }
.opening::after { top: 24%; right: var(--page); }
.poster-top, .poster-foot { font-size: .68rem; }
.poster-top nav a, .poster-foot nav a { min-height: 44px; }
.poster-statement { max-width: 1500px; font-size: clamp(3.5rem, 13vw, 12rem); }
.poster-description { font-size: clamp(.9rem, 1.25vw, 1.08rem); }

.intro { min-height: 78svh; padding: clamp(88px, 12vw, 176px) var(--page); background: var(--paper); border: 0; }
.intro::before { display: none; }
.intro-content { width: 100%; max-width: var(--maxw); display: grid; grid-template-columns: repeat(12,1fr); gap: var(--gutter); }
.intro p { grid-column: 4 / 12; margin: 0; font-size: clamp(1.8rem, 4.4vw, 4.6rem); line-height: 1.05; letter-spacing: -.05em; opacity: 1; transform: none; }
.intro-meta { grid-column: 1 / 13; display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gutter); margin-top: 80px; padding-top: 16px; border-top: 2px solid var(--ink); opacity: 1; }
.intro-meta .label { color: var(--orange); font-family: var(--font-mono); }

.work { border: 0; background: var(--paper); }
.work-header { min-height: 64px; padding: 0 var(--page); border: 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--paper); color: var(--ink); font: 800 .7rem/1 var(--font-mono); letter-spacing: .1em; }
.work-view-all { color: var(--ink); }
.work-item { min-height: 60svh; padding: clamp(72px, 9vw, 136px) var(--page); border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: repeat(12,1fr); align-content: center; gap: 16px var(--gutter); position: relative; overflow: hidden; }
.work-item:nth-child(2) { background: var(--blue); color: var(--paper); }
.work-item:nth-child(3) { background: var(--orange); color: var(--ink); }
.work-item .num { grid-column: 1 / 3; font: 700 .7rem/1 var(--font-mono); color: var(--orange); }
.work-item:nth-child(3) .num { color: var(--blue); }
.work-item h3 { grid-column: 3 / 12; margin: 0; max-width: 18ch; font-size: clamp(2.5rem, 7vw, 7rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.work-item p { grid-column: 6 / 11; margin: 24px 0 0; max-width: 52ch; color: inherit; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.work-cta { grid-column: 6 / 9; width: max-content; margin-top: 16px; background: transparent; color: inherit; text-decoration-thickness: 2px; text-underline-offset: 5px; }


.about { min-height: 90svh; padding: clamp(88px, 12vw, 176px) var(--page); background: var(--paper); color: var(--ink); border: 0; }
.about-content { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px var(--gutter); }
.about-label { grid-column: 1 / 3; color: var(--orange); font: 700 .7rem/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.about-content p { grid-column: 4 / 12; margin: 0; font-size: clamp(1.7rem, 3.5vw, 3.8rem); line-height: 1.06; letter-spacing: -.045em; opacity: 1; transform: none; }
.about-content p + p { margin-top: 32px; }
.about-link { color: inherit; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.contact { min-height: 80svh; padding: var(--page); background: var(--orange); color: var(--ink); border: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; text-align: left; }
.contact::before { content: "CONTACT / 01"; font: 700 .7rem/1 var(--font-mono); letter-spacing: .1em; }
.contact h2 { max-width: 10ch; margin: auto 0 24px; font-size: clamp(4rem, 13vw, 13rem); line-height: .76; letter-spacing: -.085em; text-transform: uppercase; }
.contact-email { font: 700 clamp(1rem, 2.2vw, 2rem)/1.2 var(--font-mono); }
.contact .button { margin-top: 24px; background: var(--ink); color: var(--paper); }
.back-to-top { border: 2px solid var(--ink); background: var(--paper); }


@media (max-width: 767px) {
  .opening { border-bottom-width: 16px; }
  .poster-top nav a:not(:last-child) { display: none; }
  .poster-statement { font-size: clamp(2.3rem, 11.5vw, 4.25rem); }
  .intro { min-height: 70svh; }
  .intro p { grid-column: 1 / 13; }
  .intro-meta { grid-template-columns: 1fr; }
  .work-item { display: block; min-height: 70svh; }
  .work-item .num { margin-bottom: 32px; }
  .work-item h3 { font-size: clamp(2.75rem, 14vw, 5rem); }
  .work-item p { margin-top: 40px; }


  .about-label, .about-content p { grid-column: 1 / 13; }
  .about-label { margin-bottom: 48px; }
}
