:root {
  --about-pink: var(--pink2, #d35e7e);
}

.about-page {
  background: var(--surface);
  color: #f6f4f1;
  overflow: hidden;
}

.about-center {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  height: var(--inner-content-height, 1180px);
  overflow: hidden;
  background: var(--surface);
  font-family: var(--mono);
  isolation: isolate;
}

.about-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-color: var(--about-pink) #080808;
  scrollbar-width: thin;
  scroll-snap-type: y proximity;
}

.about-spread {
  position: relative;
  box-sizing: border-box;
  min-height: clamp(820px, var(--inner-content-height, 1180px), 1180px);
  padding: clamp(34px, 4vw, 66px);
  overflow: hidden;
  border-bottom: 1px solid #4a2633;
  scroll-snap-align: start;
  isolation: isolate;
}

.about-spread h1, .about-spread h2, .about-spread h3, .secret-layer h2 {
  margin: 0;
  font-family: var(--display);
  line-height: .88;
  letter-spacing: -.045em;
}

.about-spread p {
  font-size: 15px;
  line-height: 1.65;
}

.about-kicker, .spread-number, .spread-heading>p, .secret-eyebrow {
  margin: 0;
  color: var(--about-pink);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-section-index {
  position: absolute;
  z-index: 15;
  right: 18px;
  top: 50%;
  display: grid;
  gap: 7px;
  transform: translateY(-50%);
}

.about-section-index a {
  display: grid;
  grid-template-columns: 24px 0fr;
  align-items: center;
  min-height: 28px;
  border: 1px solid #5e3040;
  background: rgba(4, 4, 4, .88);
  color: var(--white);
  text-decoration: none;
  overflow: hidden;
  transition: grid-template-columns .18s ease, background .18s ease, color .18s ease;
}

.about-section-index a:hover, .about-section-index a:focus-visible, .about-section-index a.is-active {
  grid-template-columns: 24px 58px;
  background: var(--about-pink);
  color: var(--surface);
  outline: none;
}

.about-section-index b {
  padding-left: 6px;
  font-size: 9px;
}

.about-section-index span {
  overflow: hidden;
  font-size: 9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.print-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .11) 0 1px, transparent 1.2px);
  background-size: 7px 7px;
  mask-image: linear-gradient(110deg, var(--black), transparent 48%);
  opacity: .23;
}

.about-who {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  background: linear-gradient(145deg, rgba(208, 80, 118, .09), transparent 42%), var(--surface);
}

.about-who::after {
  content: ".ABOUT ME";
  position: absolute;
  z-index: -1;
  right: 3%;
  bottom: 3%;
  color: rgba(255, 255, 255, .025);
  font: clamp(90px, 11vw, 180px)/.8 var(--display);
  letter-spacing: -.08em;
  pointer-events: none;
}

.spread-number {
  position: absolute;
  right: 62px;
  top: 35px;
}

.who-copy {
  align-self: center;
  max-width: 720px;
}

.who-copy h1 {
  font-size: clamp(58px, 5.4vw, 96px);
  text-shadow: 4px 4px 0 #171717;
}

.who-copy h1 span {
  color: var(--about-pink);
  -webkit-text-stroke: 1px var(--white);
  text-shadow: 5px 5px 0 var(--white), 9px 9px 0 #35101d;
}

.about-introduction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 690px;
  margin-top: 38px;
  border-top: 1px solid #784055;
  padding-top: 20px;
}

.about-introduction p {
  margin: 0;
  color: #d5ced1;
}

.portrait-composition {
  position: relative;
  display: grid;
  align-self: center;
  justify-self: center;
  width: min(430px, 100%);
  aspect-ratio: 1;
  place-items: center;
}

.portrait-ring {
  position: absolute;
  inset: -3%;
  display: grid;
  place-items: center;
  border: 1px dashed var(--about-pink);
  border-radius: 50%;
  animation: about-ring 42s linear infinite;
}

.portrait-ring span {
  position: absolute;
  top: -14px;
  padding: 4px 9px;
  background: var(--surface);
  color: var(--about-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}

.portrait-slot {
  width: 78%;
  border-radius: 50% !important;
}

.portrait-sparkle {
  position: absolute;
  right: 2%;
  bottom: 15%;
  color: var(--about-pink);
  font-size: 57px;
  filter: drop-shadow(4px 4px 0 var(--white));
}

@keyframes about-ring {
  to {
    transform: rotate(360deg);
  }
}

.about-image-slot {
  --slot-position: center;
  position: relative;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-height: 90px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--about-pink);
  background: repeating-radial-gradient(circle at 15% 20%, #181818 0 1px, var(--panel) 1px 5px);
  color: #d8cdd1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}

.about-image-slot::before, .about-image-slot::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--white);
  pointer-events: none;
}

.about-image-slot::before {
  left: 7px;
  top: 7px;
  border-left: 1px solid;
  border-top: 1px solid;
}

.about-image-slot::after {
  right: 7px;
  bottom: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.about-image-slot:hover {
  transform: translate(-3px, -3px);
  filter: contrast(1.12);
}

.about-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--slot-position);
  filter: grayscale(.1);
}

.about-image-slot[data-ratio="1:1"] {
  aspect-ratio: 1;
}

.about-image-slot[data-ratio="4:5"] {
  aspect-ratio: 4/5;
}

.about-image-slot[data-ratio="3:2"] {
  aspect-ratio: 3/2;
}

.about-image-slot[data-ratio="16:9"] {
  aspect-ratio: 16/9;
}

.about-image-slot[data-ratio="16:10"] {
  aspect-ratio: 16/10;
}

.about-image-slot[data-ratio="3:1"] {
  aspect-ratio: 3/1;
}

.fact-editorial {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border-block: 1px solid #472531;
  padding: 14px 0;
}

.fact-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fact-tabs button {
  border: 1px solid #6c3548;
  background: #080808;
  color: var(--white);
  padding: 9px 12px;
  font: 700 11px var(--mono);
  cursor: pointer;
}

.fact-tabs button:hover, .fact-tabs button:focus-visible, .fact-tabs button[aria-pressed="true"] {
  background: var(--about-pink);
  color: var(--surface);
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.fact-editorial output {
  color: var(--white);
  font: clamp(25px, 2.2vw, 38px)/1 var(--font-authentic-signature);
}

.spread-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border-bottom: 2px solid var(--white);
  padding-bottom: 16px;
}

.spread-heading>p {
  grid-column: 1/-1;
}

.spread-heading h2 {
  font-size: clamp(52px, 5vw, 85px);
}

.spread-heading>span {
  max-width: 280px;
  color: var(--about-pink);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.about-make {
  background: linear-gradient(160deg, #060606 50%, #0d080a);
}

.worktable {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .72fr);
  gap: 18px;
  margin-top: 24px;
}

.main-work-frame {
  position: relative;
  grid-column: 1;
}

.main-work-frame>.about-image-slot {
  min-height: 300px;
}

.work-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.work-labels>* {
  border: 1px solid #59303f;
  padding: 6px 8px;
  font-size: 10px;
}

.work-labels b {
  background: var(--about-pink);
  color: var(--surface);
}

.meet-discovery {
  position: absolute;
  right: 14px;
  bottom: 44px;
  border: 0;
  border-bottom: 1px solid var(--about-pink);
  background: var(--surface);
  color: var(--about-pink);
  padding: 7px;
  font: 12px var(--font-authentic-signature);
  cursor: pointer;
  transform: rotate(-1deg);
}

.meet-discovery:hover, .meet-discovery:focus-visible {
  background: var(--about-pink);
  color: var(--surface);
  outline: 2px solid var(--white);
}

.handmade-copy {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  border-left: 4px solid var(--about-pink);
  padding: 18px;
  background: #e9e5df;
  color: var(--panel2);
  transform: rotate(.5deg);
}

.handmade-copy p {
  margin: 10px 0;
}

.handmade-copy strong {
  display: block;
  border-block: 1px solid #222;
  padding: 9px 0;
  font-size: 12px;
  line-height: 1.55;
}

.handmade-copy .about-kicker {
  color: #9f264b;
}

.handmade-frames {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 9px;
}

.handmade-portrait {
  grid-row: 1/3;
}

.handmade-detail {
  grid-column: 2/4;
}

.collab-note {
  grid-column: 2;
  border: 1px solid #6b3548;
  padding: 20px;
  background: #080808;
}

.collab-note h3 {
  color: var(--about-pink);
  font-size: 28px;
}

.collab-note p {
  margin: 10px 0;
  color: #c8c0c3;
}

.about-kept {
  background: radial-gradient(circle at 18% 24%, rgba(208, 80, 118, .12), transparent 30%), var(--surface);
}

.kept-feature {
  position: relative;
  width: 63%;
  margin-top: 24px;
}

.halftone-slot {
  min-height: 360px;
  background-image: radial-gradient(circle, #aaa 0 1px, transparent 1.5px), linear-gradient(145deg, #e8e5df, #777);
  background-size: 7px 7px, 100% 100%;
  color: #080808;
}

.photo-strip {
  position: absolute;
  right: -31%;
  bottom: -11%;
  display: flex;
  width: 48%;
  gap: 8px;
  transform: rotate(2deg);
}

.photo-strip .about-image-slot {
  border: 7px solid #eee;
  border-bottom-width: 24px;
  box-shadow: 0 8px 22px var(--black);
  color: var(--white);
}

.interest-index {
  position: absolute;
  right: 5%;
  top: 24%;
  display: grid;
  width: 34%;
  gap: 5px;
}

.interest-index button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 48px;
  align-items: center;
  border: 1px solid #532c3b;
  background: #080808;
  color: var(--white);
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.interest-index button:hover, .interest-index button:focus-visible, .interest-index button[aria-expanded="true"] {
  border-color: var(--about-pink);
  transform: translateX(-3px);
  outline: none;
}

.interest-index b {
  font: clamp(14px, 1.25vw, 20px)/1 var(--display);
}

.interest-index span {
  grid-column: 1/-1;
  max-height: 0;
  overflow: hidden;
  color: var(--about-pink);
  font-size: 12px;
  transition: max-height .2s ease, margin .2s ease;
}

.interest-index button[aria-expanded="true"] span {
  max-height: 40px;
  margin-top: 6px;
}

.coca-discovery {
  position: absolute;
  left: 8%;
  bottom: 8%;
  border: 1px dashed #684051;
  background: #080808;
  color: var(--about-pink);
  padding: 10px 13px;
  font: 14px var(--font-authentic-signature);
  cursor: pointer;
  transform: rotate(-4deg);
}

.coca-discovery:hover, .coca-discovery:focus-visible {
  background: var(--about-pink);
  color: var(--surface);
  outline: 2px solid var(--white);
}

.secret-layer {
  position: absolute;
  z-index: 30;
  inset: 22px;
  display: none;
  box-sizing: border-box;
  overflow: auto;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--about-pink);
  background: rgba(5, 5, 5, .97);
  box-shadow: 0 0 0 999px rgba(0, 0, 0, .84);
}

.secret-layer.is-open {
  display: block;
  animation: secret-in .28s ease both;
}

.secret-layer h2 {
  font-size: clamp(60px, 7vw, 110px);
}

.secret-hand {
  margin: 4px 0 25px;
  color: var(--about-pink);
  font: 34px/1 var(--font-authentic-signature);
}

.secret-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--about-pink);
  background: #080808;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}

.secret-close:hover, .secret-close:focus-visible {
  background: var(--about-pink);
  color: var(--surface);
  outline: 2px solid var(--white);
}

.meet-photo-wall {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr;
  gap: 12px;
  align-items: start;
}

.meet-photo-wall>*:nth-child(4) {
  grid-column: 2;
}

.meet-photo-wall>*:nth-child(5) {
  grid-column: 1/4;
}

.coca-copy {
  max-width: 690px;
  margin: 12px 0;
  color: #d0c7ca;
  font-size: 16px;
  line-height: 1.65;
}

.coca-photo-wall {
  display: grid;
  grid-template-columns: 1fr .8fr 1.2fr;
  gap: 12px;
  margin-top: 24px;
  align-items: end;
}

.about-modal-open {
  overflow: hidden;
}

@keyframes secret-in {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width:1000px) {
  .about-section-index {
    right: 8px;
  }

  .about-spread {
    padding: 34px 28px;
  }

  .about-who {
    grid-template-columns: 1fr .72fr;
  }

  .about-introduction {
    grid-template-columns: 1fr;
  }

  .worktable {
    grid-template-columns: 1fr;
  }

  .handmade-copy, .collab-note {
    grid-column: 1;
    grid-row: auto;
  }

  .interest-index {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .kept-feature {
    width: 75%;
  }
}

@media (max-width:760px) {
  html, .about-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .about-page #viewport {
    width: 100%;
    height: auto !important;
    overflow: hidden visible !important;
  }

  .about-page #site-stage {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: auto !important;
    transform: none !important;
    margin: 0 !important;
  }

  .about-page .left-rail, .about-page .right-rail, .about-page .footer {
    display: none !important;
  }

  .about-center {
    width: 100%;
    max-width: 100vw;
    height: auto;
  }

  .about-scroll {
    width: 100%;
    max-width: 100vw;
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .about-section-index {
    position: fixed;
    right: 8px;
    top: auto;
    bottom: 10px;
    display: flex;
    transform: none;
  }

  .about-section-index a, .about-section-index a:hover, .about-section-index a:focus-visible, .about-section-index a.is-active {
    grid-template-columns: 26px 0;
  }

  .about-spread {
    width: 100%;
    max-width: 100vw;
    min-height: 100svh;
    padding: 42px 18px 76px;
  }

  .about-who {
    display: flex;
    flex-direction: column;
  }

  .spread-number {
    position: static;
    order: -2;
    align-self: flex-end;
  }

  .who-copy {
    min-width: 0;
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .who-copy h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.5vw, 55px);
    overflow-wrap: anywhere;
  }

  .about-introduction {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100vw - 36px);
    margin-top: 24px;
  }

  .about-introduction p {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 36px);
    overflow-wrap: anywhere;
  }

  .portrait-composition {
    width: min(330px, 84vw);
  }

  .fact-editorial {
    grid-template-columns: 1fr;
  }

  .fact-editorial output {
    min-height: 35px;
  }

  .spread-heading {
    grid-template-columns: 1fr;
  }

  .spread-heading>span {
    text-align: left;
  }

  .worktable {
    display: block;
  }

  .worktable>* {
    margin-top: 16px;
  }

  .handmade-frames {
    display: grid;
  }

  .main-work-frame>.about-image-slot {
    min-height: 220px;
  }

  .meet-discovery {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }

  .kept-feature {
    width: 82%;
    margin-top: 25px;
  }

  .halftone-slot {
    min-height: 250px;
  }

  .photo-strip {
    right: -20%;
    bottom: -24%;
    width: 58%;
  }

  .interest-index {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .coca-discovery {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 24px;
  }

  .secret-layer {
    position: fixed;
    inset: 10px;
    padding: 55px 18px 30px;
  }

  .meet-photo-wall, .coca-photo-wall {
    grid-template-columns: 1fr 1fr;
  }

  .meet-photo-wall>*:nth-child(4), .meet-photo-wall>*:nth-child(5) {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion:reduce) {
  .about-scroll {
    scroll-behavior: auto;
  }

  .portrait-ring {
    animation: none;
  }

  .about-center * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .about-image-slot:hover, .interest-index button:hover {
    transform: none;
  }
}

@media (max-width:760px) {
  .about-who .who-copy {
    flex: 0 0 auto;
    align-self: stretch;
    width: auto;
    max-width: none;
  }

  .about-who .about-introduction {
    display: block;
    width: auto;
    max-width: none;
  }

  .about-who .about-introduction p {
    width: auto;
    max-width: none;
  }

  .about-who .about-introduction p+p {
    margin-top: 18px;
  }
}

@media (max-width:480px) {
  .about-who .about-introduction {
    width: 82vw;
    max-width: 82vw;
  }

  .about-who .about-introduction p {
    width: 82vw;
    max-width: 82vw;
    font-size: 12px;
    line-height: 1.85;
  }
}
