@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(/assets/fonts/archivo-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/cormorant-garamond-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/cormorant-garamond-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; background: #05070E; color: #F2F5FB; font-family: Archivo, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #7DD3FC; text-decoration: none; }
a:hover { color: #FFFFFF; }
input, button { font-family: inherit; }
::selection { background: #22D3EE; color: #05070E; }
@keyframes kb { from { transform: scale(1.05); } to { transform: scale(1.16) translate(-1.5%, -1%); } }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

/* --- Accessibility --- */
:focus-visible { outline: 2px solid #22D3EE; outline-offset: 3px; border-radius: 2px; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; }
.skip:focus { left: 12px; top: 12px; padding: 12px 18px; background: #F2F5FB; color: #05070E; font-size: 17.88px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* --- Mobile nav --- */
.nav-toggle { display: none; }
@media (max-width: 780px) {
  .nav-inner { min-height: 62px !important; padding: 10px clamp(16px, 4vw, 24px) !important; flex-wrap: nowrap !important; gap: 12px !important; }
  .nav-brand img { height: 34px !important; width: 34px !important; }
  .nav-brand span { font-size: 12.38px !important; max-width: 74px !important; }
  .nav-cta { padding: 9px 13px !important; font-size: 13.75px !important; letter-spacing: .1em !important; }
  .nav-cta { margin-left: auto !important; }
  .nav-toggle { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; color: #F2F5FB; cursor: pointer; padding: 0; }
  .nav-toggle span { display: block; width: 17px; height: 1.5px; background: currentColor; box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor; }
  .nav-links { display: none !important; position: absolute; top: 100%; left: 0; right: 0; z-index: 70; flex-direction: column; align-items: stretch !important; gap: 0 !important; margin: 0 !important; background: #05070E; box-shadow: 0 18px 40px rgba(0,0,0,.55); border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-links[data-open="true"] { display: flex !important; }
  .nav-links a { padding: 16px clamp(16px, 4vw, 24px) !important; border-top: 1px solid rgba(255,255,255,.07); font-size: 20.62px !important; }
}

@media (max-width: 360px) {
  .hero-copy h1 { font-size: 46px !important; }
  .hero-copy > p { font-size: 15px !important; }
  .hero-copy > div a, .hero-copy > div button { font-size: 12px !important; padding: 11px 16px !important; }
  .nav-brand span { display: none; }
  .nav-cta { padding: 8px 10px !important; font-size: 11px !important; letter-spacing: .06em !important; }
}

/* Grid and flex children default to min-width:auto, so an unbreakable
   token (a domain, a long title) cannot shrink and overflows its
   neighbour rather than its own box. */
.x20 > * { min-width: 0; }

/* --- Slate: four titles tile 2x2, then 4-up on wide desktop. Plain
       auto-fit leaves an orphan card on its own row at ~1024-1199px. --- */
.slate-grid { grid-template-columns: 1fr !important; }
@media (min-width: 900px) { .slate-grid { grid-template-columns: repeat(3, 1fr) !important; } }

/* --- Mobile hero ---
   The desktop scrim is a 96deg (horizontal) gradient: it darkens the left,
   where the copy sits, and leaves the art visible on the right. On a narrow
   screen the whole width falls inside its dark end and the image disappears,
   so swap in a vertical scrim that keeps the top of the frame clear and
   darkens only behind the text. Height is capped to the small-viewport unit
   so the copy and both CTAs land above the fold with the URL bar showing. */
@media (max-width: 780px) {
  .hero { min-height: calc(100vh - var(--nav-h,63px)) !important; }
  .hero-scrim {
    background: linear-gradient(180deg,
      rgba(5,7,14,.30) 0%,
      rgba(5,7,14,.10) 26%,
      rgba(5,7,14,.62) 54%,
      rgba(5,7,14,.92) 76%,
      #05070E 100%) !important;
  }
  #studio h2 { font-size: min(16vw, 68px) !important; }
  .hero-copy { padding-top: 14px !important; padding-bottom: 14px !important; }
  .hero-copy > p { display: none !important; }
  .hero-copy > div { margin-top: 12px !important; }
  .hero-copy h1 > span:first-child { margin-bottom: 6px !important; }
  .hero-copy > div a, .hero-copy > div button { padding-top: 13px !important; padding-bottom: 13px !important; }
}
@supports (height: 100svh) {
  @media (max-width: 780px) { .hero { min-height: calc(100svh - var(--nav-h,63px)) !important; } }
}

/* --- Mobile: tighten the fiction.show pipeline into a 2x2 grid --- */
@media (max-width: 780px) {
  .pipeline { grid-template-columns: 1fr 1fr !important; }
  .pipeline > div { min-height: 0 !important; padding: 18px 16px !important; gap: 14px; }
  .pipeline p { min-height: 0 !important; }
}

/* --- Mobile: bias the hero crop right of centre, where the figures are --- */
@media (max-width: 780px) {
  /* The crop is height-driven on phones, so only ~540px of the 1920px wide
     image is visible. The two leads span x=1160-1650; 81% puts that window
     at 1116-1658 -- the pair centred, the crown intact, and the two
     supporting figures anchoring the corners. 82% clips a sliver of the
     fifth character onto the right edge; 68% cut the king off entirely. */
  .hero-img { object-position: 81% center !important; }
}

/* --- Respect reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  /* Kill the vestibular triggers — the hero Ken Burns zoom and the entrance
     transforms — but leave the title ticker running. A slow linear marquee is
     not a zoom or a parallax, and blanking it removed content the page relies
     on. Excluded via :not(.ticker) rather than by narrowing the property. */
  /* Do NOT zero animation-duration here. These entrance animations use
     fill-mode:both, and a ~0 duration leaves them pinned to their FROM
     state -- rise{} starts at translateY(28px), so the hero rendered 28px
     low forever and pushed its second CTA below the fold. Removing the
     animation lets each element render at its natural resting state. */
  *:not(.ticker), *::before, *::after { animation: none !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}


.x1:hover{color:#FFFFFF !important}
.x2:hover{color:#FFFFFF !important}
.x3:hover{color:#FFFFFF !important}
.x4:hover{color:#FFFFFF !important}
.x5:hover{background:#F0369F !important;color:#FFFFFF !important;border-color:#F0369F !important}
.x6:hover{background:#22D3EE !important;transform:translateY(-2px) !important}
.x7:hover{border-color:#F2F5FB !important;background:rgba(255,255,255,.06) !important}
.x8:hover{background:#22D3EE !important}
.play:hover{background:linear-gradient(0deg,rgba(5,7,14,.35),rgba(5,7,14,0)) !important}
.x9:hover{border-color:#F2F5FB !important;background:rgba(255,255,255,.06) !important}
.x10:hover{border-color:rgba(34,211,238,.45) !important;transform:translateY(-4px) !important}
.x11:hover{border-color:rgba(255,255,255,.26) !important;transform:translateY(-4px) !important}
.x12:hover{border-color:rgba(34,211,238,.45) !important;transform:translateY(-4px) !important}
.x13:focus{border-color:#22D3EE !important}
.x14:hover{background:#22D3EE !important}
.x15:hover{color:#FFFFFF !important}
.x16:focus{border-color:#F0369F !important}
.x17:focus{border-color:#F0369F !important}
.x18:focus{border-color:#F0369F !important}
.x19:hover{background:#FF5CB4 !important}
.x20:hover{border-color:rgba(240,54,159,.45) !important}
.x21:hover{border-color:#F2F5FB !important}
.x22:hover{color:#FFFFFF !important}
.x23:focus{border-color:#22D3EE !important}
.x24:hover{background:#22D3EE !important}
.x25:hover{color:#FFFFFF !important}
.x26:hover{color:#FFFFFF !important}
.x27:hover{color:#FFFFFF !important}
.x28:hover{color:#FFFFFF !important}
.x29:hover{color:#FFFFFF !important}
.x30:hover{color:#FFFFFF !important}
.x31:hover{color:#FFFFFF !important}
.x32:hover{color:#FFFFFF !important}
.x33:hover{border-color:#F2F5FB !important}

/* Shared studio pages: the existing Archivo/Cormorant, midnight, cyan and pink scheme. */
[hidden] { display: none !important; }
html { scroll-padding-top: calc(var(--nav-h, 90px) + 20px); }
body { overflow-wrap: break-word; }
button, input, select, textarea { font: inherit; }
.site-nav { position: sticky; top: 0; z-index: 60; background: rgba(5,7,14,.96); border-bottom: 1px solid #242938; }
.site-nav-inner { max-width: 1440px; margin: auto; padding: 16px clamp(20px,4vw,48px); display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.site-brand { display: flex; align-items: center; gap: 12px; color: #F2F5FB; flex-shrink: 0; }
.site-brand img { object-fit: cover; }
.site-brand span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; line-height: 1.5; }
.site-menu { display: flex; align-items: center; gap: clamp(18px,2.5vw,34px); }
.site-menu a { color: #C5CCDA; font-size: 15px; padding: 10px 0; }
.site-menu a:hover, .site-menu a[aria-current] { color: #7DD3FC; }
.site-menu .nav-contact { border: 1px solid #9C3E74; padding: 12px 18px; color: #FF8ACB; }
.menu-toggle { background: transparent; color: #F2F5FB; border: 1px solid #657085; padding: 10px 14px; cursor: pointer; }
.page-hero { border-bottom: 1px solid #242938; background: radial-gradient(ellipse at 85% 20%, rgba(34,211,238,.13),transparent 55%),radial-gradient(ellipse at 20% 100%,rgba(240,54,159,.09),transparent 60%),#070A14; }
.page-hero-inner, .page-content, .authority-home, .home-proof { max-width: 1240px; margin: auto; padding: clamp(48px,7vw,100px) clamp(20px,4vw,48px); }
.breadcrumbs { color: #A7B2C7; font-size: 14px; margin-bottom: 42px; }
.breadcrumbs a { color: #C5CCDA; }
.eyebrow { margin: 0 0 20px; color: #7DD3FC; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.6; }
.page-hero h1 { margin: 0; max-width: 19ch; font-size: clamp(42px,6.6vw,96px); line-height: 1.02; letter-spacing: -.035em; font-weight: 900; text-transform: uppercase; text-wrap: balance; }
.page-hero h1 em, .authority-home h2 em, .cta-band h2 em { font-family: 'Cormorant Garamond',serif; font-weight: 600; text-transform: none; color: #7DD3FC; }
.page-content { padding-top: clamp(40px,5vw,72px); }
.page-content p, .page-content li, .authority-home p, .home-proof p { font-size: 18px; line-height: 1.8; color: #C5CCDA; }
.page-content p { margin: 0 0 20px; }
.prose { max-width: 72ch; }
.prose a, .link-list a, .resource-list a, .faq a { text-decoration: underline; text-underline-offset: 4px; }
.content-section { margin-top: clamp(48px,6vw,84px); padding-top: clamp(32px,4vw,52px); border-top: 1px solid #2C3242; }
.page-content h2, .authority-home h2, .home-proof h2 { font-size: clamp(30px,3.6vw,48px); line-height: 1.14; letter-spacing: -.025em; margin: 0 0 28px; text-wrap: balance; }
.page-content h3, .authority-home h3 { font-size: 24px; line-height: 1.25; margin: 0 0 16px; }
.page-content .eyebrow { font-size: 12px; color: #7DD3FC; }
.card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.card { padding: clamp(24px,3vw,36px); border: 1px solid #2C3242; background: #080B16; min-width: 0; }
.card h3 a { color: #F2F5FB; }
.card h3 a:hover { color: #7DD3FC; }
.card img { width: 100%; height: auto; margin-bottom: 24px; }
.card > a:last-child { display: inline-block; margin-top: 8px; font-weight: 700; }
.card p:last-child { margin-bottom: 0; }
.split { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: clamp(32px,5vw,72px); align-items: start; }
.portrait { max-width: 330px; margin: 0; }
.portrait img { width: 100%; height: auto; border: 1px solid #2C3242; }
figcaption, .muted, .form-note { color: #A7B2C7; font-size: 14px; line-height: 1.6; margin-top: 14px; }
.feature-image { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: center; }
.feature-image img { width: 100%; height: auto; }
.link-list { padding-left: 22px; }
.link-list li { margin-bottom: 12px; }
.steps { padding-left: 28px; max-width: 76ch; }
.steps li { padding: 0 0 24px 12px; }
.steps strong { color: #F2F5FB; }
.resource-list article { padding: 28px 0; border-bottom: 1px solid #2C3242; }
.resource-list article:first-child { padding-top: 0; }
.resource-list h3 { max-width: 34ch; }
.faq details { border-bottom: 1px solid #2C3242; padding: 22px 0; }
.faq summary { cursor: pointer; font-size: 19px; line-height: 1.5; color: #F2F5FB; }
.faq details p { margin: 16px 0 0; max-width: 72ch; }
.cta-band { padding: clamp(36px,5vw,64px); margin-top: 72px; border: 1px solid #713557; background: radial-gradient(ellipse at right bottom,rgba(240,54,159,.12),transparent 70%),#080B16; }
.cta-band h2 { max-width: 22ch; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 16px 22px; background: #F0369F; color: #05070E; font-size: 16px; font-weight: 800; border: 1px solid #F0369F; border-radius: 2px; cursor: pointer; line-height: 1.5; }
.button:hover { background: #FF8ACB; border-color: #FF8ACB; color: #05070E; }
.button.secondary { color: #F2F5FB; background: transparent; border-color: #657085; }
.button:disabled { opacity: .65; cursor: wait; }
.inquiry-panel { padding: clamp(22px,3vw,36px); border: 1px solid #713557; background: #080B16; }
.inquiry-panel h2 { font-size: 28px; }
.inquiry-panel form { display: flex; flex-direction: column; gap: 10px; }
.inquiry-panel label { font-size: 15px; font-weight: 700; margin-top: 10px; }
.inquiry-panel input, .inquiry-panel select, .inquiry-panel textarea { width: 100%; min-width: 0; background: #0C1020; color: #F2F5FB; border: 1px solid #657085; padding: 12px; border-radius: 2px; }
.inquiry-panel textarea { resize: vertical; }
.page-content .form-note { font-size: 13px; margin: 6px 0 12px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { background: #03050A; border-top: 1px solid #242938; padding: 64px clamp(20px,4vw,48px) 28px; }
.footer-grid, .footer-bottom { max-width: 1344px; margin: auto; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-grid h2 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 24px; }
.footer-grid > div > a:not(.site-brand) { display: block; margin-bottom: 15px; font-size: 15px; line-height: 1.5; color: #C5CCDA; }
.footer-grid p { font-size: 15px; line-height: 1.7; color: #A7B2C7; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid #242938; padding-top: 24px; margin-top: 48px; font-size: 13px; color: #A7B2C7; }
.footer-bottom a:last-child { margin-left: auto; overflow-wrap: anywhere; }
.authority-home { padding-top: 56px; padding-bottom: 64px; }
.authority-home > p { max-width: 78ch; }
.authority-home .card-grid { margin-top: 36px; }
.home-proof { border-top: 1px solid #2C3242; }
.home-proof .resource-list { max-width: 76ch; }
@media(max-width: 900px) {
  .site-nav-inner { flex-wrap: wrap; gap: 16px; }
  .site-menu { width: 100%; flex-wrap: wrap; gap: 8px 24px; }
  .site-menu a { padding: 12px 0; }
  .menu-toggle { margin-left: auto; }
  .split, .feature-image { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy > p { display: block !important; font-size: 17px !important; margin-top: 20px !important; max-width: 44ch !important; }
  .hero-copy h1 { font-size: clamp(48px,10vw,90px) !important; }
}
@media(max-width: 600px) {
  .card-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: clamp(36px,9vw,54px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom a:last-child { margin-left: 0; }
  .page-content p, .page-content li, .authority-home p { font-size: 17px; }
}
@media(prefers-reduced-motion: reduce) {
  .ticker { animation: none !important; width: 100% !important; }
  .ticker > span { white-space: normal !important; flex-wrap: wrap; padding: 0 20px !important; }
  .ticker > span + span { display: none !important; }
}
/* Keep the initial viewport stable while preserving the cinematic artwork. */
.hero-img { animation: none !important; }

/* Books retain their full cover proportions, with a browsable shelf without JS. */
.studio-books {
  border-top: 1px solid #2C3242; border-bottom: 1px solid #2C3242;
  background: radial-gradient(ellipse at 15% 30%,rgba(240,54,159,.09),transparent 60%),#080B16;
  padding: clamp(56px,7vw,100px) max(20px,calc((100% - 1344px)/2));
}
.books-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.books-heading h2 { font-size: clamp(40px,5vw,72px); text-transform: uppercase; font-weight: 900; letter-spacing: -.025em; line-height: 1; margin: 0 0 24px; }
.books-heading h2 em { font-family: 'Cormorant Garamond',serif; font-weight: 600; text-transform: none; color: #FF7AC4; }
.books-heading > div > p:last-child { font-size: 18px; line-height: 1.7; color: #C5CCDA; max-width: 58ch; }
.book-series-links { display: grid; gap: 20px; padding-bottom: 18px; min-width: 270px; }
.book-series-links a { font-weight: 700; color: #7DD3FC; }
.book-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 30px 0 20px; }
.book-controls[hidden] { display: none; }
.book-controls button { border: 1px solid #586276; background: #0B1020; color: #F2F5FB; font: inherit; padding: 12px 18px; min-height: 44px; cursor: pointer; }
.book-controls button:hover { border-color: #7DD3FC; color: #7DD3FC; }
.book-position { color: #A7B2C7; font-size: 14px; margin-left: auto; }
.book-track {
  display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  overscroll-behavior-x: contain; margin: 28px 0 0; padding: 12px 4px 24px;
  list-style: none; scrollbar-color: #586276 #0B1020; scrollbar-width: thin;
}
.book-track .book-card { flex: 0 0 clamp(215px,21vw,270px); scroll-snap-align: start; }
.book-cover { display: block; aspect-ratio: 2/3; margin-bottom: 24px; }
.book-cover img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 12px #0008); }
.book-card h3 { font-family: 'Cormorant Garamond',serif; font-size: 28px; line-height: 1.1; margin: 10px 0 16px; }
.book-card h3 a { color: #F2F5FB; }
.book-card .eyebrow, .page-content .book-card .eyebrow { font-size: 11px; line-height: 1.6; color: #7DD3FC; margin: 0; }
.book-card .book-status { font-size: 13px; color: #A7B2C7; }
.books-store-link { font-size: 16px; margin-top: 28px; }
.series-intro { display: grid; grid-template-columns: minmax(180px,280px) minmax(0,1fr); align-items: center; gap: clamp(32px,6vw,80px); }
.series-lead-cover { margin: 0; }
.series-lead-cover img { display: block; width: 100%; height: auto; filter: drop-shadow(0 16px 24px #0008); }
.book-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px 28px; margin-top: 36px; }
.book-grid .book-card > a:last-child { font-size: 14px; line-height: 1.5; }
@media (max-width: 900px) {
  .books-heading { display: block; }
  .book-series-links { margin-top: 24px; min-width: 0; }
  .book-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .book-track { gap: 20px; }
  .book-track .book-card { flex-basis: 68vw; }
  .series-intro { grid-template-columns: 1fr; }
  .series-lead-cover { max-width: 230px; }
  .book-grid { gap: 28px 18px; }
  .book-grid .book-card h3 { font-size: 24px; }
}
.hero-copy h1, .hero-copy > p, .hero-copy > div { animation: none !important; }

/* The homepage moves from original work into the practice behind it. */
.studio-expertise {
  max-width: 1440px;
  padding: clamp(56px,7vw,100px) clamp(20px,4vw,48px);
  border-top: 1px solid #2C3242;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.3fr);
  gap: clamp(32px,4vw,64px);
  align-items: center;
}
.studio-expertise .card-grid { margin-top: 0; gap: 16px; }
.studio-expertise .card { padding: clamp(20px,2vw,28px); }
.studio-expertise .card h3 { font-size: 22px; }
.studio-expertise .card p { font-size: 16px; line-height: 1.7; }
.studio-expertise .eyebrow { color: #7DD3FC; font-size: 12px; }
.studio-expertise h2, .studio-journal > h2 {
  font-size: clamp(34px,3.8vw,56px);
  font-weight: 900;
  font-stretch: 114%;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: 1;
}
.studio-perspective, .studio-journal {
  max-width: 1440px; margin: auto;
  padding: clamp(64px,7vw,100px) clamp(20px,4vw,48px);
}
.studio-founder {
  display: grid; grid-template-columns: minmax(180px,280px) minmax(0,1fr);
  gap: clamp(28px,5vw,72px); align-items: center;
  margin-top: 28px;
}
.studio-founder img { display: block; width: 100%; height: auto; border: 1px solid #2C3242; }
.studio-founder h2 { font-family: 'Cormorant Garamond',serif; font-size: clamp(34px,3.5vw,52px); font-weight: 600; line-height: 1.08; margin: 16px 0 24px; }
.studio-founder p, .closing-invitation { font-size: 18px; line-height: 1.8; color: #C5CCDA; max-width: 62ch; }
.studio-founder .eyebrow { font-size: 12px; color: #7DD3FC; }
.studio-journal { border-top: 1px solid #2C3242; }
.studio-listen { border-top: 1px solid #2C3242; margin-top: 40px; padding-top: 28px; }
.studio-listen .eyebrow { font-size: 12px; color: #7DD3FC; }
.studio-listen p a { text-decoration: underline; text-underline-offset: 4px; }
.studio-closing .closing-invitation { margin: 28px auto; }
.studio-closing .button-row { justify-content: center; }
.studio-closing .premiere-label { margin: 48px 0 0; }
#studio .pipeline { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
.studio-journal .journal-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
@media (max-width: 1000px) {
  .studio-expertise { grid-template-columns: 1fr; }
  .expertise-intro { max-width: 72ch; }
}
@media (max-width: 600px) {
  .studio-expertise .card-grid, .studio-founder { grid-template-columns: 1fr; }
  .studio-founder img { max-width: 220px; }
  #studio .pipeline { grid-template-columns: 1fr !important; }
  .studio-journal .journal-grid { grid-template-columns: 1fr; }
}
.site-brand span { min-height: 36px; }
main p a, .site-footer p a { text-decoration: underline; text-underline-offset: 4px; }

/* Journal: original Substack writing, framed in the studio's visual language. */
.journal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.journal-card { border: 1px solid #2C3242; background: #080B16; padding: clamp(24px,3vw,36px); min-width: 0; }
.journal-card h3 { font-size: clamp(24px,2.5vw,32px); line-height: 1.2; margin: 12px 0 20px; text-wrap: balance; }
.journal-card h3 a { color: #F2F5FB; }
.journal-card h3 a:hover { color: #7DD3FC; }
.journal-card .eyebrow { font-size: 11px; color: #7DD3FC; }
.journal-read { display: inline-block; margin-top: 18px; font-weight: 700; }
.journal-hero h1 { text-transform: none; font-size: clamp(34px,5vw,68px); line-height: 1.12; max-width: 25ch; }
.journal-hero .breadcrumbs { max-width: 75ch; line-height: 1.7; }
.journal-post { max-width: 760px; margin: auto; }
.post-meta { padding-bottom: 28px; margin-bottom: 40px; border-bottom: 1px solid #2C3242; }
.page-content .syndication-note, .syndication-note { font-size: 15px; line-height: 1.7; color: #A7B2C7; }
.post-body p, .post-body li { line-height: 1.9; }
.post-body h2, .post-body h3, .post-body h4 { margin-top: 48px; }
.post-body img { display: block; max-width: 100%; width: auto; height: auto; margin: 28px auto; }
.post-body figure { margin: 32px 0; }
.post-body figcaption { text-align: center; }
.post-body blockquote { margin: 32px 0; padding: 12px 24px; border-left: 3px solid #22D3EE; background: #0A111D; }
.post-body pre { overflow-x: auto; padding: 20px; background: #101627; font-size: 15px; }
.post-body a { overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.post-body table { display: block; overflow-x: auto; border-collapse: collapse; }
.post-body td, .post-body th { padding: 12px; border: 1px solid #2C3242; }
.post-body hr { margin: 40px 0; border: 0; border-top: 1px solid #2C3242; }
.post-end { border-top: 1px solid #2C3242; margin-top: 56px; padding-top: 32px; }
.post-end p { margin-top: 24px; }
@media(max-width: 600px) { .journal-grid { grid-template-columns: 1fr; } }
