/* Bespoke is a broad practice. Preserve the approved scope block; let the new
   service journey and original product sketches carry the rest of the page. */
.bespoke-masthead { padding: 128px 5vw 0; }
.bespoke-title-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; padding: 36px 0 14px; }
.bespoke-title-row h1 { font-size: clamp(80px, 10.5vw, 166px); letter-spacing: -.065em; line-height: .95; color: var(--orange); }
.bespoke-start-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px 0; margin-bottom: 4px; border-bottom: 1px solid var(--sheet-line); font-size: 16px; }
.bespoke-start-link:hover { color: var(--acid); }
.bespoke-start-link > span { color: var(--orange); }
.bespoke-page-body { padding: 0 5vw; }
.bespoke-expanded .bespoke-context { padding-top: 54px; padding-bottom: 80px; }
.bespoke-expanded .bespoke-context > * { min-width: 0; }

.bespoke-promise { background: var(--paper); color: var(--ink); padding: 58px 5vw 62px; }
.bespoke-promise-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8vw; margin-top: 32px; }
.bespoke-promise h2 { font-size: clamp(34px,3.7vw,58px); line-height: 1.08; letter-spacing: -.045em; max-width: 640px; }
.bespoke-promise-intro > p { font-size: 18px; line-height: 1.55; max-width: 510px; }
.bespoke-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 48px; }
.bespoke-benefits article { border-top: 1px solid #11110f40; padding-top: 22px; }
.bespoke-benefits h3 { font-size: clamp(23px,2.15vw,33px); letter-spacing: -.025em; line-height: 1.15; margin-bottom: 15px; }
.bespoke-benefits p { color: #50534b; font-size: 17px; line-height: 1.5; max-width: 370px; }

.bespoke-journey { padding: 76px 5vw 0; scroll-margin-top: 84px; }
.bespoke-journey-intro > h2 { font-size: clamp(42px,5.8vw,88px); line-height: 1.06; letter-spacing: -.05em; margin: 30px 0 22px; }
.bespoke-journey-intro > h2 > span { color: var(--orange); font-size: .68em; vertical-align: .08em; padding-inline: .12em; }
.bespoke-journey-intro > p { max-width: 650px; color: var(--sheet-muted); font-size: 20px; line-height: 1.45; }
.bespoke-journey-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 38px; }
.bespoke-journey-nav a { display: flex; align-items: center; gap: 17px; padding: 20px 0; border-top: 1px solid var(--sheet-line); font-size: 18px; transition: color .2s, border-color .2s; }
.bespoke-journey-nav a > span:first-child { color: var(--orange); font: 600 14px/1 Graphie,Arial,sans-serif; }
.bespoke-journey-nav a > span:last-child { margin-left: auto; color: var(--sheet-muted); }
.bespoke-journey-nav a:hover { border-color: var(--orange); color: var(--orange); }
.bespoke-stage { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); grid-template-areas: "visual heading" "visual copy"; column-gap: 6vw; row-gap: 28px; padding: 64px 0 72px; border-bottom: 1px solid var(--sheet-line); scroll-margin-top: 98px; }
.bespoke-stage-heading { grid-area: heading; display: flex; align-items: start; gap: 23px; align-self: end; }
.bespoke-stage-number { display: grid; place-items: center; flex: none; width: 44px; height: 44px; margin-top: 8px; color: var(--ink); background: var(--orange); font: 600 15px/1 Graphie,Arial,sans-serif; }
.bespoke-stage-heading h3 { font-size: clamp(50px,5.3vw,82px); letter-spacing: -.055em; line-height: 1; }
.bespoke-stage-heading p { font-size: clamp(21px,2vw,28px); line-height: 1.2; color: var(--paper); margin-top: 17px; }
.bespoke-stage-heading em { letter-spacing: -.025em; }
.bespoke-stage-visual { grid-area: visual; align-self: center; margin: 0; min-width: 0; }
.bespoke-stage-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; mix-blend-mode: lighten; }
.bespoke-stage-copy { grid-area: copy; min-width: 0; padding-left: 67px; align-self: start; }
.bespoke-stage-copy > p { font-size: 18px; color: var(--sheet-muted); line-height: 1.55; max-width: 520px; }
.bespoke-stage-copy > .bespoke-stage-for { font-size: 20px; color: var(--paper); line-height: 1.4; margin-bottom: 18px; }
.bespoke-stage-copy .v3-link { margin-top: 25px; max-width: 390px; font-size: 17px; line-height: 1.4; gap: 18px; }
.bespoke-stage-copy .v3-link > span { color: var(--orange); flex: none; transition: transform .25s; }
.bespoke-stage-copy .v3-link:hover > span { transform: translate(3px,-3px); }
.bespoke-stage-product { grid-template-columns: minmax(0,1fr) minmax(0,1.12fr); grid-template-areas: "heading visual" "copy visual"; }
.bespoke-cast-note { margin-top: 31px; padding-bottom: 28px; }
.bespoke-cast-note p { max-width: 970px; font-size: 15px; line-height: 1.6; color: var(--sheet-muted); }
.bespoke-cast-note a { color: var(--paper); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.bespoke-cast-note a:hover { color: var(--orange); }
.bespoke-expanded .notebook-close { padding-inline: 5vw; padding-bottom: 70px; }

@media(min-width:1600px) {
  .bespoke-stage { column-gap: 80px; }
}
@media(max-width:1050px) and (min-width:701px) {
  .bespoke-stage { column-gap: 30px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .bespoke-stage-copy { padding-left: 0; }
  .bespoke-stage-number { width: 38px; height: 38px; margin-top: 4px; }
  .bespoke-stage-heading { gap: 16px; }
  .bespoke-promise-intro { gap: 40px; }
}
@media(max-width:700px) {
  .bespoke-masthead { padding: 110px 22px 0; }
  .bespoke-title-row { display: block; padding-top: 28px; }
  .bespoke-title-row h1 { font-size: clamp(70px,22vw,132px); }
  .bespoke-start-link { max-width: 320px; margin: 23px 0 0; font-size: 15px; }
  .bespoke-page-body { padding: 0 22px; }
  .bespoke-expanded .bespoke-context { padding-top: 34px; padding-bottom: 36px; }
  .bespoke-promise { padding: 39px 22px 42px; }
  .bespoke-promise-intro { display: block; margin-top: 26px; }
  .bespoke-promise h2 { font-size: clamp(32px,9vw,46px); }
  .bespoke-promise-intro > p { margin-top: 26px; font-size: 18px; }
  .bespoke-benefits { display: block; margin-top: 32px; }
  .bespoke-benefits article { padding: 22px 0 25px; }
  .bespoke-benefits article:last-child { padding-bottom: 0; }
  .bespoke-benefits h3 { font-size: 26px; margin-bottom: 12px; }
  .bespoke-benefits p { max-width: none; }
  .bespoke-journey { padding: 46px 22px 0; }
  .bespoke-journey-intro > h2 { font-size: clamp(35px,10vw,54px); line-height: 1.18; margin: 25px 0 20px; }
  .bespoke-journey-intro > h2 > span { padding-inline: 0; }
  .bespoke-journey-intro > p { font-size: 18px; }
  .bespoke-journey-nav { gap: 17px; margin-top: 27px; }
  .bespoke-journey-nav a { flex-wrap: wrap; column-gap: 8px; row-gap: 11px; font-size: 16px; padding: 16px 0; }
  .bespoke-journey-nav a > span:first-child { flex-basis: 100%; font-size: 13px; }
  .bespoke-stage, .bespoke-stage-product { grid-template-columns: minmax(0,1fr); grid-template-areas: "heading" "visual" "copy"; gap: 22px; padding: 40px 0 46px; }
  .bespoke-stage-heading { gap: 17px; }
  .bespoke-stage-heading h3 { font-size: clamp(48px,14vw,70px); }
  .bespoke-stage-heading p { font-size: 22px; margin-top: 13px; }
  .bespoke-stage-number { width: 37px; height: 37px; margin-top: 3px; font-size: 14px; }
  .bespoke-stage-copy { padding-left: 0; }
  .bespoke-stage-copy > p { max-width: none; font-size: 17px; }
  .bespoke-stage-copy > .bespoke-stage-for { font-size: 20px; }
  .bespoke-stage-copy .v3-link { max-width: none; margin-top: 24px; }
  .bespoke-cast-note { margin-top: 25px; }
  .bespoke-cast-note p { font-size: 15px; }
  .bespoke-expanded .notebook-close { padding: 36px 22px 48px; }
}
@media(prefers-reduced-motion:reduce) {
  .bespoke-journey-nav a, .bespoke-stage-copy .v3-link > span { transition: none; }
}
