/* Shared editorial shell for the design portfolio. Native document scrolling
   keeps the center accessible to wheel, touch, keyboard and browser history. */
body.design-combined {
  --portfolio-header-height: 64px;
  --portfolio-left: 18.75vw;
  --portfolio-right: 19vw;
  --portfolio-inset: 4.65vw;
  --portfolio-title-height: clamp(126px, 15.5vh, 174px);
  background: #fff;
}
body.design-combined #smooth-wrapper,
body.design-combined #smooth-content,
body.design-combined #app,
body.design-combined #home { overflow: visible; transform: none; }
body.design-combined .design-scroll-story { height: auto; overflow: visible; }
body.design-combined #home .hero.design-scroll-hero { height: calc(100svh - var(--portfolio-header-height)); min-height: 540px; }
body.design-combined .design-scroll-stage { position: absolute; }
body.design-combined .design-intro-spacer,
body.design-combined .design-work-blurb,
body.design-combined .design-about-kicker,
body.design-combined .works-skip { display: none; }
body.design-combined .design-mode-stage {
  position: relative; inset: auto; z-index: 5;
  width: auto; margin: var(--portfolio-header-height) var(--portfolio-right) 0 var(--portfolio-left);
  padding: 0 var(--portfolio-inset); min-height: calc(100svh - var(--portfolio-header-height));
  overflow: visible; opacity: 1; visibility: visible; pointer-events: auto;
  background: #fff;
}
body.design-combined .design-mode-stage::before,
body.design-combined .design-mode-stage::after {
  content: ''; position: absolute; top: var(--portfolio-title-height); bottom: 32px;
  width: 1px; background: #e5e5e5; pointer-events: none;
}
body.design-combined .design-mode-stage::before { left: 0; }
body.design-combined .design-mode-stage::after { right: 0; }
body.design-combined .portfolio-heading {
  position: sticky; top: var(--portfolio-header-height); z-index: 20; height: var(--portfolio-title-height);
  display: flex; align-items: center; background: #fff;
  margin-inline: calc(-1 * var(--portfolio-inset)); padding-inline: var(--portfolio-inset);
  box-shadow: none;
}
body.design-combined .portfolio-heading::after {
  content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 56px;
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  pointer-events: none;
}
body.design-combined #portfolioTitle {
  margin: 0; color: #111; font-family: 'Poppins', var(--font-sans);
  font-size: clamp(24px, 1.7vw, 38px); font-weight: 600;
  line-height: 1.23; letter-spacing: -.035em; outline-offset: 6px;
}
body.design-combined #portfolioTitle[data-focus] { color: #737373; font-weight: 600; }
body.design-combined #portfolioTitle [data-word] { font-weight: inherit; }
body.design-combined #portfolioTitle[data-focus='learn'] [data-word='learn'],
body.design-combined #portfolioTitle[data-focus='care'] [data-word='care'],
body.design-combined #portfolioTitle[data-focus='make'] [data-word='make'] { color: #080808; font-weight: 700; }
body.design-combined .portfolio-rail {
  position: fixed; z-index: 25; opacity: 0; visibility: hidden; pointer-events: none;
  font-family: 'Poppins', var(--font-sans); font-size: 14px; line-height: 1.5;
}
body.design-combined .is-pinned .portfolio-rail { opacity: 1; visibility: visible; pointer-events: auto; }
body.design-combined .portfolio-rail--left {
  top: calc(var(--portfolio-header-height) + var(--portfolio-title-height)); right: calc(100% - var(--portfolio-left) + 16px);
  display: flex; flex-direction: column; align-items: flex-end;
}
body.design-combined .portfolio-rail button {
  appearance: none; border: 0; border-radius: 0; background: none; padding: 0 0 2px 15px;
  font: inherit; color: #777; cursor: pointer; position: relative; white-space: nowrap;
}
body.design-combined .portfolio-rail button[aria-current] { color: #111; font-weight: 600; }
body.design-combined .portfolio-rail button[aria-current]::before {
  content: ''; width: 6px; height: 6px; border: 2px solid currentColor;
  border-radius: 50%; position: absolute; left: 0; top: .45em;
}
body.design-combined .portfolio-rail--right { left: calc(100% - var(--portfolio-right) + 12px); bottom: 42px; }
body.design-combined .portfolio-rail--right div { display: flex; gap: 16px; }
body.design-combined .portfolio-rail a { color: #111; text-decoration: none; }
body.design-combined .portfolio-rail .portfolio-cta { color: #0099fd; font-weight: 600; }
body.design-combined .portfolio-rail a:hover { text-decoration: underline; }
body.design-combined .design-mode-panel,
body.design-combined .design-mode-panel[data-mode-panel='work'],
body.design-combined .design-mode-panel[data-mode-panel='about'] {
  position: relative; inset: auto; display: block; padding: 0; opacity: 1;
  visibility: visible; pointer-events: auto; transform: none;
}
body.design-combined .design-mode-panel[hidden] { display: none; }
body.design-combined .design-mode-panel .works-scroll,
body.design-combined .design-mode-panel[data-mode-panel='work'] .works-scroll,
body.design-combined .about-scroll {
  position: relative; inset: auto; width: 100%; height: auto; min-height: 0;
  display: block; margin: 0; padding: 0 0 70px; overflow: visible;
  opacity: 1; visibility: visible; pointer-events: auto; background: #fff;
}
body.design-combined .design-mode-panel[data-mode-panel='work'] .works-scroll-inner,
body.design-combined .about-scroll-inner {
  display: block; position: relative; height: auto; min-height: 0; overflow: visible;
}
body.design-combined .work-scroll-group,
body.design-combined .about-chapter {
  position: relative; grid-area: auto; max-height: none; padding: 0;
  opacity: 1; visibility: visible; pointer-events: auto; transform: none;
}
body.design-combined .work-scroll-group { margin: 0 0 clamp(90px, 12vh, 160px); }
body.design-combined .work-scroll-group:last-child { margin-bottom: 0; }
body.design-combined .work-scroll-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 2vw, 44px); row-gap: clamp(52px, 7vh, 86px);
}
body.design-combined .work-scroll-grid > .scroll-work-card:nth-child(n) {
  margin: 0; padding: 0; gap: clamp(20px, 3vh, 38px);
  opacity: 1; visibility: visible; transform: none; text-decoration: none;
}
body.design-combined .scroll-work-media {
  max-width: none; width: 100%; height: auto; aspect-ratio: 1.06;
  overflow: visible; background: transparent; border-radius: 0; box-shadow: none;
}
body.design-combined .scroll-work-media img {
  display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%;
  object-fit: contain; transition: transform 240ms ease;
}
body.design-combined .scroll-work-card:hover .scroll-work-media img { transform: translateY(-5px); }
body.design-combined .scroll-work-copy { display: block; }
body.design-combined .scroll-work-copy h3 {
  margin: 0 0 10px; font-family: 'Poppins', var(--font-sans); font-size: clamp(23px, 1.9vw, 42px);
  font-weight: 400; line-height: 1.2; letter-spacing: -.05em; color: #171c20; overflow-wrap: normal;
}
body.design-combined .scroll-work-copy p {
  font-family: 'Poppins', var(--font-sans); font-size: clamp(16px, .82vw, 19px);
  font-weight: 400; line-height: 1.65; letter-spacing: -.02em; color: #202428;
}
body.design-combined .about-chapter { min-height: 0; padding: 22px 0 clamp(130px, 15vh, 190px); }
body.design-combined .about-chapter:last-child { min-height: calc(100svh - var(--portfolio-header-height) - var(--portfolio-title-height)); padding-bottom: 100px; }
body.design-combined .about-introduction { display: grid; grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr); gap: 36px; align-items: center; }
body.design-combined .about-prose { font-family: 'Poppins', var(--font-sans); font-size: 16px; line-height: 1.2; letter-spacing: -.025em; color: #111; }
body.design-combined .about-prose p { margin: 0 0 18px; }
body.design-combined .about-prose strong { font-weight: 500; }
body.design-combined .about-portrait { display: block; width: 100%; height: auto; align-self: end; margin-bottom: 14px; }
body.design-combined .about-section-title {
  margin: 0 0 20px; font-family: 'Poppins', var(--font-sans); font-size: clamp(24px, 1.7vw, 38px);
  font-weight: 600; line-height: 1.23; letter-spacing: -.035em;
}
body.design-combined .about-journey { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: 30px; align-items: start; }
body.design-combined #designArchive {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 48px 0 12px;
}
body.design-combined #designArchive .edu-folders-wrap {
  position: relative;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 0;
  max-width: none;
  min-height: 0;
}
body.design-combined #designArchive .edu-scene { width: 100%; max-width: none; margin: 0; }
body.design-combined #designArchive .edu-svg { display: block; width: 100%; height: auto; }
body.design-combined #designArchive:has(#eduScene[data-active]) {
  z-index: 40;
}
body.design-combined .design-mode-stage::selection { background: #c8eaff; }
body.design-combined .portfolio-rail button:focus-visible,
body.design-combined .scroll-work-card:focus-visible { outline: 2px solid #0099fd; outline-offset: 6px; }
@media (min-width: 1600px) {
  body.design-combined .portfolio-rail { font-size: 16px; }
}
@media (max-width: 1100px) {
  body.design-combined { --portfolio-left: 13vw; --portfolio-right: 17vw; --portfolio-inset: 3vw; }
  body.design-combined .portfolio-rail--right { max-width: 15vw; }
  body.design-combined .work-scroll-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.design-combined .about-introduction { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 20px; }
  body.design-combined .about-journey { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  body.design-combined { --portfolio-left: 16px; --portfolio-right: 16px; --portfolio-inset: 18px; --portfolio-title-height: 160px; }
  body.design-combined .portfolio-heading { align-items: flex-start; padding-top: 65px; }
  body.design-combined #portfolioTitle { font-size: clamp(21px, 4.8vw, 28px); }
  body.design-combined .portfolio-rail--left { top: calc(var(--portfolio-header-height) + 13px); left: 34px; right: auto; flex-direction: row; gap: 20px; }
  body.design-combined .portfolio-rail--right { top: calc(var(--portfolio-header-height) + 16px); bottom: auto; right: 32px; left: auto; max-width: none; font-size: 12px; text-align: right; }
  body.design-combined .portfolio-rail--right div { justify-content: flex-end; gap: 12px; }
  body.design-combined .portfolio-rail .portfolio-cta { font-size: 11px; }
  body.design-combined .about-introduction,
  body.design-combined .about-journey { grid-template-columns: 1fr; }
  body.design-combined .about-portrait { width: 50%; justify-self: end; }
  body.design-combined .about-prose { line-height: 1.5; }
  body.design-combined .about-chapter { padding-bottom: 100px; }
  body.design-combined .work-scroll-grid { grid-template-columns: 1fr; row-gap: 48px; }
  body.design-combined .scroll-work-media { aspect-ratio: 1.2; }
  body.design-combined .scroll-work-copy h3 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  body.design-combined .scroll-work-media img { transition: none; }
}
body.design-combined .design-scroll-story::before {
  content: ''; position: fixed; inset: var(--portfolio-header-height) 0 auto; height: 280px;
  pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, #d8d8d8 1px, transparent 1.2px);
  background-size: 18px 18px;
  mask-image: linear-gradient(#000, transparent);
}

body.design-combined.is-entering { overscroll-behavior: none; }
body.design-combined #home .design-scroll-hero[hidden],
body.design-combined .design-mode-stage[hidden] { display: none; }
body.design-combined #home .hero.design-scroll-hero { height: 100svh; min-height: 0; }
body.design-combined #designManifest,
body.design-combined #designManifest [data-word] {
  color: #111; font-weight: 600;
  font-family: 'Poppins', var(--font-sans);
}
body.design-combined .hero-entry-arrow {
  position: absolute; top: calc(100% + 9px); left: 50%;
  font-size: 26px; line-height: 1; opacity: 0;
  transform: translate(-50%, -7px); transition: opacity 180ms ease, transform 220ms ease;
  pointer-events: none;
}
body.design-combined .design-hero-nav button:hover .hero-entry-arrow,
body.design-combined .design-hero-nav button:focus-visible .hero-entry-arrow {
  opacity: 1; transform: translate(-50%, 0);
}
body.design-combined.is-entering #portfolioTitle { visibility: hidden; }
body.design-combined.is-entering .design-mode-panel,
body.design-combined.is-entering .portfolio-rail { opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  body.design-combined .hero-entry-arrow { transition: none; }
}
/* A small collection of playful, tactile desk objects. */
body.design-combined .hero-playbits { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
body.design-combined .hero-toy { display: block; position: absolute; pointer-events: auto; cursor: pointer; padding: 0; border: 0; background: none; color: #171717; }
body.design-combined .hero-toy svg { display: block; width: 100%; height: 100%; overflow: visible; }
body.design-combined .hero-toy--star { width: clamp(84px, 9vw, 136px); height: clamp(84px, 9vw, 136px); left: 18%; top: 25%; transform: rotate(-12deg); filter: drop-shadow(3px 5px 0 #171717); }
body.design-combined .hero-toy--pencil { width: clamp(45px, 4.7vw, 70px); height: clamp(116px, 12vw, 180px); right: 19%; top: 22%; transform: rotate(24deg); }
body.design-combined .hero-toy--key { left: 24%; bottom: 17%; width: 90px; height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #171717; border-radius: 15px; background: #ffd43b; box-shadow: 0 7px 0 #171717; transform: rotate(-9deg); }
body.design-combined .hero-toy--key span { font-size: 31px; line-height: 1; }
body.design-combined .hero-toy--key small { font-size: 14px; line-height: 1.6; }
body.design-combined .hero-toy:focus-visible { outline: 2px dashed #0099fd; outline-offset: 10px; }
body.design-combined .hero-toy--key:active { box-shadow: 0 2px 0 #171717; }
body.design-combined .thesis-word { display: inline-block; }
body.design-combined .portfolio-word-transition { white-space: nowrap; pointer-events: none; z-index: 210; display: inline-block; }
body.design-combined .about-toolkit { margin-top: 40px; }
body.design-combined .toolkit-row { display: grid; grid-template-columns: minmax(110px, .75fr) minmax(0, 2.5fr); align-items: start; gap: 24px; padding: 27px 0; border-bottom: 1px solid #e5e5e5; }
body.design-combined .toolkit-row:last-child { border-bottom: 0; }
body.design-combined .toolkit-row h3 { margin: 7px 0 0; font-family: monospace; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; font-weight: 400; color: #646464; }
body.design-combined .toolkit-row h3 span { color: #aaa; margin-right: 12px; }
body.design-combined .toolkit-row ul { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; }
body.design-combined .toolkit-row li { padding: 6px 14px; border: 1px solid #dededc; border-radius: 13px; background: #f7f7f6; font-family: 'Poppins', var(--font-sans); font-size: 14px; color: #646464; line-height: 1.4; }
@media (max-width: 700px) {
  body.design-combined .hero-toy--star { top: 17%; left: 10%; width: 72px; height: 72px; }
  body.design-combined .hero-toy--pencil { top: 16%; right: 13%; width: 40px; height: 103px; }
  body.design-combined .hero-toy--key { left: 17%; bottom: 10%; width: 67px; height: 62px; }
  body.design-combined .toolkit-row { grid-template-columns: 1fr; gap: 17px; }
}
@media (max-height: 600px) and (min-width: 701px) {
  body.design-combined .hero-toy--star { left: 8%; top: 35%; width: 75px; height: 75px; }
  body.design-combined .hero-toy--pencil { right: 8%; top: 30%; height: 120px; }
  body.design-combined .hero-toy--key { left: 13%; bottom: 12%; width: 65px; height: 60px; }
}

body.design-combined .hero-profile {
  position: relative; z-index: 4; display: block; flex: 0 0 auto;
  width: clamp(90px, 15vh, 144px); height: clamp(90px, 15vh, 144px);
  object-fit: contain; margin: 0 auto 20px;
}
@media (max-width: 700px) {
  body.design-combined .hero-profile { width: 100px; height: 100px; margin-bottom: 18px; }
  body.design-combined .design-hello { max-width: 100%; white-space: normal; font-size: clamp(19px, 4.6vw, 28px); }
}
@media (max-height: 600px) {
  body.design-combined .hero-profile { width: 76px; height: 76px; margin-bottom: 12px; }
}
/* After the first choice, hero and selected content share native page scrolling. */
body.design-combined .design-mode-stage { margin-top: 0; }
body.design-combined.is-portfolio { height: auto; overflow-y: visible; }
body.design-combined.is-thesis-bridging #designManifest,
body.design-combined.is-thesis-bridging #portfolioTitle { visibility: hidden; }
body.design-combined .design-scroll-story::before { opacity: 0; }
body.design-combined .design-scroll-story:has(.is-pinned)::before { opacity: 1; }
body.design-combined .hero-entry-zone { position: absolute; top: 0; bottom: 0; width: 50%; z-index: 2; opacity: 0; pointer-events: auto; transition: opacity 220ms ease; }
body.design-combined .hero-entry-zone--work { left: 0; background: radial-gradient(ellipse at 0 65%, #0099fd12, transparent 70%); }
body.design-combined .hero-entry-zone--about { right: 0; background: radial-gradient(ellipse at 100% 65%, #ffd43b24, transparent 70%); }
body.design-combined [data-entry-preview='work'] .hero-entry-zone--work,
body.design-combined [data-entry-preview='about'] .hero-entry-zone--about { opacity: 1; }
body.design-combined .design-hero-nav { gap: 14px; }
body.design-combined .design-hero-nav button {
  padding: 14px 22px; border: 1px solid #dedede; border-radius: 999px;
  display: flex; align-items: center; gap: 14px; background: #fff;
  font-size: clamp(15px, 1.2vw, 19px); line-height: 1.25;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
body.design-combined .design-hero-nav button::after { display: none; }
body.design-combined .design-hero-nav .hero-entry-arrow {
  position: static; display: inline-block; font-size: 20px; opacity: .4;
  transform: translateY(-2px); transition: opacity 180ms ease, transform 180ms ease;
}
body.design-combined .design-hero-nav button:is(.is-preview,:hover,:focus-visible) .hero-entry-arrow { opacity: 1; transform: translateY(2px); }
/* Overridden by portfolio-hero.css — edit View my work hover there. */
body.design-combined .design-hero-nav [data-mode-enter='work']:is(.is-preview,:hover,:focus-visible) { background: #eaf6ff; border-color: #0099fd; box-shadow: 0 4px 0 #0099fd; }
body.design-combined .design-hero-nav [data-mode-enter='about']:is(.is-preview,:hover,:focus-visible) { background: #fff9df; border-color: #dfb817; box-shadow: 0 4px 0 #ffd43b; }
body.design-combined .design-hello,
body.design-combined .hero-profile,
body.design-combined .design-hero-nav,
body.design-combined .hero-playbits { opacity: var(--hero-copy-opacity, 1); }
@media (pointer: fine) { body.design-combined .hero-entry-zone { cursor: pointer; } }
body.design-combined .work-scroll-grid { align-items: stretch; column-gap: clamp(24px, 2.5vw, 46px); row-gap: clamp(48px, 6vw, 90px); }
body.design-combined .work-scroll-grid > .scroll-work-card:nth-child(n) { display: grid; grid-template-rows: auto 1fr; align-content: start; gap: 22px; min-width: 0; }
body.design-combined .scroll-work-media { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; }
body.design-combined .scroll-work-media img { object-fit: contain; padding: 6px; }
body.design-combined .scroll-work-copy h3 { position: relative; font-size: clamp(22px, 1.55vw, 32px); line-height: 1.25; letter-spacing: -.035em; margin-bottom: 12px; }
body.design-combined .scroll-work-copy p { font-size: clamp(15px, .9vw, 17px); line-height: 1.55; }
body.design-combined .is-linked .scroll-work-copy h3 { padding-right: 26px; }
body.design-combined .project-link-arrow { position: absolute; top: 0; right: 0; font-size: 24px; line-height: 1; color: #0099fd; opacity: 0; transform: translate(-4px, 4px); transition: opacity 180ms ease, transform 220ms ease; }
body.design-combined .is-linked:is(:hover,:focus-visible) .project-link-arrow { opacity: 1; transform: translate(0, 0); }
body.design-combined article.scroll-work-card { cursor: default; }
@media (hover: none) { body.design-combined .project-link-arrow { opacity: .75; transform: none; } }
@media (max-width: 700px) {
  body.design-combined .design-hero-nav { gap: 10px; flex-wrap: nowrap; }
  body.design-combined .design-hero-nav button { padding: 12px 13px; gap: 8px; font-size: 14px; }
  body.design-combined .scroll-work-copy h3 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  body.design-combined .hero-entry-zone,
  body.design-combined .design-hero-nav button,
  body.design-combined .design-hero-nav .hero-entry-arrow,
  body.design-combined .project-link-arrow { transition: none; }
}
/* Keep the landing target stable while the header changes its scrolled state. */
body.design-combined .site-header .hd-bar,
body.design-combined .site-header.is-stuck .hd-bar { padding-block: 13px; }
/* About: a personal opening, then a comfortable reading rhythm. */
body.design-combined .about-chapter { padding: 32px 0 clamp(72px, 9vh, 110px); }
body.design-combined .about-chapter + .about-chapter { border-top: 1px solid #e7e9eb; padding-top: 40px; }
body.design-combined .about-introduction { display: block; }
body.design-combined .about-opening { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(150px, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; margin: 0 0 54px; }
body.design-combined .about-lead { max-width: 28ch; margin: 0 0 22px; font-family: 'Poppins', var(--font-sans); font-size: clamp(22px, 1.65vw, 29px); font-weight: 500; line-height: 1.45; letter-spacing: -.035em; text-wrap: pretty; color: #111; }
body.design-combined .about-opening-copy { max-width: 43ch; margin: 0; font-family: 'Poppins', var(--font-sans); font-size: 16px; line-height: 1.7; letter-spacing: -.015em; color: #111; }
body.design-combined .about-opening .about-portrait { align-self: center; justify-self: end; width: 100%; max-width: 240px; margin: 0; }
body.design-combined .about-prose { max-width: 59ch; font-size: 16px; line-height: 1.8; letter-spacing: -.012em; color: #111; text-wrap: pretty; }
body.design-combined .about-prose p { margin: 0 0 24px; }
body.design-combined .about-prose strong { color: #171b1f; font-weight: 500; }
body.design-combined .about-prose .about-note { border-left: 2px solid #0099fd; padding: 3px 0 3px 22px; margin: 36px 0 0; max-width: 46ch; font-size: 18px; line-height: 1.6; }
body.design-combined .about-section-title { display: flex; align-items: baseline; gap: 18px; margin-bottom: 32px; }
/* body.design-combined [data-about='path'] > .about-section-title::before, */
/* body.design-combined [data-about='make'] > .about-section-title::before { font-family: monospace; font-size: 12px; font-weight: 400; letter-spacing: .08em; color: #0099fd; }
body.design-combined [data-about='path'] > .about-section-title::before { content: '02'; }
body.design-combined [data-about='make'] > .about-section-title::before { content: '03'; } */
body.design-combined .about-journey { gap: clamp(28px, 3vw, 48px); grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: center; }
body.design-combined .about-journey .about-prose { max-width: 38ch; }
body.design-combined .about-journey .about-prose p:has(strong) { margin-bottom: 10px; }
body.design-combined .about-journey .about-prose p:nth-child(3) { margin-top: 30px; }
body.design-combined .about-toolkit { margin-top: 0; }
body.design-combined .about-chapter:last-child { min-height: 0; padding-bottom: 30px; }
body.design-combined .toolkit-row { padding-block: 25px; }
body.design-combined .is-pinned .portfolio-rail--right { opacity: var(--contact-opacity, 1); transition: opacity 280ms ease; }
body.design-combined .is-pinned .portfolio-rail--right:focus-within { opacity: 1; }
@media (max-width: 1100px) {
  body.design-combined .about-journey { grid-template-columns: 1fr; }
  body.design-combined .about-journey .about-prose { max-width: 59ch; }
  body.design-combined #designArchive { max-width: none; }
}
@media (max-width: 700px) {
  body.design-combined .about-opening { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  body.design-combined .about-opening .about-portrait { width: 48%; max-width: 175px; }
  body.design-combined .about-lead { font-size: 23px; }
  body.design-combined .about-prose { line-height: 1.75; }
  body.design-combined .about-chapter { padding-bottom: 60px; }
  body.design-combined .about-prose .about-note { font-size: 17px; padding-left: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body.design-combined .is-pinned .portfolio-rail--right { transition: none; }
}
/* Side projects, without the structure of case-study cards. */
body.design-combined .about-section-subtitle { margin: -14px 0 42px; max-width: 48ch; font-family: 'Poppins', var(--font-sans); font-size: 16px; line-height: 1.65; color: #73777c; }
body.design-combined .other-editorial {
  --other-gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--other-gap);
  padding: 8px 0 2px;
  overflow: hidden;
}
body.design-combined .other-col {
  display: flex;
  flex-direction: column;
  gap: var(--other-gap);
  min-width: 0;
}
body.design-combined .other-figure {
  margin: 0;
  min-width: 0;
}
body.design-combined .other-frame {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
body.design-combined .other-figure img,
body.design-combined .other-figure video {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: transform 500ms cubic-bezier(.2,.7,.3,1);
}
body.design-combined .other-frame--drawing .other-still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease, transform 500ms cubic-bezier(.2,.7,.3,1);
  pointer-events: none;
}
body.design-combined .other-figure:hover img,
body.design-combined .other-figure:hover video { transform: scale(1.03); }
body.design-combined .other-figure:hover .other-frame--drawing .other-still { opacity: 1; }
body.design-combined .other-figure figcaption {
  margin-top: 8px;
  color: #7b7e82;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .015em;
}
@media (max-width: 560px) {
  body.design-combined .other-editorial { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  body.design-combined .about-section-subtitle { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  body.design-combined .other-figure img,
  body.design-combined .other-figure video { transition: none; transform: none; }
  body.design-combined .other-figure:hover img,
  body.design-combined .other-figure:hover video { transform: none; }
  body.design-combined .other-frame--drawing video { display: none; }
  body.design-combined .other-frame--drawing .other-still {
    position: static;
    opacity: 1;
    height: auto;
  }
}
/* One notebook surface; marks have no individual cards. */
body.design-combined .about-notes { padding-bottom: 50px; }
body.design-combined .about-notes .about-section-subtitle { margin-bottom: 12px; }
body.design-combined .note-invitation { margin: 0 0 30px; color: #93979b; font-size: 13px; }
body.design-combined .note-wall { position: relative; min-height: 610px; width: 100%; box-sizing: border-box; background: repeating-linear-gradient(0deg,transparent 0 31px,#20283006 31px 32px),#fdfdfb; border: 1px solid #e7e7e3; border-radius: 2px; cursor: crosshair; isolation: isolate; }
body.design-combined .note-page-label { position: absolute; top: 18px; left: 22px; color: #a1a4a5; font: 11px/1.5 monospace; letter-spacing: .03em; pointer-events: none; }
body.design-combined .board-mark { position: absolute; box-sizing: border-box; margin: 0; padding: 0; border: 0; background: none; box-shadow: none; width: min(220px,calc(100% - 40px)); color: #62676c; font: 400 var(--mark-size,16px)/1.7 'Poppins',sans-serif; overflow-wrap: anywhere; white-space: pre-wrap; transform: rotate(var(--mark-angle,0deg)); transition: transform 220ms ease,color 220ms ease; cursor: default; }
body.design-combined .board-mark:hover { color: #252a2f; transform: translateY(-2px) rotate(0); }
body.design-combined .board-mark--reaction { width: 48px; text-align: center; font: 32px/1.5 'Poppins',sans-serif; color: #7e878f; filter: grayscale(1); }
body.design-combined .board-mark--reaction:hover { transform: scale(1.09) rotate(3deg); color: #0099fd; }
body.design-combined .board-mark small { display: block; font-size: 10px; color: #9a9ea1; margin-top: 6px; }
body.design-combined .note-toolbar { position: absolute; display: flex; gap: 1px; z-index: 4; box-sizing: border-box; padding: 5px; background: #fff; border: 1px solid #e5e7e7; border-radius: 30px; box-shadow: 0 5px 18px #2837470d; cursor: default; }
body.design-combined .note-toolbar button { appearance: none; border: 0; background: none; border-radius: 50%; width: 32px; height: 34px; padding: 0; color: #697079; font: 19px/1 'Poppins',sans-serif; cursor: pointer; filter: grayscale(1); }
body.design-combined .note-toolbar button:hover { color: #0099fd; background: #f2f7fb; }
body.design-combined .note-inline { position: absolute; z-index: 3; width: min(220px,calc(100% - 40px)); }
body.design-combined .note-inline textarea { display: block; width: 100%; box-sizing: border-box; padding: 0; margin: 0; border: 0; border-radius: 0; outline: none; background: transparent; box-shadow: none; resize: none; overflow: hidden; color: #303840; caret-color: #0099fd; font: 400 16px/1.7 'Poppins',sans-serif; }
body.design-combined .note-inline textarea::placeholder { color: #a4aaae; }
body.design-combined #noteWritingHint { display: block; margin-top: 9px; color: #9da2a5; font: 10px/1.6 monospace; }
body.design-combined .note-feedback { position: absolute; bottom: 15px; right: 20px; font-size: 11px; color: #54859f; pointer-events: none; }
body.design-combined .note-toolbar[hidden],body.design-combined .note-inline[hidden] { display: none; }
body.design-combined .note-wall:focus-visible,body.design-combined .note-toolbar button:focus-visible { outline: 1px solid #0099fd; outline-offset: 4px; }
body.design-combined .note-local-hint { margin: 16px 0 0; color: #94979a; font-size: 11px; line-height: 1.6; }
body.design-combined .note-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { body.design-combined .board-mark { transition: none; } }

/* Works: one editorial image-and-description row per project. */
body.design-combined .work-scroll-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(40px, 5vw, 72px);
}
body.design-combined .work-scroll-grid > .scroll-work-card:nth-child(n) {
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  grid-template-rows: auto;
  align-items: center;
  gap: clamp(28px, 3.4vw, 64px);
}
body.design-combined .scroll-work-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  width: 92%;
  justify-self: center;
}
body.design-combined .scroll-work-copy { min-width: 0; }
body.design-combined .scroll-work-copy h3 {
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.2;
  margin-bottom: 16px;
}
body.design-combined .scroll-work-copy p {
  max-width: 38ch;
  margin: 0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.7;
}
body.design-combined .work-scroll-group { margin-bottom: 0; }
body.design-combined .work-scroll-group + .work-scroll-group {
  margin-top: clamp(56px, 7vw, 100px);
  padding-top: clamp(56px, 7vw, 100px);
  border-top: 1px solid #e0e3e5;
}
@media (max-width: 700px) {
  body.design-combined .work-scroll-grid { gap: 38px; }
  body.design-combined .work-scroll-grid > .scroll-work-card:nth-child(n) {
    grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr);
    gap: 18px;
  }
  body.design-combined .scroll-work-media { width: 100%; }
  body.design-combined .scroll-work-copy h3 { font-size: clamp(18px, 4.6vw, 25px); margin-bottom: 10px; }
  body.design-combined .scroll-work-copy p { font-size: 13px; line-height: 1.6; }
  body.design-combined .is-linked .scroll-work-copy h3 { padding-right: 18px; }
  body.design-combined .project-link-arrow { font-size: 18px; }
}
