/* About page styles. */
/* About page: an editorial studio portrait and moving process journal. */
.about-hero {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 52px;
  background:
    radial-gradient(circle at 106% 28%, rgba(229, 202, 218, 0.42), transparent 28%),
    #fff;
}

.about-grid {
  gap: 26px;
}

.about-intro h1 {
  max-width: none;
  font-size: clamp(2.9rem, 13.4vw, 4.7rem);
  line-height: 0.86;
}

.about-title-line {
  display: flex;
  align-items: flex-end;
  gap: 0.08em;
  white-space: nowrap;
}

.about-title-line em {
  font-size: 1.42em;
  margin: 0;
}

.about-title-name {
  display: block;
  margin-top: 0.08em;
  font-size: 0.76em;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.about-intro .lead {
  position: relative;
  padding-left: 17px;
  border-left: 2px solid var(--accent);
}

.about-copy-more {
  padding-top: 2px;
}

.about-copy-more p:last-child {
  color: var(--charcoal);
  font-weight: 600;
}

.about-portrait {
  position: relative;
  min-height: clamp(390px, 116vw, 510px);
  isolation: isolate;
}

.about-portrait::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 3% 7% 11%;
  background: var(--sage-soft);
  transform: rotate(3deg);
}

.about-portrait-number {
  position: absolute;
  z-index: -1;
  top: -0.2em;
  right: 0;
  color: rgba(150, 42, 108, 0.11);
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 12rem);
  line-height: 1;
}

.about-photo {
  position: absolute;
  overflow: hidden;
  border: 10px solid #fff;
  background: var(--lightAccent);
  box-shadow: var(--shadow);
}

.about-photo img,
.studio-frame img,
.studio-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-main {
  inset: 24px 5% 28px 3%;
  transform: rotate(-1.4deg);
}

.about-photo-main img {
  object-position: 50% 50%;
}

.about-portrait-caption {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 8px;
  padding: 9px 13px;
  background: var(--accent);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.studio-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 12%, rgba(150, 42, 108, 0.17), transparent 20%),
    linear-gradient(135deg, #161616 0%, #050505 100%);
}

.studio-story.section-pad {
  padding-top: 58px;
  padding-bottom: 64px;
}

.studio-story-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.studio-story-heading h2 {
  max-width: 8.4ch;
  font-size: clamp(2.55rem, 13vw, 4.55rem);
  margin-bottom: 0;
  color: #fff;
}

.studio-story-heading > p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  line-height: 1.65;
}

.studio-story .eyebrow {
  color: var(--accent-hover);
}

.studio-media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 44px 0;
  padding: 8px 0 34px;
}

.studio-frame {
  position: relative;
  margin: 0;
}

.studio-frame::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.studio-frame img,
.studio-frame video {
  position: relative;
  z-index: 1;
  display: block;
  background: #222;
}

.studio-frame-photo img {
  aspect-ratio: 4 / 5;
}

.studio-frame-video video {
  aspect-ratio: 9 / 16;
  pointer-events: none;
  user-select: none;
}

.studio-frame figcaption {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.studio-frame figcaption span {
  color: var(--accent-hover);
}

.studio-frame-photo-one {
  grid-column: 1 / 11;
  grid-row: 1;
}

.studio-frame-video-one {
  z-index: 3;
  grid-column: 8 / 13;
  grid-row: 1;
  align-self: end;
  margin-bottom: -20px;
}

.studio-frame-photo-two {
  grid-column: 3 / 13;
  grid-row: 2;
  margin-top: 18px;
}

.studio-frame-video-two {
  z-index: 3;
  grid-column: 1 / 6;
  grid-row: 2;
  align-self: end;
  margin-bottom: 24px;
}

.studio-signature {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  margin-top: -12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.studio-signature::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--sage);
}

.studio-signature strong {
  color: var(--accent-hover);
  font-family: var(--font-script);
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.portrait-placeholder::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(0,0,0,0.24);
  background:
    radial-gradient(circle at 50% 28%, var(--mauve-soft) 0 16%, transparent 17%),
    radial-gradient(ellipse at 50% 74%, var(--sage) 0 28%, transparent 29%),
    linear-gradient(135deg, #fff, var(--lightAccent));
}

.portrait-placeholder::after {
  content: "Z";
  position: absolute;
  right: 22px;
  bottom: -8px;
  color: rgba(150,42,108,0.2);
  font-family: var(--font-script);
  font-size: 9rem;
  line-height: 1;
}

.portrait-shape {
  position: absolute;
  display: block;
  z-index: 2;
}

.shape-one {
  width: 42%;
  aspect-ratio: 1;
  left: 18%;
  top: 16%;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.85;
}

.shape-two {
  width: 55%;
  height: 26%;
  left: 27%;
  bottom: 24%;
  background: var(--sage);
  transform: rotate(-7deg);
}

.shape-three {
  width: 34%;
  aspect-ratio: 1;
  right: 12%;
  top: 33%;
  background: #fff;
  border: 1px solid var(--black);
  transform: rotate(12deg);
}

.contact-note {
  color: var(--accent);
  font-size: 0.78rem;
}

.mail-button {
  margin-top: 10px;
}

