




#midthought-home {
  --mt-void: #080b10; --mt-ink: #11151d; --mt-slate: #1e293b;
  --mt-mist: #e2e8f0; --mt-copy: #a8b7c9; --mt-rust: #b14a2c;
  --mt-rule: #2a3545; --mt-photo-brightness: 1.8;
  width: 100%; color: var(--mt-mist); background: var(--mt-void);
  font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.65;
  color-scheme: dark; isolation: isolate; container-type: inline-size;
  text-align: left; position: relative;
}
#midthought-home *, #midthought-home *::before, #midthought-home *::after { box-sizing: border-box; }
#midthought-home [hidden] { display: none !important; }
#midthought-home h1, #midthought-home h2, #midthought-home h3, #midthought-home p, #midthought-home figure { margin: 0; }
#midthought-home a { color: inherit; text-decoration: none; }
#midthought-home button, #midthought-home summary { font: inherit; cursor: pointer; }
#midthought-home button { color: inherit; }
#midthought-home img { display: block; max-width: 100%; }
#midthought-home button, #midthought-home a, #midthought-home summary { -webkit-tap-highlight-color: transparent; }
#midthought-home .mt-wrap { padding-inline: clamp(22px, 5.2cqw, 60px); }
#midthought-home .mt-mono { font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 11px; line-height: 1.55; letter-spacing: .075em; text-transform: uppercase; }
#midthought-home .mt-kicker { display: flex; gap: 10px; align-items: center; color: var(--mt-copy); }
#midthought-home .mt-square { width: 6px; height: 6px; flex: 0 0 6px; background: var(--mt-rust); display: inline-block; }
#midthought-home .mt-arrow { display: inline-block; font-family: Inter, sans-serif; font-size: 20px; line-height: 1; margin-left: 12px; }
#midthought-home .mt-cta { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 46px; padding: 11px 18px; font-size: 13px; line-height: 1.5; font-weight: 600; border-radius: 8px; border: 1px solid var(--mt-rule); background: var(--mt-ink); transition: background .18s, transform .18s; }
#midthought-home .mt-cta:hover { background: var(--mt-slate); transform: translateY(-2px); }
#midthought-home .mt-cta-primary { background: var(--mt-rust); border-color: var(--mt-rust); color: #fff; }
#midthought-home .mt-cta-primary:hover { background: #9b3e24; }
#midthought-home .mt-text-link { display: inline-flex; align-items: center; min-height: 44px; background: transparent; border: 0; padding: 6px 0; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: left; }
#midthought-home .mt-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
#midthought-home .mt-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; border-bottom: 1px solid var(--mt-rule); position: relative; z-index: 2; background: var(--mt-void); }
#midthought-home .mt-brand { width: 181px; flex-shrink: 0; display: inline-flex; align-items: center; min-height: 44px; }
#midthought-home .mt-nav-links { display: flex; gap: 26px; align-items: center; }
#midthought-home .mt-nav-links a { font-size: 12px; min-height: 44px; display: inline-flex; align-items: center; color: var(--mt-copy); }
#midthought-home .mt-nav-links a:hover { color: var(--mt-mist); }
#midthought-home .mt-nav-links .mt-nav-contact { color: var(--mt-mist); padding-left: 22px; border-left: 1px solid var(--mt-rule); }
#midthought-home .mt-hero { position: relative; overflow: hidden; padding-top: 63px; padding-bottom: 28px; background: radial-gradient(ellipse at 92% 25%, rgba(51,77,128,.32), transparent 60%), var(--mt-void); }
#midthought-home .mt-contours { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .68; mask-image: linear-gradient(90deg,transparent 0%,#0008 42%,#000 73%); }
#midthought-home .mt-hero-grid { display: grid; grid-template-columns: minmax(0,.91fr) minmax(0,1.09fr); gap: 16px; align-items: center; position: relative; z-index: 1; }
#midthought-home .mt-hero-copy { position: relative; z-index: 2; min-width: 0; }
#midthought-home h1 { font-family: 'Archivo Black', Inter, sans-serif; font-weight: 400; font-size: clamp(42px, 6.2cqw, 72px); line-height: 1.03; letter-spacing: -.055em; margin-top: 24px; }
#midthought-home h1 > span { display: block; }
#midthought-home .mt-hero-editorial { display: block; font-family: Fraunces, Georgia, serif; font-style: italic; font-weight: 300; font-size: clamp(28px, 4cqw, 46px); line-height: 1.15; letter-spacing: -.03em; margin-top: 12px; }
#midthought-home .mt-hero-description { max-width: 33ch; color: var(--mt-copy); margin-top: 23px; font-size: 14px; line-height: 1.75; }
#midthought-home .mt-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 19px; margin-top: 26px; }
#midthought-home .mt-stage { min-width: 0; position: relative; padding-top: 23px; }
#midthought-home .mt-stage-image { position: relative; border: 1px solid #435065; border-radius: 8px; background: var(--mt-ink); box-shadow: 0 26px 64px #0008; overflow: hidden; aspect-ratio: 1.12; transform: rotate(-2.5deg); }
#midthought-home .mt-stage-image img { width: 100%; height: 100%; object-fit: cover; object-position: 39% 44%; filter: brightness(var(--mt-photo-brightness)) contrast(.98); transform: scale(1.12); }
#midthought-home .mt-stage-header { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; gap: 10px; background: var(--mt-ink); border-bottom: 1px solid var(--mt-rule); padding: 12px 15px; z-index: 1; color: var(--mt-copy); font-size: 11px; }
#midthought-home .mt-stage-title { color: var(--mt-mist); }
#midthought-home .mt-stage-caption { position: relative; margin-top: 19px; margin-left: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 5px 12px; font-size: 11px; color: var(--mt-copy); }
#midthought-home .mt-stage-caption strong { color: var(--mt-mist); font-weight: 500; }
#midthought-home .mt-capabilities { display: flex; align-items: center; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--mt-rule); position: relative; z-index: 1; color: var(--mt-copy); }
#midthought-home .mt-capability-list { display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: 12px; }
#midthought-home .mt-capability-list span::before { content: '/'; margin-right: 9px; color: #7d899a; }
#midthought-home .mt-work { padding-top: 55px; padding-bottom: 60px; }
#midthought-home .mt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
#midthought-home h2 { font-family: 'Archivo Black', Inter, sans-serif; font-weight: 400; font-size: clamp(28px,3.6cqw,42px); line-height: 1.12; letter-spacing: -.045em; margin-top: 12px; }
#midthought-home .mt-section-aside { max-width: 26ch; font-size: 13px; color: var(--mt-copy); }
#midthought-home .mt-feature { background: var(--mt-ink); border: 1px solid #3b4657; border-radius: 8px; position: relative; overflow: hidden; min-height: 376px; display: flex; flex-direction: column; padding: 28px; }
#midthought-home .mt-feature-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 38%; filter: brightness(1.95) contrast(.96); }
#midthought-home .mt-feature::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#11151dfa 0%,#11151de8 27%,#11151d58 53%,#11151d00 74%),linear-gradient(0deg,#11151dce,transparent 50%); pointer-events: none; }
#midthought-home .mt-feature-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; position: relative; z-index: 1; color: var(--mt-copy); }
#midthought-home .mt-feature-marker { display: inline-flex; gap: 8px; align-items: center; }
#midthought-home .mt-feature-copy { margin-top: auto; padding-top: 44px; position: relative; z-index: 1; max-width: 31ch; }
#midthought-home .mt-feature h3 { font-family: 'Archivo Black', Inter, sans-serif; font-size: 30px; line-height: 1.12; font-weight: 400; letter-spacing: -.045em; margin-bottom: 14px; }
#midthought-home .mt-feature-copy p { font-size: 14px; line-height: 1.65; color: #ccd6e3; }
#midthought-home .mt-feature-copy .mt-text-link { margin-top: 15px; }
#midthought-home .mt-project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 16px; }
#midthought-home .mt-project { position: relative; min-height: 292px; min-width: 0; overflow: hidden; border: 1px solid var(--mt-rule); border-radius: 8px; background: var(--mt-ink); display: flex; flex-direction: column; justify-content: end; padding: 21px; transition: border-color .2s, transform .2s; }
#midthought-home .mt-project:hover { border-color: #718096; transform: translateY(-3px); }
#midthought-home .mt-project > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: brightness(1.8); }
#midthought-home .mt-project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#11151d 1%,#11151df2 29%,#11151d70 60%,#11151d08 94%); pointer-events: none; }
#midthought-home .mt-project-copy { position: relative; z-index: 1; padding-top: 95px; }
#midthought-home .mt-project-copy .mt-mono { color: #becadc; font-size: 11px; letter-spacing: .03em; }
#midthought-home .mt-project h3 { font-family: 'Archivo Black',Inter,sans-serif; font-size: 22px; font-weight: 400; line-height: 1.2; letter-spacing: -.035em; margin-top: 8px; }
#midthought-home .mt-project-copy > p:not(.mt-mono) { color: var(--mt-copy); font-size: 12px; margin-top: 10px; line-height: 1.6; }
#midthought-home .mt-project .mt-text-link { font-size: 12px; margin-top: 6px; }
#midthought-home .mt-studio { background: var(--mt-mist); color: var(--mt-ink); padding-block: 47px; }
#midthought-home .mt-studio-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); align-items: center; gap: 46px; }
#midthought-home .mt-studio .mt-kicker { color: #475569; }
#midthought-home .mt-statement { font-family: Fraunces,Georgia,serif; font-style: italic; font-weight: 300; font-size: clamp(29px,3.9cqw,44px); line-height: 1.19; letter-spacing: -.04em; margin-top: 22px; max-width: 17ch; }
#midthought-home .mt-founder { padding-left: 28px; border-left: 1px solid #adb7c4; }
#midthought-home .mt-founder strong { display: block; font-size: 18px; font-weight: 600; margin-bottom: 4px; }
#midthought-home .mt-founder .mt-mono { color: #475569; }
#midthought-home .mt-founder p { font-size: 13px; line-height: 1.75; margin-top: 16px; color: #384456; }
#midthought-home .mt-founder .mt-text-link { margin-top: 10px; }
#midthought-home .mt-notes { padding-top: 53px; padding-bottom: 52px; }
#midthought-home .mt-notes .mt-section-heading { margin-bottom: 20px; }
#midthought-home .mt-note { border-top: 1px solid var(--mt-rule); }
#midthought-home .mt-note:last-child { border-bottom: 1px solid var(--mt-rule); }
#midthought-home .mt-note summary { display: flex; justify-content: space-between; align-items: center; min-height: 72px; gap: 20px; padding-block: 14px; list-style: none; }
#midthought-home .mt-note summary::-webkit-details-marker { display: none; }
#midthought-home .mt-note-title { display: block; font-size: 17px; font-weight: 500; line-height: 1.4; margin-top: 4px; }
#midthought-home .mt-note .mt-mono { color: var(--mt-copy); font-size: 11px; }
#midthought-home .mt-note .mt-arrow { transition: transform .2s; }
#midthought-home .mt-note[open] .mt-arrow { transform: rotate(45deg); }
#midthought-home .mt-note > p { max-width: 68ch; font-size: 13px; color: var(--mt-copy); padding-bottom: 22px; }
#midthought-home .mt-contact { padding-block: 42px; border-top: 1px solid var(--mt-rule); background: var(--mt-ink); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
#midthought-home .mt-contact h2 { font-size: clamp(26px,3.7cqw,42px); max-width: 18ch; margin-top: 11px; }
#midthought-home .mt-footer { min-height: 78px; padding-block: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 11px; color: var(--mt-copy); }
#midthought-home .mt-footer .mt-brand { width: 135px; }
#midthought-home .mt-footer-note { text-align: right; }
@container (max-width: 760px) {
  #midthought-home .mt-nav-links { gap: 18px; }
  #midthought-home .mt-nav-links .mt-nav-contact { padding-left: 16px; }
  #midthought-home .mt-hero { padding-top: 40px; }
  #midthought-home .mt-hero-grid { gap: 10px; }
  #midthought-home .mt-hero-description { font-size: 13px; }
  #midthought-home .mt-hero-actions { gap: 7px; }
  #midthought-home .mt-stage-image { aspect-ratio: .9; }
  #midthought-home .mt-capability-list { gap: 8px 15px; font-size: 11px; }
  #midthought-home .mt-project-grid { gap: 12px; }
  #midthought-home .mt-project { padding: 16px; }
  #midthought-home .mt-project h3 { font-size: 18px; }
  #midthought-home .mt-studio-grid { gap: 24px; }
  #midthought-home .mt-founder { padding-left: 22px; }
}
@container (max-width: 620px) {
  #midthought-home .mt-nav { min-height: 72px; flex-wrap: wrap; gap: 2px 18px; padding-block: 12px; }
  #midthought-home .mt-brand { width: 162px; }
  #midthought-home .mt-nav-links { width: 100%; justify-content: space-between; gap: 12px; }
  #midthought-home .mt-nav-links a { min-height: 36px; }
  #midthought-home .mt-nav-links .mt-nav-contact { border: 0; padding: 0; }
  #midthought-home .mt-hero-grid, #midthought-home[data-emphasis="product"] .mt-hero-grid { grid-template-columns: minmax(0,1fr); gap: 25px; }
  #midthought-home h1, #midthought-home[data-emphasis="product"] h1 { font-size: clamp(43px,10cqw,64px); letter-spacing: -.05em; }
  #midthought-home .mt-hero-editorial { font-size: clamp(29px,7cqw,40px); }
  #midthought-home .mt-hero-description { font-size: 14px; max-width: 38ch; }
  #midthought-home .mt-hero-actions { gap: 13px; }
  #midthought-home .mt-stage { padding-top: 10px; }
  #midthought-home .mt-stage-image { aspect-ratio: 1.32; transform: rotate(-1.5deg); }
  #midthought-home .mt-stage-header { font-size: 11px; }
  #midthought-home .mt-capabilities { margin-top: 29px; gap: 15px; }
  #midthought-home .mt-capability-list { gap: 10px 16px; }
  #midthought-home .mt-work { padding-top: 39px; padding-bottom: 38px; }
  #midthought-home .mt-section-heading { display: block; }
  #midthought-home .mt-section-aside { margin-top: 15px; max-width: 36ch; }
  #midthought-home .mt-feature { min-height: 415px; padding: 21px; }
  #midthought-home .mt-feature-image { object-position: 60% top; }
  #midthought-home .mt-feature::after { background: linear-gradient(0deg,#11151d 3%,#11151df5 29%,#11151d22 85%); }
  #midthought-home .mt-feature-copy { padding-top: 122px; }
  #midthought-home .mt-feature h3 { font-size: 28px; }
  #midthought-home .mt-project-grid { grid-template-columns: minmax(0,1fr); }
  #midthought-home .mt-project { min-height: 264px; padding: 21px; }
  #midthought-home .mt-project > img { object-position: center 34%; }
  #midthought-home .mt-project h3 { font-size: 24px; }
  #midthought-home .mt-project-copy { max-width: 37ch; padding-top: 65px; }
  #midthought-home .mt-project-copy > p:not(.mt-mono) { font-size: 13px; }
  #midthought-home .mt-studio-grid { grid-template-columns: minmax(0,1fr); gap: 29px; }
  #midthought-home .mt-statement { font-size: clamp(31px,7.3cqw,42px); max-width: 21ch; }
  #midthought-home .mt-founder { border-left: 0; border-top: 1px solid #adb7c4; padding: 24px 0 0; }
  #midthought-home .mt-notes { padding-block: 38px; }
  #midthought-home .mt-note-title { font-size: 16px; }
  #midthought-home .mt-contact { padding-block: 33px; }
  #midthought-home .mt-footer-note { text-align: left; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  #midthought-home *, #midthought-home *::before, #midthought-home *::after { transition: none !important; scroll-behavior: auto !important; }
}
@media (pointer: coarse) {
  #midthought-home .mt-nav-links a { min-height: 44px; }
}

body.homepage { margin: 0; }
#midthought-home .mt-wrap { padding-inline: max(clamp(1.375rem,5.2vw,3.75rem),calc((100vw - 1200px)/2)); }
#midthought-home .skip-link { position: absolute; left: 1rem; top: -6rem; z-index: 20; padding: .75rem 1rem; color: #fff; background: #b14a2c; }
#midthought-home .skip-link:focus { top: 1rem; }
#midthought-home .mt-mono, #midthought-home .mt-stage-header, #midthought-home .mt-project-copy .mt-mono, #midthought-home .mt-note .mt-mono { font-size: .75rem; }
#midthought-home .mt-hero-description, #midthought-home .mt-feature-copy p, #midthought-home .mt-founder p { font-size: 1rem; }
#midthought-home .mt-section-aside, #midthought-home .mt-project-copy > p:not(.mt-mono) { font-size: .875rem; }
#midthought-home .mt-stage-caption { font-size: .75rem; }
#midthought-home .mt-text-link, #midthought-home .mt-project .mt-text-link, #midthought-home .mt-nav-links a { font-size: .875rem; }
#midthought-home .mt-cta { font-size: .875rem; }
#midthought-home .mt-image-trigger { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; background: transparent; cursor: zoom-in; border-radius: inherit; }
#midthought-home .mt-image-trigger:focus-visible { outline: 3px solid #e2e8f0; outline-offset: -5px; }
#midthought-home .mt-stage-header { pointer-events: none; }
#midthought-home .mt-feature::after, #midthought-home .mt-project::after { z-index: 1; }
#midthought-home .mt-feature-top, #midthought-home .mt-feature-copy, #midthought-home .mt-project-copy { z-index: 3; pointer-events: none; }
#midthought-home .mt-project-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .125rem 1rem; margin-top: .75rem; }
#midthought-home .mt-project-actions a { pointer-events: auto; }
#midthought-home .mt-project-actions .mt-text-link { margin-top: 0; }
#midthought-home .mt-discuss { min-height: 44px; display: inline-flex; align-items: center; font-size: .8125rem; color: #c4cfdd; }
#midthought-home .mt-discuss:hover { text-decoration: underline; text-underline-offset: 4px; }
#midthought-home .mt-note-list { display: block; }
#midthought-home .mt-note-link { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding-block: 1.125rem; gap: 1.25rem; border-top: 1px solid var(--mt-rule); }
#midthought-home .mt-note-link:last-child { border-bottom: 1px solid var(--mt-rule); }
#midthought-home .mt-note-link .mt-mono { color: var(--mt-copy); }
#midthought-home .mt-note-link:hover .mt-note-title { text-decoration: underline; text-underline-offset: 4px; }
#midthought-home .mt-all-posts { margin-top: .875rem; }
#midthought-home .mt-industry { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--mt-rule); }
#midthought-home .mt-industry summary { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem 1rem; min-height: 44px; color: var(--mt-copy); font-size: .875rem; list-style: none; }
#midthought-home .mt-industry summary::-webkit-details-marker { display: none; }
#midthought-home .mt-industry summary > :last-child { margin-left: auto; }
#midthought-home .mt-industry > p { margin-block: 1rem; font-size: .875rem; color: var(--mt-copy); }
#midthought-home .mt-industry .news-tab { border-radius: 8px; margin-bottom: 1rem; }
#midthought-home .mt-industry .news-tab:hover, #midthought-home .mt-industry .news-tab.active { background: var(--mt-slate); color: var(--mt-mist); }
#midthought-home .news-item .date, #midthought-home .news-item .src { font-size: .75rem; }
#midthought-home .news-status { font-size: .875rem; }
#midthought-home .news-status a { text-decoration: underline; }
#midthought-home .mt-contours { animation: mt-contour-drift 65s ease-in-out infinite alternate; transform-origin: 80% 40%; }
@keyframes mt-contour-drift { from { transform: translate(0,0) rotate(0); } to { transform: translate(1.5%,-1%) rotate(.7deg); } }
@container (max-width:620px) {
  #midthought-home .mt-feature-copy { max-width: 100%; }
  #midthought-home .mt-project { min-height: 280px; }
  #midthought-home .mt-nav-links a { min-height: 44px; }
  #midthought-home .mt-feature-top { align-items: start; flex-wrap: wrap; }
  #midthought-home .mt-stage-header { flex-wrap: wrap; }
}
@media (prefers-reduced-motion:reduce) { #midthought-home .mt-contours { animation: none; } }
