/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --paper: #f5f3ec;
  --ink: #292b25;
  --muted: #62665a;
  --line: #d7d9cd;
  --lime: #dcec93;
  --body: 'DM Sans', 'Noto Sans JP', 'Yu Gothic', sans-serif;
  --text-body: 1rem;
  --text-small: .875rem;
  --text-label: .75rem;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  font: var(--text-body)/1.85 var(--body);
  overflow-wrap: break-word;
}
h1, h2, h3, p, figure {
  margin: 0;
}
h1, h2, h3 {
  font-weight: 700;
}
a {
  color: inherit;
  text-decoration: none;
}
a, summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible, summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 6px;
}
.hero-link:focus-visible, .contact-link:focus-visible, .nav-contact:focus-visible, .works-contact-link:focus-visible, .skip-link:focus-visible {
  outline-color: var(--ink);
}
a, summary {
  touch-action: manipulation;
}
::selection {
  color: var(--ink);
  background: var(--lime);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 10px 20px;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus {
  top: 10px;
}
.eyebrow {
  font-size: var(--text-label);
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: .1em;
}
.mobile-break {
  display: none;
}
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1440px;
  margin: auto;
  padding: 21px 5.5%;
  border-bottom: 1px solid var(--line);
}
.small-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 44px;
  font-size: var(--text-small);
  font-weight: 700;
  letter-spacing: -.035em;
}
.studio-mark {
  position: relative;
  display: block;
  flex-shrink: 0;
}
.studio-mark i {
  position: absolute;
  top: 44.5%;
  left: 0;
  width: 100%;
  height: 11%;
  background: currentColor;
}
.brand-mark {
  width: 30px;
  height: 30px;
}
.site-header nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 27px;
  font-size: var(--text-small);
  font-weight: 500;
}
.site-header nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.site-header nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header nav .nav-contact {
  justify-content: space-between;
  gap: 26px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 3px;
}
.nav-contact > span {
  font-size: 19px;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  column-gap: 25px;
  max-width: 1440px;
  min-height: 690px;
  padding: 54px 5.5% 25px;
  margin: 0 auto;
}
.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
}
.hero-label {
  font-size: var(--text-small);
  line-height: 1.9;
  margin: 28px 0 23px;
}
.hero-label strong {
  font-size: var(--text-body);
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(2.375rem,4.5vw,4.0625rem);
  letter-spacing: -.065em;
  line-height: 1.48;
}
.hero h1 > span {
  display: block;
}
.title-emphasis {
  position: relative;
  isolation: isolate;
  width: fit-content;
}
.title-emphasis::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 58% 0 10%;
  background: var(--lime);
}
.hero-description {
  max-width: 570px;
  margin-top: 24px;
  font-size: var(--text-body);
  line-height: 1.95;
}
.copy-phrase {
  display: inline-block;
  max-width: 100%;
}
.hero-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 56px;
  padding: 12px 22px;
  margin-top: 31px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: var(--text-body);
  font-weight: 600;
  transition: background .2s, color .2s;
}
.hero-link:hover {
  background: var(--lime);
  color: var(--ink);
}
.hero-link > span {
  font-size: 24px;
}
.hero-footnote {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 23px;
  font-size: var(--text-label);
  letter-spacing: .08em;
}
.hero-footnote > span:last-child {
  letter-spacing: .02em;
}
.hero-footnote > span:last-child > span {
  margin-left: 24px;
}
.workbench {
  position: relative;
  height: 560px;
  min-width: 0;
}
.workbench-grid {
  position: absolute;
  inset: 58px 5px 33px 15px;
  background-image: radial-gradient(#c7cabb 1px,transparent 1px);
  background-size: 20px 20px;
  border-radius: 50%;
}
.workbench-word {
  position: absolute;
  top: 0;
  left: 18px;
  font: italic 110px/.95 Georgia,serif;
  letter-spacing: -.07em;
}
.studio-spark {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 97px;
  height: 97px;
  color: var(--ink);
}
.preview {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid #bfc3b5;
  border-radius: 7px;
  background: white;
  box-shadow: 0 20px 45px #292b251c;
  transition: transform .25s, box-shadow .25s;
}
.preview img {
  display: block;
  width: 100%;
  height: auto;
}
.preview-story {
  top: 130px;
  right: 0;
  width: 88%;
  transform: rotate(-4deg);
}
.preview-stock {
  top: 268px;
  left: 0;
  width: 64%;
  transform: rotate(5deg);
}
.preview-story:hover {
  transform: translateY(-4px) rotate(-2deg);
  box-shadow: 0 22px 48px #292b2530;
}
.preview-stock:hover {
  transform: translateY(-4px) rotate(3deg);
  box-shadow: 0 22px 48px #292b2530;
}
.preview-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-bottom: 1px solid #e0e3d8;
  font-size: var(--text-label);
  line-height: 1.25;
}
.window-dots {
  letter-spacing: 2px;
  font-size: 13px;
  color: var(--muted);
}
.idea-note {
  position: absolute;
  right: 2px;
  bottom: 34px;
  padding: 19px 20px;
  background: var(--lime);
  transform: rotate(-7deg);
  font-size: var(--text-small);
  line-height: 1.8;
  pointer-events: none;
}
.workbench-caption {
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: var(--text-label);
  letter-spacing: .08em;
}
.works-section {
  max-width: 1440px;
  margin: auto;
  padding: 75px 5.5% 85px;
  scroll-margin-top: 25px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 21px 50px;
  align-items: end;
}
.section-heading > .eyebrow {
  grid-column: 1 / -1;
}
.section-heading h2 {
  font-size: clamp(26px,2.9vw,38px);
  line-height: 1.65;
  letter-spacing: -.05em;
}
.section-heading > p:last-of-type:not(.eyebrow) {
  font-size: var(--text-body);
  line-height: 1.95;
  color: var(--muted);
}
.project-menu {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 26px;
  margin: 37px 0 43px;
}
.project-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 56px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.project-menu a > span:first-child {
  flex-shrink: 0;
  color: var(--muted);
  font-size: var(--text-small);
}
.project-menu a > span:nth-child(2) {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: var(--text-body);
  font-weight: 500;
}
.project-menu a > span:last-child {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 18px;
}
.project-menu a:hover {
  border-color: var(--ink);
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: start;
  gap: 68px 42px;
}
.project-card {
  min-width: 0;
  scroll-margin-top: 30px;
}
.project-torudake {
  --surface: #e8d8cb;
}
.project-stockflow {
  --surface: #dbe1cd;
}
.project-mitsukaru {
  --surface: #ded7e6;
}
.project-shimenote {
  --surface: #e7e0c9;
}
.project-visual {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1.47;
  padding: 43px 30px 30px;
  background: var(--surface);
  border-radius: 6px;
}
.image-index {
  position: absolute;
  top: 13px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--text-label);
  letter-spacing: .08em;
}
.image-index > span:first-child {
  font-size: var(--text-small);
}
.screenshot-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #292b2526;
  border-radius: 3px;
  background: white;
  box-shadow: 0 10px 25px #292b2517;
  transition: box-shadow .2s;
}
.screenshot-link:hover {
  box-shadow: 0 13px 30px #292b2536;
}
.screenshot-link img {
  display: block;
  width: 100%;
  height: auto;
}
.project-figure figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 12px;
  margin-top: 6px;
  font-size: var(--text-small);
  line-height: 1.8;
  color: var(--muted);
}
.project-figure figcaption > span {
  flex: 1 1 14rem;
  min-width: 0;
  max-width: 100%;
}
.image-open-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 3px;
  white-space: nowrap;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.image-open-link:hover {
  text-decoration-thickness: 2px;
}
.project-copy {
  padding-top: 25px;
  min-width: 0;
}
.project-category {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: var(--text-small);
  letter-spacing: .03em;
}
.project-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
}
.project-identity > p {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -.015em;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: var(--text-small);
  white-space: nowrap;
}
.status::before {
  content: '';
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}
.project-copy h3 {
  margin-top: 21px;
  font-size: clamp(26px,2.4vw,33px);
  line-height: 1.55;
  letter-spacing: -.04em;
}
.project-copy h3 > span {
  display: block;
}
.project-stockflow h3 {
  font-size: clamp(23px,2.15vw,30px);
}
.project-description {
  max-width: 49em;
  margin-top: 18px;
  font-size: var(--text-body);
  line-height: 1.95;
  color: #505448;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
  min-height: 48px;
  margin-top: 17px;
  border-bottom: 1px solid var(--ink);
  font-size: var(--text-body);
  font-weight: 600;
}
.text-link > span[aria-hidden] {
  font-size: 24px;
  transition: transform .2s;
}
.text-link:hover > span[aria-hidden] {
  transform: translate(2px,-2px);
}
.access-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  margin-top: 8px;
  color: var(--muted);
  font-size: var(--text-small);
}
.access-note > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.project-details {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: var(--text-body);
}
.project-details summary, .contact-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 56px;
  padding-block: 12px;
  font-size: var(--text-body);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.project-details summary > span, .contact-details summary > span {
  flex-shrink: 0;
  font: 21px/1 Arial,sans-serif;
}
details[open] > summary > span {
  transform: rotate(45deg);
}
.project-details > div {
  padding: 8px 0 19px;
}
.detail-problem {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  font-size: var(--text-body);
}
.detail-problem strong {
  font-weight: 600;
}
.project-details ul {
  margin: 0 0 15px;
  padding-left: 18px;
  list-style: disc;
}
.project-details li + li {
  margin-top: 7px;
}
.project-details > div > p:last-child {
  color: var(--muted);
  font-size: var(--text-small);
  line-height: 1.9;
}
.works-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px 30px;
  padding: 26px 0;
  margin-top: 43px;
  border-block: 1px solid var(--line);
}
.works-next > p {
  font-size: var(--text-body);
  font-weight: 500;
  letter-spacing: -.015em;
}
.works-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 26px;
  min-height: 52px;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--lime);
  color: var(--ink);
  font-size: var(--text-body);
  font-weight: 500;
  transition: background .2s, color .2s;
}
.works-contact-link > span {
  font-size: 22px;
}
.works-contact-link:hover {
  background: var(--ink);
  color: var(--paper);
}
.works-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: var(--text-small);
}
.process-section {
  max-width: 1282px;
  width: 89%;
  margin: 0 auto;
  padding: 66px 64px 34px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
  scroll-margin-top: 25px;
}
.process-layout {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 74px;
}
.process-section .section-heading {
  display: block;
}
.process-section .eyebrow {
  color: var(--lime);
  margin-bottom: 27px;
}
.process-section h2 {
  font-size: clamp(29px,3vw,40px);
  line-height: 1.65;
}
.process-section .section-heading > p:last-of-type:not(.eyebrow) {
  margin-top: 20px;
  color: #d5d8ca;
  font-size: var(--text-body);
}
.process-mark {
  width: 59px;
  height: 59px;
  margin-top: 33px;
  color: var(--lime);
}
.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-steps li {
  display: grid;
  grid-template-columns: 45px minmax(0,1fr);
  gap: 17px;
  padding: 21px 0 25px;
  border-top: 1px solid #565b4d;
}
.process-steps li:first-child {
  padding-top: 0;
  border-top: 0;
}
.step-number {
  padding-top: 2px;
  color: var(--lime);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
}
.process-steps h3 {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -.025em;
}
.process-steps p {
  margin-top: 10px;
  color: #d5d8ca;
  font-size: var(--text-body);
  line-height: 1.95;
}
.ai-note {
  padding-top: 24px;
  margin-top: 18px;
  border-top: 1px solid #565b4d;
  color: #d5d8ca;
  font-size: var(--text-small);
  line-height: 1.95;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 74px;
  max-width: 1440px;
  margin: auto;
  padding: 104px 5.5% 37px;
  scroll-margin-top: 20px;
}
.contact-heading > .eyebrow {
  margin-bottom: 32px;
}
.contact-display {
  position: relative;
  width: fit-content;
  font-size: clamp(85px,9vw,132px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.075em;
}
.contact-display em {
  font-family: Georgia,serif;
  font-weight: 400;
}
.contact-display > span {
  position: absolute;
  bottom: 2px;
  right: -106px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--lime);
  font: 38px/1 var(--body);
}
.contact-copy {
  padding-top: 44px;
  min-width: 0;
}
.contact-copy h2 {
  font-size: clamp(27px,2.75vw,36px);
  line-height: 1.6;
  letter-spacing: -.06em;
}
.contact-copy h2 > span {
  display: block;
}
.contact-intro {
  margin-top: 23px;
  font-size: var(--text-body);
  line-height: 1.95;
  color: var(--muted);
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  min-height: 56px;
  padding: 12px 21px;
  margin-top: 26px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: var(--paper);
  font-size: var(--text-body);
  font-weight: 500;
  transition: background .2s, color .2s;
}
.contact-link > span {
  font-size: 25px;
}
.contact-link:hover {
  background: var(--lime);
  color: var(--ink);
}
.contact-details {
  max-width: 480px;
  margin-top: 27px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: var(--text-body);
}
.contact-details > div {
  padding: 5px 0 18px;
  color: var(--muted);
  font-size: var(--text-small);
  line-height: 1.95;
}
.contact-details > div > p + p {
  margin-top: 12px;
}
.page-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 25px;
  margin-top: 39px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--text-small);
}
.page-footer > span {
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: 500;
}
.page-footer > div {
  display: flex;
  gap: 24px;
}
.page-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.page-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 1100px) {
  .site-header {
    padding-inline: 32px;
  }
  .hero {
    grid-template-columns: 1.04fr 1fr;
    padding-inline: 32px;
    gap: 18px;
  }
  .hero h1 {
    font-size: clamp(1.9375rem,4.3vw,2.875rem);
  }
  .workbench {
    height: 495px;
  }
  .workbench-word {
    font-size: clamp(3.25rem,7.5vw,4.875rem);
    left: 7px;
  }
  .studio-spark {
    width: 70px;
    height: 70px;
    right: 7px;
    top: 15px;
  }
  .preview-story {
    top: 125px;
  }
  .preview-stock {
    top: 245px;
  }
  .idea-note {
    right: 0;
    bottom: 34px;
    padding: 16px;
  }
  .works-section {
    padding-inline: 32px;
  }
  .section-heading {
    gap: 19px 35px;
  }
  .mobile-break {
    display: block;
  }
  .project-menu {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 26px;
  }
  .project-grid {
    gap: 55px 30px;
  }
  .project-visual {
    padding: 39px 24px 23px;
  }
  .project-copy h3 {
    font-size: 28px;
  }
  .project-stockflow h3 {
    font-size: 24px;
  }
  .process-section {
    width: calc(100% - 64px);
    padding: 49px 38px 28px;
  }
  .process-layout {
    gap: 39px;
  }
  .process-section h2 {
    font-size: 30px;
  }
  .contact-section {
    padding-inline: 32px;
    gap: 55px;
  }
  .contact-display > span {
    right: -78px;
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .site-header {
    flex-direction: row;
    gap: 12px;
    padding: 15px 22px;
  }
  .site-header nav {
    gap: 0;
  }
  .site-header nav a:not(.nav-contact) {
    display: none;
  }
  .site-header nav .nav-contact {
    gap: 10px;
    padding-inline: 12px;
  }
  .small-brand {
    font-size: .8125rem;
    gap: 8px;
  }
  .brand-mark {
    width: 26px;
    height: 26px;
  }
  .hero {
    display: block;
    min-height: 0;
    padding: 41px 25px 23px;
  }
  .hero-label {
    margin: 23px 0 21px;
  }
  .hero h1 {
    font-size: clamp(2rem,8.7vw,3.5625rem);
  }
  .hero-description {
    max-width: 440px;
  }
  .hero-link {
    margin-top: 24px;
  }
  .workbench {
    width: min(510px,100%);
    height: clamp(405px,calc(55vw + 162px),470px);
    margin: 39px auto 0;
  }
  .workbench-word {
    font-size: clamp(3.25rem,17vw,5.375rem);
    top: 0;
    left: 0;
  }
  .studio-spark {
    top: 0;
    right: 6px;
    width: clamp(53px,15.5vw,75px);
    height: clamp(53px,15.5vw,75px);
  }
  .preview-story {
    top: 100px;
    width: 85%;
    right: 0;
  }
  .preview-stock {
    top: 210px;
    width: 64%;
  }
  .idea-note {
    bottom: 30px;
    right: 0;
    padding: 14px;
  }
  .workbench-caption {
    left: 0;
  }
  .hero-footnote {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
    gap: 10px;
    padding-top: 20px;
  }
  .hero-footnote > span:last-child > span {
    margin-left: 7px;
  }
  .works-section {
    padding: 56px 25px 56px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > .eyebrow {
    margin-bottom: 18px;
  }
  .section-heading h2 {
    font-size: clamp(24px,6.5vw,33px);
    line-height: 1.65;
  }
  .section-heading > p:last-of-type:not(.eyebrow) {
    margin-top: 18px;
  }
  .mobile-break {
    display: block;
  }
  .project-menu {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 22px;
    margin: 25px 0 32px;
  }
  .project-menu a {
    gap: 10px;
  }
  .project-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 45px;
  }
  .project-visual {
    aspect-ratio: auto;
    padding: 44px 16px 20px;
  }
  .project-copy {
    padding-top: 21px;
  }
  .project-identity {
    gap: 7px 10px;
  }
  .project-copy h3 {
    margin-top: 17px;
    font-size: clamp(27px,7vw,34px);
  }
  .project-stockflow h3 {
    font-size: clamp(22px,5.9vw,29px);
  }
  .project-description {
    margin-top: 14px;
  }
  .project-details {
    margin-top: 22px;
  }
  .works-next {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 32px;
    padding-block: 23px;
  }
  .works-next > p {
    line-height: 1.9;
  }
  .works-note {
    margin-top: 20px;
  }
  .process-section {
    width: calc(100% - 36px);
    padding: 35px 22px 25px;
  }
  .process-layout {
    grid-template-columns: minmax(0,1fr);
    gap: 30px;
  }
  .process-section .eyebrow {
    margin-bottom: 21px;
  }
  .process-section h2 {
    font-size: clamp(26px,6.9vw,35px);
  }
  .process-section .section-heading > p:last-of-type:not(.eyebrow) {
    margin-top: 18px;
  }
  .process-mark {
    display: none;
  }
  .process-steps li {
    grid-template-columns: 26px minmax(0,1fr);
    gap: 12px;
    padding: 20px 0;
  }
  .ai-note {
    margin-top: 9px;
    padding-top: 20px;
  }
  .contact-section {
    grid-template-columns: minmax(0,1fr);
    gap: 33px;
    padding: 58px 25px 25px;
  }
  .contact-heading > .eyebrow {
    margin-bottom: 24px;
  }
  .contact-display {
    font-size: clamp(76px,20vw,120px);
  }
  .contact-display br {
    display: none;
  }
  .contact-display em {
    margin-left: .13em;
  }
  .contact-display > span {
    display: none;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: clamp(26px,6.7vw,34px);
  }
  .contact-intro {
    margin-top: 18px;
  }
  .contact-link {
    margin-top: 23px;
  }
  .contact-details {
    margin-top: 25px;
  }
  .page-footer {
    margin-top: 19px;
    padding-top: 19px;
    gap: 7px 20px;
  }
  .page-footer > span {
    flex-basis: 100%;
  }
  .page-footer > div {
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .project-menu {
    grid-template-columns: minmax(0,1fr);
  }
}
@media (max-width: 360px) {
  .site-header {
    padding-inline: 18px;
  }
  .hero, .works-section, .contact-section {
    padding-inline: 22px;
  }
  .hero h1 {
    font-size: clamp(1.625rem,8.6vw,1.9375rem);
  }
  .workbench {
    height: 380px;
  }
  .preview-stock {
    top: 197px;
  }
  .hero-footnote {
    letter-spacing: .03em;
  }
  .contact-display {
    font-size: 70px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
  .preview-story:hover {
    transform: rotate(-4deg);
  }
  .preview-stock:hover {
    transform: rotate(5deg);
  }
  .text-link:hover > span[aria-hidden] {
    transform: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
